BackendAddressInboundNatRulePortMappings Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Azure SDK for .NET