Share via


KubernetesRoleCompute Constructors

Definition

Overloads

KubernetesRoleCompute()

Initializes a new instance of the KubernetesRoleCompute class.

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

Initializes a new instance of the KubernetesRoleCompute class.

KubernetesRoleCompute()

Initializes a new instance of the KubernetesRoleCompute class.

public KubernetesRoleCompute ();
Public Sub New ()

Applies to

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

Initializes a new instance of the KubernetesRoleCompute class.

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)

Parameters

vmProfile
String

VM profile

memoryInBytes
Nullable<Int64>

Memory in bytes

processorCount
Nullable<Int32>

Processor count

Applies to