次の方法で共有


IWithCreate インターフェイス

定義

クラウドに新しい SQL エラスティック プールを作成するのに十分な入力を含むSQL Server定義ですが、指定する追加の省略可能な入力が公開されます。

public interface IWithCreate : Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta, Microsoft.Azure.Management.ResourceManager.Fluent.Core.Resource.Definition.IDefinitionWithTags<Microsoft.Azure.Management.Sql.Fluent.SqlElasticPoolOperations.Definition.IWithCreate>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.ICreatable<Microsoft.Azure.Management.Sql.Fluent.ISqlElasticPool>, Microsoft.Azure.Management.Sql.Fluent.SqlElasticPoolOperations.Definition.IWithDatabase, Microsoft.Azure.Management.Sql.Fluent.SqlElasticPoolOperations.Definition.IWithDatabaseDtuMax, Microsoft.Azure.Management.Sql.Fluent.SqlElasticPoolOperations.Definition.IWithDatabaseDtuMin, Microsoft.Azure.Management.Sql.Fluent.SqlElasticPoolOperations.Definition.IWithDtu, Microsoft.Azure.Management.Sql.Fluent.SqlElasticPoolOperations.Definition.IWithStorageCapacity
type IWithCreate = interface
    interface IWithDatabaseDtuMin
    interface IWithDatabaseDtuMax
    interface IWithDtu
    interface IWithStorageCapacity
    interface IWithDatabase
    interface IWithDatabaseBeta
    interface IBeta
    interface IDefinitionWithTags<IWithCreate>
    interface ICreatable<ISqlElasticPool>
    interface IIndexable
Public Interface IWithCreate
Implements IBeta, ICreatable(Of ISqlElasticPool), IDefinitionWithTags(Of IWithCreate), IWithDatabase, IWithDatabaseDtuMax, IWithDatabaseDtuMin, IWithDtu, IWithStorageCapacity
派生
実装

プロパティ

Key

クラウドに新しい SQL エラスティック プールを作成するのに十分な入力を含むSQL Server定義ですが、指定する追加の省略可能な入力が公開されます。

(継承元 IIndexable)
Name

作成可能なリソースの名前を取得します。

(継承元 ICreatable<T>)

メソッド

Create()

作成要求を実行します。

(継承元 ICreatable<T>)
CreateAsync(CancellationToken, Boolean)

要求をキューに格納し、システム リソースが使用可能になったときに HTTP クライアントが要求を実行できるようにします。

(継承元 ICreatable<T>)
DefineDatabase(String)

このサーバーに追加する新しいSQL Databaseの定義を開始します。

(継承元 IWithDatabaseBeta)
WithDatabaseDtuMax(Int32)

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

(継承元 IWithDatabaseDtuMax)
WithDatabaseDtuMin(Int32)

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

(継承元 IWithDatabaseDtuMin)
WithDtu(Int32)

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

(継承元 IWithDtu)
WithExistingDatabase(ISqlDatabase)

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

(継承元 IWithDatabase)
WithExistingDatabase(String)

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

(継承元 IWithDatabase)
WithNewDatabase(String)

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

(継承元 IWithDatabase)
WithStorageCapacity(Int32)

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

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

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

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

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

(継承元 IDefinitionWithTags<T>)

適用対象