BatchExtensions.GetBatchSupportedVirtualMachineSkusAsync 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 the list of Batch supported Virtual Machine VM sizes available at the given location.
- Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.Batch/locations/{locationName}/virtualMachineSkus
- Operation Id: Location_ListSupportedVirtualMachineSkus
- Default Api Version: 2024-07-01
public static Azure.AsyncPageable<Azure.ResourceManager.Batch.Models.BatchSupportedSku> GetBatchSupportedVirtualMachineSkusAsync (this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, Azure.Core.AzureLocation locationName, int? maxresults = default, string filter = default, System.Threading.CancellationToken cancellationToken = default);
static member GetBatchSupportedVirtualMachineSkusAsync : Azure.ResourceManager.Resources.SubscriptionResource * Azure.Core.AzureLocation * Nullable<int> * string * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Batch.Models.BatchSupportedSku>
<Extension()>
Public Function GetBatchSupportedVirtualMachineSkusAsync (subscriptionResource As SubscriptionResource, locationName As AzureLocation, Optional maxresults As Nullable(Of Integer) = Nothing, Optional filter As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of BatchSupportedSku)
Parameters
- subscriptionResource
- SubscriptionResource
The SubscriptionResource instance the method will execute against.
- locationName
- AzureLocation
The region for which to retrieve Batch service supported SKUs.
- filter
- String
OData filter expression. Valid properties for filtering are "familyName".
- cancellationToken
- CancellationToken
The cancellation token to use.
Returns
An async collection of BatchSupportedSku that may take multiple service requests to iterate over.
Exceptions
subscriptionResource
is null.
Applies to
Azure SDK for .NET