TestBaseAccountUsageData Class

The usage data of a Test Base Account.

Inheritance
TestBaseAccountUsageData

Constructor

TestBaseAccountUsageData(*, id: Optional[str] = None, name: Optional[azure.mgmt.testbase.models._models_py3.TestBaseAccountUsageName] = None, unit: Optional[str] = None, limit: Optional[int] = None, current_value: Optional[int] = None, **kwargs)

Parameters

id
str
Required

Fully qualified ARM resource id.

name
<xref:test_base.models.TestBaseAccountUsageName>
Required

Localizable String object containing the name and a localized value.

unit
str
Required

Representing the units of the usage quota. Possible values are: Count, Bytes, Seconds, Percent, CountPerSecond, BytesPerSecond.

limit
<xref:long>
Required

The maximum permitted value for the usage quota. If there is no limit, this value will be -1.

current_value
<xref:long>
Required

Current value for the usage quota.