list Feature Account
Gets details from a list of feature names. Azure REST API version: 2021-12-01.
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
See also
Parameters
account Name
The name of the account.
features
Set of features
resource Group Name
The resource group name.
suspend fun listFeatureAccount(argument: suspend ListFeatureAccountPlainArgsBuilder.() -> Unit): ListFeatureAccountResult
Return
List of features with enabled status
See also
Parameters
argument
Builder for com.pulumi.azurenative.purview.kotlin.inputs.ListFeatureAccountPlainArgs.