UsagesProperties interface
Usage properties for the specified resource.
Properties
is |
States if quota can be requested for this resource. NOTE: This property will not be serialized. It can only be populated by the server. |
name | Resource name provided by the resource provider. Use this property name when requesting quota. |
properties | Additional properties for the specific resource provider. |
quota |
The time period for the summary of the quota usage values. For example: *P1D (per one day) *PT1M (per one minute) *PT1S (per one second). This parameter is optional because it is not relevant for all resources such as compute. NOTE: This property will not be serialized. It can only be populated by the server. |
resource |
The name of the resource type. Optional field. |
unit | The units for the quota usage, such as Count and Bytes. When requesting quota, use the unit value returned in the GET response in the request body of your PUT operation. NOTE: This property will not be serialized. It can only be populated by the server. |
usages | The quota limit properties for this resource. |
Property Details
isQuotaApplicable
States if quota can be requested for this resource. NOTE: This property will not be serialized. It can only be populated by the server.
isQuotaApplicable?: boolean
Property Value
boolean
name
Resource name provided by the resource provider. Use this property name when requesting quota.
name?: ResourceName
Property Value
properties
Additional properties for the specific resource provider.
properties?: Record<string, unknown>
Property Value
Record<string, unknown>
quotaPeriod
The time period for the summary of the quota usage values. For example: *P1D (per one day) *PT1M (per one minute) *PT1S (per one second). This parameter is optional because it is not relevant for all resources such as compute. NOTE: This property will not be serialized. It can only be populated by the server.
quotaPeriod?: string
Property Value
string
resourceType
The name of the resource type. Optional field.
resourceType?: string
Property Value
string
unit
The units for the quota usage, such as Count and Bytes. When requesting quota, use the unit value returned in the GET response in the request body of your PUT operation. NOTE: This property will not be serialized. It can only be populated by the server.
unit?: string
Property Value
string