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