Udostępnij za pośrednictwem


ArmHDInsightContainersModelFactory.ClusterPoolComputeProfile Method

Definition

Initializes a new instance of ClusterPoolComputeProfile.

public static Azure.ResourceManager.HDInsight.Containers.Models.ClusterPoolComputeProfile ClusterPoolComputeProfile (string vmSize = default, int? count = default, System.Collections.Generic.IEnumerable<string> availabilityZones = default);
static member ClusterPoolComputeProfile : string * Nullable<int> * seq<string> -> Azure.ResourceManager.HDInsight.Containers.Models.ClusterPoolComputeProfile
Public Shared Function ClusterPoolComputeProfile (Optional vmSize As String = Nothing, Optional count As Nullable(Of Integer) = Nothing, Optional availabilityZones As IEnumerable(Of String) = Nothing) As ClusterPoolComputeProfile

Parameters

vmSize
String

The virtual machine SKU.

count
Nullable<Int32>

The number of virtual machines.

availabilityZones
IEnumerable<String>

The list of Availability zones to use for AKS VMSS nodes.

Returns

A new ClusterPoolComputeProfile instance for mocking.

Applies to