Dela via


PartialMonitoringAlertReader.GetPartialMonitoringAlert Method ()

 

Applies To: Operations Manager for System Center 2012

Returns a dictionary object that contains key/value pairs where each key is a MonitoringAlertProperty object and each value is the value of that property

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

Syntax

public IDictionary<MonitoringAlertProperty, object> GetPartialMonitoringAlert()
public:
IDictionary<MonitoringAlertProperty^, Object^>^ GetPartialMonitoringAlert()
member GetPartialMonitoringAlert : unit -> IDictionary<MonitoringAlertProperty, Object>
Public Function GetPartialMonitoringAlert As IDictionary(Of MonitoringAlertProperty, Object)

Return Value

Type: System.Collections.Generic.IDictionary<MonitoringAlertProperty, Object>

Returns a IDictionary<TKey, TValue> object.

See Also

PartialMonitoringAlertReader Class
Microsoft.EnterpriseManagement.Monitoring Namespace

Return to top