共用方式為


SiteSlotWorkflowCollection.GetAll(CancellationToken) Method

Definition

List the workflows for a web site, or a deployment slot.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/workflows
  • Operation Id: WebApps_ListInstanceWorkflowsSlot
  • Default Api Version: 2024-04-01
  • Resource: SiteSlotWorkflowResource
public virtual Azure.Pageable<Azure.ResourceManager.AppService.SiteSlotWorkflowResource> GetAll (System.Threading.CancellationToken cancellationToken = default);
abstract member GetAll : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.AppService.SiteSlotWorkflowResource>
override this.GetAll : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.AppService.SiteSlotWorkflowResource>
Public Overridable Function GetAll (Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of SiteSlotWorkflowResource)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

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

Applies to