Package version:

InterfaceLicenseProfileUpdate

Describes a License Profile Update.

interface LicenseProfileUpdate {
    assignedLicense?: string;
    productFeatures?: ProductFeatureUpdate[];
    productType?: string;
    softwareAssuranceCustomer?: boolean;
    subscriptionStatus?: string;
    tags?: {
        [propertyName: string]: string;
    };
}

Hierarchy (view full)

Properties

assignedLicense?: string

The resource id of the license.

productFeatures?: ProductFeatureUpdate[]

The list of product feature updates.

productType?: string

Indicates the product type of the license.

softwareAssuranceCustomer?: boolean

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

subscriptionStatus?: string

Indicates the subscription status of the product.

tags?: {
    [propertyName: string]: string;
}

Resource tags