Compartir a través de


InboundNatRulePortMapping Constructores

Definición

Sobrecargas

InboundNatRulePortMapping()

Inicializa una nueva instancia de la clase InboundNatRulePortMapping.

InboundNatRulePortMapping(String, String, Nullable<Int32>, Nullable<Int32>)

Inicializa una nueva instancia de la clase InboundNatRulePortMapping.

InboundNatRulePortMapping()

Inicializa una nueva instancia de la clase InboundNatRulePortMapping.

public InboundNatRulePortMapping ();
Public Sub New ()

Se aplica a

InboundNatRulePortMapping(String, String, Nullable<Int32>, Nullable<Int32>)

Inicializa una nueva instancia de la clase InboundNatRulePortMapping.

public InboundNatRulePortMapping (string inboundNatRuleName = default, string protocol = default, int? frontendPort = default, int? backendPort = default);
new Microsoft.Azure.Management.Network.Models.InboundNatRulePortMapping : string * string * Nullable<int> * Nullable<int> -> Microsoft.Azure.Management.Network.Models.InboundNatRulePortMapping
Public Sub New (Optional inboundNatRuleName As String = Nothing, Optional protocol As String = Nothing, Optional frontendPort As Nullable(Of Integer) = Nothing, Optional backendPort As Nullable(Of Integer) = Nothing)

Parámetros

inboundNatRuleName
String

Nombre de la regla NAT de entrada.

protocol
String

Referencia al protocolo de transporte utilizado por la regla NAT de entrada. Entre los valores posibles se incluyen: 'Udp', 'Tcp', 'All'

frontendPort
Nullable<Int32>

Puerto de front-end.

backendPort
Nullable<Int32>

Puerto back-end.

Se aplica a