azure-docs-sdk-java/docs-ref-autogen/com.azure.resourcemanager.m...

174 строки
8.6 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.mysql.models.Configuration"
fullName: "com.azure.resourcemanager.mysql.models.Configuration"
name: "Configuration"
nameWithType: "Configuration"
summary: "An immutable client-side representation of Configuration."
syntax: "public interface **Configuration**"
methods:
- uid: "com.azure.resourcemanager.mysql.models.Configuration.allowedValues()"
fullName: "com.azure.resourcemanager.mysql.models.Configuration.allowedValues()"
name: "allowedValues()"
nameWithType: "Configuration.allowedValues()"
summary: "Gets the allowed<wbr>Values property: Allowed values of the configuration."
modifiers:
- "abstract"
syntax: "public abstract String allowedValues()"
desc: "Gets the allowedValues property: Allowed values of the configuration."
returns:
description: "the allowedValues value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.mysql.models.Configuration.dataType()"
fullName: "com.azure.resourcemanager.mysql.models.Configuration.dataType()"
name: "dataType()"
nameWithType: "Configuration.dataType()"
summary: "Gets the data<wbr>Type property: Data type of the configuration."
modifiers:
- "abstract"
syntax: "public abstract String dataType()"
desc: "Gets the dataType property: Data type of the configuration."
returns:
description: "the dataType value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.mysql.models.Configuration.defaultValue()"
fullName: "com.azure.resourcemanager.mysql.models.Configuration.defaultValue()"
name: "defaultValue()"
nameWithType: "Configuration.defaultValue()"
summary: "Gets the default<wbr>Value property: Default value of the configuration."
modifiers:
- "abstract"
syntax: "public abstract String defaultValue()"
desc: "Gets the defaultValue property: Default value of the configuration."
returns:
description: "the defaultValue value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.mysql.models.Configuration.description()"
fullName: "com.azure.resourcemanager.mysql.models.Configuration.description()"
name: "description()"
nameWithType: "Configuration.description()"
summary: "Gets the description property: Description of the configuration."
modifiers:
- "abstract"
syntax: "public abstract String description()"
desc: "Gets the description property: Description of the configuration."
returns:
description: "the description value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.mysql.models.Configuration.id()"
fullName: "com.azure.resourcemanager.mysql.models.Configuration.id()"
name: "id()"
nameWithType: "Configuration.id()"
summary: "Gets the id property: Fully qualified resource Id for the resource."
modifiers:
- "abstract"
syntax: "public abstract String id()"
desc: "Gets the id property: Fully qualified resource Id for the resource."
returns:
description: "the id value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.mysql.models.Configuration.innerModel()"
fullName: "com.azure.resourcemanager.mysql.models.Configuration.innerModel()"
name: "innerModel()"
nameWithType: "Configuration.innerModel()"
summary: "Gets the inner com.<wbr>azure.<wbr>resourcemanager.<wbr>mysql.<wbr>fluent.<wbr>models.<wbr>Configuration<wbr>Inner object."
modifiers:
- "abstract"
syntax: "public abstract ConfigurationInner innerModel()"
desc: "Gets the inner com.azure.resourcemanager.mysql.fluent.models.ConfigurationInner object."
returns:
description: "the inner object."
type: "<xref href=\"com.azure.resourcemanager.mysql.fluent.models.ConfigurationInner?alt=com.azure.resourcemanager.mysql.fluent.models.ConfigurationInner&text=ConfigurationInner\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.mysql.models.Configuration.name()"
fullName: "com.azure.resourcemanager.mysql.models.Configuration.name()"
name: "name()"
nameWithType: "Configuration.name()"
summary: "Gets the name property: The name of the resource."
modifiers:
- "abstract"
syntax: "public abstract String name()"
desc: "Gets the name property: The name of the resource."
returns:
description: "the name value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.mysql.models.Configuration.refresh()"
fullName: "com.azure.resourcemanager.mysql.models.Configuration.refresh()"
name: "refresh()"
nameWithType: "Configuration.refresh()"
summary: "Refreshes the resource to sync with Azure."
modifiers:
- "abstract"
syntax: "public abstract Configuration refresh()"
desc: "Refreshes the resource to sync with Azure."
returns:
description: "the refreshed resource."
type: "<xref href=\"com.azure.resourcemanager.mysql.models.Configuration?alt=com.azure.resourcemanager.mysql.models.Configuration&text=Configuration\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.mysql.models.Configuration.refresh(com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.mysql.models.Configuration.refresh(Context context)"
name: "refresh(Context context)"
nameWithType: "Configuration.refresh(Context context)"
summary: "Refreshes the resource to sync with Azure."
modifiers:
- "abstract"
parameters:
- description: "The context to associate with this operation."
name: "context"
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract Configuration refresh(Context context)"
desc: "Refreshes the resource to sync with Azure."
returns:
description: "the refreshed resource."
type: "<xref href=\"com.azure.resourcemanager.mysql.models.Configuration?alt=com.azure.resourcemanager.mysql.models.Configuration&text=Configuration\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.mysql.models.Configuration.source()"
fullName: "com.azure.resourcemanager.mysql.models.Configuration.source()"
name: "source()"
nameWithType: "Configuration.source()"
summary: "Gets the source property: Source of the configuration."
modifiers:
- "abstract"
syntax: "public abstract String source()"
desc: "Gets the source property: Source of the configuration."
returns:
description: "the source value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.mysql.models.Configuration.type()"
fullName: "com.azure.resourcemanager.mysql.models.Configuration.type()"
name: "type()"
nameWithType: "Configuration.type()"
summary: "Gets the type property: The type of the resource."
modifiers:
- "abstract"
syntax: "public abstract String type()"
desc: "Gets the type property: The type of the resource."
returns:
description: "the type value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.mysql.models.Configuration.update()"
fullName: "com.azure.resourcemanager.mysql.models.Configuration.update()"
name: "update()"
nameWithType: "Configuration.update()"
summary: "Begins update for the Configuration resource."
modifiers:
- "abstract"
syntax: "public abstract Configuration.Update update()"
desc: "Begins update for the Configuration resource."
returns:
description: "the stage of resource update."
type: "<xref href=\"com.azure.resourcemanager.mysql.models.Configuration.Update?alt=com.azure.resourcemanager.mysql.models.Configuration.Update&text=Update\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.mysql.models.Configuration.value()"
fullName: "com.azure.resourcemanager.mysql.models.Configuration.value()"
name: "value()"
nameWithType: "Configuration.value()"
summary: "Gets the value property: Value of the configuration."
modifiers:
- "abstract"
syntax: "public abstract String value()"
desc: "Gets the value property: Value of the configuration."
returns:
description: "the value value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
type: "interface"
desc: "An immutable client-side representation of Configuration."
metadata: {}
package: "com.azure.resourcemanager.mysql.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-mysql:1.0.2