WebAppsOperationsExtensions.ListPerfMonCountersSlotAsync Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Obtém contadores perfmon para o aplicativo 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))
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
Azure SDK for .NET