MonitoringPerformanceData.LearningMonitoringRuleId Property

 

Applies To: Operations Manager for System Center 2012

Note: This API is now obsolete.

Gets the globally unique identifier (GUID) for the performance counter's learning rule.

Namespace:   Microsoft.EnterpriseManagement.Monitoring
Assembly:  Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)

Syntax

[ObsoleteAttribute("Use this.LearningRuleId")]
public Nullable<Guid> LearningMonitoringRuleId { get; }
public:
[ObsoleteAttribute("Use this.LearningRuleId")]
property Nullable<Guid> LearningMonitoringRuleId {
    Nullable<Guid> get();
}
[<ObsoleteAttribute("Use this.LearningRuleId")>]
member LearningMonitoringRuleId : Nullable<Guid> with get
<ObsoleteAttribute("Use this.LearningRuleId")>
Public ReadOnly Property LearningMonitoringRuleId As Nullable(Of Guid)

Property Value

Type: System.Nullable<Guid>

Returns a Guid for the performance counter's learning rule.

See Also

MonitoringPerformanceData Class
Microsoft.EnterpriseManagement.Monitoring Namespace

Return to top