Sdílet prostřednictvím


DeletedWebAppsOperationsExtensions.GetDeletedWebAppByLocation Method

Definition

Get deleted app for a subscription at location.

public static Microsoft.Azure.Management.WebSites.Models.DeletedSite GetDeletedWebAppByLocation (this Microsoft.Azure.Management.WebSites.IDeletedWebAppsOperations operations, string location, string deletedSiteId);
static member GetDeletedWebAppByLocation : Microsoft.Azure.Management.WebSites.IDeletedWebAppsOperations * string * string -> Microsoft.Azure.Management.WebSites.Models.DeletedSite
<Extension()>
Public Function GetDeletedWebAppByLocation (operations As IDeletedWebAppsOperations, location As String, deletedSiteId As String) As DeletedSite

Parameters

operations
IDeletedWebAppsOperations

The operations group for this extension method.

location
String
deletedSiteId
String

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

Returns

Remarks

Description for Get deleted app for a subscription at location.

Applies to