This is the latest version of Azure Native. Use the Azure Native v2 docs if using the v2 version of this package.
Azure Native v2.90.0 published on Thursday, Mar 27, 2025 by Pulumi
azure-native.operationalinsights.getLinkedStorageAccount
Explore with Pulumi AI
This is the latest version of Azure Native. Use the Azure Native v2 docs if using the v2 version of this package.
Azure Native v2.90.0 published on Thursday, Mar 27, 2025 by Pulumi
Gets all linked storage account of a specific data source type associated with the specified workspace.
Uses Azure REST API version 2020-08-01.
Other available API versions: 2023-09-01, 2025-02-01.
Using getLinkedStorageAccount
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 getLinkedStorageAccount(args: GetLinkedStorageAccountArgs, opts?: InvokeOptions): Promise<GetLinkedStorageAccountResult>
function getLinkedStorageAccountOutput(args: GetLinkedStorageAccountOutputArgs, opts?: InvokeOptions): Output<GetLinkedStorageAccountResult>def get_linked_storage_account(data_source_type: Optional[str] = None,
                               resource_group_name: Optional[str] = None,
                               workspace_name: Optional[str] = None,
                               opts: Optional[InvokeOptions] = None) -> GetLinkedStorageAccountResult
def get_linked_storage_account_output(data_source_type: Optional[pulumi.Input[str]] = None,
                               resource_group_name: Optional[pulumi.Input[str]] = None,
                               workspace_name: Optional[pulumi.Input[str]] = None,
                               opts: Optional[InvokeOptions] = None) -> Output[GetLinkedStorageAccountResult]func LookupLinkedStorageAccount(ctx *Context, args *LookupLinkedStorageAccountArgs, opts ...InvokeOption) (*LookupLinkedStorageAccountResult, error)
func LookupLinkedStorageAccountOutput(ctx *Context, args *LookupLinkedStorageAccountOutputArgs, opts ...InvokeOption) LookupLinkedStorageAccountResultOutput> Note: This function is named LookupLinkedStorageAccount in the Go SDK.
public static class GetLinkedStorageAccount 
{
    public static Task<GetLinkedStorageAccountResult> InvokeAsync(GetLinkedStorageAccountArgs args, InvokeOptions? opts = null)
    public static Output<GetLinkedStorageAccountResult> Invoke(GetLinkedStorageAccountInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetLinkedStorageAccountResult> getLinkedStorageAccount(GetLinkedStorageAccountArgs args, InvokeOptions options)
public static Output<GetLinkedStorageAccountResult> getLinkedStorageAccount(GetLinkedStorageAccountArgs args, InvokeOptions options)
fn::invoke:
  function: azure-native:operationalinsights:getLinkedStorageAccount
  arguments:
    # arguments dictionaryThe following arguments are supported:
- DataSource stringType 
- Linked storage accounts type.
- ResourceGroup stringName 
- The name of the resource group. The name is case insensitive.
- WorkspaceName string
- The name of the workspace.
- DataSource stringType 
- Linked storage accounts type.
- ResourceGroup stringName 
- The name of the resource group. The name is case insensitive.
- WorkspaceName string
- The name of the workspace.
- dataSource StringType 
- Linked storage accounts type.
- resourceGroup StringName 
- The name of the resource group. The name is case insensitive.
- workspaceName String
- The name of the workspace.
- dataSource stringType 
- Linked storage accounts type.
- resourceGroup stringName 
- The name of the resource group. The name is case insensitive.
- workspaceName string
- The name of the workspace.
- data_source_ strtype 
- Linked storage accounts type.
- resource_group_ strname 
- The name of the resource group. The name is case insensitive.
- workspace_name str
- The name of the workspace.
- dataSource StringType 
- Linked storage accounts type.
- resourceGroup StringName 
- The name of the resource group. The name is case insensitive.
- workspaceName String
- The name of the workspace.
getLinkedStorageAccount Result
The following output properties are available:
- DataSource stringType 
- Linked storage accounts type.
- Id string
- Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
- Name string
- The name of the resource
- Type string
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- StorageAccount List<string>Ids 
- Linked storage accounts resources ids.
- DataSource stringType 
- Linked storage accounts type.
- Id string
- Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
- Name string
- The name of the resource
- Type string
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- StorageAccount []stringIds 
- Linked storage accounts resources ids.
- dataSource StringType 
- Linked storage accounts type.
- id String
- Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
- name String
- The name of the resource
- type String
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- storageAccount List<String>Ids 
- Linked storage accounts resources ids.
- dataSource stringType 
- Linked storage accounts type.
- id string
- Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
- name string
- The name of the resource
- type string
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- storageAccount string[]Ids 
- Linked storage accounts resources ids.
- data_source_ strtype 
- Linked storage accounts type.
- id str
- Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
- name str
- The name of the resource
- type str
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- storage_account_ Sequence[str]ids 
- Linked storage accounts resources ids.
- dataSource StringType 
- Linked storage accounts type.
- id String
- Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
- name String
- The name of the resource
- type String
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- storageAccount List<String>Ids 
- Linked storage accounts resources ids.
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 v2 docs if using the v2 version of this package.
Azure Native v2.90.0 published on Thursday, Mar 27, 2025 by Pulumi