Partager via


NetworkRuleSetIpRule Constructeurs

Définition

Surcharges

NetworkRuleSetIpRule()

Initialise une nouvelle instance de la classe NetworkRuleSetIpRule.

NetworkRuleSetIpRule(String, String, String)

Initialise une nouvelle instance de la classe NetworkRuleSetIpRule.

NetworkRuleSetIpRule()

Initialise une nouvelle instance de la classe NetworkRuleSetIpRule.

public NetworkRuleSetIpRule ();
Public Sub New ()

S’applique à

NetworkRuleSetIpRule(String, String, String)

Initialise une nouvelle instance de la classe NetworkRuleSetIpRule.

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)

Paramètres

filterName
String

Nom de la règle de filtre IP.

ipMask
String

Chaîne qui contient la plage d’adresses IP en notation CIDR pour la règle.

action
String

Action de filtre IP. Les valeurs possibles sont les suivantes : « Allow »

S’applique à