MockableComputeSubscriptionResource.GetVirtualMachineSizes Method

Definition

This API is deprecated. Use Resources Skus

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.Compute/locations/{location}/vmSizes
  • Operation Id: VirtualMachineSizes_List
  • Default Api Version: 2024-07-01
public virtual Azure.Pageable<Azure.ResourceManager.Compute.Models.VirtualMachineSize> GetVirtualMachineSizes (Azure.Core.AzureLocation location, System.Threading.CancellationToken cancellationToken = default);
abstract member GetVirtualMachineSizes : Azure.Core.AzureLocation * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Compute.Models.VirtualMachineSize>
override this.GetVirtualMachineSizes : Azure.Core.AzureLocation * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Compute.Models.VirtualMachineSize>
Public Overridable Function GetVirtualMachineSizes (location As AzureLocation, Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of VirtualMachineSize)

Parameters

location
AzureLocation

The location upon which virtual-machine-sizes is queried.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

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

Applies to