SecurityInsightsSourceControlCollection.GetAllAsync(CancellationToken) Method

Definition

Gets all source controls, without source control items.

  • Request Path. : /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}/providers/Microsoft.SecurityInsights/sourcecontrols.
  • Operation Id. : SourceControls_List.
  • Default Api Version. : 2025-07-01-preview.
public virtual Azure.AsyncPageable<Azure.ResourceManager.SecurityInsights.SecurityInsightsSourceControlResource> GetAllAsync(System.Threading.CancellationToken cancellationToken = default);
abstract member GetAllAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.SecurityInsights.SecurityInsightsSourceControlResource>
override this.GetAllAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.SecurityInsights.SecurityInsightsSourceControlResource>
Public Overridable Function GetAllAsync (Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of SecurityInsightsSourceControlResource)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

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

Applies to