Partilhar via


BatchExtensions.GetBatchSupportedCloudServiceSkus 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 especificado.

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

Parâmetros

subscriptionResource
SubscriptionResource

A SubscriptionResource instância em que o método será executado.

locationName
AzureLocation

A região para a qual recuperar SKUs compatíveis com o serviço do Lote.

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 de BatchSupportedSku que pode levar várias solicitações de serviço para iterar.

Aplica-se a