ISqlElasticPool インターフェイス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
Azure SQLエラスティック プールの不変のクライアント側表現。
public interface ISqlElasticPool : Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IChildResource<Microsoft.Azure.Management.Sql.Fluent.ISqlServer>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IExternalChildResource<Microsoft.Azure.Management.Sql.Fluent.ISqlElasticPool,Microsoft.Azure.Management.Sql.Fluent.ISqlServer>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasInner<Microsoft.Azure.Management.Sql.Fluent.Models.ElasticPoolInner>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasParent<Microsoft.Azure.Management.Sql.Fluent.ISqlServer>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasResourceGroup, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.IRefreshable<Microsoft.Azure.Management.Sql.Fluent.ISqlElasticPool>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.IUpdatable<Microsoft.Azure.Management.Sql.Fluent.SqlElasticPool.Update.IUpdate>
type ISqlElasticPool = interface
interface IBeta
interface IExternalChildResource<ISqlElasticPool, ISqlServer>
interface IChildResource<ISqlServer>
interface IHasName
interface IIndexable
interface IHasParent<ISqlServer>
interface IRefreshable<ISqlElasticPool>
interface IHasInner<ElasticPoolInner>
interface IHasResourceGroup
interface IUpdatable<IUpdate>
Public Interface ISqlElasticPool
Implements IBeta, IChildResource(Of ISqlServer), IExternalChildResource(Of ISqlElasticPool, ISqlServer), IHasInner(Of ElasticPoolInner), IHasParent(Of ISqlServer), IHasResourceGroup, IRefreshable(Of ISqlElasticPool), IUpdatable(Of IUpdate)
- 実装
プロパティ
CreationDate |
Azure SQL エラスティック プールの作成日を取得します。 |
DatabaseDtuMax |
データベースが使用できる最大 DTU SQL Azure取得します。 |
DatabaseDtuMin |
すべてのSQL Azureデータベースが保証されている最小 DTU を取得します。 |
Dtu |
SQL Azure データベース エラスティック プールの共有 DTU の合計を取得します。 |
Edition |
エラスティック プールのエディションAzure SQL取得します。 |
Id |
Azure SQLエラスティック プールの不変のクライアント側表現。 (継承元 IExternalChildResource<FluentModelT,IParentT>) |
Inner |
Azure SQLエラスティック プールの不変のクライアント側表現。 (継承元 IHasInner<T>) |
Key |
Azure SQLエラスティック プールの不変のクライアント側表現。 (継承元 IIndexable) |
Name |
リソースの名前を取得します (継承元 IHasName) |
Parent |
この子リソースの親を取得します。 (継承元 IHasParent<ParentT>) |
ParentId |
親 SQL サーバー ID を取得します。 |
Region |
リソースが含まれるリージョンを取得します。 |
RegionName |
リソースが含まれるリージョンの名前を取得します。 |
ResourceGroupName |
Azure SQLエラスティック プールの不変のクライアント側表現。 (継承元 IHasResourceGroup) |
SqlServerName |
このエラスティック プールが属するSQL Serverの名前を取得します。 |
State |
Azure SQL エラスティック プールの状態を取得します。 |
StorageCapacityInMB |
SQL Azure データベース エラスティック プールのストレージ容量制限を MB 単位で取得します。 |
StorageMB |
SQL Azure データベース エラスティック プールのストレージ制限を MB 単位で取得します。 |
メソッド
AddExistingDatabase(ISqlDatabase) |
エラスティック プールに既存のSQL Databaseを追加します。 |
AddExistingDatabase(String) |
エラスティック プールに既存のSQL Databaseを追加します。 |
AddNewDatabase(String) |
エラスティック プールに新しいSQL Databaseを追加します。 |
Delete() |
この SQL エラスティック プールを親 SQL サーバーから削除します。 |
DeleteAsync(CancellationToken) |
この SQL エラスティック プールを親 SQL サーバーから非同期的に削除します。 |
GetDatabase(String) |
エラスティック プール内の特定のデータベースを取得します。 |
ListActivities() |
Azure SQLエラスティック プールの不変のクライアント側表現。 |
ListActivitiesAsync(CancellationToken) |
Azure SQLエラスティック プールの不変のクライアント側表現。 |
ListDatabaseActivities() |
Azure SQLエラスティック プールの不変のクライアント側表現。 |
ListDatabaseActivitiesAsync(CancellationToken) |
Azure SQLエラスティック プールの不変のクライアント側表現。 |
ListDatabaseMetricDefinitions() |
この SQL エラスティック プールのデータベース メトリック定義を一覧表示します。 |
ListDatabaseMetricDefinitionsAsync(CancellationToken) |
この SQL エラスティック プールのデータベース メトリック定義を非同期的に一覧表示します。 |
ListDatabaseMetrics(String) |
この SQL エラスティック プールのデータベース メトリックを一覧表示します。 |
ListDatabaseMetricsAsync(String, CancellationToken) |
この SQL エラスティック プールのデータベース メトリックを非同期的に一覧表示します。 |
ListDatabases() |
この SQL エラスティック プール内の SQL データベースを一覧表示します。 |
ListDatabasesAsync(CancellationToken) |
この SQL エラスティック プール内の SQL データベースを非同期的に一覧表示します。 |
Refresh() |
Azure と同期するようにリソースを更新します。 (継承元 IRefreshable<T>) |
RefreshAsync(CancellationToken) |
Azure と同期するようにリソースを更新します。 (継承元 IRefreshable<T>) |
RemoveDatabase(String) |
エラスティック プールから既存のSQL Databaseを削除します。 |
Update() |
Azure SQLエラスティック プールの不変のクライアント側表現。 (継承元 IUpdatable<T>) |
適用対象
Azure SDK for .NET