Get Diagnostic Setting Result
data class GetDiagnosticSettingResult(val eventHubAuthorizationRuleId: String? = null, val eventHubName: String? = null, val id: String, val logAnalyticsDestinationType: String? = null, val logs: List<LogSettingsResponse>? = null, val marketplacePartnerId: String? = null, val metrics: List<MetricSettingsResponse>? = null, val name: String, val serviceBusRuleId: String? = null, val storageAccountId: String? = null, val systemData: SystemDataResponse, val type: String, val workspaceId: String? = null)
The diagnostic setting resource.
Constructors
Link copied to clipboard
fun GetDiagnosticSettingResult(eventHubAuthorizationRuleId: String? = null, eventHubName: String? = null, id: String, logAnalyticsDestinationType: String? = null, logs: List<LogSettingsResponse>? = null, marketplacePartnerId: String? = null, metrics: List<MetricSettingsResponse>? = null, name: String, serviceBusRuleId: String? = null, storageAccountId: String? = null, systemData: SystemDataResponse, type: String, workspaceId: String? = null)