DeletedWebAppsOperationsExtensions.GetDeletedWebAppByLocationAsync Method

Definition

Get deleted app for a subscription at location.

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)

Parameters

operations
IDeletedWebAppsOperations

The operations group for this extension method.

location
String
deletedSiteId
String

The numeric ID of the deleted app, e.g. 12345

cancellationToken
CancellationToken

The cancellation token.

Returns

Remarks

Description for Get deleted app for a subscription at location.

Applies to