共用方式為


DeletedAccounts interface

代表 DeletedAccounts 的介面。

方法

get(string, string, DeletedAccountsGetOptionalParams)

取得指定已刪除帳戶資源的屬性。

list(DeletedAccountsListOptionalParams)

列出訂用帳戶下已刪除的帳戶。

方法詳細資料

get(string, string, DeletedAccountsGetOptionalParams)

取得指定已刪除帳戶資源的屬性。

function get(deletedAccountName: string, location: string, options?: DeletedAccountsGetOptionalParams): Promise<DeletedAccount>

參數

deletedAccountName

string

已刪除的儲存體帳戶名稱。

location

string

已刪除儲存體帳戶的位置。

options
DeletedAccountsGetOptionalParams

選項參數。

傳回

Promise<DeletedAccount>

list(DeletedAccountsListOptionalParams)

列出訂用帳戶下已刪除的帳戶。

function list(options?: DeletedAccountsListOptionalParams): PagedAsyncIterableIterator<DeletedAccount, DeletedAccount[], PageSettings>

參數

options
DeletedAccountsListOptionalParams

選項參數。

傳回