共用方式為


DeletedAccounts interface

代表 DeletedAccounts 的介面。

方法

beginPurge(string, string, string, DeletedAccountsPurgeOptionalParams)

從資源群組中刪除認知服務帳戶。

beginPurgeAndWait(string, string, string, DeletedAccountsPurgeOptionalParams)

從資源群組中刪除認知服務帳戶。

get(string, string, string, DeletedAccountsGetOptionalParams)

傳回參數所指定的認知服務帳戶。

list(DeletedAccountsListOptionalParams)

傳回屬於訂用帳戶之特定類型的所有資源。

方法詳細資料

beginPurge(string, string, string, DeletedAccountsPurgeOptionalParams)

從資源群組中刪除認知服務帳戶。

function beginPurge(location: string, resourceGroupName: string, accountName: string, options?: DeletedAccountsPurgeOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>

參數

location

string

資源位置。

resourceGroupName

string

資源群組的名稱。 名稱不區分大小寫。

accountName

string

認知服務帳戶的名稱。

options
DeletedAccountsPurgeOptionalParams

選項參數。

傳回

Promise<@azure/core-lro.SimplePollerLike<OperationState<void>, void>>

beginPurgeAndWait(string, string, string, DeletedAccountsPurgeOptionalParams)

從資源群組中刪除認知服務帳戶。

function beginPurgeAndWait(location: string, resourceGroupName: string, accountName: string, options?: DeletedAccountsPurgeOptionalParams): Promise<void>

參數

location

string

資源位置。

resourceGroupName

string

資源群組的名稱。 名稱不區分大小寫。

accountName

string

認知服務帳戶的名稱。

options
DeletedAccountsPurgeOptionalParams

選項參數。

傳回

Promise<void>

get(string, string, string, DeletedAccountsGetOptionalParams)

傳回參數所指定的認知服務帳戶。

function get(location: string, resourceGroupName: string, accountName: string, options?: DeletedAccountsGetOptionalParams): Promise<Account>

參數

location

string

資源位置。

resourceGroupName

string

資源群組的名稱。 名稱不區分大小寫。

accountName

string

認知服務帳戶的名稱。

options
DeletedAccountsGetOptionalParams

選項參數。

傳回

Promise<Account>

list(DeletedAccountsListOptionalParams)

傳回屬於訂用帳戶之特定類型的所有資源。

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

參數

options
DeletedAccountsListOptionalParams

選項參數。

傳回