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

IWithCreate 接口

定义

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

public interface IWithCreate : Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta, Microsoft.Azure.Management.ResourceManager.Fluent.Core.Resource.Definition.IDefinitionWithTags<Microsoft.Azure.Management.Sql.Fluent.SqlServer.Definition.IWithCreate>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.ICreatable<Microsoft.Azure.Management.Sql.Fluent.ISqlServer>, Microsoft.Azure.Management.Sql.Fluent.SqlServer.Definition.IWithActiveDirectoryAdministrator, Microsoft.Azure.Management.Sql.Fluent.SqlServer.Definition.IWithDatabase, Microsoft.Azure.Management.Sql.Fluent.SqlServer.Definition.IWithElasticPool, Microsoft.Azure.Management.Sql.Fluent.SqlServer.Definition.IWithFirewallRule, Microsoft.Azure.Management.Sql.Fluent.SqlServer.Definition.IWithSystemAssignedManagedServiceIdentity, Microsoft.Azure.Management.Sql.Fluent.SqlServer.Definition.IWithVirtualNetworkRule
type IWithCreate = interface
    interface IBeta
    interface ICreatable<ISqlServer>
    interface IIndexable
    interface IWithActiveDirectoryAdministrator
    interface IWithSystemAssignedManagedServiceIdentity
    interface IWithElasticPool
    interface IWithElasticPoolBeta
    interface IWithDatabase
    interface IWithDatabaseBeta
    interface IWithFirewallRule
    interface IWithFirewallRuleBeta
    interface IWithVirtualNetworkRule
    interface IDefinitionWithTags<IWithCreate>
Public Interface IWithCreate
Implements IBeta, ICreatable(Of ISqlServer), IDefinitionWithTags(Of IWithCreate), IWithActiveDirectoryAdministrator, IWithDatabase, IWithElasticPool, IWithFirewallRule, IWithSystemAssignedManagedServiceIdentity, IWithVirtualNetworkRule
派生
实现

属性

Key

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

(继承自 IIndexable)
Name

获取可创建资源的名称。

(继承自 ICreatable<T>)

方法

Create()

执行创建请求。

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

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

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

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

(继承自 IWithDatabaseBeta)
DefineElasticPool(String)

开始定义要添加到此服务器的新 SQL 弹性池。

(继承自 IWithElasticPoolBeta)
DefineFirewallRule(String)

开始定义要添加到此服务器的新 SQL 防火墙规则。

(继承自 IWithFirewallRuleBeta)
DefineVirtualNetworkRule(String)

开始定义要添加到此服务器的新 SQL 虚拟网络规则。

(继承自 IWithVirtualNetworkRule)
WithActiveDirectoryAdministrator(String, String)

设置 SQL Active Directory 管理员。 使用 Azure Active Directory 身份验证可以集中管理标识和对 Azure SQL Database V12 的访问。

(继承自 IWithActiveDirectoryAdministrator)
WithNewDatabase(String)

在SQL Server中创建新数据库。

(继承自 IWithDatabase)
WithNewElasticPool(String, ElasticPoolEdition)

在SQL Server创建新的弹性池。

(继承自 IWithElasticPool)
WithNewElasticPool(String, ElasticPoolEdition, String[])

在SQL Server创建新的弹性池。

(继承自 IWithElasticPool)
WithNewFirewallRule(String)

在SQL Server创建新的防火墙规则。

(继承自 IWithFirewallRule)
WithNewFirewallRule(String, String)

在SQL Server创建新的防火墙规则。

(继承自 IWithFirewallRule)
WithNewFirewallRule(String, String, String)

在SQL Server创建新的防火墙规则。

(继承自 IWithFirewallRule)
WithoutAccessFromAzureServices()

将 Azure 服务对此服务器的默认访问权限设置为 false。 默认允许 Azure 服务通过名为“AllowAllWindowsAzureIps”的特殊防火墙规则对此服务器进行默认访问,其起始 IP 为“0.0.0.0”。

(继承自 IWithFirewallRuleBeta)
WithSystemAssignedManagedServiceIdentity()

设置 (SQL Server 资源的本地) 托管服务标识 (MSI) 分配的系统。

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

将标记添加到资源。

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

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

(继承自 IDefinitionWithTags<T>)

适用于