Sdílet prostřednictvím


QuotaInfo Constructors

Definition

Overloads

QuotaInfo()

Initializes a new instance of the QuotaInfo class.

QuotaInfo(Nullable<Int32>)

Initializes a new instance of the QuotaInfo class.

QuotaInfo()

Initializes a new instance of the QuotaInfo class.

public QuotaInfo ();
Public Sub New ()

Applies to

QuotaInfo(Nullable<Int32>)

Initializes a new instance of the QuotaInfo class.

public QuotaInfo (int? coresUsed = default);
new Microsoft.Azure.Management.HDInsight.Models.QuotaInfo : Nullable<int> -> Microsoft.Azure.Management.HDInsight.Models.QuotaInfo
Public Sub New (Optional coresUsed As Nullable(Of Integer) = Nothing)

Parameters

coresUsed
Nullable<Int32>

The cores used by the cluster.

Applies to