RuleManagementEventDataSource.OperationName Propriedade
Opcional. O nome da operação.
Namespace: Microsoft.Azure.Management.Insights.Models
Assembly: Microsoft.Azure.Insights (em Microsoft.Azure.Insights.dll)
Sintaxe
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
Valor de propriedade
Type: System.String
Consulte também
Classe RuleManagementEventDataSource
Namespace Microsoft.Azure.Management.Insights.Models
Retornar ao topo