Interface Configuration


public interface Configuration
An immutable client-side representation of Configuration.
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the allowedValues property: Allowed values of the configuration.
    Gets the dataType property: Data type of the configuration.
    Gets the defaultValue property: Default value of the configuration.
    Gets the description property: Description of the configuration.
    id()
    Gets the id property: Fully qualified resource Id for the resource.
    Gets the inner com.azure.resourcemanager.mysqlflexibleserver.fluent.models.ConfigurationInner object.
    Gets the isConfigPendingRestart property: If is the configuration pending restart or not.
    Gets the isDynamicConfig property: If is the configuration dynamic.
    Gets the isReadOnly property: If is the configuration read only.
    Gets the name property: The name of the resource.
    Gets the source property: Source of the configuration.
    com.azure.core.management.SystemData
    Gets the systemData property: The system metadata relating to this resource.
    Gets the type property: The type of the resource.
    Gets the value property: Value of the configuration.
  • Method Details

    • id

      String id()
      Gets the id property: Fully qualified resource Id for the resource.
      Returns:
      the id value.
    • name

      String name()
      Gets the name property: The name of the resource.
      Returns:
      the name value.
    • type

      String type()
      Gets the type property: The type of the resource.
      Returns:
      the type value.
    • systemData

      com.azure.core.management.SystemData systemData()
      Gets the systemData property: The system metadata relating to this resource.
      Returns:
      the systemData value.
    • value

      String value()
      Gets the value property: Value of the configuration.
      Returns:
      the value value.
    • description

      String description()
      Gets the description property: Description of the configuration.
      Returns:
      the description value.
    • defaultValue

      String defaultValue()
      Gets the defaultValue property: Default value of the configuration.
      Returns:
      the defaultValue value.
    • dataType

      String dataType()
      Gets the dataType property: Data type of the configuration.
      Returns:
      the dataType value.
    • allowedValues

      String allowedValues()
      Gets the allowedValues property: Allowed values of the configuration.
      Returns:
      the allowedValues value.
    • source

      Gets the source property: Source of the configuration.
      Returns:
      the source value.
    • isReadOnly

      IsReadOnly isReadOnly()
      Gets the isReadOnly property: If is the configuration read only.
      Returns:
      the isReadOnly value.
    • isConfigPendingRestart

      IsConfigPendingRestart isConfigPendingRestart()
      Gets the isConfigPendingRestart property: If is the configuration pending restart or not.
      Returns:
      the isConfigPendingRestart value.
    • isDynamicConfig

      IsDynamicConfig isDynamicConfig()
      Gets the isDynamicConfig property: If is the configuration dynamic.
      Returns:
      the isDynamicConfig value.
    • innerModel

      ConfigurationInner innerModel()
      Gets the inner com.azure.resourcemanager.mysqlflexibleserver.fluent.models.ConfigurationInner object.
      Returns:
      the inner object.