Sdílet prostřednictvím


IWebAppsOperations.ListPerfMonCountersWithHttpMessagesAsync Metoda

Definice

Získá čítače perfmonu pro webovou aplikaci.

public System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.AppService.Fluent.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.AppService.Fluent.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)))

Parametry

resourceGroupName
String

Název skupiny prostředků, do které prostředek patří.

name
String

Název webové aplikace.

filter
String

Vrátí pouze využití nebo metriky zadané ve filtru. Filtr odpovídá syntaxi odata. Příklad: $filter=(startTime eq 2014-01-01T00:00:00Z a endTime eq 2014-12-31T23:59:59Z a timeGrain eq duration'[Hour| Minuta| Den]'.

customHeaders
Dictionary<String,List<String>>

Hlavičky, které se přidají do požadavku.

cancellationToken
CancellationToken

Token zrušení.

Návraty

Výjimky

Vyvolá se, když operace vrátila neplatný stavový kód.

Vyvolána při nemožnosti deserializovat odpověď

Vyvolá se, když má požadovaný parametr hodnotu null.

Poznámky

Popis pro získání čítačů perfmon pro webovou aplikaci.

Platí pro