VirtualMachineScaleSetUpdateIPConfigurationInner 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
VirtualMachineScaleSetUpdateIPConfigurationInner() |
Initializes a new instance of the VirtualMachineScaleSetUpdateIPConfigurationInner class. |
VirtualMachineScaleSetUpdateIPConfigurationInner(String, String, ApiEntityReference, Nullable<Boolean>, VirtualMachineScaleSetUpdatePublicIPAddressConfiguration, IPVersion, IList<SubResource>, IList<SubResource>, IList<SubResource>, IList<SubResource>) |
Initializes a new instance of the VirtualMachineScaleSetUpdateIPConfigurationInner class. |
VirtualMachineScaleSetUpdateIPConfigurationInner()
Initializes a new instance of the VirtualMachineScaleSetUpdateIPConfigurationInner class.
public VirtualMachineScaleSetUpdateIPConfigurationInner ();
Public Sub New ()
Applies to
VirtualMachineScaleSetUpdateIPConfigurationInner(String, String, ApiEntityReference, Nullable<Boolean>, VirtualMachineScaleSetUpdatePublicIPAddressConfiguration, IPVersion, IList<SubResource>, IList<SubResource>, IList<SubResource>, IList<SubResource>)
Initializes a new instance of the VirtualMachineScaleSetUpdateIPConfigurationInner class.
public VirtualMachineScaleSetUpdateIPConfigurationInner (string id = default, string name = default, Microsoft.Azure.Management.Compute.Fluent.Models.ApiEntityReference subnet = default, bool? primary = default, Microsoft.Azure.Management.Compute.Fluent.Models.VirtualMachineScaleSetUpdatePublicIPAddressConfiguration publicIPAddressConfiguration = default, Microsoft.Azure.Management.Compute.Fluent.Models.IPVersion privateIPAddressVersion = default, System.Collections.Generic.IList<Microsoft.Azure.Management.ResourceManager.Fluent.SubResource> applicationGatewayBackendAddressPools = default, System.Collections.Generic.IList<Microsoft.Azure.Management.ResourceManager.Fluent.SubResource> applicationSecurityGroups = default, System.Collections.Generic.IList<Microsoft.Azure.Management.ResourceManager.Fluent.SubResource> loadBalancerBackendAddressPools = default, System.Collections.Generic.IList<Microsoft.Azure.Management.ResourceManager.Fluent.SubResource> loadBalancerInboundNatPools = default);
new Microsoft.Azure.Management.Compute.Fluent.Models.VirtualMachineScaleSetUpdateIPConfigurationInner : string * string * Microsoft.Azure.Management.Compute.Fluent.Models.ApiEntityReference * Nullable<bool> * Microsoft.Azure.Management.Compute.Fluent.Models.VirtualMachineScaleSetUpdatePublicIPAddressConfiguration * Microsoft.Azure.Management.Compute.Fluent.Models.IPVersion * System.Collections.Generic.IList<Microsoft.Azure.Management.ResourceManager.Fluent.SubResource> * System.Collections.Generic.IList<Microsoft.Azure.Management.ResourceManager.Fluent.SubResource> * System.Collections.Generic.IList<Microsoft.Azure.Management.ResourceManager.Fluent.SubResource> * System.Collections.Generic.IList<Microsoft.Azure.Management.ResourceManager.Fluent.SubResource> -> Microsoft.Azure.Management.Compute.Fluent.Models.VirtualMachineScaleSetUpdateIPConfigurationInner
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional subnet As ApiEntityReference = Nothing, Optional primary As Nullable(Of Boolean) = Nothing, Optional publicIPAddressConfiguration As VirtualMachineScaleSetUpdatePublicIPAddressConfiguration = Nothing, Optional privateIPAddressVersion As IPVersion = Nothing, Optional applicationGatewayBackendAddressPools As IList(Of SubResource) = Nothing, Optional applicationSecurityGroups As IList(Of SubResource) = Nothing, Optional loadBalancerBackendAddressPools As IList(Of SubResource) = Nothing, Optional loadBalancerInboundNatPools As IList(Of SubResource) = Nothing)
Parameters
- id
- String
- name
- String
The IP configuration name.
- subnet
- ApiEntityReference
The subnet.
Specifies the primary IP Configuration in case the network interface has more than one IP Configuration.
- publicIPAddressConfiguration
- VirtualMachineScaleSetUpdatePublicIPAddressConfiguration
The publicIPAddressConfiguration.
- privateIPAddressVersion
- IPVersion
Available from Api-Version 2017-03-30 onwards, it represents whether the specific ipconfiguration is IPv4 or IPv6. Default is taken as IPv4. Possible values are: 'IPv4' and 'IPv6'. Possible values include: 'IPv4', 'IPv6'
- applicationGatewayBackendAddressPools
- IList<SubResource>
The application gateway backend address pools.
- applicationSecurityGroups
- IList<SubResource>
Specifies an array of references to application security group.
- loadBalancerBackendAddressPools
- IList<SubResource>
The load balancer backend address pools.
- loadBalancerInboundNatPools
- IList<SubResource>
The load balancer inbound nat pools.
Applies to
Azure SDK for .NET