get Linked Storage Account
suspend fun getLinkedStorageAccount(argument: GetLinkedStorageAccountPlainArgs): GetLinkedStorageAccountResult
Gets all linked storage account of a specific data source type associated with the specified workspace. Uses Azure REST API version 2020-08-01. Other available API versions: 2023-09-01, 2025-02-01.
Return
Linked storage accounts top level resource container.
Parameters
argument
null
suspend fun getLinkedStorageAccount(dataSourceType: String, resourceGroupName: String, workspaceName: String): GetLinkedStorageAccountResult
Return
Linked storage accounts top level resource container.
Parameters
data Source Type
Linked storage accounts type.
resource Group Name
The name of the resource group. The name is case insensitive.
workspace Name
The name of the workspace.
See also
suspend fun getLinkedStorageAccount(argument: suspend GetLinkedStorageAccountPlainArgsBuilder.() -> Unit): GetLinkedStorageAccountResult
Return
Linked storage accounts top level resource container.
Parameters
argument
Builder for com.pulumi.azurenative.operationalinsights.kotlin.inputs.GetLinkedStorageAccountPlainArgs.