AppServiceSourceControlCollection.GetAllAsync(CancellationToken) Method

Definition

Description for Gets the source controls available for Azure websites.

  • Request Path: /providers/Microsoft.Web/sourcecontrols
  • Operation Id: ListSourceControls
  • Default Api Version: 2023-12-01
  • Resource: AppServiceSourceControlResource
public virtual Azure.AsyncPageable<Azure.ResourceManager.AppService.AppServiceSourceControlResource> GetAllAsync (System.Threading.CancellationToken cancellationToken = default);
abstract member GetAllAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.AppService.AppServiceSourceControlResource>
override this.GetAllAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.AppService.AppServiceSourceControlResource>
Public Overridable Function GetAllAsync (Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of AppServiceSourceControlResource)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

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

Applies to