SecurityInsightsTemplateCollection.GetAll Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.Pageable<Azure.ResourceManager.SecurityInsights.SecurityInsightsTemplateResource> GetAll (Azure.ResourceManager.SecurityInsights.Models.SecurityInsightsTemplateCollectionGetAllOptions options, System.Threading.CancellationToken cancellationToken = default);
abstract member GetAll : Azure.ResourceManager.SecurityInsights.Models.SecurityInsightsTemplateCollectionGetAllOptions * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.SecurityInsights.SecurityInsightsTemplateResource>
override this.GetAll : Azure.ResourceManager.SecurityInsights.Models.SecurityInsightsTemplateCollectionGetAllOptions * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.SecurityInsights.SecurityInsightsTemplateResource>
Public Overridable Function GetAll (options As SecurityInsightsTemplateCollectionGetAllOptions, Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of SecurityInsightsTemplateResource)
Parameters
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
A collection of SecurityInsightsTemplateResource that may take multiple service requests to iterate over.
Applies to
Dolgozzon együtt velünk a GitHubon
A tartalom forrása a GitHubon található, ahol létrehozhat és áttekinthet problémákat és lekéréses kérelmeket is. További információért tekintse meg a közreműködői útmutatónkat.
Azure SDK for .NET