App Insight Monitoring Properties Response
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
fun AppInsightMonitoringPropertiesResponse(appInsightsName: String? = null, isEnabled: Boolean? = null, region: String? = null, resourceGroup: String? = null, secretStoreDetails: SecretStoreDetailsResponse? = null, subscriptionId: String? = null)