MockableComputeSubscriptionResource.GetVirtualMachineSizes 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.
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-11-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 name of Azure region.
- cancellationToken
- CancellationToken
The cancellation token to use.
Returns
A collection of VirtualMachineSize that may take multiple service requests to iterate over.