Freigeben über


AppServiceExtensions.GetDeletedWebAppByLocationDeletedWebAppAsync Methode

Definition

Beschreibung für Get deleted app for a subscription at location( Get deleted app for a subscription at location).

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

Parameter

subscriptionResource
SubscriptionResource

Der SubscriptionResource instance die -Methode ausgeführt wird.

location
AzureLocation

Die zu verwendende Zeichenfolge.

deletedSiteId
String

Die numerische ID der gelöschten App, z. B. 12345.

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

Ausnahmen

deletedSiteId ist eine leere Zeichenfolge und wurde erwartet, dass sie nicht leer ist.

deletedSiteId ist NULL.

Gilt für: