WebTestResource.Update(ComponentTag, CancellationToken) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Mises à jour les balises associées à un test web Application Insights.
- Chemin/abonnements de la demande/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/webtests/{webTestName}
- IdWebTests_UpdateTags d’opération
public virtual Azure.Response<Azure.ResourceManager.ApplicationInsights.WebTestResource> Update (Azure.ResourceManager.ApplicationInsights.Models.ComponentTag webTestTags, System.Threading.CancellationToken cancellationToken = default);
abstract member Update : Azure.ResourceManager.ApplicationInsights.Models.ComponentTag * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.ApplicationInsights.WebTestResource>
override this.Update : Azure.ResourceManager.ApplicationInsights.Models.ComponentTag * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.ApplicationInsights.WebTestResource>
Public Overridable Function Update (webTestTags As ComponentTag, Optional cancellationToken As CancellationToken = Nothing) As Response(Of WebTestResource)
Paramètres
- webTestTags
- ComponentTag
Informations de balise mises à jour à associer à la ressource de test web.
- cancellationToken
- CancellationToken
Jeton d’annulation à utiliser.
Retours
Exceptions
webTestTags
a la valeur null.
S’applique à
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.
Azure SDK for .NET