Partager via


IotHubNetworkRuleSetProperties Constructeur

Définition

Initialise une nouvelle instance de IotHubNetworkRuleSetProperties.

public IotHubNetworkRuleSetProperties (bool applyToBuiltInEventHubEndpoint, System.Collections.Generic.IEnumerable<Azure.ResourceManager.IotHub.Models.IotHubNetworkRuleSetIPRule> ipRules);
new Azure.ResourceManager.IotHub.Models.IotHubNetworkRuleSetProperties : bool * seq<Azure.ResourceManager.IotHub.Models.IotHubNetworkRuleSetIPRule> -> Azure.ResourceManager.IotHub.Models.IotHubNetworkRuleSetProperties
Public Sub New (applyToBuiltInEventHubEndpoint As Boolean, ipRules As IEnumerable(Of IotHubNetworkRuleSetIPRule))

Paramètres

applyToBuiltInEventHubEndpoint
Boolean

Si la valeur est True, l’ensemble de règles réseau est également appliqué à BuiltIn EventHub EndPoint d’IotHub.

ipRules
IEnumerable<IotHubNetworkRuleSetIPRule>

Liste des règles IP.

Exceptions

ipRules a la valeur null.

S’applique à