LicenseProfileUpdate interface
Describes a License Profile Update.
- Extends
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. |
Inherited Properties
tags | Resource tags |
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
Inherited Property Details
tags
Resource tags
tags?: {[propertyName: string]: string}
Property Value
{[propertyName: string]: string}
Inherited From ResourceUpdate.tags