AppInsightsCredentialsResponse

data class AppInsightsCredentialsResponse(val appId: String? = null, val instrumentationKey: String? = null)

AppInsights credentials.

Constructors

Link copied to clipboard
constructor(appId: String? = null, instrumentationKey: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val appId: String? = null

The AppInsights application ID.

Link copied to clipboard

The AppInsights instrumentation key. This is not returned in response of GET/PUT on the resource. To see this please call listKeys API.