DataWarehouse.SearchMonitoringClasses Method

Definition

Searches for MonitoringObjectInfo objects.

Overloads

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

Returns MonitoringClassInfo By Searching Criteria

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

Returns MonitoringClassInfo By Searching Criteria

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

Returns MonitoringClassInfo By Searching Criteria

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

Parameters

managementGroups
IList<Guid>

The list of Guid objects that represent the ManagementGroup 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 number of search results to return.

Returns

ReadOnlyCollection<MonitoringClassInfo>

Returns a ReadOnlyCollection<T> object of MonitoringObjectInfo objects.

Applies to

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

Returns MonitoringClassInfo By Searching Criteria

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

Parameters

managementGroups
IList<Guid>

The list of Guid objects that represent the ManagementGroup 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 number of search results to return.

languageCode
String

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

Returns

ReadOnlyCollection<MonitoringClassInfo>

Returns a ReadOnlyCollection<T> object of MonitoringObjectInfo objects.

Applies to