Compartir a través de


IotHubNetworkRuleSetProperties Constructor

Definición

Inicializa una nueva instancia 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))

Parámetros

applyToBuiltInEventHubEndpoint
Boolean

Si es True, el conjunto de reglas de red también se aplica a BuiltIn EventHub EndPoint de IotHub.

ipRules
IEnumerable<IotHubNetworkRuleSetIPRule>

Lista de reglas de IP.

Excepciones

ipRules es null.

Se aplica a