LogAnalyticsQueryPackCollection.CreateOrUpdateAsync Method

Definition

Creates (or updates) a Log Analytics QueryPack. Note: You cannot specify a different value for InstrumentationKey nor AppId in the Put operation.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/queryPacks/{queryPackName}
  • Operation Id: QueryPacks_CreateOrUpdate
  • Default Api Version: 2019-09-01
  • Resource: LogAnalyticsQueryPackResource
public virtual System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.OperationalInsights.LogAnalyticsQueryPackResource>> CreateOrUpdateAsync (Azure.WaitUntil waitUntil, string queryPackName, Azure.ResourceManager.OperationalInsights.LogAnalyticsQueryPackData data, System.Threading.CancellationToken cancellationToken = default);
abstract member CreateOrUpdateAsync : Azure.WaitUntil * string * Azure.ResourceManager.OperationalInsights.LogAnalyticsQueryPackData * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.OperationalInsights.LogAnalyticsQueryPackResource>>
override this.CreateOrUpdateAsync : Azure.WaitUntil * string * Azure.ResourceManager.OperationalInsights.LogAnalyticsQueryPackData * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.OperationalInsights.LogAnalyticsQueryPackResource>>
Public Overridable Function CreateOrUpdateAsync (waitUntil As WaitUntil, queryPackName As String, data As LogAnalyticsQueryPackData, Optional cancellationToken As CancellationToken = Nothing) As Task(Of ArmOperation(Of LogAnalyticsQueryPackResource))

Parameters

waitUntil
WaitUntil

Completed if the method should wait to return until the long-running operation has completed on the service; Started if it should return after starting the operation. For more information on long-running operations, please see Azure.Core Long-Running Operation samples.

queryPackName
String

The name of the Log Analytics QueryPack resource.

data
LogAnalyticsQueryPackData

Properties that need to be specified to create or update a Log Analytics QueryPack.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

queryPackName is an empty string, and was expected to be non-empty.

queryPackName or data is null.

Applies to