Sdílet prostřednictvím


IWebAppsOperations.ListPerfMonCountersSlotWithHttpMessagesAsync Metoda

Definice

Získá čítače nástroje Perfmon pro webovou aplikaci.

public System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.AppService.Fluent.Models.PerfMonResponse>>> ListPerfMonCountersSlotWithHttpMessagesAsync (string resourceGroupName, string name, string slot, string filter = default, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);
abstract member ListPerfMonCountersSlotWithHttpMessagesAsync : string * 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 ListPerfMonCountersSlotWithHttpMessagesAsync (resourceGroupName As String, name As String, slot 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.

slot
String

Název slotu webové aplikace. Pokud není zadaný, použije se jako výchozí produkční slot.

filter
String

Vrátí pouze využití/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á se, když nejde deserializovat odpověď.

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

Poznámky

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

Platí pro