MachineListResult interface

The List hybrid machine operation response.

Properties

nextLink

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

value

The list of hybrid machines.

Property Details

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

nextLink?: string

Property Value

string

value

The list of hybrid machines.

value: Machine[]

Property Value