NetworkRuleSetProperties Construtores
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
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
Azure SDK for .NET