NetworkInterfaceIPConfigurationInner 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
NetworkInterfaceIPConfigurationInner() |
Initializes a new instance of the NetworkInterfaceIPConfigurationInner class. |
NetworkInterfaceIPConfigurationInner(String, IList<VirtualNetworkTapInner>, IList<ApplicationGatewayBackendAddressPoolInner>, IList<BackendAddressPoolInner>, IList<InboundNatRuleInner>, String, IPAllocationMethod, IPVersion, SubResource, Nullable<Boolean>, SubResource, IList<ApplicationSecurityGroupInner>, ProvisioningState, NetworkInterfaceIPConfigurationPrivateLinkConnectionProperties, String, String) |
Initializes a new instance of the NetworkInterfaceIPConfigurationInner class. |
NetworkInterfaceIPConfigurationInner()
Initializes a new instance of the NetworkInterfaceIPConfigurationInner class.
public NetworkInterfaceIPConfigurationInner ();
Public Sub New ()
Applies to
NetworkInterfaceIPConfigurationInner(String, IList<VirtualNetworkTapInner>, IList<ApplicationGatewayBackendAddressPoolInner>, IList<BackendAddressPoolInner>, IList<InboundNatRuleInner>, String, IPAllocationMethod, IPVersion, SubResource, Nullable<Boolean>, SubResource, IList<ApplicationSecurityGroupInner>, ProvisioningState, NetworkInterfaceIPConfigurationPrivateLinkConnectionProperties, String, String)
Initializes a new instance of the NetworkInterfaceIPConfigurationInner class.
public NetworkInterfaceIPConfigurationInner (string id = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Fluent.Models.VirtualNetworkTapInner> virtualNetworkTaps = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Fluent.Models.ApplicationGatewayBackendAddressPoolInner> applicationGatewayBackendAddressPools = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Fluent.Models.BackendAddressPoolInner> loadBalancerBackendAddressPools = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Fluent.Models.InboundNatRuleInner> loadBalancerInboundNatRules = default, string privateIPAddress = default, Microsoft.Azure.Management.Network.Fluent.Models.IPAllocationMethod privateIPAllocationMethod = default, Microsoft.Azure.Management.Network.Fluent.Models.IPVersion privateIPAddressVersion = default, Microsoft.Azure.Management.ResourceManager.Fluent.SubResource subnet = default, bool? primary = default, Microsoft.Azure.Management.ResourceManager.Fluent.SubResource publicIPAddress = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Fluent.Models.ApplicationSecurityGroupInner> applicationSecurityGroups = default, Microsoft.Azure.Management.Network.Fluent.Models.ProvisioningState provisioningState = default, Microsoft.Azure.Management.Network.Fluent.Models.NetworkInterfaceIPConfigurationPrivateLinkConnectionProperties privateLinkConnectionProperties = default, string name = default, string etag = default);
new Microsoft.Azure.Management.Network.Fluent.Models.NetworkInterfaceIPConfigurationInner : string * System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Fluent.Models.VirtualNetworkTapInner> * System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Fluent.Models.ApplicationGatewayBackendAddressPoolInner> * System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Fluent.Models.BackendAddressPoolInner> * System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Fluent.Models.InboundNatRuleInner> * string * Microsoft.Azure.Management.Network.Fluent.Models.IPAllocationMethod * Microsoft.Azure.Management.Network.Fluent.Models.IPVersion * Microsoft.Azure.Management.ResourceManager.Fluent.SubResource * Nullable<bool> * Microsoft.Azure.Management.ResourceManager.Fluent.SubResource * System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Fluent.Models.ApplicationSecurityGroupInner> * Microsoft.Azure.Management.Network.Fluent.Models.ProvisioningState * Microsoft.Azure.Management.Network.Fluent.Models.NetworkInterfaceIPConfigurationPrivateLinkConnectionProperties * string * string -> Microsoft.Azure.Management.Network.Fluent.Models.NetworkInterfaceIPConfigurationInner
Public Sub New (Optional id As String = Nothing, Optional virtualNetworkTaps As IList(Of VirtualNetworkTapInner) = Nothing, Optional applicationGatewayBackendAddressPools As IList(Of ApplicationGatewayBackendAddressPoolInner) = Nothing, Optional loadBalancerBackendAddressPools As IList(Of BackendAddressPoolInner) = Nothing, Optional loadBalancerInboundNatRules As IList(Of InboundNatRuleInner) = Nothing, Optional privateIPAddress As String = Nothing, Optional privateIPAllocationMethod As IPAllocationMethod = Nothing, Optional privateIPAddressVersion As IPVersion = Nothing, Optional subnet As SubResource = Nothing, Optional primary As Nullable(Of Boolean) = Nothing, Optional publicIPAddress As SubResource = Nothing, Optional applicationSecurityGroups As IList(Of ApplicationSecurityGroupInner) = Nothing, Optional provisioningState As ProvisioningState = Nothing, Optional privateLinkConnectionProperties As NetworkInterfaceIPConfigurationPrivateLinkConnectionProperties = Nothing, Optional name As String = Nothing, Optional etag As String = Nothing)
Parameters
- id
- String
- virtualNetworkTaps
- IList<VirtualNetworkTapInner>
The reference to Virtual Network Taps.
- applicationGatewayBackendAddressPools
- IList<ApplicationGatewayBackendAddressPoolInner>
The reference of ApplicationGatewayBackendAddressPool resource.
- loadBalancerBackendAddressPools
- IList<BackendAddressPoolInner>
The reference of LoadBalancerBackendAddressPool resource.
- loadBalancerInboundNatRules
- IList<InboundNatRuleInner>
A list of references of LoadBalancerInboundNatRules.
- privateIPAddress
- String
Private IP address of the IP configuration.
- privateIPAllocationMethod
- IPAllocationMethod
The private IP address allocation method. Possible values include: 'Static', 'Dynamic'
- privateIPAddressVersion
- IPVersion
Whether the specific IP configuration is IPv4 or IPv6. Default is IPv4. Possible values include: 'IPv4', 'IPv6'
- subnet
- SubResource
Subnet bound to the IP configuration.
- publicIPAddress
- SubResource
Public IP address bound to the IP configuration.
- applicationSecurityGroups
- IList<ApplicationSecurityGroupInner>
Application security groups in which the IP configuration is included.
- provisioningState
- ProvisioningState
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
Azure SDK for .NET