getAccount

Get information about a Automanage account API Version: 2020-06-30-preview.

Return

Definition of the Automanage account.

Parameters

argument

null


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

Return

Definition of the Automanage account.

Parameters

accountName

The Automanage account name.

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 Automanage account.

Parameters

argument

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

See also