BackendAddressInboundNatRulePortMappings 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
BackendAddressInboundNatRulePortMappings() |
Initialisiert eine neue instance der BackendAddressInboundNatRulePortMappings-Klasse. |
BackendAddressInboundNatRulePortMappings(IList<InboundNatRulePortMapping>) |
Initialisiert eine neue instance der BackendAddressInboundNatRulePortMappings-Klasse. |
BackendAddressInboundNatRulePortMappings()
Initialisiert eine neue instance der BackendAddressInboundNatRulePortMappings-Klasse.
public BackendAddressInboundNatRulePortMappings ();
Public Sub New ()
Gilt für:
BackendAddressInboundNatRulePortMappings(IList<InboundNatRulePortMapping>)
Initialisiert eine neue instance der BackendAddressInboundNatRulePortMappings-Klasse.
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)
Parameter
- inboundNatRulePortMappings
- IList<InboundNatRulePortMapping>
Sammlung eingehender NAT-Regelportzuordnungen.
Gilt für:
Azure SDK for .NET