InboundNatRulePortMapping Konstruktoren
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Ü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"
Gilt für:
Azure SDK for .NET