ComputeProfile Konstruktoren

Definition

Überlädt

ComputeProfile()

Initialisiert eine neue instance der ComputeProfile-Klasse.

ComputeProfile(IList<Role>)

Initialisiert eine neue instance der ComputeProfile-Klasse.

ComputeProfile()

Initialisiert eine neue instance der ComputeProfile-Klasse.

public ComputeProfile ();
Public Sub New ()

Gilt für:

ComputeProfile(IList<Role>)

Initialisiert eine neue instance der ComputeProfile-Klasse.

public ComputeProfile (System.Collections.Generic.IList<Microsoft.Azure.Management.HDInsight.Models.Role> roles = default);
new Microsoft.Azure.Management.HDInsight.Models.ComputeProfile : System.Collections.Generic.IList<Microsoft.Azure.Management.HDInsight.Models.Role> -> Microsoft.Azure.Management.HDInsight.Models.ComputeProfile
Public Sub New (Optional roles As IList(Of Role) = Nothing)

Parameter

roles
IList<Role>

Die Liste der Rollen im Cluster.

Gilt für: