Udostępnij przez


NetworkInterfaceIPConfigurationPropertiesFormat Constructors

Definition

Overloads

NetworkInterfaceIPConfigurationPropertiesFormat()

Initializes a new instance of the NetworkInterfaceIPConfigurationPropertiesFormat class.

public NetworkInterfaceIPConfigurationPropertiesFormat();
Public Sub New ()

Applies to

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

Initializes a new instance of the NetworkInterfaceIPConfigurationPropertiesFormat class.

public NetworkInterfaceIPConfigurationPropertiesFormat(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);
new Microsoft.Azure.PowerShell.Cmdlets.Websites.Helper.Network.Models.NetworkInterfaceIPConfigurationPropertiesFormat : 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 -> Microsoft.Azure.PowerShell.Cmdlets.Websites.Helper.Network.Models.NetworkInterfaceIPConfigurationPropertiesFormat
Public Sub New (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)

Parameters

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.

Applies to