Compartilhar via


BackendAddressInboundNatRulePortMappings Construtores

Definição

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