LicenseUpdate interface
Describes a License Update.
- Extends
Properties
edition | Describes the edition of the license. The values are either Standard or Datacenter. |
license |
The type of the license resource. |
processors | Describes the number of processors. |
state | Describes the state of the license. |
target | Describes the license target server. |
type | Describes the license core type (pCore or vCore). |
Inherited Properties
tags | Resource tags |
Property Details
edition
Describes the edition of the license. The values are either Standard or Datacenter.
edition?: string
Property Value
string
licenseType
The type of the license resource.
licenseType?: string
Property Value
string
processors
Describes the number of processors.
processors?: number
Property Value
number
state
Describes the state of the license.
state?: string
Property Value
string
target
Describes the license target server.
target?: string
Property Value
string
type
Describes the license core type (pCore or vCore).
type?: string
Property Value
string
Inherited Property Details
tags
Resource tags
tags?: {[propertyName: string]: string}
Property Value
{[propertyName: string]: string}
Inherited From ResourceUpdate.tags