Udostępnij za pośrednictwem


WebAppsOperationsExtensions.ListPerfMonCountersAsync Metoda

Definicja

Pobiera liczniki wydajności dla aplikacji internetowej.

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

Grupa operacji dla tej metody rozszerzenia.

resourceGroupName
String

Nazwa grupy zasobów, do której należy zasób.

name
String

Nazwa aplikacji internetowej.

filter
String

Zwracaj tylko użycie/metryki określone w filtrze. Filtr jest zgodny ze składnią odata. Przykład: $filter=(startTime eq 2014-01-01T00:00:00Z i endTime eq 2014-12-31T23:59:59Z i timeGrain eq duration'[Hour| Minuta| Dzień]".

cancellationToken
CancellationToken

Token anulowania.

Zwraca

Uwagi

Opis dla pobierania liczników wydajności dla aplikacji internetowej.

Dotyczy