Compartir a través de


BackendAddressInboundNatRulePortMappings Constructores

Definición

Sobrecargas

BackendAddressInboundNatRulePortMappings()

Inicializa una nueva instancia de la clase BackendAddressInboundNatRulePortMappings.

BackendAddressInboundNatRulePortMappings(IList<InboundNatRulePortMapping>)

Inicializa una nueva instancia de la clase BackendAddressInboundNatRulePortMappings.

BackendAddressInboundNatRulePortMappings()

Inicializa una nueva instancia de la clase BackendAddressInboundNatRulePortMappings.

public BackendAddressInboundNatRulePortMappings ();
Public Sub New ()

Se aplica a

BackendAddressInboundNatRulePortMappings(IList<InboundNatRulePortMapping>)

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

Colección de asignaciones de puertos de reglas NAT de entrada.

Se aplica a