Share via


NetworkInterfaceIPConfiguration Constructors

Definition

Overloads

NetworkInterfaceIPConfiguration()

Initializes a new instance of the NetworkInterfaceIPConfiguration class.

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

Initializes a new instance of the NetworkInterfaceIPConfiguration class.

NetworkInterfaceIPConfiguration()

Initializes a new instance of the NetworkInterfaceIPConfiguration class.

public NetworkInterfaceIPConfiguration ();
Public Sub New ()

Applies to

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

Initializes a new instance of the NetworkInterfaceIPConfiguration class.

public NetworkInterfaceIPConfiguration (string id = default, System.Collections.Generic.IList<Microsoft.Azure.PowerShell.Cmdlets.Compute.Helpers.Network.Models.VirtualNetworkTap> virtualNetworkTaps = default, System.Collections.Generic.IList<Microsoft.Azure.PowerShell.Cmdlets.Compute.Helpers.Network.Models.ApplicationGatewayBackendAddressPool> applicationGatewayBackendAddressPools = default, System.Collections.Generic.IList<Microsoft.Azure.PowerShell.Cmdlets.Compute.Helpers.Network.Models.BackendAddressPool> loadBalancerBackendAddressPools = default, System.Collections.Generic.IList<Microsoft.Azure.PowerShell.Cmdlets.Compute.Helpers.Network.Models.InboundNatRule> loadBalancerInboundNatRules = default, string privateIPAddress = default, string privateIPAllocationMethod = default, string privateIPAddressVersion = default, Microsoft.Azure.PowerShell.Cmdlets.Compute.Helpers.Network.Models.Subnet subnet = default, bool? primary = default, Microsoft.Azure.PowerShell.Cmdlets.Compute.Helpers.Network.Models.PublicIPAddress publicIPAddress = default, System.Collections.Generic.IList<Microsoft.Azure.PowerShell.Cmdlets.Compute.Helpers.Network.Models.ApplicationSecurityGroup> applicationSecurityGroups = default, string provisioningState = default, Microsoft.Azure.PowerShell.Cmdlets.Compute.Helpers.Network.Models.NetworkInterfaceIPConfigurationPrivateLinkConnectionProperties privateLinkConnectionProperties = default, string name = default, string etag = default, string type = default);
new Microsoft.Azure.PowerShell.Cmdlets.Compute.Helpers.Network.Models.NetworkInterfaceIPConfiguration : string * System.Collections.Generic.IList<Microsoft.Azure.PowerShell.Cmdlets.Compute.Helpers.Network.Models.VirtualNetworkTap> * System.Collections.Generic.IList<Microsoft.Azure.PowerShell.Cmdlets.Compute.Helpers.Network.Models.ApplicationGatewayBackendAddressPool> * System.Collections.Generic.IList<Microsoft.Azure.PowerShell.Cmdlets.Compute.Helpers.Network.Models.BackendAddressPool> * System.Collections.Generic.IList<Microsoft.Azure.PowerShell.Cmdlets.Compute.Helpers.Network.Models.InboundNatRule> * string * string * string * Microsoft.Azure.PowerShell.Cmdlets.Compute.Helpers.Network.Models.Subnet * Nullable<bool> * Microsoft.Azure.PowerShell.Cmdlets.Compute.Helpers.Network.Models.PublicIPAddress * System.Collections.Generic.IList<Microsoft.Azure.PowerShell.Cmdlets.Compute.Helpers.Network.Models.ApplicationSecurityGroup> * string * Microsoft.Azure.PowerShell.Cmdlets.Compute.Helpers.Network.Models.NetworkInterfaceIPConfigurationPrivateLinkConnectionProperties * string * string * string -> Microsoft.Azure.PowerShell.Cmdlets.Compute.Helpers.Network.Models.NetworkInterfaceIPConfiguration
Public Sub New (Optional id As String = Nothing, Optional virtualNetworkTaps As IList(Of VirtualNetworkTap) = 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 applicationSecurityGroups As IList(Of ApplicationSecurityGroup) = Nothing, Optional provisioningState As String = Nothing, Optional privateLinkConnectionProperties As NetworkInterfaceIPConfigurationPrivateLinkConnectionProperties = Nothing, Optional name As String = Nothing, Optional etag As String = Nothing, Optional type As String = Nothing)

Parameters

id
String

Resource ID.

virtualNetworkTaps
IList<VirtualNetworkTap>

The reference to Virtual Network Taps.

applicationGatewayBackendAddressPools
IList<ApplicationGatewayBackendAddressPool>

The reference to ApplicationGatewayBackendAddressPool resource.

loadBalancerBackendAddressPools
IList<BackendAddressPool>

The reference to LoadBalancerBackendAddressPool resource.

loadBalancerInboundNatRules
IList<InboundNatRule>

A list of references of LoadBalancerInboundNatRules.

privateIPAddress
String

Private IP address of the IP configuration.

privateIPAllocationMethod
String

The private IP address allocation method. Possible values include: 'Static', 'Dynamic'

privateIPAddressVersion
String

Whether the specific IP configuration is IPv4 or IPv6. Default is IPv4. Possible values include: 'IPv4', 'IPv6'

subnet
Subnet

Subnet bound to the IP configuration.

primary
Nullable<Boolean>

Whether this is a primary customer address on the network interface.

publicIPAddress
PublicIPAddress

Public IP address bound to the IP configuration.

applicationSecurityGroups
IList<ApplicationSecurityGroup>

Application security groups in which the IP configuration is included.

provisioningState
String

The provisioning state of the network interface IP configuration. Possible values include: 'Succeeded', 'Updating', 'Deleting', 'Failed'

privateLinkConnectionProperties
NetworkInterfaceIPConfigurationPrivateLinkConnectionProperties

PrivateLinkConnection properties for the network interface.

name
String

The name of the resource that is unique within a resource group. This name can be used to access the resource.

etag
String

A unique read-only string that changes whenever the resource is updated.

type
String

Resource type.

Applies to