Usage Class

Describes resource usage.

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

All required parameters must be populated in order to send to Azure.

Inheritance
Usage

Constructor

Usage(*, unit: Union[str, azure.mgmt.cdn.models._cdn_management_client_enums.UsageUnit], current_value: int, limit: int, name: azure.mgmt.cdn.models._models_py3.UsageName, **kwargs)

Variables

id
str

Resource identifier.

unit
str or UsageUnit

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

current_value
<xref:long>

Required. The current value of the usage.

limit
<xref:long>

Required. The limit of usage.

name
UsageName

Required. The name of the type of usage.