Interface Configuration


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

      • 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.
      • 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

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

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

        Configuration.Update 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.