Show / Hide Table of Contents

    Class EnableRequest

    Describes a receiver that should be resubscribed.

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

    Constructors

    EnableRequest()

    Initializes a new instance of the EnableRequest class.

    Declaration
    public EnableRequest ();

    EnableRequest(String)

    Initializes a new instance of the EnableRequest class.

    Declaration
    public EnableRequest (string receiverName);
    Parameters
    String receiverName

    The name of the receiver to resubscribe.

    Properties

    ReceiverName

    Gets or sets the name of the receiver to resubscribe.

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

    Methods

    Validate()

    Validate the object.

    Declaration
    public virtual void Validate ();
    Exceptions
    ValidationException

    Thrown if validation fails

    Back to top Azure SDK for Net