Share via


DeletedSiteCollection.GetAll(CancellationToken) Method

Definition

Description for Get all deleted apps for a subscription.

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.Web/deletedSites
  • Operation Id: DeletedWebApps_List
  • Default Api Version: 2021-02-01
  • Resource: DeletedSiteResource
public virtual Azure.Pageable<Azure.ResourceManager.AppService.DeletedSiteResource> GetAll (System.Threading.CancellationToken cancellationToken = default);
abstract member GetAll : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.AppService.DeletedSiteResource>
override this.GetAll : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.AppService.DeletedSiteResource>
Public Overridable Function GetAll (Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of DeletedSiteResource)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

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

Applies to