Udostępnij za pośrednictwem


NWRuleSetIpRules Constructors

Definition

Overloads

NWRuleSetIpRules()

Initializes a new instance of the NWRuleSetIpRules class.

NWRuleSetIpRules(String, String)

Initializes a new instance of the NWRuleSetIpRules class.

NWRuleSetIpRules()

Initializes a new instance of the NWRuleSetIpRules class.

public NWRuleSetIpRules ();
Public Sub New ()

Applies to

NWRuleSetIpRules(String, String)

Initializes a new instance of the NWRuleSetIpRules class.

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

Parameters

ipMask
String

IP Mask

action
String

The IP Filter Action. Possible values include: 'Allow'

Applies to