Package version:

Interface VirtualMachineInstanceListResult

The response of a VirtualMachineInstance list operation.

interface VirtualMachineInstanceListResult {
    nextLink?: string;
    value: VirtualMachineInstance[];
}

Properties

Properties

nextLink?: string

The link to the next page of items NOTE: This property will not be serialized. It can only be populated by the server.

The VirtualMachineInstance items on this page