Compartilhar via


LocationOperationsExtensions.ListSupportedCloudServiceSkus 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.

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

Parâmetros

operations
ILocationOperations

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

locationName
String

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".

Retornos

Aplica-se a