Freigeben über


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)

Initializes a new instance of the NetworkInterfaceIPConfiguration class.

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

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)

Initializes a new instance of the NetworkInterfaceIPConfiguration class.

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

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.

Applies to

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

Initializes a new instance of the NetworkInterfaceIPConfiguration class.

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

Parameters

id
String

Resource ID.

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.

subnet
Subnet

Subnet bound to the IP configuration.

provisioningState
String

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

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'

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.

privateLinkConnectionProperties
NetworkInterfaceIPConfigurationPrivateLinkConnectionProperties

PrivateLinkConnection properties for the network interface.

Applies to