ElasticPoolActivity Interface

Implements

HasId HasName HasResourceGroup HasInner<com.microsoft.azure.management.sql.implementation.ElasticPoolActivityInner>

public interface ElasticPoolActivity
extends HasInner<com.microsoft.azure.management.sql.implementation.ElasticPoolActivityInner>, HasResourceGroup, HasName, HasId

An immutable client-side representation of an Azure SQL ElasticPool's Activity.

Method Summary

Modifier and Type Method and Description
abstract java.lang.String elasticPoolName()
abstract org.joda.time.DateTime endTime()
abstract int errorCode()
abstract java.lang.String errorMessage()
abstract int errorSeverity()
abstract java.lang.String location()
abstract java.lang.String operation()
abstract java.lang.String operationId()
abstract int percentComplete()
abstract int requestedDatabaseDtuCap()
abstract int requestedDatabaseDtuGuarantee()
abstract int requestedDatabaseDtuMax()
abstract int requestedDatabaseDtuMin()
abstract int requestedDtu()
abstract int requestedDtuGuarantee()
abstract java.lang.String requestedElasticPoolName()
abstract long requestedStorageLimitInGB()
abstract int requestedStorageLimitInMB()
abstract java.lang.String serverName()
abstract org.joda.time.DateTime startTime()
abstract java.lang.String state()

Method Details

elasticPoolName

public abstract String elasticPoolName()

Returns:

the name of the Elastic Pool

endTime

public abstract DateTime 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

location

public abstract String location()

Returns:

the geo-location where the resource lives.

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

requestedDatabaseDtuCap

public abstract int requestedDatabaseDtuCap()

Returns:

the requested per database DTU cap.

requestedDatabaseDtuGuarantee

public abstract int requestedDatabaseDtuGuarantee()

Returns:

he requested per database DTU guarantee.

requestedDatabaseDtuMax

public abstract int requestedDatabaseDtuMax()

Returns:

the requested max DTU per database if available

requestedDatabaseDtuMin

public abstract int requestedDatabaseDtuMin()

Returns:

the requested min DTU per database if available

requestedDtu

public abstract int requestedDtu()

Returns:

the requested DTU for the pool if available

requestedDtuGuarantee

public abstract int requestedDtuGuarantee()

Returns:

the requested DTU guarantee.

requestedElasticPoolName

public abstract String requestedElasticPoolName()

Returns:

the requested name for the Elastic Pool if available

requestedStorageLimitInGB

public abstract long requestedStorageLimitInGB()

Returns:

the requested storage limit for the pool in GB if available

requestedStorageLimitInMB

public abstract int requestedStorageLimitInMB()

Returns:

the requested storage limit in MB.

serverName

public abstract String serverName()

Returns:

the name of the Azure SQL Server the Elastic Pool is in

startTime

public abstract DateTime startTime()

Returns:

the time the operation started (ISO8601 format)

state

public abstract String state()

Returns:

the current state of the operation

Applies to