getComponentLinkedStorageAccount

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

resourceGroupName

The name of the resource group. The name is case insensitive.

resourceName

The name of the Application Insights component resource.

storageType

The type of the Application Insights component data source for the linked storage account.

See also


Return

An Application Insights component linked storage accounts

Parameters

argument

Builder for com.pulumi.azurenative.applicationinsights.kotlin.inputs.GetComponentLinkedStorageAccountPlainArgs.

See also