ArmHDInsightContainersModelFactory.ClusterPoolComputeProfile Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Initialisiert eine neue instance von ClusterPoolComputeProfile.
public static Azure.ResourceManager.HDInsight.Containers.Models.ClusterPoolComputeProfile ClusterPoolComputeProfile (string vmSize = default, int? count = default);
static member ClusterPoolComputeProfile : string * Nullable<int> -> Azure.ResourceManager.HDInsight.Containers.Models.ClusterPoolComputeProfile
Public Shared Function ClusterPoolComputeProfile (Optional vmSize As String = Nothing, Optional count As Nullable(Of Integer) = Nothing) As ClusterPoolComputeProfile
Parameter
- vmSize
- String
Die SKU des virtuellen Computers.
Gibt zurück
Eine neue ClusterPoolComputeProfile instance zum Mocking.