GetScheduledAlertRuleResult

data class GetScheduledAlertRuleResult(val alertDetailsOverride: AlertDetailsOverrideResponse? = null, val alertRuleTemplateName: String? = null, val azureApiVersion: String, val customDetails: Map<String, String>? = null, val description: String? = null, val displayName: String, val enabled: Boolean, val entityMappings: List<EntityMappingResponse>? = null, val etag: String? = null, val eventGroupingSettings: EventGroupingSettingsResponse? = null, val id: String, val incidentConfiguration: IncidentConfigurationResponse? = null, val kind: String, val lastModifiedUtc: String, val name: String, val query: String, val queryFrequency: String, val queryPeriod: String, val severity: String, val suppressionDuration: String, val suppressionEnabled: Boolean, val systemData: SystemDataResponse, val tactics: List<String>? = null, val techniques: List<String>? = null, val templateVersion: String? = null, val triggerOperator: String, val triggerThreshold: Int, val type: String)

Represents scheduled alert rule.

Constructors

Link copied to clipboard
constructor(alertDetailsOverride: AlertDetailsOverrideResponse? = null, alertRuleTemplateName: String? = null, azureApiVersion: String, customDetails: Map<String, String>? = null, description: String? = null, displayName: String, enabled: Boolean, entityMappings: List<EntityMappingResponse>? = null, etag: String? = null, eventGroupingSettings: EventGroupingSettingsResponse? = null, id: String, incidentConfiguration: IncidentConfigurationResponse? = null, kind: String, lastModifiedUtc: String, name: String, query: String, queryFrequency: String, queryPeriod: String, severity: String, suppressionDuration: String, suppressionEnabled: Boolean, systemData: SystemDataResponse, tactics: List<String>? = null, techniques: List<String>? = null, templateVersion: String? = null, triggerOperator: String, triggerThreshold: Int, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The alert details override settings

Link copied to clipboard

The Name of the alert rule template used to create this rule.

Link copied to clipboard

The Azure API version of the resource.

Link copied to clipboard

Dictionary of string key-value pairs of columns to be attached to the alert

Link copied to clipboard
val description: String? = null

The description of the alert rule.

Link copied to clipboard

The display name for alerts created by this alert rule.

Link copied to clipboard

Determines whether this alert rule is enabled or disabled.

Link copied to clipboard

Array of the entity mappings of the alert rule

Link copied to clipboard
val etag: String? = null

Etag of the azure resource

Link copied to clipboard

The event grouping settings.

Link copied to clipboard
val id: String

Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"

Link copied to clipboard

The settings of the incidents that created from alerts triggered by this analytics rule

Link copied to clipboard

The kind of the alert rule Expected value is 'Scheduled'.

Link copied to clipboard

The last time that this alert rule has been modified.

Link copied to clipboard

The name of the resource

Link copied to clipboard

The query that creates alerts for this rule.

Link copied to clipboard

The frequency (in ISO 8601 duration format) for this alert rule to run.

Link copied to clipboard

The period (in ISO 8601 duration format) that this alert rule looks at.

Link copied to clipboard

The severity for alerts created by this alert rule.

Link copied to clipboard

The suppression (in ISO 8601 duration format) to wait since last time this alert rule been triggered.

Link copied to clipboard

Determines whether the suppression for this alert rule is enabled or disabled.

Link copied to clipboard

Azure Resource Manager metadata containing createdBy and modifiedBy information.

Link copied to clipboard
val tactics: List<String>? = null

The tactics of the alert rule

Link copied to clipboard
val techniques: List<String>? = null

The techniques of the alert rule

Link copied to clipboard
val templateVersion: String? = null

The version of the alert rule template used to create this rule - in format , where all are numbers, for example 0 <1.0.2>

Link copied to clipboard

The operation against the threshold that triggers alert rule.

Link copied to clipboard

The threshold triggers this alert rule.

Link copied to clipboard

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"