get Storage Insight Config
suspend fun getStorageInsightConfig(argument: GetStorageInsightConfigPlainArgs): GetStorageInsightConfigResult
Gets a storage insight instance. API Version: 2020-08-01.
Return
The top level storage insight resource container.
Parameters
argument
null
suspend fun getStorageInsightConfig(resourceGroupName: String, storageInsightName: String, workspaceName: String): GetStorageInsightConfigResult
Return
The top level storage insight resource container.
Parameters
resource Group Name
The name of the resource group. The name is case insensitive.
storage Insight Name
Name of the storageInsightsConfigs resource
workspace Name
The name of the workspace.
See also
suspend fun getStorageInsightConfig(argument: suspend GetStorageInsightConfigPlainArgsBuilder.() -> Unit): GetStorageInsightConfigResult
Return
The top level storage insight resource container.
Parameters
argument
Builder for com.pulumi.azurenative.operationalinsights.kotlin.inputs.GetStorageInsightConfigPlainArgs.