listFeatureSubscription

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

Return

List of features with enabled status

Parameters

argument

null


suspend fun listFeatureSubscription(features: List<String>? = null, locations: String): ListFeatureSubscriptionResult

Return

List of features with enabled status

Parameters

features

Set of features

locations

Location of feature.

See also


Return

List of features with enabled status

Parameters

argument

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

See also