getAccount

Gets details of the specified Data Lake Analytics account. Uses Azure REST API version 2019-11-01-preview.

Return

A Data Lake Analytics account object, containing all information associated with the named Data Lake Analytics account.

Parameters

argument

null


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

Return

A Data Lake Analytics account object, containing all information associated with the named Data Lake Analytics account.

Parameters

accountName

The name of the Data Lake Analytics account.

resourceGroupName

The name of the Azure resource group.

See also


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

Return

A Data Lake Analytics account object, containing all information associated with the named Data Lake Analytics account.

Parameters

argument

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

See also