1. Packages
  2. Azure Native v1
  3. API Docs
  4. operationalinsights
  5. getLinkedStorageAccount
These are the docs for Azure Native v1. We recommenend using the latest version, Azure Native v2.
Azure Native v1 v1.104.0 published on Thursday, Jul 6, 2023 by Pulumi

azure-native.operationalinsights.getLinkedStorageAccount

Explore with Pulumi AI

azure-native-v1 logo
These are the docs for Azure Native v1. We recommenend using the latest version, Azure Native v2.
Azure Native v1 v1.104.0 published on Thursday, Jul 6, 2023 by Pulumi

    Gets all linked storage account of a specific data source type associated with the specified workspace. API Version: 2020-08-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)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: azure-native:operationalinsights:getLinkedStorageAccount
      arguments:
        # arguments dictionary

    The following arguments are supported:

    DataSourceType string
    Linked storage accounts type.
    ResourceGroupName string
    The name of the resource group. The name is case insensitive.
    WorkspaceName string
    The name of the workspace.
    DataSourceType string
    Linked storage accounts type.
    ResourceGroupName string
    The name of the resource group. The name is case insensitive.
    WorkspaceName string
    The name of the workspace.
    dataSourceType String
    Linked storage accounts type.
    resourceGroupName String
    The name of the resource group. The name is case insensitive.
    workspaceName String
    The name of the workspace.
    dataSourceType string
    Linked storage accounts type.
    resourceGroupName string
    The name of the resource group. The name is case insensitive.
    workspaceName string
    The name of the workspace.
    data_source_type str
    Linked storage accounts type.
    resource_group_name str
    The name of the resource group. The name is case insensitive.
    workspace_name str
    The name of the workspace.
    dataSourceType String
    Linked storage accounts type.
    resourceGroupName String
    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:

    DataSourceType string
    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"
    StorageAccountIds List<string>
    Linked storage accounts resources ids.
    DataSourceType string
    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"
    StorageAccountIds []string
    Linked storage accounts resources ids.
    dataSourceType String
    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"
    storageAccountIds List<String>
    Linked storage accounts resources ids.
    dataSourceType string
    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"
    storageAccountIds string[]
    Linked storage accounts resources ids.
    data_source_type str
    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_ids Sequence[str]
    Linked storage accounts resources ids.
    dataSourceType String
    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"
    storageAccountIds List<String>
    Linked storage accounts resources ids.

    Package Details

    Repository
    azure-native-v1 pulumi/pulumi-azure-native
    License
    Apache-2.0
    azure-native-v1 logo
    These are the docs for Azure Native v1. We recommenend using the latest version, Azure Native v2.
    Azure Native v1 v1.104.0 published on Thursday, Jul 6, 2023 by Pulumi