共用方式為


DeletedWebApps interface

表示 DeletedWebApps 的介面。

方法

getDeletedWebAppByLocation(string, string, DeletedWebAppsGetDeletedWebAppByLocationOptionalParams)

在位置取得訂用帳戶已刪除應用程式的描述。

list(DeletedWebAppsListOptionalParams)

取得訂用帳戶所有已刪除應用程式的描述。

listByLocation(string, DeletedWebAppsListByLocationOptionalParams)

在位置取得訂用帳戶的所有已刪除應用程式的描述

方法詳細資料

getDeletedWebAppByLocation(string, string, DeletedWebAppsGetDeletedWebAppByLocationOptionalParams)

在位置取得訂用帳戶已刪除應用程式的描述。

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

參數

location

string

deletedSiteId

string

已刪除應用程式的數值識別碼,例如 12345

傳回

Promise<DeletedSite>

list(DeletedWebAppsListOptionalParams)

取得訂用帳戶所有已刪除應用程式的描述。

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

參數

options
DeletedWebAppsListOptionalParams

選項參數。

傳回

listByLocation(string, DeletedWebAppsListByLocationOptionalParams)

在位置取得訂用帳戶的所有已刪除應用程式的描述

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

參數

location

string

傳回