Share via


NetworkInterfaceIPConfiguration Constructors

Definition

Overloads

NetworkInterfaceIPConfiguration()
NetworkInterfaceIPConfiguration(String, IList<ApplicationGatewayBackendAddressPool>, IList<BackendAddressPool>, IList<InboundNatRule>, String, String, String, Subnet, Nullable<Boolean>, PublicIPAddress, String, String, String)

NetworkInterfaceIPConfiguration()

public NetworkInterfaceIPConfiguration ();
Public Sub New ()

Applies to

NetworkInterfaceIPConfiguration(String, IList<ApplicationGatewayBackendAddressPool>, IList<BackendAddressPool>, IList<InboundNatRule>, String, String, String, Subnet, Nullable<Boolean>, PublicIPAddress, String, String, String)

public NetworkInterfaceIPConfiguration (string id = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Internal.Network.Version2017_03_01.Models.ApplicationGatewayBackendAddressPool> applicationGatewayBackendAddressPools = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Internal.Network.Version2017_03_01.Models.BackendAddressPool> loadBalancerBackendAddressPools = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Internal.Network.Version2017_03_01.Models.InboundNatRule> loadBalancerInboundNatRules = default, string privateIPAddress = default, string privateIPAllocationMethod = default, string privateIPAddressVersion = default, Microsoft.Azure.Management.Internal.Network.Version2017_03_01.Models.Subnet subnet = default, bool? primary = default, Microsoft.Azure.Management.Internal.Network.Version2017_03_01.Models.PublicIPAddress publicIPAddress = default, string provisioningState = default, string name = default, string etag = default);
new Microsoft.Azure.Management.Internal.Network.Version2017_03_01.Models.NetworkInterfaceIPConfiguration : string * System.Collections.Generic.IList<Microsoft.Azure.Management.Internal.Network.Version2017_03_01.Models.ApplicationGatewayBackendAddressPool> * System.Collections.Generic.IList<Microsoft.Azure.Management.Internal.Network.Version2017_03_01.Models.BackendAddressPool> * System.Collections.Generic.IList<Microsoft.Azure.Management.Internal.Network.Version2017_03_01.Models.InboundNatRule> * string * string * string * Microsoft.Azure.Management.Internal.Network.Version2017_03_01.Models.Subnet * Nullable<bool> * Microsoft.Azure.Management.Internal.Network.Version2017_03_01.Models.PublicIPAddress * string * string * string -> Microsoft.Azure.Management.Internal.Network.Version2017_03_01.Models.NetworkInterfaceIPConfiguration
Public Sub New (Optional id As String = Nothing, Optional applicationGatewayBackendAddressPools As IList(Of ApplicationGatewayBackendAddressPool) = Nothing, Optional loadBalancerBackendAddressPools As IList(Of BackendAddressPool) = Nothing, Optional loadBalancerInboundNatRules As IList(Of InboundNatRule) = Nothing, Optional privateIPAddress As String = Nothing, Optional privateIPAllocationMethod As String = Nothing, Optional privateIPAddressVersion As String = Nothing, Optional subnet As Subnet = Nothing, Optional primary As Nullable(Of Boolean) = Nothing, Optional publicIPAddress As PublicIPAddress = Nothing, Optional provisioningState As String = Nothing, Optional name As String = Nothing, Optional etag As String = Nothing)

Parameters

id
String
applicationGatewayBackendAddressPools
IList<ApplicationGatewayBackendAddressPool>
loadBalancerBackendAddressPools
IList<BackendAddressPool>
loadBalancerInboundNatRules
IList<InboundNatRule>
privateIPAddress
String
privateIPAllocationMethod
String
privateIPAddressVersion
String
subnet
Subnet
primary
Nullable<Boolean>
publicIPAddress
PublicIPAddress
provisioningState
String
name
String
etag
String

Applies to