Partager via


IotHubNetworkRuleSetIPRule(String, String) Constructeur

Définition

Initialise une nouvelle instance d’IotHubNetworkRuleSetIPRule.

public IotHubNetworkRuleSetIPRule (string filterName, string ipMask);
new Azure.ResourceManager.IotHub.Models.IotHubNetworkRuleSetIPRule : string * string -> Azure.ResourceManager.IotHub.Models.IotHubNetworkRuleSetIPRule
Public Sub New (filterName As String, ipMask As String)

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.

Exceptions

filterName ou ipMask est null.

S’applique à