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

NWRuleSetIpRules 构造函数

定义

重载

NWRuleSetIpRules()

初始化 NWRuleSetIpRules 类的新实例。

NWRuleSetIpRules(String, String)

初始化 NWRuleSetIpRules 类的新实例。

NWRuleSetIpRules()

初始化 NWRuleSetIpRules 类的新实例。

public NWRuleSetIpRules ();
Public Sub New ()

适用于

NWRuleSetIpRules(String, String)

初始化 NWRuleSetIpRules 类的新实例。

public NWRuleSetIpRules (string ipMask = default, string action = default);
new Microsoft.Azure.Management.ServiceBus.Models.NWRuleSetIpRules : string * string -> Microsoft.Azure.Management.ServiceBus.Models.NWRuleSetIpRules
Public Sub New (Optional ipMask As String = Nothing, Optional action As String = Nothing)

参数

ipMask
String

IP 掩码

action
String

IP 筛选器操作。 可能的值包括:“Allow”

适用于