230 строки
16 KiB
YAML
230 строки
16 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\" />"
|
|
inheritedClassMethods:
|
|
- classRef: "<xref href=\"com.microsoft.azure.ProxyResource?alt=com.microsoft.azure.ProxyResource&text=ProxyResource\" data-throw-if-not-resolved=\"False\" />"
|
|
methodsRef:
|
|
- "<xref href=\"com.microsoft.azure.ProxyResource.id()?alt=com.microsoft.azure.ProxyResource.id&text=id\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"com.microsoft.azure.ProxyResource.name()?alt=com.microsoft.azure.ProxyResource.name&text=name\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"com.microsoft.azure.ProxyResource.type()?alt=com.microsoft.azure.ProxyResource.type&text=type\" data-throw-if-not-resolved=\"False\" />"
|
|
- classRef: "<xref href=\"java.lang.Object?alt=java.lang.Object&text=Object\" data-throw-if-not-resolved=\"False\" />"
|
|
methodsRef:
|
|
- "<xref href=\"java.lang.Object.clone()?alt=java.lang.Object.clone&text=clone\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Object.equals(java.lang.Object)?alt=java.lang.Object.equals&text=equals\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Object.finalize()?alt=java.lang.Object.finalize&text=finalize\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Object.getClass()?alt=java.lang.Object.getClass&text=getClass\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Object.hashCode()?alt=java.lang.Object.hashCode&text=hashCode\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Object.notify()?alt=java.lang.Object.notify&text=notify\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Object.notifyAll()?alt=java.lang.Object.notifyAll&text=notifyAll\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Object.toString()?alt=java.lang.Object.toString&text=toString\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Object.wait()?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Object.wait(long)?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Object.wait(long,int)?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public class **ElasticPoolUpdate**</br> extends <xref href=\"com.microsoft.azure.ProxyResource?alt=com.microsoft.azure.ProxyResource&text=ProxyResource\" data-throw-if-not-resolved=\"False\" />"
|
|
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\" /><<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\" />>"
|
|
- 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\" /><<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\" />>"
|
|
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
|