getAnalyticsItem

Gets a specific Analytics Items defined within an Application Insights component. Uses Azure REST API version 2015-05-01.

Return

Properties that define an Analytics item that is associated to an Application Insights component.

Parameters

argument

null


suspend fun getAnalyticsItem(id: String? = null, name: String? = null, resourceGroupName: String, resourceName: String, scopePath: String): GetAnalyticsItemResult

Return

Properties that define an Analytics item that is associated to an Application Insights component.

Parameters

id

The Id of a specific item defined in the Application Insights component

name

The name of a specific item defined in the Application Insights component

resourceGroupName

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

resourceName

The name of the Application Insights component resource.

scopePath

Enum indicating if this item definition is owned by a specific user or is shared between all users with access to the Application Insights component.

See also


Return

Properties that define an Analytics item that is associated to an Application Insights component.

Parameters

argument

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

See also