GetInsightsPlainArgs

data class GetInsightsPlainArgs(val name: String, val resourceGroupName: String) : ConvertibleToJava<GetInsightsPlainArgs>

A collection of arguments for invoking getInsights.

Constructors

Link copied to clipboard
constructor(name: String, resourceGroupName: String)

Properties

Link copied to clipboard

Specifies the name of the Application Insights component.

Link copied to clipboard

Specifies the name of the resource group the Application Insights component is located in.

Functions

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