共用方式為


SubscriptionQuota interface

描述訂用帳戶目前的配額。

Extends

屬性

currentCount

此資源的目前使用量。 注意:這個屬性不會串行化。 它只能由伺服器填入。

maxCount

此資源允許的最大使用量。 注意:這個屬性不會串行化。 它只能由伺服器填入。

繼承的屬性

id

資源標識碼注意:此屬性不會串行化。 它只能由伺服器填入。

name

資源名稱

type

資源類型注意:此屬性不會串行化。 它只能由伺服器填入。

屬性詳細資料

currentCount

此資源的目前使用量。 注意:這個屬性不會串行化。 它只能由伺服器填入。

currentCount?: number

屬性值

number

maxCount

此資源允許的最大使用量。 注意:這個屬性不會串行化。 它只能由伺服器填入。

maxCount?: number

屬性值

number

繼承的屬性詳細資料

id

資源標識碼注意:此屬性不會串行化。 它只能由伺服器填入。

id?: string

屬性值

string

繼承自SubResource.id

name

資源名稱

name?: string

屬性值

string

繼承自SubResource.name

type

資源類型注意:此屬性不會串行化。 它只能由伺服器填入。

type?: string

屬性值

string

繼承自SubResource.type