Condividi tramite


LogAnalyticsQueryPackCollection Class

Definition

A class representing a collection of LogAnalyticsQueryPackResource and their operations. Each LogAnalyticsQueryPackResource in the collection will belong to the same instance of ResourceGroupResource. To get a LogAnalyticsQueryPackCollection instance call the GetLogAnalyticsQueryPacks method from an instance of ResourceGroupResource.

public class LogAnalyticsQueryPackCollection : Azure.ResourceManager.ArmCollection, System.Collections.Generic.IAsyncEnumerable<Azure.ResourceManager.OperationalInsights.LogAnalyticsQueryPackResource>, System.Collections.Generic.IEnumerable<Azure.ResourceManager.OperationalInsights.LogAnalyticsQueryPackResource>
type LogAnalyticsQueryPackCollection = class
    inherit ArmCollection
    interface seq<LogAnalyticsQueryPackResource>
    interface IEnumerable
    interface IAsyncEnumerable<LogAnalyticsQueryPackResource>
Public Class LogAnalyticsQueryPackCollection
Inherits ArmCollection
Implements IAsyncEnumerable(Of LogAnalyticsQueryPackResource), IEnumerable(Of LogAnalyticsQueryPackResource)
Inheritance
LogAnalyticsQueryPackCollection
Implements

Constructors

LogAnalyticsQueryPackCollection()

Initializes a new instance of the LogAnalyticsQueryPackCollection class for mocking.

Properties

Client

Gets the ArmClient this resource client was created from.

(Inherited from ArmCollection)
Diagnostics

Gets the diagnostic options for this resource client.

(Inherited from ArmCollection)
Endpoint

Gets the base uri for this resource client.

(Inherited from ArmCollection)
Id

Gets the resource identifier.

(Inherited from ArmCollection)
Pipeline

Gets the pipeline for this resource client.

(Inherited from ArmCollection)

Methods

CreateOrUpdate(WaitUntil, String, LogAnalyticsQueryPackData, CancellationToken)

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
CreateOrUpdateAsync(WaitUntil, String, LogAnalyticsQueryPackData, CancellationToken)

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
Exists(String, CancellationToken)

Checks to see if the resource exists in azure.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/queryPacks/{queryPackName}
  • Operation Id: QueryPacks_Get
  • Default Api Version: 2019-09-01
  • Resource: LogAnalyticsQueryPackResource
ExistsAsync(String, CancellationToken)

Checks to see if the resource exists in azure.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/queryPacks/{queryPackName}
  • Operation Id: QueryPacks_Get
  • Default Api Version: 2019-09-01
  • Resource: LogAnalyticsQueryPackResource
Get(String, CancellationToken)

Returns a Log Analytics QueryPack.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/queryPacks/{queryPackName}
  • Operation Id: QueryPacks_Get
  • Default Api Version: 2019-09-01
  • Resource: LogAnalyticsQueryPackResource
GetAll(CancellationToken)

Gets a list of Log Analytics QueryPacks within a resource group.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/queryPacks
  • Operation Id: QueryPacks_ListByResourceGroup
  • Default Api Version: 2019-09-01
  • Resource: LogAnalyticsQueryPackResource
GetAllAsync(CancellationToken)

Gets a list of Log Analytics QueryPacks within a resource group.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/queryPacks
  • Operation Id: QueryPacks_ListByResourceGroup
  • Default Api Version: 2019-09-01
  • Resource: LogAnalyticsQueryPackResource
GetAsync(String, CancellationToken)

Returns a Log Analytics QueryPack.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/queryPacks/{queryPackName}
  • Operation Id: QueryPacks_Get
  • Default Api Version: 2019-09-01
  • Resource: LogAnalyticsQueryPackResource
GetIfExists(String, CancellationToken)

Tries to get details for this resource from the service.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/queryPacks/{queryPackName}
  • Operation Id: QueryPacks_Get
  • Default Api Version: 2019-09-01
  • Resource: LogAnalyticsQueryPackResource
GetIfExistsAsync(String, CancellationToken)

Tries to get details for this resource from the service.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/queryPacks/{queryPackName}
  • Operation Id: QueryPacks_Get
  • Default Api Version: 2019-09-01
  • Resource: LogAnalyticsQueryPackResource
TryGetApiVersion(ResourceType, String)

Gets the api version override if it has been set for the current client options.

(Inherited from ArmCollection)

Explicit Interface Implementations

IAsyncEnumerable<LogAnalyticsQueryPackResource>.GetAsyncEnumerator(CancellationToken)

Returns an enumerator that iterates asynchronously through the collection.

IEnumerable.GetEnumerator()

Returns an enumerator that iterates through a collection.

IEnumerable<LogAnalyticsQueryPackResource>.GetEnumerator()

Returns an enumerator that iterates through the collection.

Applies to