Share via


LogAnalyticsQueryPackResource.Update Method

Definition

Updates an existing QueryPack's tags. To update other fields use the CreateOrUpdate method.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/queryPacks/{queryPackName}
  • Operation Id: QueryPacks_UpdateTags
  • Default Api Version: 2019-09-01
  • Resource: LogAnalyticsQueryPackResource
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)

Parameters

patch
LogAnalyticsQueryPackPatch

Updated tag information to set into the QueryPack instance.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

patch is null.

Applies to