Share via


DataWarehouse.SearchMonitoringRules Method

Definition

This method is for internal use only and is not intended for use in your code.

Overloads

SearchMonitoringRules(IList<Guid>, IList<Guid>, String, DateTime, DateTime, Int32)

Returns MonitoringObjectInfo from Guids

SearchMonitoringRules(IList<Guid>, IList<Guid>, String, DateTime, DateTime, Int32, String)

Returns MonitoringObjectInfo from Guids

SearchMonitoringRules(IList<Guid>, IList<Guid>, String, DateTime, DateTime, Int32)

Returns MonitoringObjectInfo from Guids

public:
 System::Collections::ObjectModel::ReadOnlyCollection<Microsoft::EnterpriseManagement::Warehouse::MonitoringRuleInfo ^> ^ SearchMonitoringRules(System::Collections::Generic::IList<Guid> ^ managementGroups, System::Collections::Generic::IList<Guid> ^ managementPacks, System::String ^ searchCriteria, DateTime from, DateTime to, int maxItems);
public System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.EnterpriseManagement.Warehouse.MonitoringRuleInfo> SearchMonitoringRules (System.Collections.Generic.IList<Guid> managementGroups, System.Collections.Generic.IList<Guid> managementPacks, string searchCriteria, DateTime from, DateTime to, int maxItems);
member this.SearchMonitoringRules : System.Collections.Generic.IList<Guid> * System.Collections.Generic.IList<Guid> * string * DateTime * DateTime * int -> System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.EnterpriseManagement.Warehouse.MonitoringRuleInfo>
Public Function SearchMonitoringRules (managementGroups As IList(Of Guid), managementPacks As IList(Of Guid), searchCriteria As String, from As DateTime, to As DateTime, maxItems As Integer) As ReadOnlyCollection(Of MonitoringRuleInfo)

Parameters

managementGroups
IList<Guid>

The GUIDs for the ManagementGroup objects to search.

managementPacks
IList<Guid>

The GUIDs for the ManagementPack objects to search.

searchCriteria
String

The search query criteria.

from
DateTime

The date and time to start the search results.

to
DateTime

The date and time to end the search results.

maxItems
Int32

The maximum items to return in the search results.

Returns

Returns a ReadOnlyCollection<T> object of MonitoringRuleInfo objects.

Applies to

SearchMonitoringRules(IList<Guid>, IList<Guid>, String, DateTime, DateTime, Int32, String)

Returns MonitoringObjectInfo from Guids

public:
 System::Collections::ObjectModel::ReadOnlyCollection<Microsoft::EnterpriseManagement::Warehouse::MonitoringRuleInfo ^> ^ SearchMonitoringRules(System::Collections::Generic::IList<Guid> ^ managementGroups, System::Collections::Generic::IList<Guid> ^ managementPacks, System::String ^ searchCriteria, DateTime from, DateTime to, int maxItems, System::String ^ languageCode);
public System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.EnterpriseManagement.Warehouse.MonitoringRuleInfo> SearchMonitoringRules (System.Collections.Generic.IList<Guid> managementGroups, System.Collections.Generic.IList<Guid> managementPacks, string searchCriteria, DateTime from, DateTime to, int maxItems, string languageCode);
member this.SearchMonitoringRules : System.Collections.Generic.IList<Guid> * System.Collections.Generic.IList<Guid> * string * DateTime * DateTime * int * string -> System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.EnterpriseManagement.Warehouse.MonitoringRuleInfo>
Public Function SearchMonitoringRules (managementGroups As IList(Of Guid), managementPacks As IList(Of Guid), searchCriteria As String, from As DateTime, to As DateTime, maxItems As Integer, languageCode As String) As ReadOnlyCollection(Of MonitoringRuleInfo)

Parameters

managementGroups
IList<Guid>

The GUIDs for the ManagementGroup objects to search.

managementPacks
IList<Guid>

The GUIDs for the ManagementPack objects to search.

searchCriteria
String

The search query criteria.

from
DateTime

The date and time to start the search results.

to
DateTime

The date and time to end the search results.

maxItems
Int32

The maximum items to return in the search results.

languageCode
String

The language code for the language in which the search results are returned.

Returns

Returns a ReadOnlyCollection<T> object of MonitoringRuleInfo objects.

Applies to