getAccount

Get the NetApp account API Version: 2020-12-01.

Return

NetApp account resource

Parameters

argument

null


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

Return

NetApp account resource

Parameters

accountName

The name of the NetApp account

resourceGroupName

The name of the resource group.

See also


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

Return

NetApp account resource

Parameters

argument

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

See also