ElasticPoolDatabaseActivity Interface

Implements

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

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

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

Method Summary

Modifier and Type Method and Description
abstract java.lang.String currentElasticPoolName()
abstract java.lang.String currentServiceObjective()
abstract java.lang.String databaseName()
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 java.lang.String requestedElasticPoolName()
abstract java.lang.String requestedServiceObjective()
abstract java.lang.String serverName()
abstract org.joda.time.DateTime startTime()
abstract java.lang.String state()

Method Details

currentElasticPoolName

public abstract String currentElasticPoolName()

Returns:

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

currentServiceObjective

public abstract String currentServiceObjective()

Returns:

the name of the current service objective if available

databaseName

public abstract String databaseName()

Returns:

the database name

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

requestedElasticPoolName

public abstract String requestedElasticPoolName()

Returns:

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

requestedServiceObjective

public abstract String requestedServiceObjective()

Returns:

the name of the requested service objective if available

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