NetworkRuleSetInner 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
NetworkRuleSetInner() |
Inicializa uma nova instância da classe NetworkRuleSetInner. |
NetworkRuleSetInner(String, String, String, DefaultAction, IList<NWRuleSetVirtualNetworkRules>, IList<NWRuleSetIpRules>) |
Inicializa uma nova instância da classe NetworkRuleSetInner. |
NetworkRuleSetInner()
Inicializa uma nova instância da classe NetworkRuleSetInner.
public NetworkRuleSetInner ();
Public Sub New ()
Aplica-se a
NetworkRuleSetInner(String, String, String, DefaultAction, IList<NWRuleSetVirtualNetworkRules>, IList<NWRuleSetIpRules>)
Inicializa uma nova instância da classe NetworkRuleSetInner.
public NetworkRuleSetInner (string id = default, string name = default, string type = default, Microsoft.Azure.Management.EventHub.Fluent.Models.DefaultAction defaultAction = default, System.Collections.Generic.IList<Microsoft.Azure.Management.EventHub.Fluent.Models.NWRuleSetVirtualNetworkRules> virtualNetworkRules = default, System.Collections.Generic.IList<Microsoft.Azure.Management.EventHub.Fluent.Models.NWRuleSetIpRules> ipRules = default);
new Microsoft.Azure.Management.EventHub.Fluent.Models.NetworkRuleSetInner : string * string * string * Microsoft.Azure.Management.EventHub.Fluent.Models.DefaultAction * System.Collections.Generic.IList<Microsoft.Azure.Management.EventHub.Fluent.Models.NWRuleSetVirtualNetworkRules> * System.Collections.Generic.IList<Microsoft.Azure.Management.EventHub.Fluent.Models.NWRuleSetIpRules> -> Microsoft.Azure.Management.EventHub.Fluent.Models.NetworkRuleSetInner
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional defaultAction As DefaultAction = Nothing, Optional virtualNetworkRules As IList(Of NWRuleSetVirtualNetworkRules) = Nothing, Optional ipRules As IList(Of NWRuleSetIpRules) = Nothing)
Parâmetros
- id
- String
- name
- String
- type
- String
- defaultAction
- DefaultAction
Ação padrão para conjunto de regras de rede. Os valores possíveis incluem: 'Allow', 'Deny'
- virtualNetworkRules
- IList<NWRuleSetVirtualNetworkRules>
Listar Regras de Rede Virtual
- ipRules
- IList<NWRuleSetIpRules>
Lista de IpRules
Aplica-se a
Azure SDK for .NET