VirtualMachinesOperationsExtensions.ListByLocation Method

Definition

Gets all the virtual machines under the specified subscription for the specified location.

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Compute.Models.VirtualMachine> ListByLocation (this Microsoft.Azure.Management.Compute.IVirtualMachinesOperations operations, string location);
static member ListByLocation : Microsoft.Azure.Management.Compute.IVirtualMachinesOperations * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Compute.Models.VirtualMachine>
<Extension()>
Public Function ListByLocation (operations As IVirtualMachinesOperations, location As String) As IPage(Of VirtualMachine)

Parameters

operations
IVirtualMachinesOperations

The operations group for this extension method.

location
String

The location for which virtual machines under the subscription are queried.

Returns

Applies to