VirtualMachineScaleSetIPConfigurationInner Constructors

Definition

Overloads

VirtualMachineScaleSetIPConfigurationInner()

Initializes a new instance of the VirtualMachineScaleSetIPConfigurationInner class.

VirtualMachineScaleSetIPConfigurationInner(String, String, ApiEntityReference, Nullable<Boolean>, VirtualMachineScaleSetPublicIPAddressConfiguration, IPVersion, IList<SubResource>, IList<SubResource>, IList<SubResource>, IList<SubResource>)

Initializes a new instance of the VirtualMachineScaleSetIPConfigurationInner class.

VirtualMachineScaleSetIPConfigurationInner()

Initializes a new instance of the VirtualMachineScaleSetIPConfigurationInner class.

public VirtualMachineScaleSetIPConfigurationInner ();
Public Sub New ()

Applies to

VirtualMachineScaleSetIPConfigurationInner(String, String, ApiEntityReference, Nullable<Boolean>, VirtualMachineScaleSetPublicIPAddressConfiguration, IPVersion, IList<SubResource>, IList<SubResource>, IList<SubResource>, IList<SubResource>)

Initializes a new instance of the VirtualMachineScaleSetIPConfigurationInner class.

public VirtualMachineScaleSetIPConfigurationInner (string name, string id = default, Microsoft.Azure.Management.Compute.Fluent.Models.ApiEntityReference subnet = default, bool? primary = default, Microsoft.Azure.Management.Compute.Fluent.Models.VirtualMachineScaleSetPublicIPAddressConfiguration 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.VirtualMachineScaleSetIPConfigurationInner : string * string * Microsoft.Azure.Management.Compute.Fluent.Models.ApiEntityReference * Nullable<bool> * Microsoft.Azure.Management.Compute.Fluent.Models.VirtualMachineScaleSetPublicIPAddressConfiguration * 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.VirtualMachineScaleSetIPConfigurationInner
Public Sub New (name As String, Optional id As String = Nothing, Optional subnet As ApiEntityReference = Nothing, Optional primary As Nullable(Of Boolean) = Nothing, Optional publicIPAddressConfiguration As VirtualMachineScaleSetPublicIPAddressConfiguration = 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

name
String

The IP configuration name.

id
String
subnet
ApiEntityReference

Specifies the identifier of the subnet.

primary
Nullable<Boolean>

Specifies the primary network interface in case the virtual machine has more than 1 network interface.

publicIPAddressConfiguration
VirtualMachineScaleSetPublicIPAddressConfiguration

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>

Specifies an array of references to backend address pools of application gateways. A scale set can reference backend address pools of multiple application gateways. Multiple scale sets cannot use the same application gateway.

applicationSecurityGroups
IList<SubResource>

Specifies an array of references to application security group.

loadBalancerBackendAddressPools
IList<SubResource>

Specifies an array of references to backend address pools of load balancers. A scale set can reference backend address pools of one public and one internal load balancer. Multiple scale sets cannot use the same basic sku load balancer.

loadBalancerInboundNatPools
IList<SubResource>

Specifies an array of references to inbound Nat pools of the load balancers. A scale set can reference inbound nat pools of one public and one internal load balancer. Multiple scale sets cannot use the same basic sku load balancer.

Applies to