LicenseUpdatePropertiesLicenseDetails interface
model interface LicenseUpdatePropertiesLicenseDetails
Properties
| edition | Describes the edition of the license. The values are either Standard or Datacenter. |
| 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). |
Property Details
edition
Describes the edition of the license. The values are either Standard or Datacenter.
edition?: 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