Interface ElasticPoolActivity
- All Superinterfaces:
HasId,HasInnerModel<ElasticPoolOperationInner>,HasName,HasResourceGroup
public interface ElasticPoolActivity
extends HasInnerModel<ElasticPoolOperationInner>, HasResourceGroup, HasName, HasId
An immutable client-side representation of an Azure SQL ElasticPool's Activity.
-
Method Summary
Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.model.HasInnerModel
innerModelMethods inherited from interface com.azure.resourcemanager.resources.fluentcore.arm.models.HasName
nameMethods inherited from interface com.azure.resourcemanager.resources.fluentcore.arm.models.HasResourceGroup
resourceGroupName
-
Method Details
-
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
-
elasticPoolName
String elasticPoolName()- Returns:
- the name of the Elastic Pool
-
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
-