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

IWithCreate 接口

定义

SQL Server定义,其中包含足够的输入,用于在云中创建新的 SQL 弹性池,但公开其他可选输入以指定。

public interface IWithCreate : Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta, Microsoft.Azure.Management.ResourceManager.Fluent.Core.Resource.Definition.IDefinitionWithTags<Microsoft.Azure.Management.Sql.Fluent.SqlElasticPoolOperations.Definition.IWithCreate>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.ICreatable<Microsoft.Azure.Management.Sql.Fluent.ISqlElasticPool>, Microsoft.Azure.Management.Sql.Fluent.SqlElasticPoolOperations.Definition.IWithDatabase, Microsoft.Azure.Management.Sql.Fluent.SqlElasticPoolOperations.Definition.IWithDatabaseDtuMax, Microsoft.Azure.Management.Sql.Fluent.SqlElasticPoolOperations.Definition.IWithDatabaseDtuMin, Microsoft.Azure.Management.Sql.Fluent.SqlElasticPoolOperations.Definition.IWithDtu, Microsoft.Azure.Management.Sql.Fluent.SqlElasticPoolOperations.Definition.IWithStorageCapacity
type IWithCreate = interface
    interface IWithDatabaseDtuMin
    interface IWithDatabaseDtuMax
    interface IWithDtu
    interface IWithStorageCapacity
    interface IWithDatabase
    interface IWithDatabaseBeta
    interface IBeta
    interface IDefinitionWithTags<IWithCreate>
    interface ICreatable<ISqlElasticPool>
    interface IIndexable
Public Interface IWithCreate
Implements IBeta, ICreatable(Of ISqlElasticPool), IDefinitionWithTags(Of IWithCreate), IWithDatabase, IWithDatabaseDtuMax, IWithDatabaseDtuMin, IWithDtu, IWithStorageCapacity
派生
实现

属性

Key

SQL Server定义,其中包含足够的输入,用于在云中创建新的 SQL 弹性池,但公开其他可选输入以指定。

(继承自 IIndexable)
Name

获取可创建资源的名称。

(继承自 ICreatable<T>)

方法

Create()

执行创建请求。

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

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

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

开始定义要添加到此服务器的新SQL 数据库。

(继承自 IWithDatabaseBeta)
WithDatabaseDtuMax(Int32)

设置数据库SQL Azure可以使用的最大 DTU。

(继承自 IWithDatabaseDtuMax)
WithDatabaseDtuMin(Int32)

设置保证所有SQL Azure数据库的最小 DTU。

(继承自 IWithDatabaseDtuMin)
WithDtu(Int32)

设置SQL Azure数据库弹性池的总共享 DTU。

(继承自 IWithDtu)
WithExistingDatabase(ISqlDatabase)

在 SQL 弹性池中添加数据库。

(继承自 IWithDatabase)
WithExistingDatabase(String)

在 SQL 弹性池中添加现有数据库。

(继承自 IWithDatabase)
WithNewDatabase(String)

在 SQL 弹性池中创建新数据库。

(继承自 IWithDatabase)
WithStorageCapacity(Int32)

设置SQL Azure数据库弹性池的存储限制(以 MB 为单位)。

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

将标记添加到资源。

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

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

(继承自 IDefinitionWithTags<T>)

适用于