ArmComputeModelFactory.VirtualMachineScaleSetIPConfiguration Method

Definition

public static Azure.ResourceManager.Compute.Models.VirtualMachineScaleSetIPConfiguration VirtualMachineScaleSetIPConfiguration(Azure.Core.ResourceIdentifier id = default, string name = default, bool? primary = default, Azure.ResourceManager.Compute.Models.VirtualMachineScaleSetPublicIPAddressConfiguration publicIPAddressConfiguration = default, Azure.ResourceManager.Compute.Models.IPVersion? privateIPAddressVersion = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.Compute.Models.ComputeWriteableSubResourceData> applicationGatewayBackendAddressPoolResources = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.Compute.Models.ComputeWriteableSubResourceData> applicationSecurityGroupResources = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.Compute.Models.ComputeWriteableSubResourceData> loadBalancerBackendAddressPoolResources = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.Compute.Models.ComputeWriteableSubResourceData> loadBalancerInboundNatPoolResources = default, Azure.Core.ResourceIdentifier subnetId = default);
static member VirtualMachineScaleSetIPConfiguration : Azure.Core.ResourceIdentifier * string * Nullable<bool> * Azure.ResourceManager.Compute.Models.VirtualMachineScaleSetPublicIPAddressConfiguration * Nullable<Azure.ResourceManager.Compute.Models.IPVersion> * seq<Azure.ResourceManager.Compute.Models.ComputeWriteableSubResourceData> * seq<Azure.ResourceManager.Compute.Models.ComputeWriteableSubResourceData> * seq<Azure.ResourceManager.Compute.Models.ComputeWriteableSubResourceData> * seq<Azure.ResourceManager.Compute.Models.ComputeWriteableSubResourceData> * Azure.Core.ResourceIdentifier -> Azure.ResourceManager.Compute.Models.VirtualMachineScaleSetIPConfiguration
Public Shared Function VirtualMachineScaleSetIPConfiguration (Optional id As ResourceIdentifier = Nothing, Optional name As String = Nothing, Optional primary As Nullable(Of Boolean) = Nothing, Optional publicIPAddressConfiguration As VirtualMachineScaleSetPublicIPAddressConfiguration = Nothing, Optional privateIPAddressVersion As Nullable(Of IPVersion) = Nothing, Optional applicationGatewayBackendAddressPoolResources As IEnumerable(Of ComputeWriteableSubResourceData) = Nothing, Optional applicationSecurityGroupResources As IEnumerable(Of ComputeWriteableSubResourceData) = Nothing, Optional loadBalancerBackendAddressPoolResources As IEnumerable(Of ComputeWriteableSubResourceData) = Nothing, Optional loadBalancerInboundNatPoolResources As IEnumerable(Of ComputeWriteableSubResourceData) = Nothing, Optional subnetId As ResourceIdentifier = Nothing) As VirtualMachineScaleSetIPConfiguration

Parameters

id
ResourceIdentifier

Resource Id.

name
String

The IP configuration name.

primary
Nullable<Boolean>

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

publicIPAddressConfiguration
VirtualMachineScaleSetPublicIPAddressConfiguration

The publicIPAddressConfiguration.

privateIPAddressVersion
Nullable<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'.

applicationGatewayBackendAddressPoolResources
IEnumerable<ComputeWriteableSubResourceData>

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.

applicationSecurityGroupResources
IEnumerable<ComputeWriteableSubResourceData>

Specifies an array of references to application security group.

loadBalancerBackendAddressPoolResources
IEnumerable<ComputeWriteableSubResourceData>

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.

loadBalancerInboundNatPoolResources
IEnumerable<ComputeWriteableSubResourceData>

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.

subnetId
ResourceIdentifier

The ARM resource id in the form of /subscriptions/{SubscriptionId}/resourceGroups/{ResourceGroupName}/...

Returns

A new VirtualMachineScaleSetIPConfiguration instance for mocking.

Applies to