ManagementGroup.GetMonitoringKnowledgeArticles Method
Applies To: Operations Manager for System Center 2012
Retrieves the knowledge articles for management pack elements.
Namespace: Microsoft.EnterpriseManagement
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)
Overload List
Name | Description | |
---|---|---|
GetMonitoringKnowledgeArticles() | Obsolete.Retrieves a collection of all the knowledge articles for management pack elements. |
|
GetMonitoringKnowledgeArticles(Guid) | Obsolete.Retrieves a collection of the knowledge articles for management pack elements in the management group that have the specified GUID. |
|
GetMonitoringKnowledgeArticles(ManagementPackElement) | Obsolete.Retrieves the knowledge articles for the specified management pack element. |
|
GetMonitoringKnowledgeArticles(ManagementPackKnowledgeArticleCriteria) | Obsolete.Retrieves a collection of knowledge articles that match the specified filter. |
|
GetMonitoringKnowledgeArticles(ManagementPackSubElement) | Obsolete.Retrieves the knowledge articles for the specified child elements of management pack elements. |
Remarks
A knowledge article contains information about the meaning and importance of an object that is defined in a management pack.
See Also
ManagementGroup Class
Microsoft.EnterpriseManagement Namespace
Return to top