Condividi tramite


SiteSlotInstanceProcessCollection.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}/slots/{slot}/instances/{instanceId}/processes
  • Operation Id: WebApps_ListInstanceProcessesSlot
  • Default Api Version: 2023-12-01
  • Resource: SiteSlotInstanceProcessResource
public virtual Azure.AsyncPageable<Azure.ResourceManager.AppService.SiteSlotInstanceProcessResource> GetAllAsync (System.Threading.CancellationToken cancellationToken = default);
abstract member GetAllAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.AppService.SiteSlotInstanceProcessResource>
override this.GetAllAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.AppService.SiteSlotInstanceProcessResource>
Public Overridable Function GetAllAsync (Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of SiteSlotInstanceProcessResource)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

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

Applies to