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
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:
- Subscription
Ids 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.
- Subscription
Ids []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 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.
- subscription
Ids 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.
- subscription
Ids 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:
- Storage
Account List<Pulumi.List Azure Native. App Compliance Automation. Outputs. Storage Info Response> - The storage account list which in use in related reports.
- Storage
Account []StorageList Info Response - The storage account list which in use in related reports.
- storage
Account List<StorageList Info Response> - The storage account list which in use in related reports.
- storage
Account 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.
- storage
Account List<Property Map>List - The storage account list which in use in related reports.
Supporting Types
StorageInfoResponse
- Account
Name string - 'bring your own storage' account name
- Location string
- The region of 'bring your own storage' account
- Resource
Group string - The resourceGroup which 'bring your own storage' account belongs to
- Subscription
Id string - The subscription id which 'bring your own storage' account belongs to
- Account
Name string - 'bring your own storage' account name
- Location string
- The region of 'bring your own storage' account
- Resource
Group string - The resourceGroup which 'bring your own storage' account belongs to
- Subscription
Id string - The subscription id which 'bring your own storage' account belongs to
- account
Name String - 'bring your own storage' account name
- location String
- The region of 'bring your own storage' account
- resource
Group String - The resourceGroup which 'bring your own storage' account belongs to
- subscription
Id String - The subscription id which 'bring your own storage' account belongs to
- account
Name string - 'bring your own storage' account name
- location string
- The region of 'bring your own storage' account
- resource
Group string - The resourceGroup which 'bring your own storage' account belongs to
- subscription
Id 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
- account
Name String - 'bring your own storage' account name
- location String
- The region of 'bring your own storage' account
- resource
Group String - The resourceGroup which 'bring your own storage' account belongs to
- subscription
Id 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.47.1 published on Monday, Jun 24, 2024 by Pulumi