Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Applies To: Operations Manager for System Center 2012
Namespace: Microsoft.EnterpriseManagement.Warehouse
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)
Syntax
public ReadOnlyCollection<MonitoringObjectInfo> SearchMonitoringObjects(
IList<Guid> managementGroups,
IList<Guid> monitoringClasses,
IList<Guid> monitoringContainedClasses,
string searchCriteria,
DateTime from,
DateTime to,
int maxItems,
string languageCode
)
public:
ReadOnlyCollection<MonitoringObjectInfo^>^ SearchMonitoringObjects(
IList<Guid>^ managementGroups,
IList<Guid>^ monitoringClasses,
IList<Guid>^ monitoringContainedClasses,
String^ searchCriteria,
DateTime from,
DateTime to,
int maxItems,
String^ languageCode
)
member SearchMonitoringObjects :
managementGroups:IList<Guid> *
monitoringClasses:IList<Guid> *
monitoringContainedClasses:IList<Guid> *
searchCriteria:string *
from:DateTime *
to:DateTime *
maxItems:int *
languageCode:string -> ReadOnlyCollection<MonitoringObjectInfo>
Public Function SearchMonitoringObjects (
managementGroups As IList(Of Guid),
monitoringClasses As IList(Of Guid),
monitoringContainedClasses As IList(Of Guid),
searchCriteria As String,
from As Date,
to As Date,
maxItems As Integer,
languageCode As String
) As ReadOnlyCollection(Of MonitoringObjectInfo)
Parameters
managementGroups
Type: System.Collections.Generic.IList<Guid>The list of Guid objects that represent the ManagementGroup objects to search.
monitoringClasses
Type: System.Collections.Generic.IList<Guid>The GUIDs for the monitoring classes to search.
monitoringContainedClasses
Type: System.Collections.Generic.IList<Guid>The GUIDs for the contained monitoring classes to search.
searchCriteria
Type: System.StringThe search query criteria.
from
Type: System.DateTimeThe date and time to start the search results.
to
Type: System.DateTimeThe date and time to end the search results.
maxItems
Type: System.Int32The maximum number of search results to return.
languageCode
Type: System.StringThe language code for the language in which the information is returned.
Return Value
Type: System.Collections.ObjectModel.ReadOnlyCollection<MonitoringObjectInfo>
Returns a ReadOnlyCollection<T> object of MonitoringObjectInfo objects.
See Also
SearchMonitoringObjects Overload
DataWarehouse Class
Microsoft.EnterpriseManagement.Warehouse Namespace
Return to top