SiteSlotDeploymentCollection.GetAllAsync(CancellationToken) Method

Definition

Description for List deployments for an app, or a deployment slot.

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

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

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

Applies to