ResourceUsage Class
Output of check resource usage API.
Variables are only populated by the server, and will be ignored when sending a request.
- Inheritance
-
azure.mgmt.cdn._serialization.ModelResourceUsage
Constructor
ResourceUsage(**kwargs: Any)
Variables
Name | Description |
---|---|
resource_type
|
Resource type for which the usage is provided. |
unit
|
Unit of the usage. e.g. count. "count" |
current_value
|
Actual value of usage on the specified resource type. |
limit
|
Quota of the specified resource type. |
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Python