DataWarehouse.GetMonitoringRules Method (IList<Guid>, String)
Applies To: Operations Manager for System Center 2012
Gets the monitoring rule information objects from the specified monitoring rules in the specified language.
Namespace: Microsoft.EnterpriseManagement.Warehouse
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)
Syntax
public ReadOnlyCollection<MonitoringRuleInfo> GetMonitoringRules(
IList<Guid> monitoringRuleGuids,
string languageCode
)
public:
ReadOnlyCollection<MonitoringRuleInfo^>^ GetMonitoringRules(
IList<Guid>^ monitoringRuleGuids,
String^ languageCode
)
member GetMonitoringRules :
monitoringRuleGuids:IList<Guid> *
languageCode:string -> ReadOnlyCollection<MonitoringRuleInfo>
Public Function GetMonitoringRules (
monitoringRuleGuids As IList(Of Guid),
languageCode As String
) As ReadOnlyCollection(Of MonitoringRuleInfo)
Parameters
monitoringRuleGuids
Type: System.Collections.Generic.IList<Guid>A list of GUIDs for the monitoring rules to get the monitoring rules from.
languageCode
Type: System.StringThe language code for the language in which the information is returned.
Return Value
Type: System.Collections.ObjectModel.ReadOnlyCollection<MonitoringRuleInfo>
Returns a ReadOnlyCollection<T> of MonitoringRuleInfo objects.
See Also
GetMonitoringRules Overload
DataWarehouse Class
Microsoft.EnterpriseManagement.Warehouse Namespace
Return to top