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

IWithCreateAfterElasticPoolOptions 接口

定义

SQL 弹性池定义之后SQL 数据库定义的最后一个阶段。

public interface IWithCreateAfterElasticPoolOptions : 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.IWithCollationAfterElasticPoolOptions, Microsoft.Azure.Management.Sql.Fluent.SqlDatabaseOperations.Definition.IWithCreateFinal, Microsoft.Azure.Management.Sql.Fluent.SqlDatabaseOperations.Definition.IWithMaxSizeBytesAfterElasticPoolOptions
type IWithCreateAfterElasticPoolOptions = interface
    interface IWithCollationAfterElasticPoolOptions
    interface IWithMaxSizeBytesAfterElasticPoolOptions
    interface IWithCreateFinal
    interface IDefinitionWithTags<IWithCreateFinal>
    interface ICreatable<ISqlDatabase>
    interface IIndexable
Public Interface IWithCreateAfterElasticPoolOptions
Implements ICreatable(Of ISqlDatabase), IDefinitionWithTags(Of IWithCreateFinal), IWithCollationAfterElasticPoolOptions, IWithCreateFinal, IWithMaxSizeBytesAfterElasticPoolOptions
派生
实现

属性

Key

SQL 弹性池定义之后SQL 数据库定义的最后一个阶段。

(继承自 IIndexable)
Name

获取可创建资源的名称。

(继承自 ICreatable<T>)

方法

Create()

执行创建请求。

(继承自 ICreatable<T>)
CreateAsync(CancellationToken, Boolean)

将请求放入队列,并允许 HTTP 客户端在系统资源可用时执行它。

(继承自 ICreatable<T>)
WithCollation(String)

设置SQL 数据库的排序规则。

(继承自 IWithCollationAfterElasticPoolOptions)
WithMaxSizeBytes(Int64)

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

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

将标记添加到资源。

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

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

(继承自 IDefinitionWithTags<T>)

适用于