BackendAddressInboundNatRulePortMappings 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
BackendAddressInboundNatRulePortMappings() |
Inicializa uma nova instância da classe BackendAddressInboundNatRulePortMappings. |
BackendAddressInboundNatRulePortMappings(IList<InboundNatRulePortMapping>) |
Inicializa uma nova instância da classe BackendAddressInboundNatRulePortMappings. |
BackendAddressInboundNatRulePortMappings()
Inicializa uma nova instância da classe BackendAddressInboundNatRulePortMappings.
public BackendAddressInboundNatRulePortMappings ();
Public Sub New ()
Aplica-se a
BackendAddressInboundNatRulePortMappings(IList<InboundNatRulePortMapping>)
Inicializa uma nova instância da classe BackendAddressInboundNatRulePortMappings.
public BackendAddressInboundNatRulePortMappings (System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.InboundNatRulePortMapping> inboundNatRulePortMappings = default);
new Microsoft.Azure.Management.Network.Models.BackendAddressInboundNatRulePortMappings : System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.InboundNatRulePortMapping> -> Microsoft.Azure.Management.Network.Models.BackendAddressInboundNatRulePortMappings
Public Sub New (Optional inboundNatRulePortMappings As IList(Of InboundNatRulePortMapping) = Nothing)
Parâmetros
- inboundNatRulePortMappings
- IList<InboundNatRulePortMapping>
Coleção de mapeamentos de porta de regra NAT de entrada.
Aplica-se a
Azure SDK for .NET