ElasticPoolActivity Interface
Implements
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 Type | Method and Description |
---|---|
abstract String |
elasticPoolName()
Gets the name of the Elastic Pool. |
abstract
Offset |
endTime()
Gets the time the operation finished. |
abstract int |
errorCode()
Gets the error code if available. |
abstract String |
errorMessage()
Gets the error message if available. |
abstract int |
errorSeverity()
Gets the error severity if available. |
abstract String |
operation()
Gets the operation name. |
abstract String |
operationId()
Gets the unique operation ID. |
abstract int |
percentComplete()
Gets the percentage complete if available. |
abstract String |
serverName()
Gets the name of the Azure SQL Server the Elastic Pool is in. |
abstract
Offset |
startTime()
Gets the time the operation started. |
abstract String |
state()
Gets the current state of the operation. |
Method Details
elasticPoolName
public abstract String elasticPoolName()
Gets the name of the Elastic Pool.
Returns:
endTime
public abstract OffsetDateTime endTime()
Gets the time the operation finished.
Returns:
errorCode
public abstract int errorCode()
Gets the error code if available.
Returns:
errorMessage
public abstract String errorMessage()
Gets the error message if available.
Returns:
errorSeverity
public abstract int errorSeverity()
Gets the error severity if available.
Returns:
operation
public abstract String operation()
Gets the operation name.
Returns:
operationId
public abstract String operationId()
Gets the unique operation ID.
Returns:
percentComplete
public abstract int percentComplete()
Gets the percentage complete if available.
Returns:
serverName
public abstract String serverName()
Gets the name of the Azure SQL Server the Elastic Pool is in.
Returns:
startTime
public abstract OffsetDateTime startTime()
Gets the time the operation started.
Returns:
state
public abstract String state()
Gets the current state of the operation.
Returns:
Applies to
Azure SDK for Java