Partager via


WebTestsOperationsExtensions.GetAsync Méthode

Définition

Obtenir une définition de test web Application Insights spécifique.

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)

Paramètres

operations
IWebTestsOperations

Groupe d’opérations pour cette méthode d’extension.

resourceGroupName
String

Nom du groupe de ressources. Le nom ne respecte pas la casse.

webTestName
String

Nom de la ressource de test web Application Insights.

cancellationToken
CancellationToken

Jeton d'annulation.

Retours

S’applique à