DeletedWebApps interface
表示 DeletedWebApps 的介面。
方法
get |
在位置取得訂用帳戶已刪除應用程式的描述。 |
list(Deleted |
取得訂用帳戶所有已刪除應用程式的描述。 |
list |
在位置取得訂用帳戶的所有已刪除應用程式的描述 |
方法詳細資料
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
選項參數。