Freigeben über


BackendAddressInboundNatRulePortMappings Konstruktoren

Definition

Ü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: