90 строки
6.8 KiB
YAML
90 строки
6.8 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.azure.resourcemanager.machinelearningservices.models.Quotas"
|
|
fullName: "com.azure.resourcemanager.machinelearningservices.models.Quotas"
|
|
name: "Quotas"
|
|
nameWithType: "Quotas"
|
|
summary: "Resource collection API of Quotas."
|
|
syntax: "public interface **Quotas**"
|
|
methods:
|
|
- uid: "com.azure.resourcemanager.machinelearningservices.models.Quotas.list(java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.machinelearningservices.models.Quotas.list(String location)"
|
|
name: "list(String location)"
|
|
nameWithType: "Quotas.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<ResourceQuota> 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\" /><<xref href=\"com.azure.resourcemanager.machinelearningservices.models.ResourceQuota?alt=com.azure.resourcemanager.machinelearningservices.models.ResourceQuota&text=ResourceQuota\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.azure.resourcemanager.machinelearningservices.models.Quotas.list(java.lang.String,com.azure.core.util.Context)"
|
|
fullName: "com.azure.resourcemanager.machinelearningservices.models.Quotas.list(String location, Context context)"
|
|
name: "list(String location, Context context)"
|
|
nameWithType: "Quotas.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<ResourceQuota> 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\" /><<xref href=\"com.azure.resourcemanager.machinelearningservices.models.ResourceQuota?alt=com.azure.resourcemanager.machinelearningservices.models.ResourceQuota&text=ResourceQuota\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.azure.resourcemanager.machinelearningservices.models.Quotas.update(java.lang.String,com.azure.resourcemanager.machinelearningservices.models.QuotaUpdateParameters)"
|
|
fullName: "com.azure.resourcemanager.machinelearningservices.models.Quotas.update(String location, QuotaUpdateParameters parameters)"
|
|
name: "update(String location, QuotaUpdateParameters parameters)"
|
|
nameWithType: "Quotas.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 UpdateWorkspaceQuotasResult 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.models.UpdateWorkspaceQuotasResult?alt=com.azure.resourcemanager.machinelearningservices.models.UpdateWorkspaceQuotasResult&text=UpdateWorkspaceQuotasResult\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.machinelearningservices.models.Quotas.updateWithResponse(java.lang.String,com.azure.resourcemanager.machinelearningservices.models.QuotaUpdateParameters,com.azure.core.util.Context)"
|
|
fullName: "com.azure.resourcemanager.machinelearningservices.models.Quotas.updateWithResponse(String location, QuotaUpdateParameters parameters, Context context)"
|
|
name: "updateWithResponse(String location, QuotaUpdateParameters parameters, Context context)"
|
|
nameWithType: "Quotas.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<UpdateWorkspaceQuotasResult> 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\" /><<xref href=\"com.azure.resourcemanager.machinelearningservices.models.UpdateWorkspaceQuotasResult?alt=com.azure.resourcemanager.machinelearningservices.models.UpdateWorkspaceQuotasResult&text=UpdateWorkspaceQuotasResult\" data-throw-if-not-resolved=\"False\" />>"
|
|
type: "interface"
|
|
desc: "Resource collection API of Quotas."
|
|
metadata: {}
|
|
package: "com.azure.resourcemanager.machinelearningservices.models"
|
|
artifact: com.azure.resourcemanager:azure-resourcemanager-machinelearningservices:1.0.0-beta.1
|