LogAnalyticsQueryPackResource.Update 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 d’un QueryPack existant. Pour mettre à jour d’autres champs, utilisez la méthode CreateOrUpdate.
- Chemin/abonnements de la demande/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/queryPacks/{queryPackName}
- IdQueryPacks_UpdateTags d’opération
public virtual Azure.Response<Azure.ResourceManager.OperationalInsights.LogAnalyticsQueryPackResource> Update (Azure.ResourceManager.OperationalInsights.Models.LogAnalyticsQueryPackPatch patch, System.Threading.CancellationToken cancellationToken = default);
abstract member Update : Azure.ResourceManager.OperationalInsights.Models.LogAnalyticsQueryPackPatch * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.OperationalInsights.LogAnalyticsQueryPackResource>
override this.Update : Azure.ResourceManager.OperationalInsights.Models.LogAnalyticsQueryPackPatch * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.OperationalInsights.LogAnalyticsQueryPackResource>
Public Overridable Function Update (patch As LogAnalyticsQueryPackPatch, Optional cancellationToken As CancellationToken = Nothing) As Response(Of LogAnalyticsQueryPackResource)
Paramètres
Informations de balise mises à jour à définir dans le instance QueryPack.
- cancellationToken
- CancellationToken
Jeton d’annulation à utiliser.
Retours
Exceptions
patch
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