Partilhar via


LocationOperationsExtensions.ListSupportedVirtualMachineSkusAsync Método

Definição

Obtém a lista de tamanhos de VMs de Máquinas Virtuais suportados pelo Batch disponíveis na localização indicada.

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Batch.Models.SupportedSku>> ListSupportedVirtualMachineSkusAsync (this Microsoft.Azure.Management.Batch.ILocationOperations operations, string locationName, int? maxresults = default, string filter = default, System.Threading.CancellationToken cancellationToken = default);
static member ListSupportedVirtualMachineSkusAsync : Microsoft.Azure.Management.Batch.ILocationOperations * string * Nullable<int> * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Batch.Models.SupportedSku>>
<Extension()>
Public Function ListSupportedVirtualMachineSkusAsync (operations As ILocationOperations, locationName As String, Optional maxresults As Nullable(Of Integer) = Nothing, Optional filter As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of SupportedSku))

Parâmetros

operations
ILocationOperations

O grupo de operações para este método de extensão.

locationName
String

A região para a qual pode obter SKUs suportados pelo serviço Batch.

maxresults
Nullable<Int32>

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

filter
String

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

cancellationToken
CancellationToken

O token de cancelamento.

Devoluções

Aplica-se a