Freigeben über


DeletedWebAppsOperationsExtensions.GetDeletedWebAppByLocationAsync Methode

Definition

Rufen Sie die gelöschte App für ein Abonnement am Standort ab.

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.AppService.Fluent.Models.DeletedSiteInner> GetDeletedWebAppByLocationAsync (this Microsoft.Azure.Management.AppService.Fluent.IDeletedWebAppsOperations operations, string location, string deletedSiteId, System.Threading.CancellationToken cancellationToken = default);
static member GetDeletedWebAppByLocationAsync : Microsoft.Azure.Management.AppService.Fluent.IDeletedWebAppsOperations * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.AppService.Fluent.Models.DeletedSiteInner>
<Extension()>
Public Function GetDeletedWebAppByLocationAsync (operations As IDeletedWebAppsOperations, location As String, deletedSiteId As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of DeletedSiteInner)

Parameter

operations
IDeletedWebAppsOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

location
String
deletedSiteId
String

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

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Hinweise

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

Gilt für: