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

121 строка
8.0 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.machinelearningservices.models.UpdateWorkspaceQuotas"
fullName: "com.azure.resourcemanager.machinelearningservices.models.UpdateWorkspaceQuotas"
name: "UpdateWorkspaceQuotas"
nameWithType: "UpdateWorkspaceQuotas"
summary: "The properties for update Quota response."
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 **UpdateWorkspaceQuotas**"
constructors:
- uid: "com.azure.resourcemanager.machinelearningservices.models.UpdateWorkspaceQuotas.UpdateWorkspaceQuotas()"
fullName: "com.azure.resourcemanager.machinelearningservices.models.UpdateWorkspaceQuotas.UpdateWorkspaceQuotas()"
name: "UpdateWorkspaceQuotas()"
nameWithType: "UpdateWorkspaceQuotas.UpdateWorkspaceQuotas()"
syntax: "public UpdateWorkspaceQuotas()"
methods:
- uid: "com.azure.resourcemanager.machinelearningservices.models.UpdateWorkspaceQuotas.id()"
fullName: "com.azure.resourcemanager.machinelearningservices.models.UpdateWorkspaceQuotas.id()"
name: "id()"
nameWithType: "UpdateWorkspaceQuotas.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.UpdateWorkspaceQuotas.limit()"
fullName: "com.azure.resourcemanager.machinelearningservices.models.UpdateWorkspaceQuotas.limit()"
name: "limit()"
nameWithType: "UpdateWorkspaceQuotas.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.UpdateWorkspaceQuotas.status()"
fullName: "com.azure.resourcemanager.machinelearningservices.models.UpdateWorkspaceQuotas.status()"
name: "status()"
nameWithType: "UpdateWorkspaceQuotas.status()"
summary: "Get the status property: Status of update workspace quota."
syntax: "public Status status()"
desc: "Get the status property: Status of update workspace quota."
returns:
description: "the status value."
type: "<xref href=\"com.azure.resourcemanager.machinelearningservices.models.Status?alt=com.azure.resourcemanager.machinelearningservices.models.Status&text=Status\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.machinelearningservices.models.UpdateWorkspaceQuotas.type()"
fullName: "com.azure.resourcemanager.machinelearningservices.models.UpdateWorkspaceQuotas.type()"
name: "type()"
nameWithType: "UpdateWorkspaceQuotas.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.UpdateWorkspaceQuotas.unit()"
fullName: "com.azure.resourcemanager.machinelearningservices.models.UpdateWorkspaceQuotas.unit()"
name: "unit()"
nameWithType: "UpdateWorkspaceQuotas.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.UpdateWorkspaceQuotas.validate()"
fullName: "com.azure.resourcemanager.machinelearningservices.models.UpdateWorkspaceQuotas.validate()"
name: "validate()"
nameWithType: "UpdateWorkspaceQuotas.validate()"
summary: "Validates the instance."
syntax: "public void validate()"
desc: "Validates the instance."
- uid: "com.azure.resourcemanager.machinelearningservices.models.UpdateWorkspaceQuotas.withLimit(java.lang.Long)"
fullName: "com.azure.resourcemanager.machinelearningservices.models.UpdateWorkspaceQuotas.withLimit(Long limit)"
name: "withLimit(Long limit)"
nameWithType: "UpdateWorkspaceQuotas.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 UpdateWorkspaceQuotas withLimit(Long limit)"
desc: "Set the limit property: The maximum permitted quota of the resource."
returns:
description: "the UpdateWorkspaceQuotas object itself."
type: "<xref href=\"com.azure.resourcemanager.machinelearningservices.models.UpdateWorkspaceQuotas?alt=com.azure.resourcemanager.machinelearningservices.models.UpdateWorkspaceQuotas&text=UpdateWorkspaceQuotas\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.machinelearningservices.models.UpdateWorkspaceQuotas.withStatus(com.azure.resourcemanager.machinelearningservices.models.Status)"
fullName: "com.azure.resourcemanager.machinelearningservices.models.UpdateWorkspaceQuotas.withStatus(Status status)"
name: "withStatus(Status status)"
nameWithType: "UpdateWorkspaceQuotas.withStatus(Status status)"
summary: "Set the status property: Status of update workspace quota."
parameters:
- description: "the status value to set."
name: "status"
type: "<xref href=\"com.azure.resourcemanager.machinelearningservices.models.Status?alt=com.azure.resourcemanager.machinelearningservices.models.Status&text=Status\" data-throw-if-not-resolved=\"False\" />"
syntax: "public UpdateWorkspaceQuotas withStatus(Status status)"
desc: "Set the status property: Status of update workspace quota."
returns:
description: "the UpdateWorkspaceQuotas object itself."
type: "<xref href=\"com.azure.resourcemanager.machinelearningservices.models.UpdateWorkspaceQuotas?alt=com.azure.resourcemanager.machinelearningservices.models.UpdateWorkspaceQuotas&text=UpdateWorkspaceQuotas\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "The properties for update Quota response."
metadata: {}
package: "com.azure.resourcemanager.machinelearningservices.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-machinelearningservices:1.0.0-beta.1