你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

LicenseDetails interface

描述许可证的属性。

属性

assignedLicenses

描述分配的许可证数。 注意:此属性不会序列化。 它只能由服务器填充。

edition

描述许可证的版本。 这些值为标准或数据中心。

immutableId

描述不可变 ID。注意:此属性不会序列化。 它只能由服务器填充。

processors

描述处理器数。

state

描述许可证的状态。

target

描述许可证目标服务器。

type

描述许可证核心类型(pCore 或 vCore)。

volumeLicenseDetails

批量许可证详细信息的列表。

属性详细信息

assignedLicenses

描述分配的许可证数。 注意:此属性不会序列化。 它只能由服务器填充。

assignedLicenses?: number

属性值

number

edition

描述许可证的版本。 这些值为标准或数据中心。

edition?: string

属性值

string

immutableId

描述不可变 ID。注意:此属性不会序列化。 它只能由服务器填充。

immutableId?: string

属性值

string

processors

描述处理器数。

processors?: number

属性值

number

state

描述许可证的状态。

state?: string

属性值

string

target

描述许可证目标服务器。

target?: string

属性值

string

type

描述许可证核心类型(pCore 或 vCore)。

type?: string

属性值

string

volumeLicenseDetails

批量许可证详细信息的列表。

volumeLicenseDetails?: VolumeLicenseDetails[]

属性值