Get Diagnostic Setting Result
data class GetDiagnosticSettingResult(val eventHubAuthorizationRuleId: String? = null, val eventHubName: String? = null, val id: String, val logs: List<LogSettingsResponse>? = null, val name: String, val serviceBusRuleId: String? = null, val storageAccountId: String? = null, val type: String, val workspaceId: String? = null)
The diagnostic setting resource.