azure-docs-sdk-java/legacy/docs-ref-autogen/com.azure.resourcemanager.m...

139 строки
9.2 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.machinelearningservices.models.QuotaBaseProperties"
fullName: "com.azure.resourcemanager.machinelearningservices.models.QuotaBaseProperties"
name: "QuotaBaseProperties"
nameWithType: "QuotaBaseProperties"
summary: "The properties for Quota update or retrieval."
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 **QuotaBaseProperties**"
constructors:
- uid: "com.azure.resourcemanager.machinelearningservices.models.QuotaBaseProperties.QuotaBaseProperties()"
fullName: "com.azure.resourcemanager.machinelearningservices.models.QuotaBaseProperties.QuotaBaseProperties()"
name: "QuotaBaseProperties()"
nameWithType: "QuotaBaseProperties.QuotaBaseProperties()"
syntax: "public QuotaBaseProperties()"
methods:
- uid: "com.azure.resourcemanager.machinelearningservices.models.QuotaBaseProperties.id()"
fullName: "com.azure.resourcemanager.machinelearningservices.models.QuotaBaseProperties.id()"
name: "id()"
nameWithType: "QuotaBaseProperties.id()"
summary: "Get the id property: Specifies the resource ID."
syntax: "public String id()"
desc: "Get the id property: Specifies the resource ID."
returns:
description: "the id value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.machinelearningservices.models.QuotaBaseProperties.limit()"
fullName: "com.azure.resourcemanager.machinelearningservices.models.QuotaBaseProperties.limit()"
name: "limit()"
nameWithType: "QuotaBaseProperties.limit()"
summary: "Get the limit property: The maximum permitted quota of the resource."
syntax: "public Long limit()"
desc: "Get the limit property: The maximum permitted quota of the resource."
returns:
description: "the limit value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Long.html\">Long</a>"
- uid: "com.azure.resourcemanager.machinelearningservices.models.QuotaBaseProperties.type()"
fullName: "com.azure.resourcemanager.machinelearningservices.models.QuotaBaseProperties.type()"
name: "type()"
nameWithType: "QuotaBaseProperties.type()"
summary: "Get the type property: Specifies the resource type."
syntax: "public String type()"
desc: "Get the type property: Specifies the resource type."
returns:
description: "the type value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.machinelearningservices.models.QuotaBaseProperties.unit()"
fullName: "com.azure.resourcemanager.machinelearningservices.models.QuotaBaseProperties.unit()"
name: "unit()"
nameWithType: "QuotaBaseProperties.unit()"
summary: "Get the unit property: An enum describing the unit of quota measurement."
syntax: "public QuotaUnit unit()"
desc: "Get the unit property: An enum describing the unit of quota measurement."
returns:
description: "the unit value."
type: "<xref href=\"com.azure.resourcemanager.machinelearningservices.models.QuotaUnit?alt=com.azure.resourcemanager.machinelearningservices.models.QuotaUnit&text=QuotaUnit\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.machinelearningservices.models.QuotaBaseProperties.validate()"
fullName: "com.azure.resourcemanager.machinelearningservices.models.QuotaBaseProperties.validate()"
name: "validate()"
nameWithType: "QuotaBaseProperties.validate()"
summary: "Validates the instance."
syntax: "public void validate()"
desc: "Validates the instance."
- uid: "com.azure.resourcemanager.machinelearningservices.models.QuotaBaseProperties.withId(java.lang.String)"
fullName: "com.azure.resourcemanager.machinelearningservices.models.QuotaBaseProperties.withId(String id)"
name: "withId(String id)"
nameWithType: "QuotaBaseProperties.withId(String id)"
summary: "Set the id property: Specifies the resource ID."
parameters:
- description: "the id value to set."
name: "id"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public QuotaBaseProperties withId(String id)"
desc: "Set the id property: Specifies the resource ID."
returns:
description: "the QuotaBaseProperties object itself."
type: "<xref href=\"com.azure.resourcemanager.machinelearningservices.models.QuotaBaseProperties?alt=com.azure.resourcemanager.machinelearningservices.models.QuotaBaseProperties&text=QuotaBaseProperties\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.machinelearningservices.models.QuotaBaseProperties.withLimit(java.lang.Long)"
fullName: "com.azure.resourcemanager.machinelearningservices.models.QuotaBaseProperties.withLimit(Long limit)"
name: "withLimit(Long limit)"
nameWithType: "QuotaBaseProperties.withLimit(Long limit)"
summary: "Set the limit property: The maximum permitted quota of the resource."
parameters:
- description: "the limit value to set."
name: "limit"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Long.html\">Long</a>"
syntax: "public QuotaBaseProperties withLimit(Long limit)"
desc: "Set the limit property: The maximum permitted quota of the resource."
returns:
description: "the QuotaBaseProperties object itself."
type: "<xref href=\"com.azure.resourcemanager.machinelearningservices.models.QuotaBaseProperties?alt=com.azure.resourcemanager.machinelearningservices.models.QuotaBaseProperties&text=QuotaBaseProperties\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.machinelearningservices.models.QuotaBaseProperties.withType(java.lang.String)"
fullName: "com.azure.resourcemanager.machinelearningservices.models.QuotaBaseProperties.withType(String type)"
name: "withType(String type)"
nameWithType: "QuotaBaseProperties.withType(String type)"
summary: "Set the type property: Specifies the resource type."
parameters:
- description: "the type value to set."
name: "type"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public QuotaBaseProperties withType(String type)"
desc: "Set the type property: Specifies the resource type."
returns:
description: "the QuotaBaseProperties object itself."
type: "<xref href=\"com.azure.resourcemanager.machinelearningservices.models.QuotaBaseProperties?alt=com.azure.resourcemanager.machinelearningservices.models.QuotaBaseProperties&text=QuotaBaseProperties\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.machinelearningservices.models.QuotaBaseProperties.withUnit(com.azure.resourcemanager.machinelearningservices.models.QuotaUnit)"
fullName: "com.azure.resourcemanager.machinelearningservices.models.QuotaBaseProperties.withUnit(QuotaUnit unit)"
name: "withUnit(QuotaUnit unit)"
nameWithType: "QuotaBaseProperties.withUnit(QuotaUnit unit)"
summary: "Set the unit property: An enum describing the unit of quota measurement."
parameters:
- description: "the unit value to set."
name: "unit"
type: "<xref href=\"com.azure.resourcemanager.machinelearningservices.models.QuotaUnit?alt=com.azure.resourcemanager.machinelearningservices.models.QuotaUnit&text=QuotaUnit\" data-throw-if-not-resolved=\"False\" />"
syntax: "public QuotaBaseProperties withUnit(QuotaUnit unit)"
desc: "Set the unit property: An enum describing the unit of quota measurement."
returns:
description: "the QuotaBaseProperties object itself."
type: "<xref href=\"com.azure.resourcemanager.machinelearningservices.models.QuotaBaseProperties?alt=com.azure.resourcemanager.machinelearningservices.models.QuotaBaseProperties&text=QuotaBaseProperties\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "The properties for Quota update or retrieval."
metadata: {}
package: "com.azure.resourcemanager.machinelearningservices.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-machinelearningservices:1.0.0-beta.1