1. Packages
  2. Azure Native v2
  3. API Docs
  4. appcomplianceautomation
  5. listProviderActionInUseStorageAccounts
These are the docs for Azure Native v2. We recommenend using the latest version, Azure Native v3.
Azure Native v2 v2.90.0 published on Thursday, Mar 27, 2025 by Pulumi

azure-native-v2.appcomplianceautomation.listProviderActionInUseStorageAccounts

Explore with Pulumi AI

These are the docs for Azure Native v2. We recommenend using the latest version, Azure Native v3.
Azure Native v2 v2.90.0 published on Thursday, Mar 27, 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>
Copy
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]
Copy
func ListProviderActionInUseStorageAccounts(ctx *Context, args *ListProviderActionInUseStorageAccountsArgs, opts ...InvokeOption) (*ListProviderActionInUseStorageAccountsResult, error)
func ListProviderActionInUseStorageAccountsOutput(ctx *Context, args *ListProviderActionInUseStorageAccountsOutputArgs, opts ...InvokeOption) ListProviderActionInUseStorageAccountsResultOutput
Copy

> 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)
}
Copy
public static CompletableFuture<ListProviderActionInUseStorageAccountsResult> listProviderActionInUseStorageAccounts(ListProviderActionInUseStorageAccountsArgs args, InvokeOptions options)
public static Output<ListProviderActionInUseStorageAccountsResult> listProviderActionInUseStorageAccounts(ListProviderActionInUseStorageAccountsArgs args, InvokeOptions options)
Copy
fn::invoke:
  function: azure-native:appcomplianceautomation:listProviderActionInUseStorageAccounts
  arguments:
    # arguments dictionary
Copy

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-v2 pulumi/pulumi-azure-native
License
Apache-2.0
These are the docs for Azure Native v2. We recommenend using the latest version, Azure Native v3.
Azure Native v2 v2.90.0 published on Thursday, Mar 27, 2025 by Pulumi