Freigeben über


InboundNatRulePortMapping Konstruktoren

Definition

Überlädt

InboundNatRulePortMapping()

Initialisiert eine neue instance der InboundNatRulePortMapping-Klasse.

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

Initialisiert eine neue instance der InboundNatRulePortMapping-Klasse.

InboundNatRulePortMapping()

Initialisiert eine neue instance der InboundNatRulePortMapping-Klasse.

public InboundNatRulePortMapping();
Public Sub New ()

Gilt für:

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

Initialisiert eine neue instance der InboundNatRulePortMapping-Klasse.

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)

Parameter

inboundNatRuleName
String

Name der NAT-Regel für eingehenden Datenverkehr.

protocol
String

Der Verweis auf das Transportprotokoll, das von der NAT-Regel für eingehenden Datenverkehr verwendet wird. Mögliche Werte: "Udp", "Tcp", "All"

frontendPort
Nullable<Int32>

Front-End-Port.

backendPort
Nullable<Int32>

Back-End-Port.

Gilt für: