ElasticPoolDatabaseActivity Interface

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

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

Method Summary

Modifier and Type Method and Description
String currentElasticPoolName()
String currentServiceObjective()
String databaseName()
DateTime endTime()
int errorCode()
String errorMessage()
int errorSeverity()
String location()
String operation()
String operationId()
int percentComplete()
String requestedElasticPoolName()
String requestedServiceObjective()
String serverName()
DateTime startTime()
String state()

Inherited Members

Method Details

currentElasticPoolName

public String currentElasticPoolName()

Returns:

the name of the current Elastic Pool the database is in if available

currentServiceObjective

public String currentServiceObjective()

Returns:

the name of the current service objective if available

databaseName

public String databaseName()

Returns:

the database name

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

requestedElasticPoolName

public String requestedElasticPoolName()

Returns:

the name for the Elastic Pool the database is moving into if available

requestedServiceObjective

public String requestedServiceObjective()

Returns:

the name of the requested service objective if available

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