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

90 строки
7.2 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.machinelearningservices.fluent.QuotasClient"
fullName: "com.azure.resourcemanager.machinelearningservices.fluent.QuotasClient"
name: "QuotasClient"
nameWithType: "QuotasClient"
summary: "An instance of this class provides access to all the operations defined in Quotas<wbr>Client."
syntax: "public interface **QuotasClient**"
methods:
- uid: "com.azure.resourcemanager.machinelearningservices.fluent.QuotasClient.list(java.lang.String)"
fullName: "com.azure.resourcemanager.machinelearningservices.fluent.QuotasClient.list(String location)"
name: "list(String location)"
nameWithType: "QuotasClient.list(String location)"
summary: "Gets the currently assigned Workspace Quotas based on VMFamily."
modifiers:
- "abstract"
parameters:
- description: "The location for which resource usage is queried."
name: "location"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract PagedIterable<ResourceQuotaInner> list(String location)"
desc: "Gets the currently assigned Workspace Quotas based on VMFamily."
returns:
description: "the currently assigned Workspace Quotas based on VMFamily."
type: "<xref href=\"com.azure.core.http.rest.PagedIterable?alt=com.azure.core.http.rest.PagedIterable&text=PagedIterable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.machinelearningservices.fluent.models.ResourceQuotaInner?alt=com.azure.resourcemanager.machinelearningservices.fluent.models.ResourceQuotaInner&text=ResourceQuotaInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.machinelearningservices.fluent.QuotasClient.list(java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.machinelearningservices.fluent.QuotasClient.list(String location, Context context)"
name: "list(String location, Context context)"
nameWithType: "QuotasClient.list(String location, Context context)"
summary: "Gets the currently assigned Workspace Quotas based on VMFamily."
modifiers:
- "abstract"
parameters:
- description: "The location for which resource usage is queried."
name: "location"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The context to associate with this operation."
name: "context"
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract PagedIterable<ResourceQuotaInner> list(String location, Context context)"
desc: "Gets the currently assigned Workspace Quotas based on VMFamily."
returns:
description: "the currently assigned Workspace Quotas based on VMFamily."
type: "<xref href=\"com.azure.core.http.rest.PagedIterable?alt=com.azure.core.http.rest.PagedIterable&text=PagedIterable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.machinelearningservices.fluent.models.ResourceQuotaInner?alt=com.azure.resourcemanager.machinelearningservices.fluent.models.ResourceQuotaInner&text=ResourceQuotaInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.machinelearningservices.fluent.QuotasClient.update(java.lang.String,com.azure.resourcemanager.machinelearningservices.models.QuotaUpdateParameters)"
fullName: "com.azure.resourcemanager.machinelearningservices.fluent.QuotasClient.update(String location, QuotaUpdateParameters parameters)"
name: "update(String location, QuotaUpdateParameters parameters)"
nameWithType: "QuotasClient.update(String location, QuotaUpdateParameters parameters)"
summary: "Update quota for each VM family in workspace."
modifiers:
- "abstract"
parameters:
- description: "The location for update quota is queried."
name: "location"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Quota update parameters."
name: "parameters"
type: "<xref href=\"com.azure.resourcemanager.machinelearningservices.models.QuotaUpdateParameters?alt=com.azure.resourcemanager.machinelearningservices.models.QuotaUpdateParameters&text=QuotaUpdateParameters\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract UpdateWorkspaceQuotasResultInner update(String location, QuotaUpdateParameters parameters)"
desc: "Update quota for each VM family in workspace."
returns:
description: "the result of update workspace quota."
type: "<xref href=\"com.azure.resourcemanager.machinelearningservices.fluent.models.UpdateWorkspaceQuotasResultInner?alt=com.azure.resourcemanager.machinelearningservices.fluent.models.UpdateWorkspaceQuotasResultInner&text=UpdateWorkspaceQuotasResultInner\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.machinelearningservices.fluent.QuotasClient.updateWithResponse(java.lang.String,com.azure.resourcemanager.machinelearningservices.models.QuotaUpdateParameters,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.machinelearningservices.fluent.QuotasClient.updateWithResponse(String location, QuotaUpdateParameters parameters, Context context)"
name: "updateWithResponse(String location, QuotaUpdateParameters parameters, Context context)"
nameWithType: "QuotasClient.updateWithResponse(String location, QuotaUpdateParameters parameters, Context context)"
summary: "Update quota for each VM family in workspace."
modifiers:
- "abstract"
parameters:
- description: "The location for update quota is queried."
name: "location"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Quota update parameters."
name: "parameters"
type: "<xref href=\"com.azure.resourcemanager.machinelearningservices.models.QuotaUpdateParameters?alt=com.azure.resourcemanager.machinelearningservices.models.QuotaUpdateParameters&text=QuotaUpdateParameters\" data-throw-if-not-resolved=\"False\" />"
- description: "The context to associate with this operation."
name: "context"
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract Response<UpdateWorkspaceQuotasResultInner> updateWithResponse(String location, QuotaUpdateParameters parameters, Context context)"
desc: "Update quota for each VM family in workspace."
returns:
description: "the result of update workspace quota."
type: "<xref href=\"com.azure.core.http.rest.Response?alt=com.azure.core.http.rest.Response&text=Response\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.machinelearningservices.fluent.models.UpdateWorkspaceQuotasResultInner?alt=com.azure.resourcemanager.machinelearningservices.fluent.models.UpdateWorkspaceQuotasResultInner&text=UpdateWorkspaceQuotasResultInner\" data-throw-if-not-resolved=\"False\" />&gt;"
type: "interface"
desc: "An instance of this class provides access to all the operations defined in QuotasClient."
metadata: {}
package: "com.azure.resourcemanager.machinelearningservices.fluent"
artifact: com.azure.resourcemanager:azure-resourcemanager-machinelearningservices:1.0.0-beta.1