ResourceQuota Class

The quota assigned to a resource.

Variables are only populated by the server, and will be ignored when sending a request.

Inheritance
ResourceQuota

Constructor

ResourceQuota(**kwargs)

Variables

id
str

Specifies the resource ID.

type
str

Specifies the resource type.

name
ResourceName

Name of the resource.

limit
<xref:long>

The maximum permitted quota of the resource.

unit
str or QuotaUnit

An enum describing the unit of quota measurement. Possible values include: "Count".