Dela via


DeletedWebAppsOperationsExtensions.GetDeletedWebAppByLocationAsync Metod

Definition

Hämta borttagen app för en prenumeration på plats.

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)

Parametrar

operations
IDeletedWebAppsOperations

Åtgärdsgruppen för den här tilläggsmetoden.

location
String
deletedSiteId
String

Det numeriska ID:t för den borttagna appen, t.ex. 12345

cancellationToken
CancellationToken

Annulleringstoken.

Returer

Kommentarer

Beskrivning för Hämta borttagen app för en prenumeration på plats.

Gäller för