MockableComputeSubscriptionResource.GetVirtualMachinesByLocationAsync Method

Definition

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

  • Request Path. : /subscriptions/{subscriptionId}/providers/Microsoft.Compute/locations/{location}/virtualMachines.
  • Operation Id. : VirtualMachinesOperationGroup_ListByLocation.
  • Default Api Version. : 2026-03-01.
public virtual Azure.AsyncPageable<Azure.ResourceManager.Compute.VirtualMachineResource> GetVirtualMachinesByLocationAsync(Azure.Core.AzureLocation location, System.Threading.CancellationToken cancellationToken = default);
abstract member GetVirtualMachinesByLocationAsync : Azure.Core.AzureLocation * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Compute.VirtualMachineResource>
override this.GetVirtualMachinesByLocationAsync : Azure.Core.AzureLocation * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Compute.VirtualMachineResource>
Public Overridable Function GetVirtualMachinesByLocationAsync (location As AzureLocation, Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of VirtualMachineResource)

Parameters

location
AzureLocation

The name of the Azure region.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

A collection of VirtualMachineResource that may take multiple service requests to iterate over.

Applies to