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.89.1 published on Sunday, Mar 2, 2025 by Pulumi
azure-native.appcomplianceautomation.listProviderActionInUseStorageAccounts
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.89.1 published on Sunday, Mar 2, 2025 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)
public static Output<ListProviderActionInUseStorageAccountsResult> listProviderActionInUseStorageAccounts(ListProviderActionInUseStorageAccountsArgs args, InvokeOptions options)
fn::invoke:
  function: azure-native:appcomplianceautomation:listProviderActionInUseStorageAccounts
  arguments:
    # arguments dictionaryThe 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:
- StorageAccount List<Pulumi.List Azure Native. App Compliance Automation. Outputs. Storage Info Response> 
- The storage account list which in use in related reports.
- StorageAccount []StorageList Info Response 
- The storage account list which in use in related reports.
- storageAccount List<StorageList Info Response> 
- The storage account list which in use in related reports.
- storageAccount StorageList Info Response[] 
- The storage account list which in use in related reports.
- storage_account_ Sequence[Storagelist Info Response] 
- The storage account list which in use in related reports.
- storageAccount List<Property Map>List 
- 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
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.89.1 published on Sunday, Mar 2, 2025 by Pulumi