DeletedWebApps interface

Interfaccia che rappresenta un oggetto DeletedWebApps.

Metodi

getDeletedWebAppByLocation(string, string, DeletedWebAppsGetDeletedWebAppByLocationOptionalParams)

Descrizione per Ottenere un'app eliminata per una sottoscrizione nella posizione.

list(DeletedWebAppsListOptionalParams)

Descrizione per Ottenere tutte le app eliminate per una sottoscrizione.

listByLocation(string, DeletedWebAppsListByLocationOptionalParams)

Descrizione per Ottenere tutte le app eliminate per una sottoscrizione nella posizione

Dettagli metodo

getDeletedWebAppByLocation(string, string, DeletedWebAppsGetDeletedWebAppByLocationOptionalParams)

Descrizione per Ottenere un'app eliminata per una sottoscrizione nella posizione.

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

Parametri

location

string

deletedSiteId

string

ID numerico dell'app eliminata, ad esempio 12345

Restituisce

Promise<DeletedSite>

list(DeletedWebAppsListOptionalParams)

Descrizione per Ottenere tutte le app eliminate per una sottoscrizione.

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

Parametri

options
DeletedWebAppsListOptionalParams

Parametri delle opzioni.

Restituisce

listByLocation(string, DeletedWebAppsListByLocationOptionalParams)

Descrizione per Ottenere tutte le app eliminate per una sottoscrizione nella posizione

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

Parametri

location

string

options
DeletedWebAppsListByLocationOptionalParams

Parametri delle opzioni.

Restituisce