This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
Azure Native v2.47.1 published on Monday, Jun 24, 2024 by Pulumi
azure-native.purview.listFeatureAccount
Explore with Pulumi AI
This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
Azure Native v2.47.1 published on Monday, Jun 24, 2024 by Pulumi
Gets details from a list of feature names. Azure REST API version: 2021-12-01.
Other available API versions: 2023-05-01-preview, 2024-04-01-preview.
Using listFeatureAccount
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 listFeatureAccount(args: ListFeatureAccountArgs, opts?: InvokeOptions): Promise<ListFeatureAccountResult>
function listFeatureAccountOutput(args: ListFeatureAccountOutputArgs, opts?: InvokeOptions): Output<ListFeatureAccountResult>
def list_feature_account(account_name: Optional[str] = None,
features: Optional[Sequence[str]] = None,
resource_group_name: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> ListFeatureAccountResult
def list_feature_account_output(account_name: Optional[pulumi.Input[str]] = None,
features: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
resource_group_name: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[ListFeatureAccountResult]
func ListFeatureAccount(ctx *Context, args *ListFeatureAccountArgs, opts ...InvokeOption) (*ListFeatureAccountResult, error)
func ListFeatureAccountOutput(ctx *Context, args *ListFeatureAccountOutputArgs, opts ...InvokeOption) ListFeatureAccountResultOutput
> Note: This function is named ListFeatureAccount
in the Go SDK.
public static class ListFeatureAccount
{
public static Task<ListFeatureAccountResult> InvokeAsync(ListFeatureAccountArgs args, InvokeOptions? opts = null)
public static Output<ListFeatureAccountResult> Invoke(ListFeatureAccountInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<ListFeatureAccountResult> listFeatureAccount(ListFeatureAccountArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: azure-native:purview:listFeatureAccount
arguments:
# arguments dictionary
The following arguments are supported:
- Account
Name string - The name of the account.
- Resource
Group stringName - The resource group name.
- Features List<string>
- Set of features
- Account
Name string - The name of the account.
- Resource
Group stringName - The resource group name.
- Features []string
- Set of features
- account
Name String - The name of the account.
- resource
Group StringName - The resource group name.
- features List<String>
- Set of features
- account
Name string - The name of the account.
- resource
Group stringName - The resource group name.
- features string[]
- Set of features
- account_
name str - The name of the account.
- resource_
group_ strname - The resource group name.
- features Sequence[str]
- Set of features
- account
Name String - The name of the account.
- resource
Group StringName - The resource group name.
- features List<String>
- Set of features
listFeatureAccount 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 v1 docs if using the v1 version of this package.
Azure Native v2.47.1 published on Monday, Jun 24, 2024 by Pulumi