Partager via


ClusterComputeNodeProfile(String, String, Int32) Constructeur

Définition

Initialise une nouvelle instance de 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)

Paramètres

nodeProfileType
String

Type de nœud.

vmSize
String

Référence SKU de machine virtuelle.

count
Int32

Nombre de machines virtuelles.

Exceptions

nodeProfileType ou vmSize est null.

S’applique à