Interface Configuration
-
public interface ConfigurationAn immutable client-side representation of Configuration.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceConfiguration.DefinitionThe entirety of the Configuration definition.static interfaceConfiguration.DefinitionStagesThe Configuration definition stages.static interfaceConfiguration.UpdateThe template for Configuration update.static interfaceConfiguration.UpdateStagesThe Configuration update stages.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringallowedValues()Gets the allowedValues property: Allowed values of the configuration.StringdataType()Gets the dataType property: Data type of the configuration.StringdefaultValue()Gets the defaultValue property: Default value of the configuration.Stringdescription()Gets the description property: Description of the configuration.Stringid()Gets the id property: Fully qualified resource Id for the resource.ConfigurationInnerinnerModel()Gets the inner com.azure.resourcemanager.mysql.fluent.models.ConfigurationInner object.Stringname()Gets the name property: The name of the resource.Configurationrefresh()Refreshes the resource to sync with Azure.Configurationrefresh(com.azure.core.util.Context context)Refreshes the resource to sync with Azure.Stringsource()Gets the source property: Source of the configuration.Stringtype()Gets the type property: The type of the resource.Configuration.Updateupdate()Begins update for the Configuration resource.Stringvalue()Gets the value property: Value of the 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.
-
-