Aracılığıyla paylaş


VirtualMachineListResult interface

The List Virtual Machine operation response.

Properties

nextLink

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

value

The list of virtual machines.

Property Details

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

nextLink?: string

Property Value

string

value

The list of virtual machines.

value: VirtualMachine[]

Property Value