共用方式為


SubscriptionUsage interface

位置中訂用帳戶的使用計量。

Extends

屬性

currentValue

計量的目前值。 注意:這個屬性不會串行化。 它只能由伺服器填入。

displayName

計量的用戶可讀取名稱。 注意:這個屬性不會串行化。 它只能由伺服器填入。

limit

計量的界限值。 注意:這個屬性不會串行化。 它只能由伺服器填入。

unit

計量的單位。 注意:這個屬性不會串行化。 它只能由伺服器填入。

繼承的屬性

id

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

name

資源名稱。 注意:這個屬性不會串行化。 它只能由伺服器填入。

type

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

屬性詳細資料

currentValue

計量的目前值。 注意:這個屬性不會串行化。 它只能由伺服器填入。

currentValue?: number

屬性值

number

displayName

計量的用戶可讀取名稱。 注意:這個屬性不會串行化。 它只能由伺服器填入。

displayName?: string

屬性值

string

limit

計量的界限值。 注意:這個屬性不會串行化。 它只能由伺服器填入。

limit?: number

屬性值

number

unit

計量的單位。 注意:這個屬性不會串行化。 它只能由伺服器填入。

unit?: string

屬性值

string

繼承的屬性詳細資料

id

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

id?: string

屬性值

string

繼承自ProxyResource.id

name

資源名稱。 注意:這個屬性不會串行化。 它只能由伺服器填入。

name?: string

屬性值

string

繼承自ProxyResource.name

type

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

type?: string

屬性值

string

繼承自ProxyResource.type