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
System_CAPS_pubmethod GetMonitoringKnowledgeArticles()

Obsolete.Retrieves a collection of all the knowledge articles for management pack elements.

System_CAPS_pubmethod GetMonitoringKnowledgeArticles(Guid)

Obsolete.Retrieves a collection of the knowledge articles for management pack elements in the management group that have the specified GUID.

System_CAPS_pubmethod GetMonitoringKnowledgeArticles(ManagementPackElement)

Obsolete.Retrieves the knowledge articles for the specified management pack element.

System_CAPS_pubmethod GetMonitoringKnowledgeArticles(ManagementPackKnowledgeArticleCriteria)

Obsolete.Retrieves a collection of knowledge articles that match the specified filter.

System_CAPS_pubmethod 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