Compartir a través de


WebTestsOperationsExtensions.GetAsync Método

Definición

Obtenga una definición de prueba web específica de 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

El grupo de operaciones de este método de extensión.

resourceGroupName
String

Nombre del grupo de recursos. El nombre distingue mayúsculas de minúsculas.

webTestName
String

Nombre del recurso webtest de Application Insights.

cancellationToken
CancellationToken

Token de cancelación.

Devoluciones

Se aplica a