SecurityInsightsTemplateCollection.GetAllAsync Method

Definition

Gets all installed templates. Expandable properties:

  • properties/mainTemplate
  • properties/dependantTemplates
  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}/providers/Microsoft.SecurityInsights/contentTemplates
  • Operation Id: ContentTemplates_List
  • Default Api Version: 2024-01-01-preview
  • Resource: SecurityInsightsTemplateResource
public virtual Azure.AsyncPageable<Azure.ResourceManager.SecurityInsights.SecurityInsightsTemplateResource> GetAllAsync (Azure.ResourceManager.SecurityInsights.Models.SecurityInsightsTemplateCollectionGetAllOptions options, System.Threading.CancellationToken cancellationToken = default);
abstract member GetAllAsync : Azure.ResourceManager.SecurityInsights.Models.SecurityInsightsTemplateCollectionGetAllOptions * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.SecurityInsights.SecurityInsightsTemplateResource>
override this.GetAllAsync : Azure.ResourceManager.SecurityInsights.Models.SecurityInsightsTemplateCollectionGetAllOptions * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.SecurityInsights.SecurityInsightsTemplateResource>
Public Overridable Function GetAllAsync (options As SecurityInsightsTemplateCollectionGetAllOptions, Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of SecurityInsightsTemplateResource)

Parameters

options
SecurityInsightsTemplateCollectionGetAllOptions

A property bag which contains all the parameters of this method except the LRO qualifier and request context parameter.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

An async collection of SecurityInsightsTemplateResource that may take multiple service requests to iterate over.

Applies to