Sdílet prostřednictvím


WebAppsOperationsExtensions.ListPerfMonCountersAsync Metoda

Definice

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

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.AppService.Fluent.Models.PerfMonResponse>> ListPerfMonCountersAsync (this Microsoft.Azure.Management.AppService.Fluent.IWebAppsOperations operations, string resourceGroupName, string name, string filter = default, System.Threading.CancellationToken cancellationToken = default);
static member ListPerfMonCountersAsync : Microsoft.Azure.Management.AppService.Fluent.IWebAppsOperations * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.AppService.Fluent.Models.PerfMonResponse>>
<Extension()>
Public Function ListPerfMonCountersAsync (operations As IWebAppsOperations, resourceGroupName As String, name As String, Optional filter As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of PerfMonResponse))

Parametry

operations
IWebAppsOperations

Skupina operací pro tuto rozšiřující metodu.

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í/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]".

cancellationToken
CancellationToken

Token zrušení.

Návraty

Poznámky

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

Platí pro