Compartilhar via


IotHubNetworkRuleSetProperties Construtor

Definição

Inicializa uma nova instância 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

Se True, o Conjunto de Regras de Rede também será aplicado ao Ponto de Extremidade do EventHub BuiltIn do IotHub.

ipRules
IEnumerable<IotHubNetworkRuleSetIPRule>

Lista de regras de IP.

Exceções

ipRules é nulo.

Aplica-se a