LicenseProfileUpdateProperties interface
Describe the Update properties of a license profile.
Properties
| assigned |
The resource id of the license. |
| product |
The list of product feature updates. |
| product |
Indicates the product type of the license. |
| software |
Specifies if this machine is licensed as part of a Software Assurance agreement. |
| subscription |
Indicates the subscription status of the product. |
Property Details
assignedLicense
The resource id of the license.
assignedLicense?: string
Property Value
string
productFeatures
The list of product feature updates.
productFeatures?: ProductFeatureUpdate[]
Property Value
productType
Indicates the product type of the license.
productType?: string
Property Value
string
softwareAssuranceCustomer
Specifies if this machine is licensed as part of a Software Assurance agreement.
softwareAssuranceCustomer?: boolean
Property Value
boolean
subscriptionStatus
Indicates the subscription status of the product.
subscriptionStatus?: string
Property Value
string