getAccount

Gets the properties of an ADP account API Version: 2021-02-01-preview.

Return

ADP account

Parameters

argument

null


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

Return

ADP account

Parameters

accountName

The name of the ADP account

resourceGroupName

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

See also


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

Return

ADP account

Parameters

argument

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

See also