Freigeben über


AppServiceExtensions.GetDeletedSitesByLocationAsync Methode

Definition

Beschreibung für Abrufen aller gelöschten Apps für ein Abonnement am Standort

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.Web/locations/{location}/deletedSites
  • Vorgangs-IdDeletedWebApps_ListByLocation
public static Azure.AsyncPageable<Azure.ResourceManager.AppService.DeletedSiteResource> GetDeletedSitesByLocationAsync (this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, Azure.Core.AzureLocation location, System.Threading.CancellationToken cancellationToken = default);
static member GetDeletedSitesByLocationAsync : Azure.ResourceManager.Resources.SubscriptionResource * Azure.Core.AzureLocation * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.AppService.DeletedSiteResource>
<Extension()>
Public Function GetDeletedSitesByLocationAsync (subscriptionResource As SubscriptionResource, location As AzureLocation, Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of DeletedSiteResource)

Parameter

subscriptionResource
SubscriptionResource

Der SubscriptionResource instance die -Methode ausgeführt wird.

location
AzureLocation

Die zu verwendende Zeichenfolge.

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

Eine asynchrone Auflistung von DeletedSiteResource , die mehrere Dienstanforderungen durchlaufen kann.

Gilt für: