你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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 数据库的排序规则。

(继承自 IWithCollationAfterElasticPoolOptions)
WithMaxSizeBytes(Int64)

设置SQL 数据库的最大大小(以字节为单位)。

(继承自 IWithMaxSizeBytesAfterElasticPoolOptions)
WithSourceDatabase(ISqlDatabase)

如果为SQL 数据库的源数据库,则设置资源。 当链接处于活动状态时,排序规则、Edition 和 MaxSizeBytes 必须保持不变。 为这些参数指定的值将被忽略。

(继承自 IWithSourceDatabaseId)
WithSourceDatabase(String)

如果为SQL 数据库的源数据库,则设置资源。 当链接处于活动状态时,排序规则、Edition 和 MaxSizeBytes 必须保持不变。 为这些参数指定的值将被忽略。

(继承自 IWithSourceDatabaseId)
WithTag(String, String)

将标记添加到资源。

(继承自 IDefinitionWithTags<T>)
WithTags(IDictionary<String,String>)

将资源的标记指定为 {@link Map}。

(继承自 IDefinitionWithTags<T>)

适用于