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
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> GetPerformanceRules(
IList<Guid> monitoringRuleGuids
)
public:
ReadOnlyCollection<PerformanceRuleInfo^>^ GetPerformanceRules(
IList<Guid>^ monitoringRuleGuids
)
member GetPerformanceRules :
monitoringRuleGuids:IList<Guid> -> ReadOnlyCollection<PerformanceRuleInfo>
Public Function GetPerformanceRules (
monitoringRuleGuids As IList(Of Guid)
) As ReadOnlyCollection(Of PerformanceRuleInfo)
Parameters
monitoringRuleGuids
Type: System.Collections.Generic.IList<Guid>A list of GUIDs for the monitoring rules to get the performance rules from.
Return Value
Type: System.Collections.ObjectModel.ReadOnlyCollection<PerformanceRuleInfo>
Returns a ReadOnlyCollection<T> of PerformanceRuleInfo objects.
See Also
GetPerformanceRules Overload
DataWarehouse Class
Microsoft.EnterpriseManagement.Warehouse Namespace
Return to top