MockableBatchSubscriptionResource.GetBatchSupportedCloudServiceSkus 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 Cloud Service VM sizes available at the given location.
- Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.Batch/locations/{locationName}/cloudServiceSkus
- Operation Id: Location_ListSupportedCloudServiceSkus
- Default Api Version: 2024-02-01
public virtual Azure.Pageable<Azure.ResourceManager.Batch.Models.BatchSupportedSku> GetBatchSupportedCloudServiceSkus (Azure.Core.AzureLocation locationName, int? maxresults = default, string filter = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetBatchSupportedCloudServiceSkus : Azure.Core.AzureLocation * Nullable<int> * string * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Batch.Models.BatchSupportedSku>
override this.GetBatchSupportedCloudServiceSkus : Azure.Core.AzureLocation * Nullable<int> * string * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Batch.Models.BatchSupportedSku>
Public Overridable Function GetBatchSupportedCloudServiceSkus (locationName As AzureLocation, Optional maxresults As Nullable(Of Integer) = Nothing, Optional filter As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of BatchSupportedSku)
Parameters
- 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
A collection of BatchSupportedSku that may take multiple service requests to iterate over.
Applies to
Collabora con noi su GitHub
L'origine di questo contenuto è disponibile in GitHub, in cui è anche possibile creare ed esaminare i problemi e le richieste pull. Per ulteriori informazioni, vedere la guida per i collaboratori.