get Data Export
Gets a data export instance. Uses Azure REST API version 2023-09-01. Other available API versions: 2019-08-01-preview, 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/#accessing-any-api-version-via-local-packages for details.
Return
The top level data export resource container.
Parameters
argument
null
suspend fun getDataExport(dataExportName: String, resourceGroupName: String, workspaceName: String): GetDataExportResult
Return
The top level data export resource container.
Parameters
data Export Name
The data export rule name.
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 getDataExport(argument: suspend GetDataExportPlainArgsBuilder.() -> Unit): GetDataExportResult
Return
The top level data export resource container.
Parameters
argument
Builder for com.pulumi.azurenative.operationalinsights.kotlin.inputs.GetDataExportPlainArgs.