1. Packages
  2. Azure Native
  3. API Docs
  4. insights
  5. getComponentLinkedStorageAccount
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.34.0 published on Thursday, Mar 28, 2024 by Pulumi

azure-native.insights.getComponentLinkedStorageAccount

Explore with Pulumi AI

azure-native logo
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.34.0 published on Thursday, Mar 28, 2024 by Pulumi

    Returns the current linked storage settings for an Application Insights component. Azure REST API version: 2020-03-01-preview.

    Using getComponentLinkedStorageAccount

    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 getComponentLinkedStorageAccount(args: GetComponentLinkedStorageAccountArgs, opts?: InvokeOptions): Promise<GetComponentLinkedStorageAccountResult>
    function getComponentLinkedStorageAccountOutput(args: GetComponentLinkedStorageAccountOutputArgs, opts?: InvokeOptions): Output<GetComponentLinkedStorageAccountResult>
    def get_component_linked_storage_account(resource_group_name: Optional[str] = None,
                                             resource_name: Optional[str] = None,
                                             storage_type: Optional[str] = None,
                                             opts: Optional[InvokeOptions] = None) -> GetComponentLinkedStorageAccountResult
    def get_component_linked_storage_account_output(resource_group_name: Optional[pulumi.Input[str]] = None,
                                             resource_name: Optional[pulumi.Input[str]] = None,
                                             storage_type: Optional[pulumi.Input[str]] = None,
                                             opts: Optional[InvokeOptions] = None) -> Output[GetComponentLinkedStorageAccountResult]
    func LookupComponentLinkedStorageAccount(ctx *Context, args *LookupComponentLinkedStorageAccountArgs, opts ...InvokeOption) (*LookupComponentLinkedStorageAccountResult, error)
    func LookupComponentLinkedStorageAccountOutput(ctx *Context, args *LookupComponentLinkedStorageAccountOutputArgs, opts ...InvokeOption) LookupComponentLinkedStorageAccountResultOutput

    > Note: This function is named LookupComponentLinkedStorageAccount in the Go SDK.

    public static class GetComponentLinkedStorageAccount 
    {
        public static Task<GetComponentLinkedStorageAccountResult> InvokeAsync(GetComponentLinkedStorageAccountArgs args, InvokeOptions? opts = null)
        public static Output<GetComponentLinkedStorageAccountResult> Invoke(GetComponentLinkedStorageAccountInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetComponentLinkedStorageAccountResult> getComponentLinkedStorageAccount(GetComponentLinkedStorageAccountArgs args, InvokeOptions options)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: azure-native:insights:getComponentLinkedStorageAccount
      arguments:
        # arguments dictionary

    The following arguments are supported:

    ResourceGroupName string
    The name of the resource group. The name is case insensitive.
    ResourceName string
    The name of the Application Insights component resource.
    StorageType string
    The type of the Application Insights component data source for the linked storage account.
    ResourceGroupName string
    The name of the resource group. The name is case insensitive.
    ResourceName string
    The name of the Application Insights component resource.
    StorageType string
    The type of the Application Insights component data source for the linked storage account.
    resourceGroupName String
    The name of the resource group. The name is case insensitive.
    resourceName String
    The name of the Application Insights component resource.
    storageType String
    The type of the Application Insights component data source for the linked storage account.
    resourceGroupName string
    The name of the resource group. The name is case insensitive.
    resourceName string
    The name of the Application Insights component resource.
    storageType string
    The type of the Application Insights component data source for the linked storage account.
    resource_group_name str
    The name of the resource group. The name is case insensitive.
    resource_name str
    The name of the Application Insights component resource.
    storage_type str
    The type of the Application Insights component data source for the linked storage account.
    resourceGroupName String
    The name of the resource group. The name is case insensitive.
    resourceName String
    The name of the Application Insights component resource.
    storageType String
    The type of the Application Insights component data source for the linked storage account.

    getComponentLinkedStorageAccount Result

    The following output properties are available:

    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"
    LinkedStorageAccount string
    Linked storage account resource ID
    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"
    LinkedStorageAccount string
    Linked storage account resource ID
    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"
    linkedStorageAccount String
    Linked storage account resource ID
    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"
    linkedStorageAccount string
    Linked storage account resource ID
    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"
    linked_storage_account str
    Linked storage account resource ID
    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"
    linkedStorageAccount String
    Linked storage account resource ID

    Package Details

    Repository
    Azure Native pulumi/pulumi-azure-native
    License
    Apache-2.0
    azure-native logo
    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.34.0 published on Thursday, Mar 28, 2024 by Pulumi