ElasticPoolActivity Interface

public interface ElasticPoolActivity extends HasInner,HasResourceGroup,HasName,HasId,HasInner,HasResourceGroup,HasName,HasId

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

Method Summary

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

Inherited Members

Method Details

elasticPoolName

public String elasticPoolName()

Returns:

the name of the Elastic Pool

endTime

public DateTime endTime()

Returns:

the time the operation finished (ISO8601 format)

errorCode

public int errorCode()

Returns:

the error code if available

errorMessage

public String errorMessage()

Returns:

the error message if available

errorSeverity

public int errorSeverity()

Returns:

the error severity if available

location

public String location()

Returns:

the geo-location where the resource lives.

operation

public String operation()

Returns:

the operation name

operationId

public String operationId()

Returns:

the unique operation ID

percentComplete

public int percentComplete()

Returns:

the percentage complete if available

requestedDatabaseDtuCap

public int requestedDatabaseDtuCap()

Returns:

the requested per database DTU cap.

requestedDatabaseDtuGuarantee

public int requestedDatabaseDtuGuarantee()

Returns:

he requested per database DTU guarantee.

requestedDatabaseDtuMax

public int requestedDatabaseDtuMax()

Returns:

the requested max DTU per database if available

requestedDatabaseDtuMin

public int requestedDatabaseDtuMin()

Returns:

the requested min DTU per database if available

requestedDtu

public int requestedDtu()

Returns:

the requested DTU for the pool if available

requestedDtuGuarantee

public int requestedDtuGuarantee()

Returns:

the requested DTU guarantee.

requestedElasticPoolName

public String requestedElasticPoolName()

Returns:

the requested name for the Elastic Pool if available

requestedStorageLimitInGB

public long requestedStorageLimitInGB()

Returns:

the requested storage limit for the pool in GB if available

requestedStorageLimitInMB

public int requestedStorageLimitInMB()

Returns:

the requested storage limit in MB.

serverName

public String serverName()

Returns:

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

startTime

public DateTime startTime()

Returns:

the time the operation started (ISO8601 format)

state

public String state()

Returns:

the current state of the operation

Applies to