LogSearchRuleResource type
The Log Search Rule resource.
type LogSearchRuleResource = ResourceAutoGenerated & {
action: ActionUnion
autoMitigate?: boolean
createdWithApiVersion?: string
description?: string
displayName?: string
enabled?: Enabled
isLegacyLogAnalyticsRule?: boolean
lastUpdatedTime?: Date
provisioningState?: ProvisioningState
schedule?: Schedule
source: Source
}