Partilhar via


LocationOperationsExtensions.ListSupportedCloudServiceSkus Método

Definição

Obtém a lista de tamanhos de VMs do Serviço Cloud suportados pelo Batch disponíveis na localização indicada.

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

Devoluções

Aplica-se a