Package version:

Interface VirtualMachineListResult

The List Virtual Machine operation response.

interface VirtualMachineListResult {
    nextLink?: string;
    value: VirtualMachine[];
}

Properties

Properties

nextLink?: string

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

The list of virtual machines.