LicenseUpdate Class

Definition

Model for assigning and removing licenses to user.

public sealed class LicenseUpdate : Microsoft.Store.PartnerCenter.Models.ResourceBase
type LicenseUpdate = class
    inherit ResourceBase
Public NotInheritable Class LicenseUpdate
Inherits ResourceBase
Inheritance
LicenseUpdate

Constructors

LicenseUpdate()

Properties

Attributes

Gets the attributes.

(Inherited from ResourceBase)
LicensesToAssign

Gets or sets the list of licenses to be assigned.

LicensesToRemove

Gets or sets the list of license ids to be removed.

LicenseWarnings

Gets list of warnings that occurred during license assignment. This is a read only property.

Applies to