Package version:

The List hybrid machine operation response.

interface MachineListResult {
    nextLink?: string;
    value: Machine[];
}

Properties

Properties

nextLink?: string

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

value: Machine[]

The list of hybrid machines.