This is the latest version of Azure Native. Use the Azure Native v2 docs if using the v2 version of this package.
Azure Native v3.3.0 published on Monday, Apr 28, 2025 by Pulumi
azure-native.purview.listFeatureSubscription
Explore with Pulumi AI
This is the latest version of Azure Native. Use the Azure Native v2 docs if using the v2 version of this package.
Azure Native v3.3.0 published on Monday, Apr 28, 2025 by Pulumi
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 for details.
Using listFeatureSubscription
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function listFeatureSubscription(args: ListFeatureSubscriptionArgs, opts?: InvokeOptions): Promise<ListFeatureSubscriptionResult>
function listFeatureSubscriptionOutput(args: ListFeatureSubscriptionOutputArgs, opts?: InvokeOptions): Output<ListFeatureSubscriptionResult>
def list_feature_subscription(features: Optional[Sequence[str]] = None,
locations: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> ListFeatureSubscriptionResult
def list_feature_subscription_output(features: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
locations: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[ListFeatureSubscriptionResult]
func ListFeatureSubscription(ctx *Context, args *ListFeatureSubscriptionArgs, opts ...InvokeOption) (*ListFeatureSubscriptionResult, error)
func ListFeatureSubscriptionOutput(ctx *Context, args *ListFeatureSubscriptionOutputArgs, opts ...InvokeOption) ListFeatureSubscriptionResultOutput
> Note: This function is named ListFeatureSubscription
in the Go SDK.
public static class ListFeatureSubscription
{
public static Task<ListFeatureSubscriptionResult> InvokeAsync(ListFeatureSubscriptionArgs args, InvokeOptions? opts = null)
public static Output<ListFeatureSubscriptionResult> Invoke(ListFeatureSubscriptionInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<ListFeatureSubscriptionResult> listFeatureSubscription(ListFeatureSubscriptionArgs args, InvokeOptions options)
public static Output<ListFeatureSubscriptionResult> listFeatureSubscription(ListFeatureSubscriptionArgs args, InvokeOptions options)
fn::invoke:
function: azure-native:purview:listFeatureSubscription
arguments:
# arguments dictionary
The following arguments are supported:
listFeatureSubscription Result
The following output properties are available:
- Features Dictionary<string, bool>
- Features with enabled status
- Features map[string]bool
- Features with enabled status
- features Map<String,Boolean>
- Features with enabled status
- features {[key: string]: boolean}
- Features with enabled status
- features Mapping[str, bool]
- Features with enabled status
- features Map<Boolean>
- Features with enabled status
Package Details
- Repository
- Azure Native pulumi/pulumi-azure-native
- License
- Apache-2.0
This is the latest version of Azure Native. Use the Azure Native v2 docs if using the v2 version of this package.
Azure Native v3.3.0 published on Monday, Apr 28, 2025 by Pulumi