次の方法で共有


IWithAttachAfterElasticPoolOptions<ParentT> インターフェイス

定義

SQL エラスティック プール定義の後のSQL Database定義の最終ステージ。

public interface IWithAttachAfterElasticPoolOptions<ParentT> : Microsoft.Azure.Management.ResourceManager.Fluent.Core.ChildResource.Definition.IInDefinition<ParentT>, Microsoft.Azure.Management.Sql.Fluent.SqlDatabase.Definition.IWithAttachFinal<ParentT>, Microsoft.Azure.Management.Sql.Fluent.SqlDatabase.Definition.IWithCollationAfterElasticPoolOptions<ParentT>, Microsoft.Azure.Management.Sql.Fluent.SqlDatabase.Definition.IWithMaxSizeBytesAfterElasticPoolOptions<ParentT>
type IWithAttachAfterElasticPoolOptions<'ParentT> = interface
    interface IWithCollationAfterElasticPoolOptions<'ParentT>
    interface IWithMaxSizeBytesAfterElasticPoolOptions<'ParentT>
    interface IWithAttachFinal<'ParentT>
    interface IInDefinition<'ParentT>
Public Interface IWithAttachAfterElasticPoolOptions(Of ParentT)
Implements IInDefinition(Of ParentT), IWithAttachFinal(Of ParentT), IWithCollationAfterElasticPoolOptions(Of ParentT), IWithMaxSizeBytesAfterElasticPoolOptions(Of ParentT)

型パラメーター

ParentT

この定義をアタッチした後に戻る親定義のステージ。

派生
実装

メソッド

Attach()

SQL エラスティック プール定義の後のSQL Database定義の最終ステージ。

(継承元 IInDefinition<ParentT>)
WithCollation(String)

SQL Databaseの照合順序を設定します。

(継承元 IWithCollationAfterElasticPoolOptions<ParentT>)
WithMaxSizeBytes(Int64)

SQL Databaseの最大サイズをバイト単位で設定します。

(継承元 IWithMaxSizeBytesAfterElasticPoolOptions<ParentT>)

適用対象