GitHubOwnerCollection.GetAllAsync(CancellationToken) Method

Definition

Returns a list of monitored GitHub owners.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.SecurityDevOps/gitHubConnectors/{gitHubConnectorName}/owners
  • Operation Id: GitHubOwner_List
public virtual Azure.AsyncPageable<Azure.ResourceManager.SecurityDevOps.GitHubOwnerResource> GetAllAsync (System.Threading.CancellationToken cancellationToken = default);
abstract member GetAllAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.SecurityDevOps.GitHubOwnerResource>
override this.GetAllAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.SecurityDevOps.GitHubOwnerResource>
Public Overridable Function GetAllAsync (Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of GitHubOwnerResource)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

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

Applies to