Show / Hide Table of Contents

    Class RuleManagementEventClaimsDataSource

    The claims for a rule management event data source.

    Inheritance
    Object
    RuleManagementEventClaimsDataSource
    Namespace: System.Dynamic.ExpandoObject
    Assembly: Microsoft.Azure.Management.Monitor.dll
    Syntax
    public class RuleManagementEventClaimsDataSource

    Constructors

    RuleManagementEventClaimsDataSource()

    Initializes a new instance of the RuleManagementEventClaimsDataSource class.

    Declaration
    public RuleManagementEventClaimsDataSource ();

    RuleManagementEventClaimsDataSource(String)

    Initializes a new instance of the RuleManagementEventClaimsDataSource class.

    Declaration
    public RuleManagementEventClaimsDataSource (string emailAddress = null);
    Parameters
    String emailAddress

    the email address.

    Properties

    EmailAddress

    Gets or sets the email address.

    Declaration
    [Newtonsoft.Json.JsonProperty(PropertyName="emailAddress")]
    public string EmailAddress { get; set; }
    Property Value
    String

    Back to top Azure SDK for Net