getComponent

Returns an Application Insights component. Uses Azure REST API version 2020-02-02. Other available API versions: 2015-05-01, 2018-05-01-preview, 2020-02-02-preview. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native applicationinsights [ApiVersion]. See the ../../../version-guide/#accessing-any-api-version-via-local-packages for details.

Return

An Application Insights component definition.

Parameters

argument

null


suspend fun getComponent(resourceGroupName: String, resourceName: String): GetComponentResult

Return

An Application Insights component definition.

Parameters

resourceGroupName

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

resourceName

The name of the Application Insights component resource.

See also


Return

An Application Insights component definition.

Parameters

argument

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

See also