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

65 строки
4.6 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.network.fluent.UsagesClient"
fullName: "com.azure.resourcemanager.network.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.network.fluent.UsagesClient.list(java.lang.String)"
fullName: "com.azure.resourcemanager.network.fluent.UsagesClient.list(String location)"
name: "list(String location)"
nameWithType: "UsagesClient.list(String location)"
summary: "List network usages for a subscription."
modifiers:
- "abstract"
parameters:
- description: "The location where 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<UsageInner> list(String location)"
desc: "List network usages for a subscription."
returns:
description: "the list usages operation response as 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.network.fluent.models.UsageInner?alt=com.azure.resourcemanager.network.fluent.models.UsageInner&text=UsageInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.network.fluent.UsagesClient.list(java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.network.fluent.UsagesClient.list(String location, Context context)"
name: "list(String location, Context context)"
nameWithType: "UsagesClient.list(String location, Context context)"
summary: "List network usages for a subscription."
modifiers:
- "abstract"
parameters:
- description: "The location where 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<UsageInner> list(String location, Context context)"
desc: "List network usages for a subscription."
returns:
description: "the list usages operation response as 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.network.fluent.models.UsageInner?alt=com.azure.resourcemanager.network.fluent.models.UsageInner&text=UsageInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.network.fluent.UsagesClient.listAsync(java.lang.String)"
fullName: "com.azure.resourcemanager.network.fluent.UsagesClient.listAsync(String location)"
name: "listAsync(String location)"
nameWithType: "UsagesClient.listAsync(String location)"
summary: "List network usages for a subscription."
modifiers:
- "abstract"
parameters:
- description: "The location where 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 PagedFlux<UsageInner> listAsync(String location)"
desc: "List network usages for a subscription."
returns:
description: "the list usages operation response as 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.network.fluent.models.UsageInner?alt=com.azure.resourcemanager.network.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.network.fluent"
artifact: com.azure.resourcemanager:azure-resourcemanager-network:2.44.0