Partilhar via


BatchExtensions.GetBatchSupportedCloudServiceSkusAsync Método

Definição

Obtém a lista de tamanhos de VM do Serviço de Nuvem com suporte do Lote disponíveis no local determinado.

  • Caminho da Solicitação/assinaturas/{subscriptionId}/providers/Microsoft.Batch/locations/{locationName}/cloudServiceSkus
  • IdLocation_ListSupportedCloudServiceSkus de operação
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)

Parâmetros

subscriptionResource
SubscriptionResource

A SubscriptionResource instância na qual o método será executado.

locationName
AzureLocation

A região para a qual os SKUs compatíveis com o serviço lote serão recuperados.

maxresults
Nullable<Int32>

O número máximo de itens a serem retornados na resposta.

filter
String

Expressão de filtro OData. As propriedades válidas para filtragem são "familyName".

cancellationToken
CancellationToken

O token de cancelamento a ser usado.

Retornos

Uma coleção assíncrona de BatchSupportedSku que pode levar várias solicitações de serviço para iterar.

Aplica-se a