共用方式為


Quota interface

描述資源的配額或使用量詳細資料

屬性

currentValue

配額的目前值。 如果為 Null 或遺漏,則無法在要求的內容中判斷目前的值。

id

配額物件的資源識別碼

limit

配額的最大值。 如果為 Null 或遺失,則配額沒有最大值,在此情況下,它只會追蹤使用量。

name

配額的名稱

unit

配額的單位,例如 Count、Bytes、BytesPerSecond 等。

屬性詳細資料

currentValue

配額的目前值。 如果為 Null 或遺漏,則無法在要求的內容中判斷目前的值。

currentValue?: number

屬性值

number

id

配額物件的資源識別碼

id?: string

屬性值

string

limit

配額的最大值。 如果為 Null 或遺失,則配額沒有最大值,在此情況下,它只會追蹤使用量。

limit?: number

屬性值

number

name

配額的名稱

name?: QuotaName

屬性值

unit

配額的單位,例如 Count、Bytes、BytesPerSecond 等。

unit?: string

屬性值

string