LicenseUpdate interface
描述许可证更新。
属性
| edition | 描述许可证的版本。 这些值为标准或数据中心。 |
| license |
许可证资源的类型。 |
| processors | 描述处理器数。 |
| state | 描述许可证的状态。 |
| target | 描述许可证目标服务器。 |
| type | 描述许可证核心类型(pCore 或 vCore)。 |
继承属性
| tags | 资源标记 |
属性详细信息
edition
描述许可证的版本。 这些值为标准或数据中心。
edition?: string
属性值
string
licenseType
许可证资源的类型。
licenseType?: string
属性值
string
processors
描述处理器数。
processors?: number
属性值
number
state
描述许可证的状态。
state?: string
属性值
string
target
描述许可证目标服务器。
target?: string
属性值
string
type
描述许可证核心类型(pCore 或 vCore)。
type?: string
属性值
string
继承属性详细信息
tags
资源标记
tags?: {[propertyName: string]: string}
属性值
{[propertyName: string]: string}