Freigeben über


BatchExtensions.GetBatchSupportedCloudServiceSkusAsync Methode

Definition

Ruft die Liste der vom Batch unterstützten Clouddienst-VM-Größen ab, die am angegebenen Speicherort verfügbar sind.

  • Request Path/subscriptions/{subscriptionId}/providers/Microsoft.Batch/locations/{locationName}/cloudServiceSkus
  • Vorgang IdLocation_ListSupportedCloudServiceSkus
public static Azure.AsyncPageable<Azure.ResourceManager.Batch.Models.BatchSupportedSku> GetBatchSupportedCloudServiceSkusAsync (this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, Azure.Core.AzureLocation locationName, int? maxresults = default, string filter = default, System.Threading.CancellationToken cancellationToken = default);
static member GetBatchSupportedCloudServiceSkusAsync : Azure.ResourceManager.Resources.SubscriptionResource * Azure.Core.AzureLocation * Nullable<int> * string * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Batch.Models.BatchSupportedSku>
<Extension()>
Public Function GetBatchSupportedCloudServiceSkusAsync (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)

Parameter

subscriptionResource
SubscriptionResource

Der SubscriptionResource instance, für den die Methode ausgeführt wird.

locationName
AzureLocation

Die Region, für die der Batch-Dienst SKUs unterstützt.

maxresults
Nullable<Int32>

Die maximale Anzahl von Elementen, die in der Antwort zurückgegeben werden sollen.

filter
String

OData-Filterausdruck. Gültige Eigenschaften zum Filtern sind "familyName".

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

Eine asynchrone Sammlung von, bei der BatchSupportedSku mehrere Dienstanforderungen zum Durchlaufen verwendet werden können.

Gilt für: