Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface UsagesProperties

Package version

Usage properties for the specified resource.

Hierarchy

  • UsagesProperties

Index

Properties

Optional isQuotaApplicable

isQuotaApplicable: undefined | false | true

States if quota can be requested for this resource. NOTE: This property will not be serialized. It can only be populated by the server.

Optional name

Resource name provided by the resource provider. Use this property name when requesting quota.

Optional properties

properties: Record<string, unknown>

Additional properties for the specific resource provider.

Optional quotaPeriod

quotaPeriod: undefined | string

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.

Optional resourceType

resourceType: undefined | string

The name of the resource type.

Optional unit

unit: undefined | string

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.

Optional usages

usages: UsagesObject

The quota limit properties for this resource.

Generated using TypeDoc