Partager via


KubernetesRoleCompute Constructeurs

Définition

Surcharges

KubernetesRoleCompute()

Initialise une nouvelle instance de la classe KubernetesRoleCompute.

KubernetesRoleCompute(String, Nullable<Int64>, Nullable<Int32>)

Initialise une nouvelle instance de la classe KubernetesRoleCompute.

KubernetesRoleCompute()

Initialise une nouvelle instance de la classe KubernetesRoleCompute.

public KubernetesRoleCompute ();
Public Sub New ()

S’applique à

KubernetesRoleCompute(String, Nullable<Int64>, Nullable<Int32>)

Initialise une nouvelle instance de la classe KubernetesRoleCompute.

public KubernetesRoleCompute (string vmProfile, long? memoryInBytes = default, int? processorCount = default);
new Microsoft.Azure.Management.DataBoxEdge.Models.KubernetesRoleCompute : string * Nullable<int64> * Nullable<int> -> Microsoft.Azure.Management.DataBoxEdge.Models.KubernetesRoleCompute
Public Sub New (vmProfile As String, Optional memoryInBytes As Nullable(Of Long) = Nothing, Optional processorCount As Nullable(Of Integer) = Nothing)

Paramètres

vmProfile
String

Profil de machine virtuelle

memoryInBytes
Nullable<Int64>

Mémoire en octets

processorCount
Nullable<Int32>

Nombre de processeurs

S’applique à