229 строки
13 KiB
YAML
229 строки
13 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.microsoft.azure.management.sql.ElasticPoolActivity"
|
|
fullName: "com.microsoft.azure.management.sql.ElasticPoolActivity"
|
|
name: "ElasticPoolActivity"
|
|
nameWithType: "ElasticPoolActivity"
|
|
summary: "An immutable client-side representation of an Azure SQL Elastic<wbr>Pool's Activity."
|
|
syntax: "public interface **ElasticPoolActivity**</br> extends <xref href=\"com.microsoft.azure.management.resources.fluentcore.model.HasInner?alt=com.microsoft.azure.management.resources.fluentcore.model.HasInner&text=HasInner\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.microsoft.azure.management.sql.implementation.ElasticPoolActivityInner?alt=com.microsoft.azure.management.sql.implementation.ElasticPoolActivityInner&text=ElasticPoolActivityInner\" data-throw-if-not-resolved=\"False\" />>, <xref href=\"com.microsoft.azure.management.resources.fluentcore.arm.models.HasResourceGroup?alt=com.microsoft.azure.management.resources.fluentcore.arm.models.HasResourceGroup&text=HasResourceGroup\" data-throw-if-not-resolved=\"False\" />, <xref href=\"com.microsoft.azure.management.resources.fluentcore.arm.models.HasName?alt=com.microsoft.azure.management.resources.fluentcore.arm.models.HasName&text=HasName\" data-throw-if-not-resolved=\"False\" />, <xref href=\"com.microsoft.azure.management.resources.fluentcore.arm.models.HasId?alt=com.microsoft.azure.management.resources.fluentcore.arm.models.HasId&text=HasId\" data-throw-if-not-resolved=\"False\" />"
|
|
methods:
|
|
- uid: "com.microsoft.azure.management.sql.ElasticPoolActivity.elasticPoolName()"
|
|
fullName: "com.microsoft.azure.management.sql.ElasticPoolActivity.elasticPoolName()"
|
|
name: "elasticPoolName()"
|
|
nameWithType: "ElasticPoolActivity.elasticPoolName()"
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract String elasticPoolName()"
|
|
returns:
|
|
description: "the name of the Elastic Pool"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.sql.ElasticPoolActivity.endTime()"
|
|
fullName: "com.microsoft.azure.management.sql.ElasticPoolActivity.endTime()"
|
|
name: "endTime()"
|
|
nameWithType: "ElasticPoolActivity.endTime()"
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract DateTime endTime()"
|
|
returns:
|
|
description: "the time the operation finished (ISO8601 format)"
|
|
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.ElasticPoolActivity.errorCode()"
|
|
fullName: "com.microsoft.azure.management.sql.ElasticPoolActivity.errorCode()"
|
|
name: "errorCode()"
|
|
nameWithType: "ElasticPoolActivity.errorCode()"
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract int errorCode()"
|
|
returns:
|
|
description: "the error code if available"
|
|
type: "<xref href=\"int?alt=int&text=int\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.sql.ElasticPoolActivity.errorMessage()"
|
|
fullName: "com.microsoft.azure.management.sql.ElasticPoolActivity.errorMessage()"
|
|
name: "errorMessage()"
|
|
nameWithType: "ElasticPoolActivity.errorMessage()"
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract String errorMessage()"
|
|
returns:
|
|
description: "the error message if available"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.sql.ElasticPoolActivity.errorSeverity()"
|
|
fullName: "com.microsoft.azure.management.sql.ElasticPoolActivity.errorSeverity()"
|
|
name: "errorSeverity()"
|
|
nameWithType: "ElasticPoolActivity.errorSeverity()"
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract int errorSeverity()"
|
|
returns:
|
|
description: "the error severity if available"
|
|
type: "<xref href=\"int?alt=int&text=int\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.sql.ElasticPoolActivity.location()"
|
|
fullName: "com.microsoft.azure.management.sql.ElasticPoolActivity.location()"
|
|
name: "location()"
|
|
nameWithType: "ElasticPoolActivity.location()"
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract String location()"
|
|
returns:
|
|
description: "the geo-location where the resource lives."
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.sql.ElasticPoolActivity.operation()"
|
|
fullName: "com.microsoft.azure.management.sql.ElasticPoolActivity.operation()"
|
|
name: "operation()"
|
|
nameWithType: "ElasticPoolActivity.operation()"
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract String operation()"
|
|
returns:
|
|
description: "the operation name"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.sql.ElasticPoolActivity.operationId()"
|
|
fullName: "com.microsoft.azure.management.sql.ElasticPoolActivity.operationId()"
|
|
name: "operationId()"
|
|
nameWithType: "ElasticPoolActivity.operationId()"
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract String operationId()"
|
|
returns:
|
|
description: "the unique operation ID"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.sql.ElasticPoolActivity.percentComplete()"
|
|
fullName: "com.microsoft.azure.management.sql.ElasticPoolActivity.percentComplete()"
|
|
name: "percentComplete()"
|
|
nameWithType: "ElasticPoolActivity.percentComplete()"
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract int percentComplete()"
|
|
returns:
|
|
description: "the percentage complete if available"
|
|
type: "<xref href=\"int?alt=int&text=int\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.sql.ElasticPoolActivity.requestedDatabaseDtuCap()"
|
|
fullName: "com.microsoft.azure.management.sql.ElasticPoolActivity.requestedDatabaseDtuCap()"
|
|
name: "requestedDatabaseDtuCap()"
|
|
nameWithType: "ElasticPoolActivity.requestedDatabaseDtuCap()"
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract int requestedDatabaseDtuCap()"
|
|
returns:
|
|
description: "the requested per database DTU cap."
|
|
type: "<xref href=\"int?alt=int&text=int\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.sql.ElasticPoolActivity.requestedDatabaseDtuGuarantee()"
|
|
fullName: "com.microsoft.azure.management.sql.ElasticPoolActivity.requestedDatabaseDtuGuarantee()"
|
|
name: "requestedDatabaseDtuGuarantee()"
|
|
nameWithType: "ElasticPoolActivity.requestedDatabaseDtuGuarantee()"
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract int requestedDatabaseDtuGuarantee()"
|
|
returns:
|
|
description: "he requested per database DTU guarantee."
|
|
type: "<xref href=\"int?alt=int&text=int\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.sql.ElasticPoolActivity.requestedDatabaseDtuMax()"
|
|
fullName: "com.microsoft.azure.management.sql.ElasticPoolActivity.requestedDatabaseDtuMax()"
|
|
name: "requestedDatabaseDtuMax()"
|
|
nameWithType: "ElasticPoolActivity.requestedDatabaseDtuMax()"
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract int requestedDatabaseDtuMax()"
|
|
returns:
|
|
description: "the requested max DTU per database if available"
|
|
type: "<xref href=\"int?alt=int&text=int\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.sql.ElasticPoolActivity.requestedDatabaseDtuMin()"
|
|
fullName: "com.microsoft.azure.management.sql.ElasticPoolActivity.requestedDatabaseDtuMin()"
|
|
name: "requestedDatabaseDtuMin()"
|
|
nameWithType: "ElasticPoolActivity.requestedDatabaseDtuMin()"
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract int requestedDatabaseDtuMin()"
|
|
returns:
|
|
description: "the requested min DTU per database if available"
|
|
type: "<xref href=\"int?alt=int&text=int\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.sql.ElasticPoolActivity.requestedDtu()"
|
|
fullName: "com.microsoft.azure.management.sql.ElasticPoolActivity.requestedDtu()"
|
|
name: "requestedDtu()"
|
|
nameWithType: "ElasticPoolActivity.requestedDtu()"
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract int requestedDtu()"
|
|
returns:
|
|
description: "the requested DTU for the pool if available"
|
|
type: "<xref href=\"int?alt=int&text=int\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.sql.ElasticPoolActivity.requestedDtuGuarantee()"
|
|
fullName: "com.microsoft.azure.management.sql.ElasticPoolActivity.requestedDtuGuarantee()"
|
|
name: "requestedDtuGuarantee()"
|
|
nameWithType: "ElasticPoolActivity.requestedDtuGuarantee()"
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract int requestedDtuGuarantee()"
|
|
returns:
|
|
description: "the requested DTU guarantee."
|
|
type: "<xref href=\"int?alt=int&text=int\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.sql.ElasticPoolActivity.requestedElasticPoolName()"
|
|
fullName: "com.microsoft.azure.management.sql.ElasticPoolActivity.requestedElasticPoolName()"
|
|
name: "requestedElasticPoolName()"
|
|
nameWithType: "ElasticPoolActivity.requestedElasticPoolName()"
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract String requestedElasticPoolName()"
|
|
returns:
|
|
description: "the requested name for the Elastic Pool if available"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.sql.ElasticPoolActivity.requestedStorageLimitInGB()"
|
|
fullName: "com.microsoft.azure.management.sql.ElasticPoolActivity.requestedStorageLimitInGB()"
|
|
name: "requestedStorageLimitInGB()"
|
|
nameWithType: "ElasticPoolActivity.requestedStorageLimitInGB()"
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract long requestedStorageLimitInGB()"
|
|
returns:
|
|
description: "the requested storage limit for the pool in GB if available"
|
|
type: "<xref href=\"long?alt=long&text=long\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.sql.ElasticPoolActivity.requestedStorageLimitInMB()"
|
|
fullName: "com.microsoft.azure.management.sql.ElasticPoolActivity.requestedStorageLimitInMB()"
|
|
name: "requestedStorageLimitInMB()"
|
|
nameWithType: "ElasticPoolActivity.requestedStorageLimitInMB()"
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract int requestedStorageLimitInMB()"
|
|
returns:
|
|
description: "the requested storage limit in MB."
|
|
type: "<xref href=\"int?alt=int&text=int\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.sql.ElasticPoolActivity.serverName()"
|
|
fullName: "com.microsoft.azure.management.sql.ElasticPoolActivity.serverName()"
|
|
name: "serverName()"
|
|
nameWithType: "ElasticPoolActivity.serverName()"
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract String serverName()"
|
|
returns:
|
|
description: "the name of the Azure SQL Server the Elastic Pool is in"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.sql.ElasticPoolActivity.startTime()"
|
|
fullName: "com.microsoft.azure.management.sql.ElasticPoolActivity.startTime()"
|
|
name: "startTime()"
|
|
nameWithType: "ElasticPoolActivity.startTime()"
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract DateTime startTime()"
|
|
returns:
|
|
description: "the time the operation started (ISO8601 format)"
|
|
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.ElasticPoolActivity.state()"
|
|
fullName: "com.microsoft.azure.management.sql.ElasticPoolActivity.state()"
|
|
name: "state()"
|
|
nameWithType: "ElasticPoolActivity.state()"
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract String state()"
|
|
returns:
|
|
description: "the current state of the operation"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
type: "interface"
|
|
desc: "An immutable client-side representation of an Azure SQL ElasticPool's Activity."
|
|
implements:
|
|
- "<xref href=\"com.microsoft.azure.management.resources.fluentcore.arm.models.HasId?alt=com.microsoft.azure.management.resources.fluentcore.arm.models.HasId&text=HasId\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"com.microsoft.azure.management.resources.fluentcore.arm.models.HasName?alt=com.microsoft.azure.management.resources.fluentcore.arm.models.HasName&text=HasName\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"com.microsoft.azure.management.resources.fluentcore.arm.models.HasResourceGroup?alt=com.microsoft.azure.management.resources.fluentcore.arm.models.HasResourceGroup&text=HasResourceGroup\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"com.microsoft.azure.management.resources.fluentcore.model.HasInner?alt=com.microsoft.azure.management.resources.fluentcore.model.HasInner&text=HasInner\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.microsoft.azure.management.sql.implementation.ElasticPoolActivityInner?alt=com.microsoft.azure.management.sql.implementation.ElasticPoolActivityInner&text=ElasticPoolActivityInner\" data-throw-if-not-resolved=\"False\" />>"
|
|
metadata: {}
|
|
package: "com.microsoft.azure.management.sql"
|
|
artifact: com.microsoft.azure:azure-mgmt-sql:1.41.4
|