共用方式為


SiteProcessCollection.GetAllAsync(CancellationToken) Method

Definition

Description for Get list of processes for a web site, or a deployment slot, or for a specific scaled-out instance in a web site.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/processes
  • Operation Id: WebApps_ListProcesses
  • Default Api Version: 2021-02-01
  • Resource: SiteProcessResource
public virtual Azure.AsyncPageable<Azure.ResourceManager.AppService.SiteProcessResource> GetAllAsync (System.Threading.CancellationToken cancellationToken = default);
abstract member GetAllAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.AppService.SiteProcessResource>
override this.GetAllAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.AppService.SiteProcessResource>
Public Overridable Function GetAllAsync (Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of SiteProcessResource)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

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

Applies to