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

ISqlFirewallRuleOperationsDefinition 接口

定义

需要实现的所有定义的容器接口。

public interface ISqlFirewallRuleOperationsDefinition : Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.ICreatable<Microsoft.Azure.Management.Sql.Fluent.ISqlFirewallRule>, Microsoft.Azure.Management.Sql.Fluent.SqlFirewallRuleOperations.Definition.IWithCreate, Microsoft.Azure.Management.Sql.Fluent.SqlFirewallRuleOperations.Definition.IWithIPAddressRange, Microsoft.Azure.Management.Sql.Fluent.SqlFirewallRuleOperations.Definition.IWithSqlServer
type ISqlFirewallRuleOperationsDefinition = interface
    interface IWithSqlServer
    interface IWithIPAddressRange
    interface IWithCreate
    interface ICreatable<ISqlFirewallRule>
    interface IIndexable
Public Interface ISqlFirewallRuleOperationsDefinition
Implements ICreatable(Of ISqlFirewallRule), IWithCreate, IWithIPAddressRange, IWithSqlServer
实现

属性

Key

需要实现的所有定义的容器接口。

(继承自 IIndexable)
Name

获取可创建资源的名称。

(继承自 ICreatable<T>)

方法

Create()

执行创建请求。

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

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

(继承自 ICreatable<T>)
WithExistingSqlServer(ISqlServer)

为新的防火墙规则设置父 SQL 服务器。

(继承自 IWithSqlServer)
WithExistingSqlServer(String, String)

设置其所属的父 SQL 服务器名称和资源组。

(继承自 IWithSqlServer)
WithExistingSqlServerId(String)

为新的防火墙规则设置父 SQL 服务器。

(继承自 IWithSqlServer)
WithIPAddress(String)

设置 SQL Server 防火墙规则的结束 IP 地址。

(继承自 IWithIPAddressRange)
WithIPAddressRange(String, String)

设置 SQL Server 防火墙规则的起始 IP 地址。

(继承自 IWithIPAddressRange)

适用于