IElasticPoolDatabaseActivity インターフェイス

定義

Azure SQL ElasticPool のデータベース アクティビティの不変のクライアント側表現。

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
実装

プロパティ

CurrentElasticPoolName

データベースが存在する現在のエラスティック プールの名前を取得します (使用可能な場合)。

CurrentServiceObjective

利用可能な場合は、現在のサービス目標の名前を取得します。

DatabaseName

データベース名を取得します。

EndTime

操作が完了した時刻を取得します (ISO8601 形式)。

ErrorCode

エラー コード (使用可能な場合) を取得します。

ErrorMessage

エラー メッセージ (使用可能な場合) を取得します。

ErrorSeverity

エラーの重大度 (使用可能な場合) を取得します。

Id

リソース ID 文字列を取得します

(継承元 IHasId)
Inner

Azure SQL ElasticPool のデータベース アクティビティの不変のクライアント側表現。

(継承元 IHasInner<T>)
Location

リソースが置かれている地理的な場所を取得します。

(継承元 IElasticPoolDatabaseActivityBeta)
Name

リソースの名前を取得します

(継承元 IHasName)
Operation

操作名を取得します。

OperationId

一意の操作 ID を取得します。

PercentComplete

達成率 (使用可能な場合) を取得します。

RequestedElasticPoolName

データベースが移動するエラスティック プールの名前 (使用可能な場合) を取得します。

RequestedServiceObjective

要求されたサービス目標の名前 (使用可能な場合) を取得します。

ResourceGroupName

Azure SQL ElasticPool のデータベース アクティビティの不変のクライアント側表現。

(継承元 IHasResourceGroup)
ServerName

エラスティック プールが含まれるAzure SQL サーバーの名前を取得します。

StartTime

操作が開始された時刻を取得します (ISO8601 形式)。

State

操作の現在の状態を取得します。

適用対象