RuleManagementEventDataSource.OperationName Property
Optional. The operation name.
Namespace: Microsoft.Azure.Management.Insights.Models
Assembly: Microsoft.Azure.Insights (in Microsoft.Azure.Insights.dll)
Syntax
public string OperationName { get; set; }
public:
property String^ OperationName {
String^ get();
void set(String^ value);
}
member OperationName : string with get, set
Public Property OperationName As String
Property Value
Type: System.String
See Also
RuleManagementEventDataSource Class
Microsoft.Azure.Management.Insights.Models Namespace
Return to top