NetworkInterfaceIPConfiguration Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
NetworkInterfaceIPConfiguration() |
Initializes a new instance of the NetworkInterfaceIPConfiguration class. |
NetworkInterfaceIPConfiguration(String, SubResource, 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, SubResource, 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, Microsoft.Azure.Management.Network.Models.SubResource gatewayLoadBalancer = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.VirtualNetworkTap> virtualNetworkTaps = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.ApplicationGatewayBackendAddressPool> applicationGatewayBackendAddressPools = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.BackendAddressPool> loadBalancerBackendAddressPools = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.InboundNatRule> loadBalancerInboundNatRules = default, string privateIPAddress = default, string privateIPAllocationMethod = default, string privateIPAddressVersion = default, Microsoft.Azure.Management.Network.Models.Subnet subnet = default, bool? primary = default, Microsoft.Azure.Management.Network.Models.PublicIPAddress publicIPAddress = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.ApplicationSecurityGroup> applicationSecurityGroups = default, string provisioningState = default, Microsoft.Azure.Management.Network.Models.NetworkInterfaceIPConfigurationPrivateLinkConnectionProperties privateLinkConnectionProperties = default, string name = default, string etag = default, string type = default);
new Microsoft.Azure.Management.Network.Models.NetworkInterfaceIPConfiguration : string * Microsoft.Azure.Management.Network.Models.SubResource * System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.VirtualNetworkTap> * System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.ApplicationGatewayBackendAddressPool> * System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.BackendAddressPool> * System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.InboundNatRule> * string * string * string * Microsoft.Azure.Management.Network.Models.Subnet * Nullable<bool> * Microsoft.Azure.Management.Network.Models.PublicIPAddress * System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.ApplicationSecurityGroup> * string * Microsoft.Azure.Management.Network.Models.NetworkInterfaceIPConfigurationPrivateLinkConnectionProperties * string * string * string -> Microsoft.Azure.Management.Network.Models.NetworkInterfaceIPConfiguration
Public Sub New (Optional id As String = Nothing, Optional gatewayLoadBalancer As SubResource = 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.
- gatewayLoadBalancer
- SubResource
The reference to gateway load balancer frontend IP.
- 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.
- 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.