getAccount

Gets the properties of an Azure Video Indexer account. Azure REST API version: 2022-08-01. Other available API versions: 2024-01-01.

Return

An Azure Video Indexer account.

Parameters

argument

null


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

Return

An Azure Video Indexer account.

See also

Parameters

accountName

The name of the Azure Video Indexer account.

resourceGroupName

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


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

Return

An Azure Video Indexer account.

See also

Parameters

argument

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