Monitoring Setting Properties Response
data class MonitoringSettingPropertiesResponse(val appInsightsInstrumentationKey: String? = null, val error: ErrorResponse? = null, val provisioningState: String, val traceEnabled: Boolean? = null)
Monitoring Setting properties payload
Constructors
Link copied to clipboard
constructor(appInsightsInstrumentationKey: String? = null, error: ErrorResponse? = null, provisioningState: String, traceEnabled: Boolean? = null)