IElasticPoolDatabaseActivity Interface

Definition

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

public interface IElasticPoolDatabaseActivity : Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasId, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasInner<Microsoft.Azure.Management.Sql.Fluent.Models.ElasticPoolDatabaseActivityInner>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasName, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasResourceGroup, Microsoft.Azure.Management.Sql.Fluent.IElasticPoolDatabaseActivityBeta
type IElasticPoolDatabaseActivity = interface
    interface IHasInner<ElasticPoolDatabaseActivityInner>
    interface IHasResourceGroup
    interface IHasName
    interface IHasId
    interface IElasticPoolDatabaseActivityBeta
    interface IBeta
Public Interface IElasticPoolDatabaseActivity
Implements IBeta, IElasticPoolDatabaseActivityBeta, IHasId, IHasInner(Of ElasticPoolDatabaseActivityInner), IHasName, IHasResourceGroup
Implements

Properties

CurrentElasticPoolName

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

CurrentServiceObjective

Gets the name of the current service objective if available.

DatabaseName

Gets the database name.

EndTime

Gets the time the operation finished (ISO8601 format).

ErrorCode

Gets the error code if available.

ErrorMessage

Gets the error message if available.

ErrorSeverity

Gets the error severity if available.

Id

Gets the resource id string

(Inherited from IHasId)
Inner (Inherited from IHasInner<T>)
Location

Gets the geo-location where the resource lives.

(Inherited from IElasticPoolDatabaseActivityBeta)
Name

Gets the name of the resource

(Inherited from IHasName)
Operation

Gets the operation name.

OperationId

Gets the unique operation ID.

PercentComplete

Gets the percentage complete if available.

RequestedElasticPoolName

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

RequestedServiceObjective

Gets the name of the requested service objective if available.

ResourceGroupName (Inherited from IHasResourceGroup)
ServerName

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

StartTime

Gets the time the operation started (ISO8601 format).

State

Gets the current state of the operation.

Applies to