Condividi tramite


WebAppsOperationsExtensions.ListPerfMonCountersSlotAsync Metodo

Definizione

Ottiene i contatori perfmon per l'app Web.

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))

Parametri

operations
IWebAppsOperations

Gruppo di operazioni per questo metodo di estensione.

resourceGroupName
String

Nome del gruppo di risorse a cui appartiene la risorsa.

name
String

Nome dell'app Web.

slot
String

Nome dello slot dell'app Web. Se non specificato, per impostazione predefinita verrà predefinito lo slot di produzione.

filter
String

Restituisce solo utilizzi/metriche specificati nel filtro. Il filtro è conforme alla sintassi odata. Esempio: $filter=(startTime eq 2014-01-01T00:00:00Z e endTime eq 2014-12-31T23:59:59Z e timeGrain eq duration'[Hour| Minuto| Giorno]'.

cancellationToken
CancellationToken

Token di annullamento.

Restituisce

Commenti

Descrizione per Ottiene contatori perfmon per l'app Web.

Si applica a