Interface Configuration
public interface Configuration
An immutable client-side representation of Configuration.
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic interface
The entirety of the Configuration definition.static interface
The Configuration definition stages.static interface
The template for Configuration update.static interface
The Configuration update stages. -
Method Summary
Modifier and TypeMethodDescriptionGets the allowedValues property: Allowed values of the configuration.dataType()
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.mariadb.fluent.models.ConfigurationInner object.name()
Gets the name property: The name of the resource.refresh()
Refreshes the resource to sync with Azure.refresh
(com.azure.core.util.Context context) Refreshes the resource to sync with Azure.Gets the name of the resource group.source()
Gets the source property: Source of the configuration.type()
Gets the type property: The type of the resource.update()
Begins update for the Configuration resource.value()
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.
-
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.
-
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.mariadb.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
Refreshes the resource to sync with Azure.- Parameters:
context
- The context to associate with this operation.- Returns:
- the refreshed resource.
-