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