49 строки
3.4 KiB
YAML
49 строки
3.4 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.azure.resourcemanager.machinelearningservices.models.Usages"
|
|
fullName: "com.azure.resourcemanager.machinelearningservices.models.Usages"
|
|
name: "Usages"
|
|
nameWithType: "Usages"
|
|
summary: "Resource collection API of Usages."
|
|
syntax: "public interface **Usages**"
|
|
methods:
|
|
- uid: "com.azure.resourcemanager.machinelearningservices.models.Usages.list(java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.machinelearningservices.models.Usages.list(String location)"
|
|
name: "list(String location)"
|
|
nameWithType: "Usages.list(String location)"
|
|
summary: "Gets the current usage information as well as limits for AML resources for given subscription and location."
|
|
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<Usage> list(String location)"
|
|
desc: "Gets the current usage information as well as limits for AML resources for given subscription and location."
|
|
returns:
|
|
description: "the current usage information as well as limits for AML resources for given subscription and location."
|
|
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.Usage?alt=com.azure.resourcemanager.machinelearningservices.models.Usage&text=Usage\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.azure.resourcemanager.machinelearningservices.models.Usages.list(java.lang.String,com.azure.core.util.Context)"
|
|
fullName: "com.azure.resourcemanager.machinelearningservices.models.Usages.list(String location, Context context)"
|
|
name: "list(String location, Context context)"
|
|
nameWithType: "Usages.list(String location, Context context)"
|
|
summary: "Gets the current usage information as well as limits for AML resources for given subscription and location."
|
|
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<Usage> list(String location, Context context)"
|
|
desc: "Gets the current usage information as well as limits for AML resources for given subscription and location."
|
|
returns:
|
|
description: "the current usage information as well as limits for AML resources for given subscription and location."
|
|
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.Usage?alt=com.azure.resourcemanager.machinelearningservices.models.Usage&text=Usage\" data-throw-if-not-resolved=\"False\" />>"
|
|
type: "interface"
|
|
desc: "Resource collection API of Usages."
|
|
metadata: {}
|
|
package: "com.azure.resourcemanager.machinelearningservices.models"
|
|
artifact: com.azure.resourcemanager:azure-resourcemanager-machinelearningservices:1.0.0-beta.1
|