Compartilhar via


WebTestsOperationsExtensions.ListAsync Método

Definição

Obtenha todas as definições de alertas de teste da Web do Application Insights em uma assinatura.

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.ApplicationInsights.Management.Models.WebTest>> ListAsync (this Microsoft.Azure.Management.ApplicationInsights.Management.IWebTestsOperations operations, System.Threading.CancellationToken cancellationToken = default);
static member ListAsync : Microsoft.Azure.Management.ApplicationInsights.Management.IWebTestsOperations * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.ApplicationInsights.Management.Models.WebTest>>
<Extension()>
Public Function ListAsync (operations As IWebTestsOperations, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of WebTest))

Parâmetros

operations
IWebTestsOperations

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

cancellationToken
CancellationToken

O token de cancelamento.

Retornos

Aplica-se a