Interface ElasticPoolDatabaseActivity
- All Superinterfaces:
HasId
,HasInner<com.microsoft.azure.management.sql.implementation.ElasticPoolDatabaseActivityInner>
,HasName
,HasResourceGroup
public interface ElasticPoolDatabaseActivity
extends HasInner<com.microsoft.azure.management.sql.implementation.ElasticPoolDatabaseActivityInner>, HasResourceGroup, HasName, HasId
An immutable client-side representation of an Azure SQL ElasticPool's Database Activity.
-
Method Summary
Methods inherited from interface com.microsoft.azure.management.resources.fluentcore.arm.models.HasId
id
Methods inherited from interface com.microsoft.azure.management.resources.fluentcore.model.HasInner
inner
Methods inherited from interface com.microsoft.azure.management.resources.fluentcore.arm.models.HasName
name
Methods inherited from interface com.microsoft.azure.management.resources.fluentcore.arm.models.HasResourceGroup
resourceGroupName
-
Method Details
-
databaseName
String databaseName()- Returns:
- the database name
-
endTime
org.joda.time.DateTime endTime()- Returns:
- the time the operation finished (ISO8601 format)
-
errorCode
int errorCode()- Returns:
- the error code if available
-
errorMessage
String errorMessage()- Returns:
- the error message if available
-
errorSeverity
int errorSeverity()- Returns:
- the error severity if available
-
operation
String operation()- Returns:
- the operation name
-
operationId
String operationId()- Returns:
- the unique operation ID
-
percentComplete
int percentComplete()- Returns:
- the percentage complete if available
-
requestedElasticPoolName
String requestedElasticPoolName()- Returns:
- the name for the Elastic Pool the database is moving into if available
-
currentElasticPoolName
String currentElasticPoolName()- Returns:
- the name of the current Elastic Pool the database is in if available
-
currentServiceObjective
String currentServiceObjective()- Returns:
- the name of the current service objective if available
-
requestedServiceObjective
String requestedServiceObjective()- Returns:
- the name of the requested service objective if available
-
serverName
String serverName()- Returns:
- the name of the Azure SQL Server the Elastic Pool is in
-
startTime
org.joda.time.DateTime startTime()- Returns:
- the time the operation started (ISO8601 format)
-
state
String state()- Returns:
- the current state of the operation
-
location
- Returns:
- the geo-location where the resource lives.
-