public class ElasticPoolDatabaseActivityInner
extends com.azure.core.management.ProxyResource
| Constructor and Description |
|---|
ElasticPoolDatabaseActivityInner() |
| Modifier and Type | Method and Description |
|---|---|
String |
currentElasticPoolName()
Get the currentElasticPoolName property: The name of the current elastic pool the database is in if available.
|
String |
currentServiceObjective()
Get the currentServiceObjective property: The name of the current service objective if available.
|
String |
databaseName()
Get the databaseName property: The database name.
|
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.
|
String |
requestedElasticPoolName()
Get the requestedElasticPoolName property: The name for the elastic pool the database is moving into if
available.
|
String |
requestedServiceObjective()
Get the requestedServiceObjective property: The name of the requested service objective if available.
|
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.
|
ElasticPoolDatabaseActivityInner |
withLocation(String location)
Set the location property: The geo-location where the resource lives.
|
public String location()
public ElasticPoolDatabaseActivityInner withLocation(String location)
location - the location value to set.public String databaseName()
public OffsetDateTime endTime()
public Integer errorCode()
public String errorMessage()
public Integer errorSeverity()
public String operation()
public UUID operationId()
public Integer percentComplete()
public String requestedElasticPoolName()
public String currentElasticPoolName()
public String currentServiceObjective()
public String requestedServiceObjective()
public String serverName()
public OffsetDateTime startTime()
public String state()
public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2020 Microsoft Corporation. All rights reserved.