ILocationOperations.ListSupportedCloudServiceSkusWithHttpMessagesAsync Método
Definição
Importante
Algumas informações dizem respeito a um produto pré-lançado que pode ser substancialmente modificado antes de ser lançado. A Microsoft não faz garantias, de forma expressa ou implícita, em relação à informação aqui apresentada.
Obtém a lista de tamanhos de VMs do Serviço Cloud suportados pelo Batch disponíveis na localização indicada.
public System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Batch.Models.SupportedSku>>> ListSupportedCloudServiceSkusWithHttpMessagesAsync (string locationName, int? maxresults = default, string filter = default, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);
abstract member ListSupportedCloudServiceSkusWithHttpMessagesAsync : string * Nullable<int> * string * System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Batch.Models.SupportedSku>>>
Public Function ListSupportedCloudServiceSkusWithHttpMessagesAsync (locationName As String, Optional maxresults As Nullable(Of Integer) = Nothing, Optional filter As String = Nothing, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of IPage(Of SupportedSku)))
Parâmetros
- locationName
- String
A região para a qual pode obter SKUs suportados pelo serviço Batch.
- filter
- String
Expressão de filtro OData. As propriedades válidas para filtragem são "familyName".
- customHeaders
- Dictionary<String,List<String>>
Os cabeçalhos que serão adicionados ao pedido.
- cancellationToken
- CancellationToken
O token de cancelamento.
Devoluções
Exceções
Emitido quando a operação devolveu um código de estado inválido
Lançada quando não é possível anular a serialização da resposta
Emitido quando um parâmetro necessário é nulo
Aplica-se a
Azure SDK for .NET