Share via


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
System_CAPS_pubmethod RuleManagementEventDataSource()

Initializes a new instance of the RuleManagementEventDataSource class.

Properties

Name Description
System_CAPS_pubproperty Claims

Optional. The claims.

System_CAPS_pubproperty EventName

Optional. The event name.

System_CAPS_pubproperty EventSource

Optional. The event source.

System_CAPS_pubproperty Level

Optional. The level.

System_CAPS_pubproperty OperationName

Optional. The operation name.

System_CAPS_pubproperty ResourceGroupName

Optional. The resource group name.

System_CAPS_pubproperty ResourceProviderName

Optional. The resource provider name.

System_CAPS_pubproperty ResourceUri

Optional. The resource uri.

System_CAPS_pubproperty Status

Optional. The status.

System_CAPS_pubproperty SubStatus

Optional. The substatus.

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod 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