次の方法で共有


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

定義

既存のデータベースを使用するかどうかを決定するステージ。

public interface IWithExistingDatabaseAfterElasticPool<ParentT> : Microsoft.Azure.Management.ResourceManager.Fluent.Core.ChildResource.Definition.IInDefinition<ParentT>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta, Microsoft.Azure.Management.Sql.Fluent.SqlDatabase.Definition.IWithAttachAfterElasticPoolOptions<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.IWithImportFromAfterElasticPool<ParentT>, Microsoft.Azure.Management.Sql.Fluent.SqlDatabase.Definition.IWithImportFromAfterElasticPoolBeta<ParentT>, Microsoft.Azure.Management.Sql.Fluent.SqlDatabase.Definition.IWithMaxSizeBytesAfterElasticPoolOptions<ParentT>, Microsoft.Azure.Management.Sql.Fluent.SqlDatabase.Definition.IWithRestorePointDatabaseAfterElasticPool<ParentT>, Microsoft.Azure.Management.Sql.Fluent.SqlDatabase.Definition.IWithRestorePointDatabaseAfterElasticPoolBeta<ParentT>, Microsoft.Azure.Management.Sql.Fluent.SqlDatabase.Definition.IWithSampleDatabaseAfterElasticPool<ParentT>, Microsoft.Azure.Management.Sql.Fluent.SqlDatabase.Definition.IWithSampleDatabaseAfterElasticPoolBeta<ParentT>, Microsoft.Azure.Management.Sql.Fluent.SqlDatabase.Definition.IWithSourceDatabaseId<ParentT>
type IWithExistingDatabaseAfterElasticPool<'ParentT> = interface
    interface IWithImportFromAfterElasticPool<'ParentT>
    interface IWithImportFromAfterElasticPoolBeta<'ParentT>
    interface IBeta
    interface IWithRestorePointDatabaseAfterElasticPool<'ParentT>
    interface IWithRestorePointDatabaseAfterElasticPoolBeta<'ParentT>
    interface IWithSampleDatabaseAfterElasticPool<'ParentT>
    interface IWithSampleDatabaseAfterElasticPoolBeta<'ParentT>
    interface IWithSourceDatabaseId<'ParentT>
    interface IWithAttachAfterElasticPoolOptions<'ParentT>
    interface IWithCollationAfterElasticPoolOptions<'ParentT>
    interface IWithMaxSizeBytesAfterElasticPoolOptions<'ParentT>
    interface IWithAttachFinal<'ParentT>
    interface IInDefinition<'ParentT>
Public Interface IWithExistingDatabaseAfterElasticPool(Of ParentT)
Implements IBeta, IInDefinition(Of ParentT), IWithAttachAfterElasticPoolOptions(Of ParentT), IWithAttachFinal(Of ParentT), IWithCollationAfterElasticPoolOptions(Of ParentT), IWithImportFromAfterElasticPool(Of ParentT), IWithImportFromAfterElasticPoolBeta(Of ParentT), IWithMaxSizeBytesAfterElasticPoolOptions(Of ParentT), IWithRestorePointDatabaseAfterElasticPool(Of ParentT), IWithRestorePointDatabaseAfterElasticPoolBeta(Of ParentT), IWithSampleDatabaseAfterElasticPool(Of ParentT), IWithSampleDatabaseAfterElasticPoolBeta(Of ParentT), IWithSourceDatabaseId(Of ParentT)

型パラメーター

ParentT

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

実装

メソッド

Attach()

既存のデータベースを使用するかどうかを決定するステージ。

(継承元 IInDefinition<ParentT>)
FromRestorePoint(IRestorePoint)

復元ポイントから新しいデータベースを作成します。

(継承元 IWithRestorePointDatabaseAfterElasticPoolBeta<ParentT>)
FromRestorePoint(IRestorePoint, DateTime)

復元ポイントから新しいデータベースを作成します。

(継承元 IWithRestorePointDatabaseAfterElasticPoolBeta<ParentT>)
FromSample(SampleName)

復元ポイントから新しいデータベースを作成します。

(継承元 IWithSampleDatabaseAfterElasticPoolBeta<ParentT>)
ImportFrom(IStorageAccount, String, String)

BACPAC ファイルから新しいデータベースを作成します。

(継承元 IWithImportFromAfterElasticPoolBeta<ParentT>)
ImportFrom(String)

BACPAC ファイルから新しいデータベースを作成します。

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

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

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

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

(継承元 IWithMaxSizeBytesAfterElasticPoolOptions<ParentT>)
WithSourceDatabase(ISqlDatabase)

SQL Databaseのソース データベースの場合は、リソースを設定します。 照合順序、エディション、および MaxSizeBytes は、リンクがアクティブな間は同じままにする必要があります。 これらのパラメーターに指定された値は無視されます。

(継承元 IWithSourceDatabaseId<ParentT>)
WithSourceDatabase(String)

SQL Databaseのソース データベースの場合は、リソースを設定します。 照合順序、エディション、および MaxSizeBytes は、リンクがアクティブな間は同じままにする必要があります。 これらのパラメーターに指定された値は無視されます。

(継承元 IWithSourceDatabaseId<ParentT>)

適用対象