DeletedWebApps interface
Schnittstelle, die eine DeletedWebApps darstellt.
Methoden
get |
Beschreibung für get deleted app for a subscription at location. |
list(Deleted |
Beschreibung für alle gelöschten Apps für ein Abonnement abrufen. |
list |
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
Die Optionsparameter.
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
Die Optionsparameter.