VirtualMachineScaleSetUpdateIPConfiguration 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
VirtualMachineScaleSetUpdateIPConfiguration() |
Initializes a new instance of the VirtualMachineScaleSetUpdateIPConfiguration class. |
VirtualMachineScaleSetUpdateIPConfiguration(String, ApiEntityReference, Nullable<Boolean>, VirtualMachineScaleSetUpdatePublicIPAddressConfiguration, String, IList<SubResource>, IList<SubResource>, IList<SubResource>, IList<SubResource>) |
Initializes a new instance of the VirtualMachineScaleSetUpdateIPConfiguration class. |
VirtualMachineScaleSetUpdateIPConfiguration(String, String, ApiEntityReference, Nullable<Boolean>, VirtualMachineScaleSetUpdatePublicIPAddressConfiguration, String, IList<SubResource>, IList<SubResource>, IList<SubResource>, IList<SubResource>) |
Initializes a new instance of the VirtualMachineScaleSetUpdateIPConfiguration class. |
VirtualMachineScaleSetUpdateIPConfiguration()
Initializes a new instance of the VirtualMachineScaleSetUpdateIPConfiguration class.
public VirtualMachineScaleSetUpdateIPConfiguration ();
Public Sub New ()
Applies to
VirtualMachineScaleSetUpdateIPConfiguration(String, ApiEntityReference, Nullable<Boolean>, VirtualMachineScaleSetUpdatePublicIPAddressConfiguration, String, IList<SubResource>, IList<SubResource>, IList<SubResource>, IList<SubResource>)
Initializes a new instance of the VirtualMachineScaleSetUpdateIPConfiguration class.
public VirtualMachineScaleSetUpdateIPConfiguration (string name = default, Microsoft.Azure.Management.Compute.Models.ApiEntityReference subnet = default, bool? primary = default, Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetUpdatePublicIPAddressConfiguration publicIPAddressConfiguration = default, string privateIPAddressVersion = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Compute.Models.SubResource> applicationGatewayBackendAddressPools = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Compute.Models.SubResource> applicationSecurityGroups = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Compute.Models.SubResource> loadBalancerBackendAddressPools = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Compute.Models.SubResource> loadBalancerInboundNatPools = default);
new Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetUpdateIPConfiguration : string * Microsoft.Azure.Management.Compute.Models.ApiEntityReference * Nullable<bool> * Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetUpdatePublicIPAddressConfiguration * string * System.Collections.Generic.IList<Microsoft.Azure.Management.Compute.Models.SubResource> * System.Collections.Generic.IList<Microsoft.Azure.Management.Compute.Models.SubResource> * System.Collections.Generic.IList<Microsoft.Azure.Management.Compute.Models.SubResource> * System.Collections.Generic.IList<Microsoft.Azure.Management.Compute.Models.SubResource> -> Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetUpdateIPConfiguration
Public Sub New (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 String = 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
- 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
- String
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
VirtualMachineScaleSetUpdateIPConfiguration(String, String, ApiEntityReference, Nullable<Boolean>, VirtualMachineScaleSetUpdatePublicIPAddressConfiguration, String, IList<SubResource>, IList<SubResource>, IList<SubResource>, IList<SubResource>)
Initializes a new instance of the VirtualMachineScaleSetUpdateIPConfiguration class.
public VirtualMachineScaleSetUpdateIPConfiguration (string id = default, string name = default, Microsoft.Azure.Management.Compute.Models.ApiEntityReference subnet = default, bool? primary = default, Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetUpdatePublicIPAddressConfiguration publicIPAddressConfiguration = default, string privateIPAddressVersion = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Compute.Models.SubResource> applicationGatewayBackendAddressPools = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Compute.Models.SubResource> applicationSecurityGroups = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Compute.Models.SubResource> loadBalancerBackendAddressPools = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Compute.Models.SubResource> loadBalancerInboundNatPools = default);
new Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetUpdateIPConfiguration : string * string * Microsoft.Azure.Management.Compute.Models.ApiEntityReference * Nullable<bool> * Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetUpdatePublicIPAddressConfiguration * string * System.Collections.Generic.IList<Microsoft.Azure.Management.Compute.Models.SubResource> * System.Collections.Generic.IList<Microsoft.Azure.Management.Compute.Models.SubResource> * System.Collections.Generic.IList<Microsoft.Azure.Management.Compute.Models.SubResource> * System.Collections.Generic.IList<Microsoft.Azure.Management.Compute.Models.SubResource> -> Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetUpdateIPConfiguration
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 String = 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
Resource Id
- 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
- String
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