Share via


DataWarehouse.SearchPerformanceRules Method (IList<Guid>, IList<Guid>, String, DateTime, DateTime, Int32)

 

Applies To: Operations Manager for System Center 2012

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

Namespace:   Microsoft.EnterpriseManagement.Warehouse
Assembly:  Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)

Syntax

public ReadOnlyCollection<PerformanceRuleInfo> SearchPerformanceRules(
    IList<Guid> managementGroups,
    IList<Guid> managementPacks,
    string nameSearchCriteria,
    DateTime from,
    DateTime to,
    int maxItems
)
public:
ReadOnlyCollection<PerformanceRuleInfo^>^ SearchPerformanceRules(
    IList<Guid>^ managementGroups,
    IList<Guid>^ managementPacks,
    String^ nameSearchCriteria,
    DateTime from,
    DateTime to,
    int maxItems
)
member SearchPerformanceRules : 
        managementGroups:IList<Guid> *
        managementPacks:IList<Guid> *
        nameSearchCriteria:string *
        from:DateTime *
        to:DateTime *
        maxItems:int -> ReadOnlyCollection<PerformanceRuleInfo>
Public Function SearchPerformanceRules (
    managementGroups As IList(Of Guid),
    managementPacks As IList(Of Guid),
    nameSearchCriteria As String,
    from As Date,
    to As Date,
    maxItems As Integer
) As ReadOnlyCollection(Of PerformanceRuleInfo)

Parameters

  • nameSearchCriteria
    Type: System.String

    The search query criteria.

  • from
    Type: System.DateTime

    The date and time to start the search results.

  • maxItems
    Type: System.Int32

    The maximum items to return in the search results.

Return Value

Type: System.Collections.ObjectModel.ReadOnlyCollection<PerformanceRuleInfo>

Returns a ReadOnlyCollection<T> object of PerformanceRuleInfo objects.

See Also

SearchPerformanceRules Overload
DataWarehouse Class
Microsoft.EnterpriseManagement.Warehouse Namespace

Return to top