共用方式為


AppServiceSourceControlCollection.GetAll(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: 2021-02-01
  • Resource: AppServiceSourceControlResource
public virtual Azure.Pageable<Azure.ResourceManager.AppService.AppServiceSourceControlResource> GetAll (System.Threading.CancellationToken cancellationToken = default);
abstract member GetAll : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.AppService.AppServiceSourceControlResource>
override this.GetAll : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.AppService.AppServiceSourceControlResource>
Public Overridable Function GetAll (Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of AppServiceSourceControlResource)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

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

Applies to