次の方法で共有


IWithExistingDatabaseAfterElasticPool インターフェイス

定義

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

public interface IWithExistingDatabaseAfterElasticPool : Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta, Microsoft.Azure.Management.ResourceManager.Fluent.Core.Resource.Definition.IDefinitionWithTags<Microsoft.Azure.Management.Sql.Fluent.SqlDatabaseOperations.Definition.IWithCreateFinal>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.ICreatable<Microsoft.Azure.Management.Sql.Fluent.ISqlDatabase>, Microsoft.Azure.Management.Sql.Fluent.SqlDatabaseOperations.Definition.IWithCreateAfterElasticPoolOptions, Microsoft.Azure.Management.Sql.Fluent.SqlDatabaseOperations.Definition.IWithImportFromAfterElasticPool, Microsoft.Azure.Management.Sql.Fluent.SqlDatabaseOperations.Definition.IWithRestorePointDatabaseAfterElasticPool, Microsoft.Azure.Management.Sql.Fluent.SqlDatabaseOperations.Definition.IWithSampleDatabaseAfterElasticPool, Microsoft.Azure.Management.Sql.Fluent.SqlDatabaseOperations.Definition.IWithSourceDatabaseId
type IWithExistingDatabaseAfterElasticPool = interface
    interface IWithImportFromAfterElasticPool
    interface IWithImportFromAfterElasticPoolBeta
    interface IBeta
    interface IWithRestorePointDatabaseAfterElasticPool
    interface IWithRestorePointDatabaseAfterElasticPoolBeta
    interface IWithSampleDatabaseAfterElasticPool
    interface IWithSampleDatabaseAfterElasticPoolBeta
    interface IWithSourceDatabaseId
    interface IWithCreateAfterElasticPoolOptions
    interface IWithCollationAfterElasticPoolOptions
    interface IWithMaxSizeBytesAfterElasticPoolOptions
    interface IWithCreateFinal
    interface IDefinitionWithTags<IWithCreateFinal>
    interface ICreatable<ISqlDatabase>
    interface IIndexable
Public Interface IWithExistingDatabaseAfterElasticPool
Implements IBeta, ICreatable(Of ISqlDatabase), IDefinitionWithTags(Of IWithCreateFinal), IWithCreateAfterElasticPoolOptions, IWithImportFromAfterElasticPool, IWithRestorePointDatabaseAfterElasticPool, IWithSampleDatabaseAfterElasticPool, IWithSourceDatabaseId
実装

プロパティ

Key

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

(継承元 IIndexable)
Name

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

(継承元 ICreatable<T>)

メソッド

Create()

作成要求を実行します。

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

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

(継承元 ICreatable<T>)
FromRestorePoint(IRestorePoint)

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

(継承元 IWithRestorePointDatabaseAfterElasticPoolBeta)
FromRestorePoint(IRestorePoint, DateTime)

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

(継承元 IWithRestorePointDatabaseAfterElasticPoolBeta)
FromSample(SampleName)

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

(継承元 IWithSampleDatabaseAfterElasticPoolBeta)
ImportFrom(IStorageAccount, String, String)

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

(継承元 IWithImportFromAfterElasticPoolBeta)
ImportFrom(String)

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

(継承元 IWithImportFromAfterElasticPoolBeta)
WithCollation(String)

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

(継承元 IWithCollationAfterElasticPoolOptions)
WithMaxSizeBytes(Int64)

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

(継承元 IWithMaxSizeBytesAfterElasticPoolOptions)
WithSourceDatabase(ISqlDatabase)

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

(継承元 IWithSourceDatabaseId)
WithSourceDatabase(String)

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

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

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

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

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

(継承元 IDefinitionWithTags<T>)

適用対象