IotHubNetworkRuleSetIPRule(String, String) Constructeur
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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.