RuleManagementEventDataSource Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A rule management event data source. The discriminator fields is always RuleManagementEventDataSource in this case.
public class RuleManagementEventDataSource : Azure.ResourceManager.Monitor.Models.RuleDataSource, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Monitor.Models.RuleManagementEventDataSource>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Monitor.Models.RuleManagementEventDataSource>
type RuleManagementEventDataSource = class
inherit RuleDataSource
interface IJsonModel<RuleManagementEventDataSource>
interface IPersistableModel<RuleManagementEventDataSource>
Public Class RuleManagementEventDataSource
Inherits RuleDataSource
Implements IJsonModel(Of RuleManagementEventDataSource), IPersistableModel(Of RuleManagementEventDataSource)
- Inheritance
- Implements
Constructors
RuleManagementEventDataSource() |
Initializes a new instance of RuleManagementEventDataSource. |
Properties
ClaimsEmailAddress |
the email address. |
EventName |
the event name. |
EventSource |
the event source. |
LegacyResourceId |
the legacy resource identifier of the resource the rule monitors. NOTE: this property cannot be updated for an existing rule. (Inherited from RuleDataSource) |
Level |
the level. |
MetricNamespace |
the namespace of the metric. (Inherited from RuleDataSource) |
OperationName |
The name of the operation that should be checked for. If no name is provided, any operation will match. |
ResourceGroupName |
the resource group name. |
ResourceId |
the resource identifier of the resource the rule monitors. NOTE: this property cannot be updated for an existing rule. (Inherited from RuleDataSource) |
ResourceLocation |
the location of the resource. (Inherited from RuleDataSource) |
ResourceProviderName |
the resource provider name. |
Status |
The status of the operation that should be checked for. If no status is provided, any status will match. |
SubStatus |
the substatus. |
Explicit Interface Implementations
Applies to
Azure SDK for .NET