VirtualMachinesOperationsExtensions.ListAllAsync Method

Definition

Lists all of the virtual machines in the specified subscription. Use the nextLink property in the response to get the next page of virtual machines.

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Compute.Fluent.Models.VirtualMachineInner>> ListAllAsync (this Microsoft.Azure.Management.Compute.Fluent.IVirtualMachinesOperations operations, string statusOnly = default, System.Threading.CancellationToken cancellationToken = default);
static member ListAllAsync : Microsoft.Azure.Management.Compute.Fluent.IVirtualMachinesOperations * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Compute.Fluent.Models.VirtualMachineInner>>
<Extension()>
Public Function ListAllAsync (operations As IVirtualMachinesOperations, Optional statusOnly As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of VirtualMachineInner))

Parameters

operations
IVirtualMachinesOperations

The operations group for this extension method.

statusOnly
String

statusOnly=true enables fetching run time status of all Virtual Machines in the subscription.

cancellationToken
CancellationToken

The cancellation token.

Returns

Applies to