Share via


DeletedWebApps interface

Interface representing a DeletedWebApps.

Methods

getDeletedWebAppByLocation(string, string, DeletedWebAppsGetDeletedWebAppByLocationOptionalParams)

Description for Get deleted app for a subscription at ___location.

list(DeletedWebAppsListOptionalParams)

Description for Get all deleted apps for a subscription.

listByLocation(string, DeletedWebAppsListByLocationOptionalParams)

Description for Get all deleted apps for a subscription at ___location

Method Details

getDeletedWebAppByLocation(string, string, DeletedWebAppsGetDeletedWebAppByLocationOptionalParams)

Description for Get deleted app for a subscription at ___location.

function getDeletedWebAppByLocation(___location: string, deletedSiteId: string, options?: DeletedWebAppsGetDeletedWebAppByLocationOptionalParams): Promise<DeletedSite>

Parameters

___location

string

deletedSiteId

string

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

Returns

Promise<DeletedSite>

list(DeletedWebAppsListOptionalParams)

Description for Get all deleted apps for a subscription.

function list(options?: DeletedWebAppsListOptionalParams): PagedAsyncIterableIterator<DeletedSite, DeletedSite[], PageSettings>

Parameters

options
DeletedWebAppsListOptionalParams

The options parameters.

Returns

listByLocation(string, DeletedWebAppsListByLocationOptionalParams)

Description for Get all deleted apps for a subscription at ___location

function listByLocation(___location: string, options?: DeletedWebAppsListByLocationOptionalParams): PagedAsyncIterableIterator<DeletedSite, DeletedSite[], PageSettings>

Parameters

___location

string

options
DeletedWebAppsListByLocationOptionalParams

The options parameters.

Returns