RuleManagementEventDataSource Class

Definition

A rule management event data source. The discriminator fields is always RuleManagementEventDataSource in this case.

[Newtonsoft.Json.JsonObject("Microsoft.Azure.Management.Insights.Models.RuleManagementEventDataSource")]
public class RuleManagementEventDataSource : Microsoft.Azure.Management.Monitor.Models.RuleDataSource
[<Newtonsoft.Json.JsonObject("Microsoft.Azure.Management.Insights.Models.RuleManagementEventDataSource")>]
type RuleManagementEventDataSource = class
    inherit RuleDataSource
Public Class RuleManagementEventDataSource
Inherits RuleDataSource
Inheritance
RuleManagementEventDataSource
Attributes
Newtonsoft.Json.JsonObjectAttribute

Constructors

RuleManagementEventDataSource()

Initializes a new instance of the RuleManagementEventDataSource class.

RuleManagementEventDataSource(String, String, String, String, String, String, String, String, String, String, String, String, RuleManagementEventClaimsDataSource)

Initializes a new instance of the RuleManagementEventDataSource class.

Properties

Claims

Gets or sets the claims.

EventName

Gets or sets the event name.

EventSource

Gets or sets the event source.

LegacyResourceId

Gets or sets the legacy resource identifier of the resource the rule monitors. NOTE: this property cannot be updated for an existing rule.

(Inherited from RuleDataSource)
Level

Gets or sets the level.

MetricNamespace

Gets or sets the namespace of the metric.

(Inherited from RuleDataSource)
OperationName

Gets or sets the name of the operation that should be checked for. If no name is provided, any operation will match.

ResourceGroupName

Gets or sets the resource group name.

ResourceLocation

Gets or sets the location of the resource.

(Inherited from RuleDataSource)
ResourceProviderName

Gets or sets the resource provider name.

ResourceUri

Gets or sets the resource identifier of the resource the rule monitors. NOTE: this property cannot be updated for an existing rule.

(Inherited from RuleDataSource)
Status

Gets or sets the status of the operation that should be checked for. If no status is provided, any status will match.

SubStatus

Gets or sets the substatus.

Applies to