Compartilhar via


WebTestsOperationsExtensions.GetAsync Método

Definição

Obtenha uma definição de teste da Web específica do Application Insights.

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

Parâmetros

operations
IWebTestsOperations

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

resourceGroupName
String

O nome do grupo de recursos. O nome diferencia maiúsculas de minúsculas.

webTestName
String

O nome do recurso webtest do Application Insights.

cancellationToken
CancellationToken

O token de cancelamento.

Retornos

Aplica-se a