SiteSlotDeploymentCollection.GetAll(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.Pageable<Azure.ResourceManager.AppService.SiteSlotDeploymentResource> GetAll (System.Threading.CancellationToken cancellationToken = default);
abstract member GetAll : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.AppService.SiteSlotDeploymentResource>
override this.GetAll : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.AppService.SiteSlotDeploymentResource>
Public Overridable Function GetAll (Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of SiteSlotDeploymentResource)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

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

Applies to