GetAnalyticsItemPlainArgs

data class GetAnalyticsItemPlainArgs(val id: String? = null, val name: String? = null, val resourceGroupName: String, val resourceName: String, val scopePath: String) : ConvertibleToJava<GetAnalyticsItemPlainArgs>

Constructors

Link copied to clipboard
constructor(id: String? = null, name: String? = null, resourceGroupName: String, resourceName: String, scopePath: String)

Properties

Link copied to clipboard
val id: String? = null

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

Link copied to clipboard
val name: String? = null

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

Link copied to clipboard

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

Link copied to clipboard

The name of the Application Insights component resource.

Link copied to clipboard

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.

Functions

Link copied to clipboard
open override fun toJava(): GetAnalyticsItemPlainArgs