Share via


SecurityInsightsMetadataCollection.GetAllAsync Method

Definition

List of all metadata

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}/providers/Microsoft.SecurityInsights/metadata
  • Operation Id: Metadata_List
  • Default Api Version: 2024-01-01-preview
  • Resource: SecurityInsightsMetadataResource
public virtual Azure.AsyncPageable<Azure.ResourceManager.SecurityInsights.SecurityInsightsMetadataResource> GetAllAsync (string filter = default, string orderBy = default, int? top = default, int? skip = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetAllAsync : string * string * Nullable<int> * Nullable<int> * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.SecurityInsights.SecurityInsightsMetadataResource>
override this.GetAllAsync : string * string * Nullable<int> * Nullable<int> * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.SecurityInsights.SecurityInsightsMetadataResource>
Public Overridable Function GetAllAsync (Optional filter As String = Nothing, Optional orderBy As String = Nothing, Optional top As Nullable(Of Integer) = Nothing, Optional skip As Nullable(Of Integer) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of SecurityInsightsMetadataResource)

Parameters

filter
String

Filters the results, based on a Boolean condition. Optional.

orderBy
String

Sorts the results. Optional.

top
Nullable<Int32>

Returns only the first n results. Optional.

skip
Nullable<Int32>

Used to skip n elements in the OData query (offset). Returns a nextLink to the next page of results if there are any left.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

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

Applies to