VirtualMachinesOperationsExtensions.ListByLocation Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.