Partager via


WebTestCollection.GetAsync(String, CancellationToken) Méthode

Définition

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

  • Chemin/abonnements de la demande/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/webtests/{webTestName}
  • IdWebTests_Get d’opération
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.ApplicationInsights.WebTestResource>> GetAsync (string webTestName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.ApplicationInsights.WebTestResource>>
override this.GetAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.ApplicationInsights.WebTestResource>>
Public Overridable Function GetAsync (webTestName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of WebTestResource))

Paramètres

webTestName
String

Nom de la ressource Application Insights WebTest.

cancellationToken
CancellationToken

Jeton d’annulation à utiliser.

Retours

Exceptions

webTestName est une chaîne vide et devait être non vide.

webTestName a la valeur null.

S’applique à