getAccount

Returns account details for the given account name. Uses Azure REST API version 2023-07-01.

Return

Device Update account details.

Parameters

argument

null


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

Return

Device Update account details.

Parameters

accountName

Account name.

resourceGroupName

The resource group name.

See also


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

Return

Device Update account details.

Parameters

argument

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

See also