Show / Hide Table of Contents

    Class Operation

    Microsoft Insights API operation definition.

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

    Constructors

    Operation()

    Initializes a new instance of the Operation class.

    Declaration
    public Operation ();

    Operation(String, OperationDisplay)

    Initializes a new instance of the Operation class.

    Declaration
    public Operation (string name = null, Microsoft.Azure.Management.Monitor.Models.OperationDisplay display = null);
    Parameters
    String name

    Operation name: {provider}/{resource}/{operation}

    OperationDisplay display

    Display metadata associated with the operation.

    Properties

    Display

    Gets or sets display metadata associated with the operation.

    Declaration
    [Newtonsoft.Json.JsonProperty(PropertyName="display")]
    public Microsoft.Azure.Management.Monitor.Models.OperationDisplay Display { get; set; }
    Property Value
    OperationDisplay

    Name

    Gets or sets operation name: {provider}/{resource}/{operation}

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

    Back to top Azure SDK for Net