AppInsightMonitoringPropertiesResponse

data class AppInsightMonitoringPropertiesResponse(val appInsightsName: String? = null, val isEnabled: Boolean? = null, val region: String? = null, val resourceGroup: String? = null, val secretStoreDetails: SecretStoreDetailsResponse? = null, val subscriptionId: String? = null)

Class for app insight monitoring properties.

Constructors

Link copied to clipboard
constructor(appInsightsName: String? = null, isEnabled: Boolean? = null, region: String? = null, resourceGroup: String? = null, secretStoreDetails: SecretStoreDetailsResponse? = null, subscriptionId: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val appInsightsName: String? = null

Gets or sets the app insights name.

Link copied to clipboard
val isEnabled: Boolean? = null

Gets or sets a value indicating whether monitoring is enabled.

Link copied to clipboard
val region: String? = null

Gets or sets the region.

Link copied to clipboard
val resourceGroup: String? = null

Gets or sets the resource group of the resource.

Link copied to clipboard
Link copied to clipboard
val subscriptionId: String? = null

Gets or sets the subscription id of the resource.