Share via


DataWarehouse.SearchPerformanceRules Method

Definition

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

Overloads

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

Returns MonitoringObjectInfo from Guids

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

Returns MonitoringObjectInfo from Guids

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

Returns MonitoringObjectInfo from Guids

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

Returns MonitoringObjectInfo from Guids

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

Returns MonitoringObjectInfo from Guids

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

Parameters

managementGroups
IList<Guid>

The GUIDs for the ManagementGroup objects to search.

managementPacks
IList<Guid>

The GUIDs for the ManagementPack objects to search.

nameSearchCriteria
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 PerformanceRuleInfo objects.

Applies to

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

Returns MonitoringObjectInfo from Guids

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

Parameters

managementGroups
IList<Guid>

The GUIDs for the ManagementGroup objects to search.

managementPacks
IList<Guid>

The GUIDs for the ManagementPack objects to search.

nameSearchCriteria
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 PerformanceRuleInfo objects.

Applies to

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

Returns MonitoringObjectInfo from Guids

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

Parameters

managementGroups
IList<Guid>

The GUIDs for the ManagementGroup objects to search.

managementPacks
IList<Guid>

The GUIDs for the ManagementPack objects to search.

objectNameCriteria
String

The search query criteria used to filter out results by the object's name.

counterNameCriteria
String

The search query criteria used to filter out results by the performance data counter's name.

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 PerformanceRuleInfo objects.

Applies to

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

Returns MonitoringObjectInfo from Guids

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

Parameters

managementGroups
IList<Guid>

The GUIDs for the ManagementGroup objects to search.

managementPacks
IList<Guid>

The GUIDs for the ManagementPack objects to search.

objectNameCriteria
String

The search query criteria used to filter out results by the object's name.

counterNameCriteria
String

The search query criteria used to filter out results by the performance data counter's name.

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 PerformanceRuleInfo objects.

Applies to