Get Scheduled Query Rule Result
data class GetScheduledQueryRuleResult(val action: Either<AlertingActionResponse, LogToMetricActionResponse>, val autoMitigate: Boolean? = null, val createdWithApiVersion: String, val description: String? = null, val displayName: String? = null, val enabled: String? = null, val etag: String, val id: String, val isLegacyLogAnalyticsRule: Boolean, val kind: String, val lastUpdatedTime: String, val location: String, val name: String, val provisioningState: String, val schedule: ScheduleResponse? = null, val source: SourceResponse, val tags: Map<String, String>? = null, val type: String)
The Log Search Rule resource.
Constructors
Link copied to clipboard
fun GetScheduledQueryRuleResult(action: Either<AlertingActionResponse, LogToMetricActionResponse>, autoMitigate: Boolean? = null, createdWithApiVersion: String, description: String? = null, displayName: String? = null, enabled: String? = null, etag: String, id: String, isLegacyLogAnalyticsRule: Boolean, kind: String, lastUpdatedTime: String, location: String, name: String, provisioningState: String, schedule: ScheduleResponse? = null, source: SourceResponse, tags: Map<String, String>? = null, type: String)
Types
Properties
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
The etag field is not required. If it is provided in the response body, it must also be provided as a header per the normal etag convention. Entity tags are used for comparing two or more entities from the same requested resource. HTTP/1.1 uses entity tags in the etag (section 14.19), If-Match (section 14.24), If-None-Match (section 14.26), and If-Range (section 14.27) header fields.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard