getAccount

Get information about an account. Uses Azure REST API version 2020-10-30-preview.

Return

Definition of the account.

Parameters

argument

null


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

Return

Definition of the account.

Parameters

accountName

Name of the account.

resourceGroupName

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

See also


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

Return

Definition of the account.

Parameters

argument

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

See also