LogAnalyticsQueryCollection.Get(String, CancellationToken) Method

Definition

Gets a specific Log Analytics Query defined within a Log Analytics QueryPack.

  • Request Path. : /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/queryPacks/{queryPackName}/queries/{id}.
  • Operation Id. : LogAnalyticsQueryPackQueries_Get.
  • Default Api Version. : 2025-07-01.
public virtual Azure.Response<Azure.ResourceManager.OperationalInsights.LogAnalyticsQueryResource> Get(string id, System.Threading.CancellationToken cancellationToken = default);
abstract member Get : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.OperationalInsights.LogAnalyticsQueryResource>
override this.Get : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.OperationalInsights.LogAnalyticsQueryResource>
Public Overridable Function Get (id As String, Optional cancellationToken As CancellationToken = Nothing) As Response(Of LogAnalyticsQueryResource)

Parameters

id
String

The id of a specific query defined in the Log Analytics QueryPack.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

id is null.

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

Applies to