azure-docs-sdk-java/docs-ref-autogen/com.azure.resourcemanager.s...

65 строки
5.3 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.storage.fluent.UsagesClient"
fullName: "com.azure.resourcemanager.storage.fluent.UsagesClient"
name: "UsagesClient"
nameWithType: "UsagesClient"
summary: "An instance of this class provides access to all the operations defined in Usages<wbr>Client."
syntax: "public interface **UsagesClient**"
methods:
- uid: "com.azure.resourcemanager.storage.fluent.UsagesClient.listByLocation(java.lang.String)"
fullName: "com.azure.resourcemanager.storage.fluent.UsagesClient.listByLocation(String location)"
name: "listByLocation(String location)"
nameWithType: "UsagesClient.listByLocation(String location)"
summary: "Gets the current usage count and the limit for the resources of the location under the subscription."
modifiers:
- "abstract"
parameters:
- description: "The location of the Azure Storage resource."
name: "location"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract PagedIterable<UsageInner> listByLocation(String location)"
desc: "Gets the current usage count and the limit for the resources of the location under the subscription."
returns:
description: "the current usage count and the limit for the resources of the location under the subscription as\n 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\" />&lt;<xref href=\"com.azure.resourcemanager.storage.fluent.models.UsageInner?alt=com.azure.resourcemanager.storage.fluent.models.UsageInner&text=UsageInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.storage.fluent.UsagesClient.listByLocation(java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.storage.fluent.UsagesClient.listByLocation(String location, Context context)"
name: "listByLocation(String location, Context context)"
nameWithType: "UsagesClient.listByLocation(String location, Context context)"
summary: "Gets the current usage count and the limit for the resources of the location under the subscription."
modifiers:
- "abstract"
parameters:
- description: "The location of the Azure Storage resource."
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<UsageInner> listByLocation(String location, Context context)"
desc: "Gets the current usage count and the limit for the resources of the location under the subscription."
returns:
description: "the current usage count and the limit for the resources of the location under the subscription as\n 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\" />&lt;<xref href=\"com.azure.resourcemanager.storage.fluent.models.UsageInner?alt=com.azure.resourcemanager.storage.fluent.models.UsageInner&text=UsageInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.storage.fluent.UsagesClient.listByLocationAsync(java.lang.String)"
fullName: "com.azure.resourcemanager.storage.fluent.UsagesClient.listByLocationAsync(String location)"
name: "listByLocationAsync(String location)"
nameWithType: "UsagesClient.listByLocationAsync(String location)"
summary: "Gets the current usage count and the limit for the resources of the location under the subscription."
modifiers:
- "abstract"
parameters:
- description: "The location of the Azure Storage resource."
name: "location"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract PagedFlux<UsageInner> listByLocationAsync(String location)"
desc: "Gets the current usage count and the limit for the resources of the location under the subscription."
returns:
description: "the current usage count and the limit for the resources of the location under the subscription as\n paginated response with <xref uid=\"com.azure.core.http.rest.PagedFlux\" data-throw-if-not-resolved=\"false\" data-raw-source=\"PagedFlux\"></xref>."
type: "<xref href=\"com.azure.core.http.rest.PagedFlux?alt=com.azure.core.http.rest.PagedFlux&text=PagedFlux\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.storage.fluent.models.UsageInner?alt=com.azure.resourcemanager.storage.fluent.models.UsageInner&text=UsageInner\" data-throw-if-not-resolved=\"False\" />&gt;"
type: "interface"
desc: "An instance of this class provides access to all the operations defined in UsagesClient."
metadata: {}
package: "com.azure.resourcemanager.storage.fluent"
artifact: com.azure.resourcemanager:azure-resourcemanager-storage:2.44.0