次の方法で共有


IRecommendedElasticPool インターフェイス

定義

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

public interface IRecommendedElasticPool : 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.RecommendedElasticPoolInner>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasManager<Microsoft.Azure.Management.Sql.Fluent.ISqlManager>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasName, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasResourceGroup, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.IRefreshable<Microsoft.Azure.Management.Sql.Fluent.IRecommendedElasticPool>, Microsoft.Azure.Management.Sql.Fluent.IRecommendedElasticPoolBeta
type IRecommendedElasticPool = interface
    interface IRefreshable<IRecommendedElasticPool>
    interface IHasInner<RecommendedElasticPoolInner>
    interface IHasResourceGroup
    interface IHasName
    interface IHasId
    interface IHasManager<ISqlManager>
    interface IRecommendedElasticPoolBeta
    interface IBeta
Public Interface IRecommendedElasticPool
Implements IBeta, IHasId, IHasInner(Of RecommendedElasticPoolInner), IHasManager(Of ISqlManager), IHasName, IHasResourceGroup, IRecommendedElasticPoolBeta, IRefreshable(Of IRecommendedElasticPool)
実装

プロパティ

DatabaseDtuMax

データベースの最大 DTU を取得します。

DatabaseDtuMin

データベースの最小 DTU を取得します。

DatabaseEdition

Azure SQL推奨エラスティック プールのエディションを取得します。 ElasticPoolEdition 列挙には、有効なすべてのエディションが含まれています。 使用可能な値は、'Basic'、'Standard'、'Premium' です。

(継承元 IRecommendedElasticPoolBeta)
Databases

このプール内のAzure SQL データベースの一覧を取得します。 展開されたプロパティ。

Dtu

SQL Azure推奨エラスティック プールの DTU を取得します。

Id

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

(継承元 IHasId)
Inner

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

(継承元 IHasInner<T>)
Manager

このリソースの種類のマネージャー クライアントの種類を取得します。

(継承元 IHasManager<ManagerT>)
MaxObservedDtu

観測された最大 DTU を取得します。

MaxObservedStorageMB

監視対象の最大記憶域をメガバイト単位で取得します。

Name

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

(継承元 IHasName)
ObservationPeriodEnd

観測期間の開始 (ISO8601 形式) を取得します。

ObservationPeriodStart

観測期間の開始 (ISO8601 形式) を取得します。

ResourceGroupName

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

(継承元 IHasResourceGroup)
SqlServerName

このデータベースが属するSQL Serverの名前を取得します。

StorageMB

ストレージ サイズをメガバイト単位で取得します。

メソッド

GetDatabase(String)

推奨されるデータベース内の特定のデータベースを取得します。

GetDatabaseAsync(String, CancellationToken)

推奨されるデータベース内の特定のデータベースを取得します。

(継承元 IRecommendedElasticPoolBeta)
ListDatabases()

Azure を呼び出してデータベースの一覧をフェッチします。

ListDatabasesAsync(CancellationToken)

Azure を呼び出してデータベースの一覧をフェッチします。

(継承元 IRecommendedElasticPoolBeta)
ListMetrics()

Azure を呼び出してメトリック情報の一覧をフェッチします。

Refresh()

Azure と同期するようにリソースを更新します。

(継承元 IRefreshable<T>)
RefreshAsync(CancellationToken)

Azure と同期するようにリソースを更新します。

(継承元 IRefreshable<T>)

適用対象