Freigeben über


WebTestsOperationsExtensions.GetAsync Methode

Definition

Rufen Sie eine bestimmte Application Insights-Webtestdefinition ab.

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)

Parameter

operations
IWebTestsOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

resourceGroupName
String

Der Name der Ressourcengruppe. Für den Namen wird die Groß-/Kleinschreibung nicht beachtet.

webTestName
String

Der Name der Application Insights-Webtestressource.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Gilt für: