Package version:

Describes a License Update.

interface LicenseUpdate {
    edition?: string;
    licenseType?: string;
    processors?: number;
    state?: string;
    tags?: {
        [propertyName: string]: string;
    };
    target?: string;
    type?: string;
}

Hierarchy (view full)

Properties

edition?: string

Describes the edition of the license. The values are either Standard or Datacenter.

licenseType?: string

The type of the license resource.

processors?: number

Describes the number of processors.

state?: string

Describes the state of the license.

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

Resource tags

target?: string

Describes the license target server.

type?: string

Describes the license core type (pCore or vCore).