WebAppsOperationsExtensions.ListPerfMonCountersSlotAsync Método

Definição

Obtém contadores perfmon para o aplicativo Web.

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.WebSites.Models.PerfMonResponse>> ListPerfMonCountersSlotAsync (this Microsoft.Azure.Management.WebSites.IWebAppsOperations operations, string resourceGroupName, string name, string slot, string filter = default, System.Threading.CancellationToken cancellationToken = default);
static member ListPerfMonCountersSlotAsync : Microsoft.Azure.Management.WebSites.IWebAppsOperations * string * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.WebSites.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))

Parâmetros

operations
IWebAppsOperations

O grupo de operações para esse método de extensão.

resourceGroupName
String

Nome do grupo de recursos ao qual pertence o recurso.

name
String

Nome do aplicativo Web.

slot
String

Nome do slot do aplicativo Web. Se não for especificado, o padrão será o slot de produção.

filter
String

Retornar somente usos/métricas especificados no filtro. O filtro está em conformidade com a sintaxe odata. Exemplo: $filter=(startTime eq 2014-01-01T00:00:00Z e endTime eq 2014-12-31T23:59:59Z e timeGrain eq duration'[Hour| Minuto| Dia]'.

cancellationToken
CancellationToken

O token de cancelamento.

Retornos

Comentários

Descrição para Obter contadores perfmon para o aplicativo Web.

Aplica-se a