LicenseProfileUpdate interface

Describes a License Profile Update.

Extends

Properties

assignedLicense

The resource id of the license.

productFeatures

The list of product feature updates.

productType

Indicates the product type of the license.

softwareAssuranceCustomer

Specifies if this machine is licensed as part of a Software Assurance agreement.

subscriptionStatus

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