Package version:

InterfaceLicensesListResult

The List license operation response.

interface LicensesListResult {
    nextLink?: string;
    value: License[];
}

Properties

Properties

nextLink?: string

The URI to fetch the next page of Machines. Call ListNext() with this URI to fetch the next page of license profile.

value: License[]

The list of licenses.