Dela via


SecurityInsightsMetadataCollection.GetAll 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.Pageable<Azure.ResourceManager.SecurityInsights.SecurityInsightsMetadataResource> GetAll (string filter = default, string orderBy = default, int? top = default, int? skip = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetAll : string * string * Nullable<int> * Nullable<int> * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.SecurityInsights.SecurityInsightsMetadataResource>
override this.GetAll : string * string * Nullable<int> * Nullable<int> * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.SecurityInsights.SecurityInsightsMetadataResource>
Public Overridable Function GetAll (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 Pageable(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

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

Applies to