DiagnosticSettingsResource type

The diagnostic setting resource.

type DiagnosticSettingsResource = ProxyOnlyResource & {
  eventHubAuthorizationRuleId?: string
  eventHubName?: string
  logAnalyticsDestinationType?: string
  logs?: LogSettings[]
  metrics?: MetricSettings[]
  serviceBusRuleId?: string
  storageAccountId?: string
  workspaceId?: string
}