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