azure-native.operationalinsights.getStorageInsightConfig
Explore with Pulumi AI
Gets a storage insight instance.
Uses Azure REST API version 2023-09-01.
Other available API versions: 2020-03-01-preview, 2020-08-01, 2025-02-01. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native operationalinsights [ApiVersion]. See the version guide for details.
Using getStorageInsightConfig
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 getStorageInsightConfig(args: GetStorageInsightConfigArgs, opts?: InvokeOptions): Promise<GetStorageInsightConfigResult>
function getStorageInsightConfigOutput(args: GetStorageInsightConfigOutputArgs, opts?: InvokeOptions): Output<GetStorageInsightConfigResult>def get_storage_insight_config(resource_group_name: Optional[str] = None,
                               storage_insight_name: Optional[str] = None,
                               workspace_name: Optional[str] = None,
                               opts: Optional[InvokeOptions] = None) -> GetStorageInsightConfigResult
def get_storage_insight_config_output(resource_group_name: Optional[pulumi.Input[str]] = None,
                               storage_insight_name: Optional[pulumi.Input[str]] = None,
                               workspace_name: Optional[pulumi.Input[str]] = None,
                               opts: Optional[InvokeOptions] = None) -> Output[GetStorageInsightConfigResult]func LookupStorageInsightConfig(ctx *Context, args *LookupStorageInsightConfigArgs, opts ...InvokeOption) (*LookupStorageInsightConfigResult, error)
func LookupStorageInsightConfigOutput(ctx *Context, args *LookupStorageInsightConfigOutputArgs, opts ...InvokeOption) LookupStorageInsightConfigResultOutput> Note: This function is named LookupStorageInsightConfig in the Go SDK.
public static class GetStorageInsightConfig 
{
    public static Task<GetStorageInsightConfigResult> InvokeAsync(GetStorageInsightConfigArgs args, InvokeOptions? opts = null)
    public static Output<GetStorageInsightConfigResult> Invoke(GetStorageInsightConfigInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetStorageInsightConfigResult> getStorageInsightConfig(GetStorageInsightConfigArgs args, InvokeOptions options)
public static Output<GetStorageInsightConfigResult> getStorageInsightConfig(GetStorageInsightConfigArgs args, InvokeOptions options)
fn::invoke:
  function: azure-native:operationalinsights:getStorageInsightConfig
  arguments:
    # arguments dictionaryThe following arguments are supported:
- Resource
Group stringName  - The name of the resource group. The name is case insensitive.
 - Storage
Insight stringName  - Name of the storageInsightsConfigs resource
 - Workspace
Name string - The name of the workspace.
 
- Resource
Group stringName  - The name of the resource group. The name is case insensitive.
 - Storage
Insight stringName  - Name of the storageInsightsConfigs resource
 - Workspace
Name string - The name of the workspace.
 
- resource
Group StringName  - The name of the resource group. The name is case insensitive.
 - storage
Insight StringName  - Name of the storageInsightsConfigs resource
 - workspace
Name String - The name of the workspace.
 
- resource
Group stringName  - The name of the resource group. The name is case insensitive.
 - storage
Insight stringName  - Name of the storageInsightsConfigs resource
 - workspace
Name string - The name of the workspace.
 
- resource_
group_ strname  - The name of the resource group. The name is case insensitive.
 - storage_
insight_ strname  - Name of the storageInsightsConfigs resource
 - workspace_
name str - The name of the workspace.
 
- resource
Group StringName  - The name of the resource group. The name is case insensitive.
 - storage
Insight StringName  - Name of the storageInsightsConfigs resource
 - workspace
Name String - The name of the workspace.
 
getStorageInsightConfig Result
The following output properties are available:
- Azure
Api stringVersion  - The Azure API version of the resource.
 - 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
 - Status
Pulumi.
Azure Native. Operational Insights. Outputs. Storage Insight Status Response  - The status of the storage insight
 - Storage
Account Pulumi.Azure Native. Operational Insights. Outputs. Storage Account Response  - The storage account connection details
 - Type string
 - The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
 - Containers List<string>
 - The names of the blob containers that the workspace should read
 - ETag string
 - The ETag of the storage insight.
 - Tables List<string>
 - The names of the Azure tables that the workspace should read
 - Dictionary<string, string>
 - Resource tags.
 
- Azure
Api stringVersion  - The Azure API version of the resource.
 - 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
 - Status
Storage
Insight Status Response  - The status of the storage insight
 - Storage
Account StorageAccount Response  - The storage account connection details
 - Type string
 - The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
 - Containers []string
 - The names of the blob containers that the workspace should read
 - ETag string
 - The ETag of the storage insight.
 - Tables []string
 - The names of the Azure tables that the workspace should read
 - map[string]string
 - Resource tags.
 
- azure
Api StringVersion  - The Azure API version of the resource.
 - 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
 - status
Storage
Insight Status Response  - The status of the storage insight
 - storage
Account StorageAccount Response  - The storage account connection details
 - type String
 - The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
 - containers List<String>
 - The names of the blob containers that the workspace should read
 - e
Tag String - The ETag of the storage insight.
 - tables List<String>
 - The names of the Azure tables that the workspace should read
 - Map<String,String>
 - Resource tags.
 
- azure
Api stringVersion  - The Azure API version of the resource.
 - 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
 - status
Storage
Insight Status Response  - The status of the storage insight
 - storage
Account StorageAccount Response  - The storage account connection details
 - type string
 - The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
 - containers string[]
 - The names of the blob containers that the workspace should read
 - e
Tag string - The ETag of the storage insight.
 - tables string[]
 - The names of the Azure tables that the workspace should read
 - {[key: string]: string}
 - Resource tags.
 
- azure_
api_ strversion  - The Azure API version of the resource.
 - 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
 - status
Storage
Insight Status Response  - The status of the storage insight
 - storage_
account StorageAccount Response  - The storage account connection details
 - type str
 - The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
 - containers Sequence[str]
 - The names of the blob containers that the workspace should read
 - e_
tag str - The ETag of the storage insight.
 - tables Sequence[str]
 - The names of the Azure tables that the workspace should read
 - Mapping[str, str]
 - Resource tags.
 
- azure
Api StringVersion  - The Azure API version of the resource.
 - 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
 - status Property Map
 - The status of the storage insight
 - storage
Account Property Map - The storage account connection details
 - type String
 - The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
 - containers List<String>
 - The names of the blob containers that the workspace should read
 - e
Tag String - The ETag of the storage insight.
 - tables List<String>
 - The names of the Azure tables that the workspace should read
 - Map<String>
 - Resource tags.
 
Supporting Types
StorageAccountResponse  
StorageInsightStatusResponse   
- State string
 - The state of the storage insight connection to the workspace
 - Description string
 - Description of the state of the storage insight.
 
- State string
 - The state of the storage insight connection to the workspace
 - Description string
 - Description of the state of the storage insight.
 
- state String
 - The state of the storage insight connection to the workspace
 - description String
 - Description of the state of the storage insight.
 
- state string
 - The state of the storage insight connection to the workspace
 - description string
 - Description of the state of the storage insight.
 
- state str
 - The state of the storage insight connection to the workspace
 - description str
 - Description of the state of the storage insight.
 
- state String
 - The state of the storage insight connection to the workspace
 - description String
 - Description of the state of the storage insight.
 
Package Details
- Repository
 - Azure Native pulumi/pulumi-azure-native
 - License
 - Apache-2.0