GitLabProjectCollection.GetAllAsync(CancellationToken) Method

Definition

Gets a list of GitLab projects that are directly owned by given group and onboarded to the connector.

  • Request Path. : /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Security/securityConnectors/{securityConnectorName}/devops/default/gitLabGroups/{groupFQName}/projects.
  • Operation Id. : GitLabProjects_List.
  • Default Api Version. : 2025-11-01-preview.
public virtual Azure.AsyncPageable<Azure.ResourceManager.SecurityCenter.GitLabProjectResource> GetAllAsync(System.Threading.CancellationToken cancellationToken = default);
abstract member GetAllAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.SecurityCenter.GitLabProjectResource>
override this.GetAllAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.SecurityCenter.GitLabProjectResource>
Public Overridable Function GetAllAsync (Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of GitLabProjectResource)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

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

Applies to