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.Model
ResourceUsage

Constructor

ResourceUsage(**kwargs: Any)

Variables

Name Description
resource_type
str

Resource type for which the usage is provided.

unit

Unit of the usage. e.g. count. "count"

current_value
int

Actual value of usage on the specified resource type.

limit
int

Quota of the specified resource type.