azure-docs-sdk-java/docs-ref-autogen/com.azure.resourcemanager.h...

69 строки
4.0 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.hdinsight.models.QuotaInfo"
fullName: "com.azure.resourcemanager.hdinsight.models.QuotaInfo"
name: "QuotaInfo"
nameWithType: "QuotaInfo"
summary: "The quota properties for the cluster."
inheritances:
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
inheritedClassMethods:
- classRef: "java.lang.<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html\">Object</a>"
methodsRef:
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#clone--\">clone</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#equals-java.lang.Object-\">equals</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#finalize--\">finalize</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#getClass--\">getClass</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#hashCode--\">hashCode</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notify--\">notify</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notifyAll--\">notifyAll</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#toString--\">toString</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait--\">wait</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-\">wait</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-int-\">wait</a>"
syntax: "public final class **QuotaInfo**"
constructors:
- uid: "com.azure.resourcemanager.hdinsight.models.QuotaInfo.QuotaInfo()"
fullName: "com.azure.resourcemanager.hdinsight.models.QuotaInfo.QuotaInfo()"
name: "QuotaInfo()"
nameWithType: "QuotaInfo.QuotaInfo()"
summary: "Creates an instance of Quota<wbr>Info class."
syntax: "public QuotaInfo()"
desc: "Creates an instance of QuotaInfo class."
methods:
- uid: "com.azure.resourcemanager.hdinsight.models.QuotaInfo.coresUsed()"
fullName: "com.azure.resourcemanager.hdinsight.models.QuotaInfo.coresUsed()"
name: "coresUsed()"
nameWithType: "QuotaInfo.coresUsed()"
summary: "Get the cores<wbr>Used property: The cores used by the cluster."
syntax: "public Integer coresUsed()"
desc: "Get the coresUsed property: The cores used by the cluster."
returns:
description: "the coresUsed value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html\">Integer</a>"
- uid: "com.azure.resourcemanager.hdinsight.models.QuotaInfo.validate()"
fullName: "com.azure.resourcemanager.hdinsight.models.QuotaInfo.validate()"
name: "validate()"
nameWithType: "QuotaInfo.validate()"
summary: "Validates the instance."
syntax: "public void validate()"
desc: "Validates the instance."
- uid: "com.azure.resourcemanager.hdinsight.models.QuotaInfo.withCoresUsed(java.lang.Integer)"
fullName: "com.azure.resourcemanager.hdinsight.models.QuotaInfo.withCoresUsed(Integer coresUsed)"
name: "withCoresUsed(Integer coresUsed)"
nameWithType: "QuotaInfo.withCoresUsed(Integer coresUsed)"
summary: "Set the cores<wbr>Used property: The cores used by the cluster."
parameters:
- description: "the coresUsed value to set."
name: "coresUsed"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html\">Integer</a>"
syntax: "public QuotaInfo withCoresUsed(Integer coresUsed)"
desc: "Set the coresUsed property: The cores used by the cluster."
returns:
description: "the QuotaInfo object itself."
type: "<xref href=\"com.azure.resourcemanager.hdinsight.models.QuotaInfo?alt=com.azure.resourcemanager.hdinsight.models.QuotaInfo&text=QuotaInfo\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "The quota properties for the cluster."
metadata: {}
package: "com.azure.resourcemanager.hdinsight.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-hdinsight:1.0.0