AppServiceExtensions.GetDeletedSitesByLocation Method

Definition

Description for Get all deleted apps for a subscription at location

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.Web/locations/{location}/deletedSites
  • Operation Id: DeletedWebApps_ListByLocation
  • Default Api Version: 2021-02-01
  • Resource: DeletedSiteResource
public static Azure.Pageable<Azure.ResourceManager.AppService.DeletedSiteResource> GetDeletedSitesByLocation (this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, Azure.Core.AzureLocation location, System.Threading.CancellationToken cancellationToken = default);
static member GetDeletedSitesByLocation : Azure.ResourceManager.Resources.SubscriptionResource * Azure.Core.AzureLocation * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.AppService.DeletedSiteResource>
<Extension()>
Public Function GetDeletedSitesByLocation (subscriptionResource As SubscriptionResource, location As AzureLocation, Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of DeletedSiteResource)

Parameters

subscriptionResource
SubscriptionResource

The SubscriptionResource instance the method will execute against.

location
AzureLocation

The AzureLocation to use.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

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

Exceptions

subscriptionResource is null.

Applies to