Partilhar via


IResourceSkusOperations.ListWithHttpMessagesAsync Método

Definição

Sobrecargas

ListWithHttpMessagesAsync(String, Dictionary<String,List<String>>)
ListWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

Obtém a lista de SKUs Microsoft.Compute disponíveis para sua Assinatura.

ListWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)

Obtém a lista de SKUs Microsoft.Compute disponíveis para sua Assinatura.

ListWithHttpMessagesAsync(String, Dictionary<String,List<String>>)

public System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Compute.Models.ResourceSku>>> ListWithHttpMessagesAsync (string filter, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders);
abstract member ListWithHttpMessagesAsync : string * System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Compute.Models.ResourceSku>>>
Public Function ListWithHttpMessagesAsync (filter As String, customHeaders As Dictionary(Of String, List(Of String))) As Task(Of AzureOperationResponse(Of IPage(Of ResourceSku)))

Parâmetros

filter
String
customHeaders
Dictionary<String,List<String>>

Retornos

Aplica-se a

ListWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

Obtém a lista de SKUs Microsoft.Compute disponíveis para sua Assinatura.

public System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Compute.Models.ResourceSku>>> ListWithHttpMessagesAsync (string filter, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders, System.Threading.CancellationToken cancellationToken);
abstract member ListWithHttpMessagesAsync : 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.Compute.Models.ResourceSku>>>
Public Function ListWithHttpMessagesAsync (filter As String, customHeaders As Dictionary(Of String, List(Of String)), cancellationToken As CancellationToken) As Task(Of AzureOperationResponse(Of IPage(Of ResourceSku)))

Parâmetros

filter
String

O filtro a ser aplicado na operação. Atualmente, há suporte apenas para o filtro de localização .

customHeaders
Dictionary<String,List<String>>

Os cabeçalhos que serão adicionados à solicitação.

cancellationToken
CancellationToken

O token de cancelamento.

Retornos

Exceções

Gerado quando a operação retornou um código de status inválido

Gerado quando não é possível desserializar a resposta

Gerado quando um parâmetro necessário é nulo

Aplica-se a

ListWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)

Obtém a lista de SKUs Microsoft.Compute disponíveis para sua Assinatura.

public System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Compute.Models.ResourceSku>>> ListWithHttpMessagesAsync (string filter = default, string includeExtendedLocations = default, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);
abstract member ListWithHttpMessagesAsync : string * 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.Compute.Models.ResourceSku>>>
Public Function ListWithHttpMessagesAsync (Optional filter As String = Nothing, Optional includeExtendedLocations 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 ResourceSku)))

Parâmetros

filter
String

O filtro a ser aplicado na operação. Atualmente, há suporte apenas para o filtro de localização .

includeExtendedLocations
String

Para incluir informações de Locais Estendidos ou não na resposta.

customHeaders
Dictionary<String,List<String>>

Os cabeçalhos que serão adicionados à solicitação.

cancellationToken
CancellationToken

O token de cancelamento.

Retornos

Exceções

Gerado quando a operação retornou um código de status inválido

Gerado quando não é possível desserializar a resposta

Gerado quando um parâmetro necessário é nulo

Aplica-se a