Compartilhar via


NetworkRuleSetProperties Construtores

Definição

Sobrecargas

NetworkRuleSetProperties()

Inicializa uma nova instância da classe NetworkRuleSetProperties.

NetworkRuleSetProperties(Boolean, IList<NetworkRuleSetIpRule>, String)

Inicializa uma nova instância da classe NetworkRuleSetProperties.

NetworkRuleSetProperties()

Inicializa uma nova instância da classe NetworkRuleSetProperties.

public NetworkRuleSetProperties ();
Public Sub New ()

Aplica-se a

NetworkRuleSetProperties(Boolean, IList<NetworkRuleSetIpRule>, String)

Inicializa uma nova instância da classe NetworkRuleSetProperties.

public NetworkRuleSetProperties (bool applyToBuiltInEventHubEndpoint, System.Collections.Generic.IList<Microsoft.Azure.Management.IotHub.Models.NetworkRuleSetIpRule> ipRules, string defaultAction = default);
new Microsoft.Azure.Management.IotHub.Models.NetworkRuleSetProperties : bool * System.Collections.Generic.IList<Microsoft.Azure.Management.IotHub.Models.NetworkRuleSetIpRule> * string -> Microsoft.Azure.Management.IotHub.Models.NetworkRuleSetProperties
Public Sub New (applyToBuiltInEventHubEndpoint As Boolean, ipRules As IList(Of NetworkRuleSetIpRule), Optional defaultAction As String = Nothing)

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
IList<NetworkRuleSetIpRule>

Lista de regras de IP

defaultAction
String

Ação padrão para conjunto de regras de rede. Os valores possíveis incluem: 'Deny', 'Allow'

Aplica-se a