BatchExtensions.GetBatchSupportedCloudServiceSkus Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient la liste des tailles de machines virtuelles de service cloud prises en charge par Batch disponibles à l’emplacement donné.
- Chemin de la demande/subscriptions/{subscriptionId}/providers/Microsoft.Batch/locations/{locationName}/cloudServiceSkus
- IdLocation_ListSupportedCloudServiceSkus d’opération
public static Azure.Pageable<Azure.ResourceManager.Batch.Models.BatchSupportedSku> GetBatchSupportedCloudServiceSkus (this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, Azure.Core.AzureLocation locationName, int? maxresults = default, string filter = default, System.Threading.CancellationToken cancellationToken = default);
static member GetBatchSupportedCloudServiceSkus : Azure.ResourceManager.Resources.SubscriptionResource * Azure.Core.AzureLocation * Nullable<int> * string * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Batch.Models.BatchSupportedSku>
<Extension()>
Public Function GetBatchSupportedCloudServiceSkus (subscriptionResource As SubscriptionResource, locationName As AzureLocation, Optional maxresults As Nullable(Of Integer) = Nothing, Optional filter As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of BatchSupportedSku)
Paramètres
- subscriptionResource
- SubscriptionResource
Instance SubscriptionResource sur laquelle la méthode s’exécute.
- locationName
- AzureLocation
Région pour laquelle récupérer les références SKU prises en charge par le service Batch.
- filter
- String
Expression de filtre OData. Les propriétés valides pour le filtrage sont « familyName ».
- cancellationToken
- CancellationToken
Jeton d’annulation à utiliser.
Retours
Collection de BatchSupportedSku qui peut nécessiter plusieurs demandes de service pour itérer.