Partager via


LogAnalyticsQueryPackResource.Update Méthode

Définition

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

patch
LogAnalyticsQueryPackPatch

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 à