RuleManagementEventDataSource Class
A rule management event data source.
Namespace: Microsoft.Azure.Management.Insights.Models
Assembly: Microsoft.Azure.Insights (in Microsoft.Azure.Insights.dll)
Inheritance Hierarchy
System.Object
Microsoft.Azure.Management.Insights.Models.RuleDataSource
Microsoft.Azure.Management.Insights.Models.RuleManagementEventDataSource
Syntax
public class RuleManagementEventDataSource : RuleDataSource
public ref class RuleManagementEventDataSource : RuleDataSource
type RuleManagementEventDataSource =
class
inherit RuleDataSource
end
Public Class RuleManagementEventDataSource
Inherits RuleDataSource
Constructors
Name | Description | |
---|---|---|
RuleManagementEventDataSource() | Initializes a new instance of the RuleManagementEventDataSource class. |
Properties
Name | Description | |
---|---|---|
Claims | Optional. The claims. |
|
EventName | Optional. The event name. |
|
EventSource | Optional. The event source. |
|
Level | Optional. The level. |
|
OperationName | Optional. The operation name. |
|
ResourceGroupName | Optional. The resource group name. |
|
ResourceProviderName | Optional. The resource provider name. |
|
ResourceUri | Optional. The resource uri. |
|
Status | Optional. The status. |
|
SubStatus | Optional. The substatus. |
Methods
Name | Description | |
---|---|---|
Equals(Object) | (Inherited from Object.) |
|
Finalize() | (Inherited from Object.) |
|
GetHashCode() | (Inherited from Object.) |
|
GetType() | (Inherited from Object.) |
|
MemberwiseClone() | (Inherited from Object.) |
|
ToString() | (Inherited from Object.) |
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Microsoft.Azure.Management.Insights.Models Namespace
Return to top