SiteDeploymentCollection.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}/deployments
  • Operation Id: WebApps_ListDeployments
  • Default Api Version: 2023-12-01
  • Resource: SiteDeploymentResource
public virtual Azure.Pageable<Azure.ResourceManager.AppService.SiteDeploymentResource> GetAll (System.Threading.CancellationToken cancellationToken = default);
abstract member GetAll : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.AppService.SiteDeploymentResource>
override this.GetAll : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.AppService.SiteDeploymentResource>
Public Overridable Function GetAll (Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of SiteDeploymentResource)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

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

Applies to