ArmHDInsightContainersModelFactory.ClusterPoolComputeProfile Method
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.
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.
- availabilityZones
- IEnumerable<String>
The list of Availability zones to use for AKS VMSS nodes.
Returns
A new ClusterPoolComputeProfile instance for mocking.
Applies to
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Azure SDK for .NET