Package version:

InterfaceLicenseProfilesListResult

The List hybrid machine license profile operation response.

interface LicenseProfilesListResult {
    nextLink?: string;
    value: LicenseProfile[];
}

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.

The list of license profiles.