IWebAppsOperations.ListPerfMonCountersWithHttpMessagesAsync Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Obtém contadores perfmon para o aplicativo Web.
public System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.WebSites.Models.PerfMonResponse>>> ListPerfMonCountersWithHttpMessagesAsync (string resourceGroupName, string name, string filter = default, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);
abstract member ListPerfMonCountersWithHttpMessagesAsync : string * 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.WebSites.Models.PerfMonResponse>>>
Public Function ListPerfMonCountersWithHttpMessagesAsync (resourceGroupName As String, name As String, 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 PerfMonResponse)))
Parâmetros
- resourceGroupName
- String
Nome do grupo de recursos ao qual pertence o recurso.
- name
- String
Nome do aplicativo Web.
- filter
- String
Retornar somente usos/métricas especificados no filtro. O filtro está em conformidade com a sintaxe odata. Exemplo: $filter=(startTime eq 2014-01-01T00:00:00Z e endTime eq 2014-12-31T23:59:59Z e timeGrain eq duration'[Hour| Minuto| Dia]'.
- customHeaders
- Dictionary<String,List<String>>
Os cabeçalhos que serão adicionados à solicitação.
- cancellationToken
- CancellationToken
O token de cancelamento.
Retornos
Exceções
Gerada quando a operação retornou um código de status inválido
Gerada quando não é possível desserializar a resposta
Gerado quando um parâmetro necessário é nulo
Comentários
Descrição para Obter contadores perfmon para o aplicativo Web.
Aplica-se a
Azure SDK for .NET