getAccount

Gets the specified Data Lake Store account. Uses Azure REST API version 2016-11-01.

Return

Data Lake Store account information.

Parameters

argument

null


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

Return

Data Lake Store account information.

Parameters

accountName

The name of the Data Lake Store account.

resourceGroupName

The name of the Azure resource group.

See also


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

Return

Data Lake Store account information.

Parameters

argument

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

See also