다음을 통해 공유


BackendAddressInboundNatRulePortMappings Constructors

Definition

Overloads

BackendAddressInboundNatRulePortMappings()

Initializes a new instance of the BackendAddressInboundNatRulePortMappings class.

BackendAddressInboundNatRulePortMappings(IList<InboundNatRulePortMapping>)

Initializes a new instance of the BackendAddressInboundNatRulePortMappings class.

BackendAddressInboundNatRulePortMappings()

Initializes a new instance of the BackendAddressInboundNatRulePortMappings class.

public BackendAddressInboundNatRulePortMappings ();
Public Sub New ()

Applies to

BackendAddressInboundNatRulePortMappings(IList<InboundNatRulePortMapping>)

Initializes a new instance of the BackendAddressInboundNatRulePortMappings class.

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)

Parameters

inboundNatRulePortMappings
IList<InboundNatRulePortMapping>

Collection of inbound NAT rule port mappings.

Applies to