get Component Linked Storage Account
suspend fun getComponentLinkedStorageAccount(argument: GetComponentLinkedStorageAccountPlainArgs): GetComponentLinkedStorageAccountResult
Returns the current linked storage settings for an Application Insights component. Uses Azure REST API version 2020-03-01-preview.
Return
An Application Insights component linked storage accounts
Parameters
argument
null
suspend fun getComponentLinkedStorageAccount(resourceGroupName: String, resourceName: String, storageType: String): GetComponentLinkedStorageAccountResult
Return
An Application Insights component linked storage accounts
Parameters
resource Group Name
The name of the resource group. The name is case insensitive.
resource Name
The name of the Application Insights component resource.
storage Type
The type of the Application Insights component data source for the linked storage account.
See also
suspend fun getComponentLinkedStorageAccount(argument: suspend GetComponentLinkedStorageAccountPlainArgsBuilder.() -> Unit): GetComponentLinkedStorageAccountResult
Return
An Application Insights component linked storage accounts
Parameters
argument
Builder for com.pulumi.azurenative.applicationinsights.kotlin.inputs.GetComponentLinkedStorageAccountPlainArgs.