Freigeben über


WebAppsOperationsExtensions.ListPerfMonCountersSlotAsync Methode

Definition

Ruft Perfmonindikatoren für Die Web-App ab.

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

Parameter

operations
IWebAppsOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

resourceGroupName
String

Name der Ressourcengruppe, zu der die Ressource gehört.

name
String

Name der Web-App.

slot
String

Name des Web-App-Slots. Wenn nicht angegeben, wird standardmäßig der Produktionsslot verwendet.

filter
String

Gibt nur im Filter angegebene Nutzungen/Metriken zurück. Der Filter entspricht der odata-Syntax. Beispiel: $filter=(startTime eq 2014-01-01T00:00:00Z und endTime eq 2014-12-31T23:59:59Z und timeGrain eq duration'[Hour| Minute| Tag]'.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Hinweise

Beschreibung für Ruft Perfmonindikatoren für Web-App ab.

Gilt für: