共用方式為


NetworkRuleSetIpRule Constructors

Definition

Overloads

NetworkRuleSetIpRule()

Initializes a new instance of the NetworkRuleSetIpRule class.

NetworkRuleSetIpRule(String, String, String)

Initializes a new instance of the NetworkRuleSetIpRule class.

NetworkRuleSetIpRule()

Initializes a new instance of the NetworkRuleSetIpRule class.

public NetworkRuleSetIpRule ();
Public Sub New ()

Applies to

NetworkRuleSetIpRule(String, String, String)

Initializes a new instance of the NetworkRuleSetIpRule class.

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

Parameters

filterName
String

Name of the IP filter rule.

ipMask
String

A string that contains the IP address range in CIDR notation for the rule.

action
String

IP Filter Action. Possible values include: 'Allow'

Applies to