Class OperationDisplay
Display metadata associated with the operation.
Namespace: System.Dynamic.ExpandoObject
Assembly: Microsoft.Azure.Management.Monitor.dll
Syntax
public class OperationDisplay
Constructors
OperationDisplay()
Initializes a new instance of the OperationDisplay class.
Declaration
public OperationDisplay ();
OperationDisplay(String, String, String)
Initializes a new instance of the OperationDisplay class.
Declaration
public OperationDisplay (string provider = null, string resource = null, string operation = null);
Parameters
|
String
provider
Service provider: Microsoft.Insights |
|
String
resource
Resource on which the operation is performed: AlertRules, Autoscale, etc. |
|
String
operation
Operation type: Read, write, delete, etc. |
Properties
Operation
Gets or sets operation type: Read, write, delete, etc.
Declaration
[Newtonsoft.Json.JsonProperty(PropertyName="operation")]
public string Operation { get; set; }
Property Value
|
String
|
Provider
Gets or sets service provider: Microsoft.Insights
Declaration
[Newtonsoft.Json.JsonProperty(PropertyName="provider")]
public string Provider { get; set; }
Property Value
|
String
|
Resource
Gets or sets resource on which the operation is performed: AlertRules, Autoscale, etc.
Declaration
[Newtonsoft.Json.JsonProperty(PropertyName="resource")]
public string Resource { get; set; }
Property Value
|
String
|