Package version:

InterfaceLicenseProfileMachineInstanceView

License Profile Instance View in Machine Properties.

interface LicenseProfileMachineInstanceView {
    billingEndDate?: Date;
    billingStartDate?: Date;
    disenrollmentDate?: Date;
    enrollmentDate?: Date;
    error?: ErrorDetail;
    esuProfile?: LicenseProfileMachineInstanceViewEsuProperties;
    licenseChannel?: string;
    licenseStatus?: string;
    productFeatures?: ProductFeature[];
    productType?: string;
    softwareAssuranceCustomer?: boolean;
    subscriptionStatus?: string;
}

Properties

billingEndDate?: Date

The timestamp in UTC when the billing ends. NOTE: This property will not be serialized. It can only be populated by the server.

billingStartDate?: Date

The timestamp in UTC when the billing starts. NOTE: This property will not be serialized. It can only be populated by the server.

disenrollmentDate?: Date

The timestamp in UTC when the user disenrolled the feature. NOTE: This property will not be serialized. It can only be populated by the server.

enrollmentDate?: Date

The timestamp in UTC when the user enrolls the feature. NOTE: This property will not be serialized. It can only be populated by the server.

error?: ErrorDetail

The errors that were encountered during the feature enrollment or disenrollment. NOTE: This property will not be serialized. It can only be populated by the server.

Properties for the Machine ESU profile.

licenseChannel?: string

Indicates the license channel. NOTE: This property will not be serialized. It can only be populated by the server.

licenseStatus?: string

Indicates the license status of the OS. NOTE: This property will not be serialized. It can only be populated by the server.

productFeatures?: ProductFeature[]

The list of product features.

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.