getAccount

Returns a Cognitive Services account specified by the parameters. API Version: 2017-04-18.

Return

Cognitive Services Account is an Azure resource representing the provisioned account, its type, location and SKU.

Parameters

argument

null


suspend fun getAccount(accountName: String, resourceGroupName: String): GetAccountResult

Return

Cognitive Services Account is an Azure resource representing the provisioned account, its type, location and SKU.

Parameters

accountName

The name of Cognitive Services account.

resourceGroupName

The name of the resource group. The name is case insensitive.

See also


suspend fun getAccount(argument: suspend GetAccountPlainArgsBuilder.() -> Unit): GetAccountResult

Return

Cognitive Services Account is an Azure resource representing the provisioned account, its type, location and SKU.

Parameters

argument

Builder for com.pulumi.azurenative.cognitiveservices.kotlin.inputs.GetAccountPlainArgs.

See also