Freigeben über


ClusterComputeNodeProfile(String, String, Int32) Konstruktor

Definition

Initialisiert eine neue instance von ClusterComputeNodeProfile.

public ClusterComputeNodeProfile (string nodeProfileType, string vmSize, int count);
new Azure.ResourceManager.HDInsight.Containers.Models.ClusterComputeNodeProfile : string * string * int -> Azure.ResourceManager.HDInsight.Containers.Models.ClusterComputeNodeProfile
Public Sub New (nodeProfileType As String, vmSize As String, count As Integer)

Parameter

nodeProfileType
String

Der Knotentyp.

vmSize
String

Die SKU des virtuellen Computers.

count
Int32

Die Anzahl der virtuellen Computer.

Ausnahmen

nodeProfileType oder vmSize ist NULL.

Gilt für: