Share via


DataWarehouse.GetMonitoringRules Method

Definition

Gets the monitoring rule information objects from the specified monitoring rules.

Overloads

GetMonitoringRules(IList<Guid>)

Returns MonitoringObjectInfo from Guids

GetMonitoringRules(IList<Guid>, String)

Returns MonitoringObjectInfo from Guids

GetMonitoringRules(IList<Guid>)

Returns MonitoringObjectInfo from Guids

public:
 System::Collections::ObjectModel::ReadOnlyCollection<Microsoft::EnterpriseManagement::Warehouse::MonitoringRuleInfo ^> ^ GetMonitoringRules(System::Collections::Generic::IList<Guid> ^ monitoringRuleGuids);
public System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.EnterpriseManagement.Warehouse.MonitoringRuleInfo> GetMonitoringRules (System.Collections.Generic.IList<Guid> monitoringRuleGuids);
member this.GetMonitoringRules : System.Collections.Generic.IList<Guid> -> System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.EnterpriseManagement.Warehouse.MonitoringRuleInfo>
Public Function GetMonitoringRules (monitoringRuleGuids As IList(Of Guid)) As ReadOnlyCollection(Of MonitoringRuleInfo)

Parameters

monitoringRuleGuids
IList<Guid>

A list of GUIDs for the monitoring rules to get the monitoring rules from.

Returns

Returns a ReadOnlyCollection<T> of MonitoringRuleInfo objects.

Applies to

GetMonitoringRules(IList<Guid>, String)

Returns MonitoringObjectInfo from Guids

public:
 System::Collections::ObjectModel::ReadOnlyCollection<Microsoft::EnterpriseManagement::Warehouse::MonitoringRuleInfo ^> ^ GetMonitoringRules(System::Collections::Generic::IList<Guid> ^ monitoringRuleGuids, System::String ^ languageCode);
public System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.EnterpriseManagement.Warehouse.MonitoringRuleInfo> GetMonitoringRules (System.Collections.Generic.IList<Guid> monitoringRuleGuids, string languageCode);
member this.GetMonitoringRules : System.Collections.Generic.IList<Guid> * string -> System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.EnterpriseManagement.Warehouse.MonitoringRuleInfo>
Public Function GetMonitoringRules (monitoringRuleGuids As IList(Of Guid), languageCode As String) As ReadOnlyCollection(Of MonitoringRuleInfo)

Parameters

monitoringRuleGuids
IList<Guid>

A list of GUIDs for the monitoring rules to get the monitoring rules from.

languageCode
String

The language code for the language in which the information is returned.

Returns

Returns a ReadOnlyCollection<T> of MonitoringRuleInfo objects.

Applies to