次の方法で共有


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()

Gets the name of the Elastic Pool.

abstract OffsetDateTime endTime()

Gets the time the operation finished.

abstract int errorCode()

Gets the error code if available.

abstract String errorMessage()

Gets the error message if available.

abstract int errorSeverity()

Gets the error severity if available.

abstract String operation()

Gets the operation name.

abstract String operationId()

Gets the unique operation ID.

abstract int percentComplete()

Gets the percentage complete if available.

abstract String serverName()

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

abstract OffsetDateTime startTime()

Gets the time the operation started.

abstract String state()

Gets the current state of the operation.

Method Details

elasticPoolName

public abstract String elasticPoolName()

Gets the name of the Elastic Pool.

Returns:

the name of the Elastic Pool

endTime

public abstract OffsetDateTime endTime()

Gets the time the operation finished.

Returns:

the time the operation finished (ISO8601 format)

errorCode

public abstract int errorCode()

Gets the error code if available.

Returns:

the error code if available

errorMessage

public abstract String errorMessage()

Gets the error message if available.

Returns:

the error message if available

errorSeverity

public abstract int errorSeverity()

Gets the error severity if available.

Returns:

the error severity if available

operation

public abstract String operation()

Gets the operation name.

Returns:

the operation name

operationId

public abstract String operationId()

Gets the unique operation ID.

Returns:

the unique operation ID

percentComplete

public abstract int percentComplete()

Gets the percentage complete if available.

Returns:

the percentage complete if available

serverName

public abstract String serverName()

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

Returns:

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

startTime

public abstract OffsetDateTime startTime()

Gets the time the operation started.

Returns:

the time the operation started (ISO8601 format)

state

public abstract String state()

Gets the current state of the operation.

Returns:

the current state of the operation

Applies to