getExportConfiguration

Get the Continuous Export configuration for this export id. Uses Azure REST API version 2015-05-01.

Return

Properties that define a Continuous Export configuration.

Parameters

argument

null


suspend fun getExportConfiguration(exportId: String, resourceGroupName: String, resourceName: String): GetExportConfigurationResult

Return

Properties that define a Continuous Export configuration.

Parameters

exportId

The Continuous Export configuration ID. This is unique within a Application Insights component.

resourceGroupName

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

resourceName

The name of the Application Insights component resource.

See also


Return

Properties that define a Continuous Export configuration.

Parameters

argument

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

See also