DeletedAccounts interface

Rozhraní představující DeletedAccounts.

Metody

beginPurge(string, string, string, DeletedAccountsPurgeOptionalParams)

Odstraní účet služeb Cognitive Services ze skupiny prostředků.

beginPurgeAndWait(string, string, string, DeletedAccountsPurgeOptionalParams)

Odstraní účet služeb Cognitive Services ze skupiny prostředků.

get(string, string, string, DeletedAccountsGetOptionalParams)

Vrátí účet služeb Cognitive Services určený parametry.

list(DeletedAccountsListOptionalParams)

Vrátí všechny prostředky určitého typu, které patří do předplatného.

Podrobnosti metody

beginPurge(string, string, string, DeletedAccountsPurgeOptionalParams)

Odstraní účet služeb Cognitive Services ze skupiny prostředků.

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

Parametry

location

string

Umístění prostředku

resourceGroupName

string

Název skupiny prostředků. Název nerozlišuje malá a velká písmena.

accountName

string

Název účtu služeb Cognitive Services.

options
DeletedAccountsPurgeOptionalParams

Parametry možností.

Návraty

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

beginPurgeAndWait(string, string, string, DeletedAccountsPurgeOptionalParams)

Odstraní účet služeb Cognitive Services ze skupiny prostředků.

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

Parametry

location

string

Umístění prostředku

resourceGroupName

string

Název skupiny prostředků. Název nerozlišuje malá a velká písmena.

accountName

string

Název účtu služeb Cognitive Services.

options
DeletedAccountsPurgeOptionalParams

Parametry možností.

Návraty

Promise<void>

get(string, string, string, DeletedAccountsGetOptionalParams)

Vrátí účet služeb Cognitive Services určený parametry.

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

Parametry

location

string

Umístění prostředku

resourceGroupName

string

Název skupiny prostředků. Název nerozlišuje malá a velká písmena.

accountName

string

Název účtu služeb Cognitive Services.

options
DeletedAccountsGetOptionalParams

Parametry možností.

Návraty

Promise<Account>

list(DeletedAccountsListOptionalParams)

Vrátí všechny prostředky určitého typu, které patří do předplatného.

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

Parametry

options
DeletedAccountsListOptionalParams

Parametry možností.

Návraty