QuotaInfo Class

  • java.lang.Object
    • com.azure.resourcemanager.hdinsight.models.QuotaInfo

public final class QuotaInfo

The quota properties for the cluster.

Constructor Summary

Constructor Description
QuotaInfo()

Creates an instance of QuotaInfo class.

Method Summary

Modifier and Type Method and Description
Integer coresUsed()

Get the coresUsed property: The cores used by the cluster.

void validate()

Validates the instance.

QuotaInfo withCoresUsed(Integer coresUsed)

Set the coresUsed property: The cores used by the cluster.

Methods inherited from java.lang.Object

Constructor Details

QuotaInfo

public QuotaInfo()

Creates an instance of QuotaInfo class.

Method Details

coresUsed

public Integer coresUsed()

Get the coresUsed property: The cores used by the cluster.

Returns:

the coresUsed value.

validate

public void validate()

Validates the instance.

withCoresUsed

public QuotaInfo withCoresUsed(Integer coresUsed)

Set the coresUsed property: The cores used by the cluster.

Parameters:

coresUsed - the coresUsed value to set.

Returns:

the QuotaInfo object itself.

Applies to