azure-docs-sdk-java/docs-ref-autogen/com.microsoft.azure.managem...

226 строки
14 KiB
YAML

### YamlMime:JavaType
uid: "com.microsoft.azure.management.sql.ElasticPoolUpdate"
fullName: "com.microsoft.azure.management.sql.ElasticPoolUpdate"
name: "ElasticPoolUpdate"
nameWithType: "ElasticPoolUpdate"
summary: "Represents an elastic pool update."
inheritances:
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.microsoft.azure.ProxyResource?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
inheritedMembers:
- "com.microsoft.azure.ProxyResource.id()"
- "com.microsoft.azure.ProxyResource.name()"
- "com.microsoft.azure.ProxyResource.type()"
- "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 class ElasticPoolUpdate extends ProxyResource"
constructors:
- uid: "com.microsoft.azure.management.sql.ElasticPoolUpdate.ElasticPoolUpdate()"
fullName: "com.microsoft.azure.management.sql.ElasticPoolUpdate.ElasticPoolUpdate()"
name: "ElasticPoolUpdate()"
nameWithType: "ElasticPoolUpdate.ElasticPoolUpdate()"
syntax: "public ElasticPoolUpdate()"
methods:
- uid: "com.microsoft.azure.management.sql.ElasticPoolUpdate.creationDate()"
fullName: "com.microsoft.azure.management.sql.ElasticPoolUpdate.creationDate()"
name: "creationDate()"
nameWithType: "ElasticPoolUpdate.creationDate()"
summary: "Get the creation date of the elastic pool (ISO8601 format)."
syntax: "public DateTime creationDate()"
desc: "Get the creation date of the elastic pool (ISO8601 format)."
returns:
description: "the creationDate value"
type: "<xref href=\"org.joda.time.DateTime?alt=org.joda.time.DateTime&text=DateTime\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.sql.ElasticPoolUpdate.databaseDtuMax()"
fullName: "com.microsoft.azure.management.sql.ElasticPoolUpdate.databaseDtuMax()"
name: "databaseDtuMax()"
nameWithType: "ElasticPoolUpdate.databaseDtuMax()"
summary: "Get the maximum DTU any one database can consume."
syntax: "public Integer databaseDtuMax()"
desc: "Get the maximum DTU any one database can consume."
returns:
description: "the databaseDtuMax value"
type: "<xref href=\"java.lang.Integer?alt=java.lang.Integer&text=Integer\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.sql.ElasticPoolUpdate.databaseDtuMin()"
fullName: "com.microsoft.azure.management.sql.ElasticPoolUpdate.databaseDtuMin()"
name: "databaseDtuMin()"
nameWithType: "ElasticPoolUpdate.databaseDtuMin()"
summary: "Get the minimum DTU all databases are guaranteed."
syntax: "public Integer databaseDtuMin()"
desc: "Get the minimum DTU all databases are guaranteed."
returns:
description: "the databaseDtuMin value"
type: "<xref href=\"java.lang.Integer?alt=java.lang.Integer&text=Integer\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.sql.ElasticPoolUpdate.dtu()"
fullName: "com.microsoft.azure.management.sql.ElasticPoolUpdate.dtu()"
name: "dtu()"
nameWithType: "ElasticPoolUpdate.dtu()"
summary: "Get the total shared DTU for the database elastic pool."
syntax: "public Integer dtu()"
desc: "Get the total shared DTU for the database elastic pool."
returns:
description: "the dtu value"
type: "<xref href=\"java.lang.Integer?alt=java.lang.Integer&text=Integer\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.sql.ElasticPoolUpdate.edition()"
fullName: "com.microsoft.azure.management.sql.ElasticPoolUpdate.edition()"
name: "edition()"
nameWithType: "ElasticPoolUpdate.edition()"
summary: "Get the edition of the elastic pool."
syntax: "public ElasticPoolEdition edition()"
desc: "Get the edition of the elastic pool. Possible values include: 'Basic', 'Standard', 'Premium', 'GeneralPurpose', 'BusinessCritical'."
returns:
description: "the edition value"
type: "<xref href=\"com.microsoft.azure.management.sql.ElasticPoolEdition?alt=com.microsoft.azure.management.sql.ElasticPoolEdition&text=ElasticPoolEdition\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.sql.ElasticPoolUpdate.state()"
fullName: "com.microsoft.azure.management.sql.ElasticPoolUpdate.state()"
name: "state()"
nameWithType: "ElasticPoolUpdate.state()"
summary: "Get the state of the elastic pool."
syntax: "public ElasticPoolState state()"
desc: "Get the state of the elastic pool. Possible values include: 'Creating', 'Ready', 'Disabled'."
returns:
description: "the state value"
type: "<xref href=\"com.microsoft.azure.management.sql.ElasticPoolState?alt=com.microsoft.azure.management.sql.ElasticPoolState&text=ElasticPoolState\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.sql.ElasticPoolUpdate.storageMB()"
fullName: "com.microsoft.azure.management.sql.ElasticPoolUpdate.storageMB()"
name: "storageMB()"
nameWithType: "ElasticPoolUpdate.storageMB()"
summary: "Get gets storage limit for the database elastic pool in MB."
syntax: "public Integer storageMB()"
desc: "Get gets storage limit for the database elastic pool in MB."
returns:
description: "the storageMB value"
type: "<xref href=\"java.lang.Integer?alt=java.lang.Integer&text=Integer\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.sql.ElasticPoolUpdate.tags()"
fullName: "com.microsoft.azure.management.sql.ElasticPoolUpdate.tags()"
name: "tags()"
nameWithType: "ElasticPoolUpdate.tags()"
summary: "Get resource tags."
syntax: "public Map<String,String> tags()"
desc: "Get resource tags."
returns:
description: "the tags value"
type: "<xref href=\"java.util.Map?alt=java.util.Map&text=Map\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />,<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.microsoft.azure.management.sql.ElasticPoolUpdate.withDatabaseDtuMax(java.lang.Integer)"
fullName: "com.microsoft.azure.management.sql.ElasticPoolUpdate.withDatabaseDtuMax(Integer databaseDtuMax)"
name: "withDatabaseDtuMax(Integer databaseDtuMax)"
nameWithType: "ElasticPoolUpdate.withDatabaseDtuMax(Integer databaseDtuMax)"
summary: "Set the maximum DTU any one database can consume."
parameters:
- description: "the databaseDtuMax value to set"
name: "databaseDtuMax"
type: "<xref href=\"java.lang.Integer?alt=java.lang.Integer&text=Integer\" data-throw-if-not-resolved=\"False\" />"
syntax: "public ElasticPoolUpdate withDatabaseDtuMax(Integer databaseDtuMax)"
desc: "Set the maximum DTU any one database can consume."
returns:
description: "the ElasticPoolUpdate object itself."
type: "<xref href=\"com.microsoft.azure.management.sql.ElasticPoolUpdate?alt=com.microsoft.azure.management.sql.ElasticPoolUpdate&text=ElasticPoolUpdate\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.sql.ElasticPoolUpdate.withDatabaseDtuMin(java.lang.Integer)"
fullName: "com.microsoft.azure.management.sql.ElasticPoolUpdate.withDatabaseDtuMin(Integer databaseDtuMin)"
name: "withDatabaseDtuMin(Integer databaseDtuMin)"
nameWithType: "ElasticPoolUpdate.withDatabaseDtuMin(Integer databaseDtuMin)"
summary: "Set the minimum DTU all databases are guaranteed."
parameters:
- description: "the databaseDtuMin value to set"
name: "databaseDtuMin"
type: "<xref href=\"java.lang.Integer?alt=java.lang.Integer&text=Integer\" data-throw-if-not-resolved=\"False\" />"
syntax: "public ElasticPoolUpdate withDatabaseDtuMin(Integer databaseDtuMin)"
desc: "Set the minimum DTU all databases are guaranteed."
returns:
description: "the ElasticPoolUpdate object itself."
type: "<xref href=\"com.microsoft.azure.management.sql.ElasticPoolUpdate?alt=com.microsoft.azure.management.sql.ElasticPoolUpdate&text=ElasticPoolUpdate\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.sql.ElasticPoolUpdate.withDtu(java.lang.Integer)"
fullName: "com.microsoft.azure.management.sql.ElasticPoolUpdate.withDtu(Integer dtu)"
name: "withDtu(Integer dtu)"
nameWithType: "ElasticPoolUpdate.withDtu(Integer dtu)"
summary: "Set the total shared DTU for the database elastic pool."
parameters:
- description: "the dtu value to set"
name: "dtu"
type: "<xref href=\"java.lang.Integer?alt=java.lang.Integer&text=Integer\" data-throw-if-not-resolved=\"False\" />"
syntax: "public ElasticPoolUpdate withDtu(Integer dtu)"
desc: "Set the total shared DTU for the database elastic pool."
returns:
description: "the ElasticPoolUpdate object itself."
type: "<xref href=\"com.microsoft.azure.management.sql.ElasticPoolUpdate?alt=com.microsoft.azure.management.sql.ElasticPoolUpdate&text=ElasticPoolUpdate\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.sql.ElasticPoolUpdate.withEdition(com.microsoft.azure.management.sql.ElasticPoolEdition)"
fullName: "com.microsoft.azure.management.sql.ElasticPoolUpdate.withEdition(ElasticPoolEdition edition)"
name: "withEdition(ElasticPoolEdition edition)"
nameWithType: "ElasticPoolUpdate.withEdition(ElasticPoolEdition edition)"
summary: "Set the edition of the elastic pool."
parameters:
- description: "the edition value to set"
name: "edition"
type: "<xref href=\"com.microsoft.azure.management.sql.ElasticPoolEdition?alt=com.microsoft.azure.management.sql.ElasticPoolEdition&text=ElasticPoolEdition\" data-throw-if-not-resolved=\"False\" />"
syntax: "public ElasticPoolUpdate withEdition(ElasticPoolEdition edition)"
desc: "Set the edition of the elastic pool. Possible values include: 'Basic', 'Standard', 'Premium', 'GeneralPurpose', 'BusinessCritical'."
returns:
description: "the ElasticPoolUpdate object itself."
type: "<xref href=\"com.microsoft.azure.management.sql.ElasticPoolUpdate?alt=com.microsoft.azure.management.sql.ElasticPoolUpdate&text=ElasticPoolUpdate\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.sql.ElasticPoolUpdate.withStorageMB(java.lang.Integer)"
fullName: "com.microsoft.azure.management.sql.ElasticPoolUpdate.withStorageMB(Integer storageMB)"
name: "withStorageMB(Integer storageMB)"
nameWithType: "ElasticPoolUpdate.withStorageMB(Integer storageMB)"
summary: "Set gets storage limit for the database elastic pool in MB."
parameters:
- description: "the storageMB value to set"
name: "storageMB"
type: "<xref href=\"java.lang.Integer?alt=java.lang.Integer&text=Integer\" data-throw-if-not-resolved=\"False\" />"
syntax: "public ElasticPoolUpdate withStorageMB(Integer storageMB)"
desc: "Set gets storage limit for the database elastic pool in MB."
returns:
description: "the ElasticPoolUpdate object itself."
type: "<xref href=\"com.microsoft.azure.management.sql.ElasticPoolUpdate?alt=com.microsoft.azure.management.sql.ElasticPoolUpdate&text=ElasticPoolUpdate\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.sql.ElasticPoolUpdate.withTags(java.util.Map<java.lang.String,java.lang.String>)"
fullName: "com.microsoft.azure.management.sql.ElasticPoolUpdate.withTags(Map<String,String> tags)"
name: "withTags(Map<String,String> tags)"
nameWithType: "ElasticPoolUpdate.withTags(Map<String,String> tags)"
summary: "Set resource tags."
parameters:
- description: "the tags value to set"
name: "tags"
type: "<xref href=\"java.util.Map?alt=java.util.Map&text=Map\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />,<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />&gt;"
syntax: "public ElasticPoolUpdate withTags(Map<String,String> tags)"
desc: "Set resource tags."
returns:
description: "the ElasticPoolUpdate object itself."
type: "<xref href=\"com.microsoft.azure.management.sql.ElasticPoolUpdate?alt=com.microsoft.azure.management.sql.ElasticPoolUpdate&text=ElasticPoolUpdate\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.sql.ElasticPoolUpdate.withZoneRedundant(java.lang.Boolean)"
fullName: "com.microsoft.azure.management.sql.ElasticPoolUpdate.withZoneRedundant(Boolean zoneRedundant)"
name: "withZoneRedundant(Boolean zoneRedundant)"
nameWithType: "ElasticPoolUpdate.withZoneRedundant(Boolean zoneRedundant)"
summary: "Set whether or not this database elastic pool is zone redundant, which means the replicas of this database will be spread across multiple availability zones."
parameters:
- description: "the zoneRedundant value to set"
name: "zoneRedundant"
type: "<xref href=\"java.lang.Boolean?alt=java.lang.Boolean&text=Boolean\" data-throw-if-not-resolved=\"False\" />"
syntax: "public ElasticPoolUpdate withZoneRedundant(Boolean zoneRedundant)"
desc: "Set whether or not this database elastic pool is zone redundant, which means the replicas of this database will be spread across multiple availability zones."
returns:
description: "the ElasticPoolUpdate object itself."
type: "<xref href=\"com.microsoft.azure.management.sql.ElasticPoolUpdate?alt=com.microsoft.azure.management.sql.ElasticPoolUpdate&text=ElasticPoolUpdate\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.sql.ElasticPoolUpdate.zoneRedundant()"
fullName: "com.microsoft.azure.management.sql.ElasticPoolUpdate.zoneRedundant()"
name: "zoneRedundant()"
nameWithType: "ElasticPoolUpdate.zoneRedundant()"
summary: "Get whether or not this database elastic pool is zone redundant, which means the replicas of this database will be spread across multiple availability zones."
syntax: "public Boolean zoneRedundant()"
desc: "Get whether or not this database elastic pool is zone redundant, which means the replicas of this database will be spread across multiple availability zones."
returns:
description: "the zoneRedundant value"
type: "<xref href=\"java.lang.Boolean?alt=java.lang.Boolean&text=Boolean\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "Represents an elastic pool update."
metadata: {}
package: "com.microsoft.azure.management.sql"
artifact: com.microsoft.azure:azure-mgmt-sql:1.41.4