Freigeben über


DeletedWebApps interface

Schnittstelle, die eine DeletedWebApps darstellt.

Methoden

getDeletedWebAppByLocation(string, string, DeletedWebAppsGetDeletedWebAppByLocationOptionalParams)

Beschreibung für get deleted app for a subscription at location.

list(DeletedWebAppsListOptionalParams)

Beschreibung für alle gelöschten Apps für ein Abonnement abrufen.

listByLocation(string, DeletedWebAppsListByLocationOptionalParams)

Beschreibung für alle gelöschten Apps für ein Abonnement am Standort abrufen

Details zur Methode

getDeletedWebAppByLocation(string, string, DeletedWebAppsGetDeletedWebAppByLocationOptionalParams)

Beschreibung für get deleted app for a subscription at location.

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

Parameter

location

string

deletedSiteId

string

Die numerische ID der gelöschten App, z. B. 12345

Gibt zurück

Promise<DeletedSite>

list(DeletedWebAppsListOptionalParams)

Beschreibung für alle gelöschten Apps für ein Abonnement abrufen.

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

Parameter

options
DeletedWebAppsListOptionalParams

Die Optionsparameter.

Gibt zurück

listByLocation(string, DeletedWebAppsListByLocationOptionalParams)

Beschreibung für alle gelöschten Apps für ein Abonnement am Standort abrufen

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

Parameter

location

string

options
DeletedWebAppsListByLocationOptionalParams

Die Optionsparameter.

Gibt zurück