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
Modifier and TypeMethodDescriptionGets the name of the Elastic Pool.endTime()Gets the time the operation finished.intGets the error code if available.Gets the error message if available.intGets the error severity if available.Gets the operation name.Gets the unique operation ID.intGets the percentage complete if available.Gets the name of the Azure SQL Server the Elastic Pool is in.Gets the time the operation started.state()Gets the current state of the operation.Methods inherited from interface HasInnerModel
innerModelMethods inherited from interface HasResourceGroup
resourceGroupName
-
Method Details
-
endTime
OffsetDateTime endTime()Gets the time the operation finished.- Returns:
- the time the operation finished (ISO8601 format)
-
errorCode
int errorCode()Gets the error code if available.- Returns:
- the error code if available
-
errorMessage
-
errorSeverity
int errorSeverity()Gets the error severity if available.- Returns:
- the error severity if available
-
operation
-
operationId
-
percentComplete
int percentComplete()Gets the percentage complete if available.- Returns:
- the percentage complete if available
-
elasticPoolName
-
serverName
String serverName()Gets the name of the Azure SQL Server the Elastic Pool is in.- Returns:
- the name of the Azure SQL Server the Elastic Pool is in
-
startTime
OffsetDateTime startTime()Gets the time the operation started.- Returns:
- the time the operation started (ISO8601 format)
-
state
-