list Feature Account
Gets details from a list of feature names. Uses Azure REST API version 2024-04-01-preview. Other available API versions: 2021-12-01, 2023-05-01-preview. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native purview [ApiVersion]
. See the ../../../version-guide/#accessing-any-api-version-via-local-packages for details.
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
account Name
The name of the account.
features
Set of features
resource Group Name
The resource group name.
See also
suspend fun listFeatureAccount(argument: suspend ListFeatureAccountPlainArgsBuilder.() -> Unit): ListFeatureAccountResult
Return
List of features with enabled status
Parameters
argument
Builder for com.pulumi.azurenative.purview.kotlin.inputs.ListFeatureAccountPlainArgs.