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() |
abstract
Offset |
endTime() |
abstract int | errorCode() |
abstract String | errorMessage() |
abstract int | errorSeverity() |
abstract String | operation() |
abstract String | operationId() |
abstract int | percentComplete() |
abstract String | serverName() |
abstract
Offset |
startTime() |
abstract String | state() |
Method Details
elasticPoolName
public abstract String elasticPoolName()
Returns:
the name of the Elastic Pool
endTime
public abstract OffsetDateTime endTime()
Returns:
the time the operation finished (ISO8601 format)
errorCode
public abstract int errorCode()
Returns:
the error code if available
errorMessage
public abstract String errorMessage()
Returns:
the error message if available
errorSeverity
public abstract int errorSeverity()
Returns:
the error severity if available
operation
public abstract String operation()
Returns:
the operation name
operationId
public abstract String operationId()
Returns:
the unique operation ID
percentComplete
public abstract int percentComplete()
Returns:
the percentage complete if available
serverName
public abstract String serverName()
Returns:
the name of the Azure SQL Server the Elastic Pool is in
startTime
public abstract OffsetDateTime startTime()
Returns:
the time the operation started (ISO8601 format)
state
public abstract String state()
Returns:
the current state of the operation