Compartir a través de


NetworkRuleSetProperties Constructores

Definición

Sobrecargas

NetworkRuleSetProperties()

Inicializa una nueva instancia de la clase NetworkRuleSetProperties.

NetworkRuleSetProperties(Boolean, IList<NetworkRuleSetIpRule>, String)

Inicializa una nueva instancia de la clase NetworkRuleSetProperties.

NetworkRuleSetProperties()

Inicializa una nueva instancia de la clase NetworkRuleSetProperties.

public NetworkRuleSetProperties ();
Public Sub New ()

Se aplica a

NetworkRuleSetProperties(Boolean, IList<NetworkRuleSetIpRule>, String)

Inicializa una nueva instancia de la clase 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

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

ipRules
IList<NetworkRuleSetIpRule>

Lista de reglas de IP

defaultAction
String

Acción predeterminada para el conjunto de reglas de red. Entre los valores posibles se incluyen: "Deny", "Allow"

Se aplica a