Share via


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

IWithAttachAllOptions<ParentT> 接口

定义

SQL 数据库定义的最后一个阶段,其中包含所有其他选项。

public interface IWithAttachAllOptions<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.IWithAttachFinal<ParentT>, Microsoft.Azure.Management.Sql.Fluent.SqlDatabase.Definition.IWithCollation<ParentT>, Microsoft.Azure.Management.Sql.Fluent.SqlDatabase.Definition.IWithEdition<ParentT>, Microsoft.Azure.Management.Sql.Fluent.SqlDatabase.Definition.IWithEditionDefaults<ParentT>, Microsoft.Azure.Management.Sql.Fluent.SqlDatabase.Definition.IWithEditionDefaultsBeta<ParentT>, Microsoft.Azure.Management.Sql.Fluent.SqlDatabase.Definition.IWithMaxSizeBytes<ParentT>, Microsoft.Azure.Management.Sql.Fluent.SqlDatabase.Definition.IWithServiceObjective<ParentT>
type IWithAttachAllOptions<'ParentT> = interface
    interface IWithServiceObjective<'ParentT>
    interface IWithEdition<'ParentT>
    interface IWithEditionDefaults<'ParentT>
    interface IWithAttachFinal<'ParentT>
    interface IInDefinition<'ParentT>
    interface IWithEditionDefaultsBeta<'ParentT>
    interface IBeta
    interface IWithCollation<'ParentT>
    interface IWithMaxSizeBytes<'ParentT>
Public Interface IWithAttachAllOptions(Of ParentT)
Implements IBeta, IInDefinition(Of ParentT), IWithAttachFinal(Of ParentT), IWithCollation(Of ParentT), IWithEdition(Of ParentT), IWithEditionDefaults(Of ParentT), IWithEditionDefaultsBeta(Of ParentT), IWithMaxSizeBytes(Of ParentT), IWithServiceObjective(Of ParentT)

类型参数

ParentT

附加此定义后要返回到的父定义的阶段。

派生
实现

方法

Attach()

SQL 数据库定义的最后一个阶段,其中包含所有其他选项。

(继承自 IInDefinition<ParentT>)
WithBasicEdition()

设置SQL 数据库的“基本”版本。

(继承自 IWithEditionDefaultsBeta<ParentT>)
WithBasicEdition(SqlDatabaseBasicStorage)

为SQL 数据库设置“基本”版本和最大存储容量。

(继承自 IWithEditionDefaultsBeta<ParentT>)
WithCollation(String)

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

(继承自 IWithCollation<ParentT>)
WithEdition(DatabaseEdition)

设置SQL 数据库的版本。

(继承自 IWithEdition<ParentT>)
WithMaxSizeBytes(Int64)

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

(继承自 IWithMaxSizeBytes<ParentT>)
WithPremiumEdition(SqlDatabasePremiumServiceObjective)

为SQL 数据库设置“高级”版。

(继承自 IWithEditionDefaultsBeta<ParentT>)
WithPremiumEdition(SqlDatabasePremiumServiceObjective, SqlDatabasePremiumStorage)

为SQL 数据库设置“高级”版本和最大存储容量。

(继承自 IWithEditionDefaultsBeta<ParentT>)
WithServiceObjective(ServiceObjectiveName)

设置SQL 数据库的服务级别目标。

(继承自 IWithServiceObjective<ParentT>)
WithStandardEdition(SqlDatabaseStandardServiceObjective)

设置SQL 数据库的“标准”版本。

(继承自 IWithEditionDefaultsBeta<ParentT>)
WithStandardEdition(SqlDatabaseStandardServiceObjective, SqlDatabaseStandardStorage)

为SQL 数据库设置“标准”版本和最大存储容量。

(继承自 IWithEditionDefaultsBeta<ParentT>)

适用于