InboundNatRulePortMapping 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
InboundNatRulePortMapping() |
Inicializa uma nova instância da classe InboundNatRulePortMapping. |
InboundNatRulePortMapping(String, String, Nullable<Int32>, Nullable<Int32>) |
Inicializa uma nova instância da classe InboundNatRulePortMapping. |
InboundNatRulePortMapping()
Inicializa uma nova instância da classe InboundNatRulePortMapping.
public InboundNatRulePortMapping ();
Public Sub New ()
Aplica-se a
InboundNatRulePortMapping(String, String, Nullable<Int32>, Nullable<Int32>)
Inicializa uma nova instância da classe 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
Nome da regra NAT de entrada.
- protocol
- String
A referência ao protocolo de transporte usado pela regra NAT de entrada. Os valores possíveis incluem: 'Udp', 'Tcp', 'All'
Aplica-se a
Azure SDK for .NET