126 строки
6.0 KiB
YAML
126 строки
6.0 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.azure.resourcemanager.mysql.models.Database"
|
|
fullName: "com.azure.resourcemanager.mysql.models.Database"
|
|
name: "Database"
|
|
nameWithType: "Database"
|
|
summary: "An immutable client-side representation of Database."
|
|
syntax: "public interface **Database**"
|
|
methods:
|
|
- uid: "com.azure.resourcemanager.mysql.models.Database.charset()"
|
|
fullName: "com.azure.resourcemanager.mysql.models.Database.charset()"
|
|
name: "charset()"
|
|
nameWithType: "Database.charset()"
|
|
summary: "Gets the charset property: The charset of the database."
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract String charset()"
|
|
desc: "Gets the charset property: The charset of the database."
|
|
returns:
|
|
description: "the charset value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.resourcemanager.mysql.models.Database.collation()"
|
|
fullName: "com.azure.resourcemanager.mysql.models.Database.collation()"
|
|
name: "collation()"
|
|
nameWithType: "Database.collation()"
|
|
summary: "Gets the collation property: The collation of the database."
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract String collation()"
|
|
desc: "Gets the collation property: The collation of the database."
|
|
returns:
|
|
description: "the collation value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.resourcemanager.mysql.models.Database.id()"
|
|
fullName: "com.azure.resourcemanager.mysql.models.Database.id()"
|
|
name: "id()"
|
|
nameWithType: "Database.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.Database.innerModel()"
|
|
fullName: "com.azure.resourcemanager.mysql.models.Database.innerModel()"
|
|
name: "innerModel()"
|
|
nameWithType: "Database.innerModel()"
|
|
summary: "Gets the inner com.<wbr>azure.<wbr>resourcemanager.<wbr>mysql.<wbr>fluent.<wbr>models.<wbr>Database<wbr>Inner object."
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract DatabaseInner innerModel()"
|
|
desc: "Gets the inner com.azure.resourcemanager.mysql.fluent.models.DatabaseInner object."
|
|
returns:
|
|
description: "the inner object."
|
|
type: "<xref href=\"com.azure.resourcemanager.mysql.fluent.models.DatabaseInner?alt=com.azure.resourcemanager.mysql.fluent.models.DatabaseInner&text=DatabaseInner\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.mysql.models.Database.name()"
|
|
fullName: "com.azure.resourcemanager.mysql.models.Database.name()"
|
|
name: "name()"
|
|
nameWithType: "Database.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.Database.refresh()"
|
|
fullName: "com.azure.resourcemanager.mysql.models.Database.refresh()"
|
|
name: "refresh()"
|
|
nameWithType: "Database.refresh()"
|
|
summary: "Refreshes the resource to sync with Azure."
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract Database refresh()"
|
|
desc: "Refreshes the resource to sync with Azure."
|
|
returns:
|
|
description: "the refreshed resource."
|
|
type: "<xref href=\"com.azure.resourcemanager.mysql.models.Database?alt=com.azure.resourcemanager.mysql.models.Database&text=Database\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.mysql.models.Database.refresh(com.azure.core.util.Context)"
|
|
fullName: "com.azure.resourcemanager.mysql.models.Database.refresh(Context context)"
|
|
name: "refresh(Context context)"
|
|
nameWithType: "Database.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 Database refresh(Context context)"
|
|
desc: "Refreshes the resource to sync with Azure."
|
|
returns:
|
|
description: "the refreshed resource."
|
|
type: "<xref href=\"com.azure.resourcemanager.mysql.models.Database?alt=com.azure.resourcemanager.mysql.models.Database&text=Database\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.mysql.models.Database.type()"
|
|
fullName: "com.azure.resourcemanager.mysql.models.Database.type()"
|
|
name: "type()"
|
|
nameWithType: "Database.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.Database.update()"
|
|
fullName: "com.azure.resourcemanager.mysql.models.Database.update()"
|
|
name: "update()"
|
|
nameWithType: "Database.update()"
|
|
summary: "Begins update for the Database resource."
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract Database.Update update()"
|
|
desc: "Begins update for the Database resource."
|
|
returns:
|
|
description: "the stage of resource update."
|
|
type: "<xref href=\"com.azure.resourcemanager.mysql.models.Database.Update?alt=com.azure.resourcemanager.mysql.models.Database.Update&text=Update\" data-throw-if-not-resolved=\"False\" />"
|
|
type: "interface"
|
|
desc: "An immutable client-side representation of Database."
|
|
metadata: {}
|
|
package: "com.azure.resourcemanager.mysql.models"
|
|
artifact: com.azure.resourcemanager:azure-resourcemanager-mysql:1.0.2
|