Interface ElasticPoolDatabaseActivity
-
- All Superinterfaces:
HasId,HasInnerModel<ElasticPoolDatabaseActivityInner>,HasName,HasResourceGroup
public interface ElasticPoolDatabaseActivity extends HasInnerModel<ElasticPoolDatabaseActivityInner>, HasResourceGroup, HasName, HasId
An immutable client-side representation of an Azure SQL ElasticPool's Database Activity.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringcurrentElasticPoolName()StringcurrentServiceObjective()StringdatabaseName()OffsetDateTimeendTime()interrorCode()StringerrorMessage()interrorSeverity()Stringlocation()Stringoperation()StringoperationId()intpercentComplete()StringrequestedElasticPoolName()StringrequestedServiceObjective()StringserverName()OffsetDateTimestartTime()Stringstate()-
Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.model.HasInnerModel
innerModel
-
Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.arm.models.HasName
name
-
Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.arm.models.HasResourceGroup
resourceGroupName
-
-
-
-
Method Detail
-
databaseName
String databaseName()
- Returns:
- the database name
-
endTime
OffsetDateTime 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
OffsetDateTime startTime()
- Returns:
- the time the operation started (ISO8601 format)
-
state
String state()
- Returns:
- the current state of the operation
-
location
String location()
- Returns:
- the geo-location where the resource lives.
-
-