次の方法で共有


IUpdate インターフェイス

定義

変更できるすべての設定を含む SQL エラスティック プール更新操作のテンプレート。

public interface IUpdate : Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta, Microsoft.Azure.Management.ResourceManager.Fluent.Core.Resource.Update.IUpdateWithTags<Microsoft.Azure.Management.Sql.Fluent.SqlElasticPool.Update.IUpdate>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.IAppliable<Microsoft.Azure.Management.Sql.Fluent.ISqlElasticPool>, Microsoft.Azure.Management.Sql.Fluent.SqlElasticPool.Update.IWithDatabase, Microsoft.Azure.Management.Sql.Fluent.SqlElasticPool.Update.IWithDatabaseDtuMax, Microsoft.Azure.Management.Sql.Fluent.SqlElasticPool.Update.IWithDatabaseDtuMin, Microsoft.Azure.Management.Sql.Fluent.SqlElasticPool.Update.IWithDtu, Microsoft.Azure.Management.Sql.Fluent.SqlElasticPool.Update.IWithReservedDTUAndStorageCapacity, Microsoft.Azure.Management.Sql.Fluent.SqlElasticPool.Update.IWithStorageCapacity
type IUpdate = interface
    interface IWithReservedDTUAndStorageCapacity
    interface IWithReservedDTUAndStorageCapacityBeta
    interface IBeta
    interface IWithDatabaseDtuMax
    interface IWithDatabaseDtuMin
    interface IWithDtu
    interface IWithStorageCapacity
    interface IWithDatabase
    interface IUpdateWithTags<IUpdate>
    interface IAppliable<ISqlElasticPool>
    interface IIndexable
Public Interface IUpdate
Implements IAppliable(Of ISqlElasticPool), IBeta, IUpdateWithTags(Of IUpdate), IWithDatabase, IWithDatabaseDtuMax, IWithDatabaseDtuMin, IWithDtu, IWithReservedDTUAndStorageCapacity, IWithStorageCapacity
実装

プロパティ

Key

変更できるすべての設定を含む SQL エラスティック プール更新操作のテンプレート。

(継承元 IIndexable)

メソッド

Apply()

更新要求を実行します。

(継承元 IAppliable<T>)
ApplyAsync(CancellationToken, Boolean)

更新要求を非同期的に実行します。

(継承元 IAppliable<T>)
WithDatabaseDtuMax(Int32)

データベースが使用できる最大 DTU SQL Azure設定します。

(継承元 IWithDatabaseDtuMax)
WithDatabaseDtuMax(SqlElasticPoolBasicMaxEDTUs)

プール内のデータベースが使用できる eDTU の最大数を設定します。

(継承元 IWithReservedDTUAndStorageCapacityBeta)
WithDatabaseDtuMax(SqlElasticPoolPremiumMaxEDTUs)

プール内のデータベースが使用できる eDTU の最大数を設定します。

(継承元 IWithReservedDTUAndStorageCapacityBeta)
WithDatabaseDtuMax(SqlElasticPoolStandardMaxEDTUs)

プール内のデータベースが使用できる eDTU の最大数を設定します。

(継承元 IWithReservedDTUAndStorageCapacityBeta)
WithDatabaseDtuMin(Int32)

すべてのSQL Azureデータベースが保証される最小 DTU を設定します。

(継承元 IWithDatabaseDtuMin)
WithDatabaseDtuMin(SqlElasticPoolBasicMinEDTUs)

アクティビティに関係なく、プール内の各データベースの eDTU の最小数を設定します。

(継承元 IWithReservedDTUAndStorageCapacityBeta)
WithDatabaseDtuMin(SqlElasticPoolPremiumMinEDTUs)

アクティビティに関係なく、プール内の各データベースの eDTU の最小数を設定します。

(継承元 IWithReservedDTUAndStorageCapacityBeta)
WithDatabaseDtuMin(SqlElasticPoolStandardMinEDTUs)

アクティビティに関係なく、プール内の各データベースの eDTU の最小数を設定します。

(継承元 IWithReservedDTUAndStorageCapacityBeta)
WithDtu(Int32)

SQL Azure データベース エラスティック プールの共有 DTU の合計を設定します。

(継承元 IWithDtu)
WithExistingDatabase(ISqlDatabase)

SQL エラスティック プールにデータベースを追加します。

(継承元 IWithDatabase)
WithExistingDatabase(String)

SQL エラスティック プールに既存のデータベースを追加します。

(継承元 IWithDatabase)
WithNewDatabase(String)

SQL エラスティック プールに新しいデータベースを作成します。

(継承元 IWithDatabase)
WithoutTag(String)

リソースからタグを削除します。

(継承元 IUpdateWithTags<T>)
WithReservedDtu(SqlElasticPoolBasicEDTUs)

SQL Azure データベース エラスティック プールの共有 eDTU の合計を設定します。

(継承元 IWithReservedDTUAndStorageCapacityBeta)
WithReservedDtu(SqlElasticPoolPremiumEDTUs)

SQL Azure データベース エラスティック プールの共有 eDTU の合計を設定します。

(継承元 IWithReservedDTUAndStorageCapacityBeta)
WithReservedDtu(SqlElasticPoolStandardEDTUs)

SQL Azure データベース エラスティック プールの共有 eDTU の合計を設定します。

(継承元 IWithReservedDTUAndStorageCapacityBeta)
WithStorageCapacity(Int32)

SQL Azure データベース エラスティック プールのストレージ制限を MB 単位で設定します。

(継承元 IWithStorageCapacity)
WithStorageCapacity(SqlElasticPoolPremiumSorage)

SQL Azure データベース エラスティック プールのストレージ容量を設定します。

(継承元 IWithReservedDTUAndStorageCapacityBeta)
WithStorageCapacity(SqlElasticPoolStandardStorage)

SQL Azure データベース エラスティック プールのストレージ容量を設定します。

(継承元 IWithReservedDTUAndStorageCapacityBeta)
WithTag(String, String)

リソースにタグを追加します。

(継承元 IUpdateWithTags<T>)
WithTags(IDictionary<String,String>)

リソースのタグを {@link Map} として指定します。

(継承元 IUpdateWithTags<T>)

適用対象