次の方法で共有


IElasticPoolActivity インターフェイス

定義

Azure SQL ElasticPool のアクティビティの不変のクライアント側表現。

public interface IElasticPoolActivity : 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.ElasticPoolActivityInner>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasName, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasResourceGroup, Microsoft.Azure.Management.Sql.Fluent.IElasticPoolActivityBeta
type IElasticPoolActivity = interface
    interface IHasInner<ElasticPoolActivityInner>
    interface IHasResourceGroup
    interface IHasName
    interface IHasId
    interface IElasticPoolActivityBeta
    interface IBeta
Public Interface IElasticPoolActivity
Implements IBeta, IElasticPoolActivityBeta, IHasId, IHasInner(Of ElasticPoolActivityInner), IHasName, IHasResourceGroup
実装

プロパティ

ElasticPoolName

エラスティック プールの名前を取得します。

EndTime

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

ErrorCode

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

ErrorMessage

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

ErrorSeverity

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

Id

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

(継承元 IHasId)
Inner

Azure SQL ElasticPool のアクティビティの不変のクライアント側表現。

(継承元 IHasInner<T>)
Location

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

(継承元 IElasticPoolActivityBeta)
Name

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

(継承元 IHasName)
Operation

操作名を取得します。

OperationId

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

PercentComplete

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

RequestedDatabaseDtuCap

データベースごとに要求された DTU 上限を取得します。

(継承元 IElasticPoolActivityBeta)
RequestedDatabaseDtuGuarantee

データベースごとに要求された DTU 保証を取得します。

(継承元 IElasticPoolActivityBeta)
RequestedDatabaseDtuMax

データベースごとに要求された最大 DTU (使用可能な場合) を取得します。

RequestedDatabaseDtuMin

データベースごとに要求された最小 DTU (使用可能な場合) を取得します。

RequestedDtu

プールに対して要求された DTU (使用可能な場合) を取得します。

RequestedDtuGuarantee

要求された DTU 保証を取得します。

(継承元 IElasticPoolActivityBeta)
RequestedElasticPoolName

エラスティック プールの要求された名前 (使用可能な場合) を取得します。

RequestedStorageLimitInGB

使用可能な場合は、プールの要求された記憶域の制限を GB 単位で取得します。

RequestedStorageLimitInMB

要求されたストレージ制限を MB 単位で取得します。

(継承元 IElasticPoolActivityBeta)
ResourceGroupName

Azure SQL ElasticPool のアクティビティの不変のクライアント側表現。

(継承元 IHasResourceGroup)
ServerName

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

StartTime

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

State

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

適用対象