listFeatureAccount

Gets details from a list of feature names. Azure REST API version: 2021-12-01. Other available API versions: 2023-05-01-preview.

Return

List of features with enabled status

Parameters

argument

null


suspend fun listFeatureAccount(accountName: String, features: List<String>? = null, resourceGroupName: String): ListFeatureAccountResult

Return

List of features with enabled status

Parameters

accountName

The name of the account.

features

Set of features

resourceGroupName

The resource group name.

See also


Return

List of features with enabled status

Parameters

argument

Builder for com.pulumi.azurenative.purview.kotlin.inputs.ListFeatureAccountPlainArgs.

See also