1. Packages
  2. Azure Native
  3. API Docs
  4. appcomplianceautomation
  5. listProviderActionInUseStorageAccounts
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.appcomplianceautomation.listProviderActionInUseStorageAccounts

Explore with Pulumi AI

azure-native logo
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

    List the storage accounts which are in use by related reports Azure REST API version: 2024-06-27.

    Using listProviderActionInUseStorageAccounts

    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 listProviderActionInUseStorageAccounts(args: ListProviderActionInUseStorageAccountsArgs, opts?: InvokeOptions): Promise<ListProviderActionInUseStorageAccountsResult>
    function listProviderActionInUseStorageAccountsOutput(args: ListProviderActionInUseStorageAccountsOutputArgs, opts?: InvokeOptions): Output<ListProviderActionInUseStorageAccountsResult>
    def list_provider_action_in_use_storage_accounts(subscription_ids: Optional[Sequence[str]] = None,
                                                     opts: Optional[InvokeOptions] = None) -> ListProviderActionInUseStorageAccountsResult
    def list_provider_action_in_use_storage_accounts_output(subscription_ids: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
                                                     opts: Optional[InvokeOptions] = None) -> Output[ListProviderActionInUseStorageAccountsResult]
    func ListProviderActionInUseStorageAccounts(ctx *Context, args *ListProviderActionInUseStorageAccountsArgs, opts ...InvokeOption) (*ListProviderActionInUseStorageAccountsResult, error)
    func ListProviderActionInUseStorageAccountsOutput(ctx *Context, args *ListProviderActionInUseStorageAccountsOutputArgs, opts ...InvokeOption) ListProviderActionInUseStorageAccountsResultOutput

    > Note: This function is named ListProviderActionInUseStorageAccounts in the Go SDK.

    public static class ListProviderActionInUseStorageAccounts 
    {
        public static Task<ListProviderActionInUseStorageAccountsResult> InvokeAsync(ListProviderActionInUseStorageAccountsArgs args, InvokeOptions? opts = null)
        public static Output<ListProviderActionInUseStorageAccountsResult> Invoke(ListProviderActionInUseStorageAccountsInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<ListProviderActionInUseStorageAccountsResult> listProviderActionInUseStorageAccounts(ListProviderActionInUseStorageAccountsArgs args, InvokeOptions options)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: azure-native:appcomplianceautomation:listProviderActionInUseStorageAccounts
      arguments:
        # arguments dictionary

    The following arguments are supported:

    SubscriptionIds List<string>
    List of subscription ids to be query. If the list is null or empty, the API will query all the subscriptions of the user.
    SubscriptionIds []string
    List of subscription ids to be query. If the list is null or empty, the API will query all the subscriptions of the user.
    subscriptionIds List<String>
    List of subscription ids to be query. If the list is null or empty, the API will query all the subscriptions of the user.
    subscriptionIds string[]
    List of subscription ids to be query. If the list is null or empty, the API will query all the subscriptions of the user.
    subscription_ids Sequence[str]
    List of subscription ids to be query. If the list is null or empty, the API will query all the subscriptions of the user.
    subscriptionIds List<String>
    List of subscription ids to be query. If the list is null or empty, the API will query all the subscriptions of the user.

    listProviderActionInUseStorageAccounts Result

    The following output properties are available:

    StorageAccountList []StorageInfoResponse
    The storage account list which in use in related reports.
    storageAccountList List<StorageInfoResponse>
    The storage account list which in use in related reports.
    storageAccountList StorageInfoResponse[]
    The storage account list which in use in related reports.
    storage_account_list Sequence[StorageInfoResponse]
    The storage account list which in use in related reports.
    storageAccountList List<Property Map>
    The storage account list which in use in related reports.

    Supporting Types

    StorageInfoResponse

    AccountName string
    'bring your own storage' account name
    Location string
    The region of 'bring your own storage' account
    ResourceGroup string
    The resourceGroup which 'bring your own storage' account belongs to
    SubscriptionId string
    The subscription id which 'bring your own storage' account belongs to
    AccountName string
    'bring your own storage' account name
    Location string
    The region of 'bring your own storage' account
    ResourceGroup string
    The resourceGroup which 'bring your own storage' account belongs to
    SubscriptionId string
    The subscription id which 'bring your own storage' account belongs to
    accountName String
    'bring your own storage' account name
    location String
    The region of 'bring your own storage' account
    resourceGroup String
    The resourceGroup which 'bring your own storage' account belongs to
    subscriptionId String
    The subscription id which 'bring your own storage' account belongs to
    accountName string
    'bring your own storage' account name
    location string
    The region of 'bring your own storage' account
    resourceGroup string
    The resourceGroup which 'bring your own storage' account belongs to
    subscriptionId string
    The subscription id which 'bring your own storage' account belongs to
    account_name str
    'bring your own storage' account name
    location str
    The region of 'bring your own storage' account
    resource_group str
    The resourceGroup which 'bring your own storage' account belongs to
    subscription_id str
    The subscription id which 'bring your own storage' account belongs to
    accountName String
    'bring your own storage' account name
    location String
    The region of 'bring your own storage' account
    resourceGroup String
    The resourceGroup which 'bring your own storage' account belongs to
    subscriptionId String
    The subscription id which 'bring your own storage' account belongs to

    Package Details

    Repository
    Azure Native pulumi/pulumi-azure-native
    License
    Apache-2.0
    azure-native logo
    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