public interface Configuration
An immutable client-side representation of 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: Azure Resource Manager metadata containing createdBy and modifiedBy information.
      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

      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

      String source()
      Gets the source property: Source of the configuration.
      Returns:
      the source value.
    • isDynamicConfig

      Boolean isDynamicConfig()
      Gets the isDynamicConfig property: Configuration dynamic or static.
      Returns:
      the isDynamicConfig value.
    • isReadOnly

      Boolean isReadOnly()
      Gets the isReadOnly property: Configuration read-only or not.
      Returns:
      the isReadOnly value.
    • isConfigPendingRestart

      Boolean isConfigPendingRestart()
      Gets the isConfigPendingRestart property: Configuration is pending restart or not.
      Returns:
      the isConfigPendingRestart value.
    • unit

      String unit()
      Gets the unit property: Configuration unit.
      Returns:
      the unit value.
    • documentationLink

      String documentationLink()
      Gets the documentationLink property: Configuration documentation link.
      Returns:
      the documentationLink value.
    • resourceGroupName

      String resourceGroupName()
      Gets the name of the resource group.
      Returns:
      the name of the resource group.
    • innerModel

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

      Begins update for the Configuration resource.
      Returns:
      the stage of resource update.
    • refresh

      Configuration refresh()
      Refreshes the resource to sync with Azure.
      Returns:
      the refreshed resource.
    • refresh

      Configuration refresh(com.azure.core.util.Context context)
      Refreshes the resource to sync with Azure.
      Parameters:
      context - The context to associate with this operation.
      Returns:
      the refreshed resource.