Partager via


OutboundNatRule Constructors

Definition

Overloads

OutboundNatRule()
OutboundNatRule(SubResource, String, Nullable<Int32>, IList<SubResource>, String, String, String)

OutboundNatRule()

public OutboundNatRule ();
Public Sub New ()

Applies to

OutboundNatRule(SubResource, String, Nullable<Int32>, IList<SubResource>, String, String, String)

public OutboundNatRule (Microsoft.Azure.Management.Internal.Network.Version2017_03_01.Models.SubResource backendAddressPool, string id = default, int? allocatedOutboundPorts = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Internal.Network.Version2017_03_01.Models.SubResource> frontendIPConfigurations = default, string provisioningState = default, string name = default, string etag = default);
new Microsoft.Azure.Management.Internal.Network.Version2017_03_01.Models.OutboundNatRule : Microsoft.Azure.Management.Internal.Network.Version2017_03_01.Models.SubResource * string * Nullable<int> * System.Collections.Generic.IList<Microsoft.Azure.Management.Internal.Network.Version2017_03_01.Models.SubResource> * string * string * string -> Microsoft.Azure.Management.Internal.Network.Version2017_03_01.Models.OutboundNatRule
Public Sub New (backendAddressPool As SubResource, Optional id As String = Nothing, Optional allocatedOutboundPorts As Nullable(Of Integer) = Nothing, Optional frontendIPConfigurations As IList(Of SubResource) = Nothing, Optional provisioningState As String = Nothing, Optional name As String = Nothing, Optional etag As String = Nothing)

Parameters

backendAddressPool
SubResource
id
String
allocatedOutboundPorts
Nullable<Int32>
frontendIPConfigurations
IList<SubResource>
provisioningState
String
name
String
etag
String

Applies to