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