Dela via


DeletedWebApps interface

Gränssnitt som representerar ett DeletedWebApps.

Metoder

getDeletedWebAppByLocation(string, string, DeletedWebAppsGetDeletedWebAppByLocationOptionalParams)

Beskrivning för Hämta borttagen app för en prenumeration på plats.

list(DeletedWebAppsListOptionalParams)

Beskrivning för Hämta alla borttagna appar för en prenumeration.

listByLocation(string, DeletedWebAppsListByLocationOptionalParams)

Beskrivning för Hämta alla borttagna appar för en prenumeration på plats

Metodinformation

getDeletedWebAppByLocation(string, string, DeletedWebAppsGetDeletedWebAppByLocationOptionalParams)

Beskrivning för Hämta borttagen app för en prenumeration på plats.

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

Parametrar

location

string

deletedSiteId

string

Det numeriska ID:t för den borttagna appen, t.ex. 12345

Returer

Promise<DeletedSite>

list(DeletedWebAppsListOptionalParams)

Beskrivning för Hämta alla borttagna appar för en prenumeration.

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

Parametrar

options
DeletedWebAppsListOptionalParams

Alternativparametrarna.

Returer

listByLocation(string, DeletedWebAppsListByLocationOptionalParams)

Beskrivning för Hämta alla borttagna appar för en prenumeration på plats

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

Parametrar

location

string

options
DeletedWebAppsListByLocationOptionalParams

Alternativparametrarna.

Returer