UsageOperations Class

Warning

DO NOT instantiate this class directly.

Instead, you should access the following operations through

ComputeManagementClient's

<xref:usage> attribute.

Constructor

UsageOperations(*args, **kwargs)

Methods

list

Gets, for the specified location, the current compute resource usage information as well as the limits for compute resources under the subscription.

list

Gets, for the specified location, the current compute resource usage information as well as the limits for compute resources under the subscription.

list(location: str, **kwargs: Any) -> AsyncItemPaged[Usage]

Parameters

Name Description
location
Required
str

The location name. Required.

Returns

Type Description

An iterator like instance of Usage

Exceptions

Type Description