public class ElasticPoolActivityInner
extends com.azure.core.management.ProxyResource
| Constructor and Description |
|---|
ElasticPoolActivityInner() |
| Modifier and Type | Method and Description |
|---|---|
String |
elasticPoolName()
Get the elasticPoolName property: The name of the elastic pool.
|
OffsetDateTime |
endTime()
Get the endTime property: The time the operation finished (ISO8601 format).
|
Integer |
errorCode()
Get the errorCode property: The error code if available.
|
String |
errorMessage()
Get the errorMessage property: The error message if available.
|
Integer |
errorSeverity()
Get the errorSeverity property: The error severity if available.
|
String |
location()
Get the location property: The geo-location where the resource lives.
|
String |
operation()
Get the operation property: The operation name.
|
UUID |
operationId()
Get the operationId property: The unique operation ID.
|
Integer |
percentComplete()
Get the percentComplete property: The percentage complete if available.
|
Integer |
requestedDatabaseDtuCap()
Get the requestedDatabaseDtuCap property: The requested per database DTU cap.
|
Integer |
requestedDatabaseDtuGuarantee()
Get the requestedDatabaseDtuGuarantee property: The requested per database DTU guarantee.
|
Integer |
requestedDatabaseDtuMax()
Get the requestedDatabaseDtuMax property: The requested max DTU per database if available.
|
Integer |
requestedDatabaseDtuMin()
Get the requestedDatabaseDtuMin property: The requested min DTU per database if available.
|
Integer |
requestedDtu()
Get the requestedDtu property: The requested DTU for the pool if available.
|
Integer |
requestedDtuGuarantee()
Get the requestedDtuGuarantee property: The requested DTU guarantee.
|
String |
requestedElasticPoolName()
Get the requestedElasticPoolName property: The requested name for the elastic pool if available.
|
Long |
requestedStorageLimitInGB()
Get the requestedStorageLimitInGB property: The requested storage limit for the pool in GB if available.
|
Integer |
requestedStorageLimitInMB()
Get the requestedStorageLimitInMB property: The requested storage limit in MB.
|
String |
serverName()
Get the serverName property: The name of the server the elastic pool is in.
|
OffsetDateTime |
startTime()
Get the startTime property: The time the operation started (ISO8601 format).
|
String |
state()
Get the state property: The current state of the operation.
|
void |
validate()
Validates the instance.
|
ElasticPoolActivityInner |
withLocation(String location)
Set the location property: The geo-location where the resource lives.
|
public String location()
public ElasticPoolActivityInner withLocation(String location)
location - the location value to set.public OffsetDateTime endTime()
public Integer errorCode()
public String errorMessage()
public Integer errorSeverity()
public String operation()
public UUID operationId()
public Integer percentComplete()
public Integer requestedDatabaseDtuMax()
public Integer requestedDatabaseDtuMin()
public Integer requestedDtu()
public String requestedElasticPoolName()
public Long requestedStorageLimitInGB()
public String elasticPoolName()
public String serverName()
public OffsetDateTime startTime()
public String state()
public Integer requestedStorageLimitInMB()
public Integer requestedDatabaseDtuGuarantee()
public Integer requestedDatabaseDtuCap()
public Integer requestedDtuGuarantee()
public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2020 Microsoft Corporation. All rights reserved.