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

161 строка
10 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.mysql.models.ServerForCreate"
fullName: "com.azure.resourcemanager.mysql.models.ServerForCreate"
name: "ServerForCreate"
nameWithType: "ServerForCreate"
summary: "Represents a server to be created."
inheritances:
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
inheritedMembers:
- "java.lang.Object.clone()"
- "java.lang.Object.equals(java.lang.Object)"
- "java.lang.Object.finalize()"
- "java.lang.Object.getClass()"
- "java.lang.Object.hashCode()"
- "java.lang.Object.notify()"
- "java.lang.Object.notifyAll()"
- "java.lang.Object.toString()"
- "java.lang.Object.wait()"
- "java.lang.Object.wait(long)"
- "java.lang.Object.wait(long,int)"
syntax: "public final class ServerForCreate"
constructors:
- uid: "com.azure.resourcemanager.mysql.models.ServerForCreate.ServerForCreate()"
fullName: "com.azure.resourcemanager.mysql.models.ServerForCreate.ServerForCreate()"
name: "ServerForCreate()"
nameWithType: "ServerForCreate.ServerForCreate()"
syntax: "public ServerForCreate()"
methods:
- uid: "com.azure.resourcemanager.mysql.models.ServerForCreate.identity()"
fullName: "com.azure.resourcemanager.mysql.models.ServerForCreate.identity()"
name: "identity()"
nameWithType: "ServerForCreate.identity()"
summary: "Get the identity property: The Azure Active Directory identity of the server."
syntax: "public ResourceIdentity identity()"
desc: "Get the identity property: The Azure Active Directory identity of the server."
returns:
description: "the identity value."
type: "<xref href=\"com.azure.resourcemanager.mysql.models.ResourceIdentity?alt=com.azure.resourcemanager.mysql.models.ResourceIdentity&text=ResourceIdentity\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.mysql.models.ServerForCreate.location()"
fullName: "com.azure.resourcemanager.mysql.models.ServerForCreate.location()"
name: "location()"
nameWithType: "ServerForCreate.location()"
summary: "Get the location property: The location the resource resides in."
syntax: "public String location()"
desc: "Get the location property: The location the resource resides in."
returns:
description: "the location value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.mysql.models.ServerForCreate.properties()"
fullName: "com.azure.resourcemanager.mysql.models.ServerForCreate.properties()"
name: "properties()"
nameWithType: "ServerForCreate.properties()"
summary: "Get the properties property: Properties of the server."
syntax: "public ServerPropertiesForCreate properties()"
desc: "Get the properties property: Properties of the server."
returns:
description: "the properties value."
type: "<xref href=\"com.azure.resourcemanager.mysql.models.ServerPropertiesForCreate?alt=com.azure.resourcemanager.mysql.models.ServerPropertiesForCreate&text=ServerPropertiesForCreate\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.mysql.models.ServerForCreate.sku()"
fullName: "com.azure.resourcemanager.mysql.models.ServerForCreate.sku()"
name: "sku()"
nameWithType: "ServerForCreate.sku()"
summary: "Get the sku property: The SKU (pricing tier) of the server."
syntax: "public Sku sku()"
desc: "Get the sku property: The SKU (pricing tier) of the server."
returns:
description: "the sku value."
type: "<xref href=\"com.azure.resourcemanager.mysql.models.Sku?alt=com.azure.resourcemanager.mysql.models.Sku&text=Sku\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.mysql.models.ServerForCreate.tags()"
fullName: "com.azure.resourcemanager.mysql.models.ServerForCreate.tags()"
name: "tags()"
nameWithType: "ServerForCreate.tags()"
summary: "Get the tags property: Application-specific metadata in the form of key-value pairs."
syntax: "public Map<String,String> tags()"
desc: "Get the tags property: Application-specific metadata in the form of key-value pairs."
returns:
description: "the tags value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/Map.html\">Map</a>&lt;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>,<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>&gt;"
- uid: "com.azure.resourcemanager.mysql.models.ServerForCreate.validate()"
fullName: "com.azure.resourcemanager.mysql.models.ServerForCreate.validate()"
name: "validate()"
nameWithType: "ServerForCreate.validate()"
summary: "Validates the instance."
syntax: "public void validate()"
desc: "Validates the instance."
- uid: "com.azure.resourcemanager.mysql.models.ServerForCreate.withIdentity(com.azure.resourcemanager.mysql.models.ResourceIdentity)"
fullName: "com.azure.resourcemanager.mysql.models.ServerForCreate.withIdentity(ResourceIdentity identity)"
name: "withIdentity(ResourceIdentity identity)"
nameWithType: "ServerForCreate.withIdentity(ResourceIdentity identity)"
summary: "Set the identity property: The Azure Active Directory identity of the server."
parameters:
- description: "the identity value to set."
name: "identity"
type: "<xref href=\"com.azure.resourcemanager.mysql.models.ResourceIdentity?alt=com.azure.resourcemanager.mysql.models.ResourceIdentity&text=ResourceIdentity\" data-throw-if-not-resolved=\"False\" />"
syntax: "public ServerForCreate withIdentity(ResourceIdentity identity)"
desc: "Set the identity property: The Azure Active Directory identity of the server."
returns:
description: "the ServerForCreate object itself."
type: "<xref href=\"com.azure.resourcemanager.mysql.models.ServerForCreate?alt=com.azure.resourcemanager.mysql.models.ServerForCreate&text=ServerForCreate\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.mysql.models.ServerForCreate.withLocation(java.lang.String)"
fullName: "com.azure.resourcemanager.mysql.models.ServerForCreate.withLocation(String location)"
name: "withLocation(String location)"
nameWithType: "ServerForCreate.withLocation(String location)"
summary: "Set the location property: The location the resource resides in."
parameters:
- description: "the location value to set."
name: "location"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public ServerForCreate withLocation(String location)"
desc: "Set the location property: The location the resource resides in."
returns:
description: "the ServerForCreate object itself."
type: "<xref href=\"com.azure.resourcemanager.mysql.models.ServerForCreate?alt=com.azure.resourcemanager.mysql.models.ServerForCreate&text=ServerForCreate\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.mysql.models.ServerForCreate.withProperties(com.azure.resourcemanager.mysql.models.ServerPropertiesForCreate)"
fullName: "com.azure.resourcemanager.mysql.models.ServerForCreate.withProperties(ServerPropertiesForCreate properties)"
name: "withProperties(ServerPropertiesForCreate properties)"
nameWithType: "ServerForCreate.withProperties(ServerPropertiesForCreate properties)"
summary: "Set the properties property: Properties of the server."
parameters:
- description: "the properties value to set."
name: "properties"
type: "<xref href=\"com.azure.resourcemanager.mysql.models.ServerPropertiesForCreate?alt=com.azure.resourcemanager.mysql.models.ServerPropertiesForCreate&text=ServerPropertiesForCreate\" data-throw-if-not-resolved=\"False\" />"
syntax: "public ServerForCreate withProperties(ServerPropertiesForCreate properties)"
desc: "Set the properties property: Properties of the server."
returns:
description: "the ServerForCreate object itself."
type: "<xref href=\"com.azure.resourcemanager.mysql.models.ServerForCreate?alt=com.azure.resourcemanager.mysql.models.ServerForCreate&text=ServerForCreate\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.mysql.models.ServerForCreate.withSku(com.azure.resourcemanager.mysql.models.Sku)"
fullName: "com.azure.resourcemanager.mysql.models.ServerForCreate.withSku(Sku sku)"
name: "withSku(Sku sku)"
nameWithType: "ServerForCreate.withSku(Sku sku)"
summary: "Set the sku property: The SKU (pricing tier) of the server."
parameters:
- description: "the sku value to set."
name: "sku"
type: "<xref href=\"com.azure.resourcemanager.mysql.models.Sku?alt=com.azure.resourcemanager.mysql.models.Sku&text=Sku\" data-throw-if-not-resolved=\"False\" />"
syntax: "public ServerForCreate withSku(Sku sku)"
desc: "Set the sku property: The SKU (pricing tier) of the server."
returns:
description: "the ServerForCreate object itself."
type: "<xref href=\"com.azure.resourcemanager.mysql.models.ServerForCreate?alt=com.azure.resourcemanager.mysql.models.ServerForCreate&text=ServerForCreate\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.mysql.models.ServerForCreate.withTags(java.util.Map<java.lang.String,java.lang.String>)"
fullName: "com.azure.resourcemanager.mysql.models.ServerForCreate.withTags(Map<String,String> tags)"
name: "withTags(Map<String,String> tags)"
nameWithType: "ServerForCreate.withTags(Map<String,String> tags)"
summary: "Set the tags property: Application-specific metadata in the form of key-value pairs."
parameters:
- description: "the tags value to set."
name: "tags"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/Map.html\">Map</a>&lt;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>,<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>&gt;"
syntax: "public ServerForCreate withTags(Map<String,String> tags)"
desc: "Set the tags property: Application-specific metadata in the form of key-value pairs."
returns:
description: "the ServerForCreate object itself."
type: "<xref href=\"com.azure.resourcemanager.mysql.models.ServerForCreate?alt=com.azure.resourcemanager.mysql.models.ServerForCreate&text=ServerForCreate\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "Represents a server to be created."
metadata: {}
package: "com.azure.resourcemanager.mysql.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-mysql:1.0.2