getAccount

Gets the properties of an Azure Video Analyzer for Media account. API Version: 2021-10-18-preview.

Return

An Azure Video Analyzer for Media account.

Parameters

argument

null


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

Return

An Azure Video Analyzer for Media account.

Parameters

accountName

The name of the Azure Video Analyzer for Media account.

resourceGroupName

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

See also


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

Return

An Azure Video Analyzer for Media account.

Parameters

argument

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

See also