ManagementGroup.GetMonitoringKnowledgeArticles Method

Definition

Retrieves the knowledge articles for management pack elements.

Overloads

GetMonitoringKnowledgeArticles(Guid)
Obsolete.

Retrieves the knowledge for the specific referenced elements Id.

GetMonitoringKnowledgeArticles(ManagementPackSubElement)
Obsolete.

Retrieves the knowledge for the specific ManagementPackSubElement.

GetMonitoringKnowledgeArticles()
Obsolete.

Gets MonitoringKnowledgeArticles.

GetMonitoringKnowledgeArticles(ManagementPackElement)
Obsolete.

Retrieves the knowledge for the specific ManagementPackElement.

GetMonitoringKnowledgeArticles(ManagementPackKnowledgeArticleCriteria)
Obsolete.

Gets MonitoringKnowledgeArticles based on criteria.

Remarks

A knowledge article contains information about the meaning and importance of an object that is defined in a management pack.

GetMonitoringKnowledgeArticles(Guid)

Caution

Please use Knowledge.GetKnowledgeArticles()

Retrieves the knowledge for the specific referenced elements Id.

public:
 System::Collections::ObjectModel::ReadOnlyCollection<Microsoft::EnterpriseManagement::Configuration::MonitoringKnowledgeArticle ^> ^ GetMonitoringKnowledgeArticles(Guid referenceId);
[System.Obsolete("Please use Knowledge.GetKnowledgeArticles()")]
public System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.EnterpriseManagement.Configuration.MonitoringKnowledgeArticle> GetMonitoringKnowledgeArticles (Guid referenceId);
member this.GetMonitoringKnowledgeArticles : Guid -> System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.EnterpriseManagement.Configuration.MonitoringKnowledgeArticle>
Public Function GetMonitoringKnowledgeArticles (referenceId As Guid) As ReadOnlyCollection(Of MonitoringKnowledgeArticle)

Parameters

referenceId
Guid

The reference id to retrieve knowledge for.

Returns

The MonitoringKnowledgeArticle for the given reference id.

Attributes

Remarks

A knowledge article contains information about the meaning and importance of an object that is defined in a management pack. For information about creating a knowledge article, see How to Create a Knowledge Article

Applies to

GetMonitoringKnowledgeArticles(ManagementPackSubElement)

Caution

Please use Knowledge.GetKnowledgeArticles()

Retrieves the knowledge for the specific ManagementPackSubElement.

public:
 System::Collections::ObjectModel::ReadOnlyCollection<Microsoft::EnterpriseManagement::Configuration::MonitoringKnowledgeArticle ^> ^ GetMonitoringKnowledgeArticles(Microsoft::EnterpriseManagement::Configuration::ManagementPackSubElement ^ managementPackSubElement);
[System.Obsolete("Please use Knowledge.GetKnowledgeArticles()")]
public System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.EnterpriseManagement.Configuration.MonitoringKnowledgeArticle> GetMonitoringKnowledgeArticles (Microsoft.EnterpriseManagement.Configuration.ManagementPackSubElement managementPackSubElement);
member this.GetMonitoringKnowledgeArticles : Microsoft.EnterpriseManagement.Configuration.ManagementPackSubElement -> System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.EnterpriseManagement.Configuration.MonitoringKnowledgeArticle>
Public Function GetMonitoringKnowledgeArticles (managementPackSubElement As ManagementPackSubElement) As ReadOnlyCollection(Of MonitoringKnowledgeArticle)

Parameters

managementPackSubElement
ManagementPackSubElement

The sub element to retrieve knowledge for.

Returns

The MonitoringKnowledgeArticles for the given ManagementPackSubElement

Attributes

Exceptions

managementPackSubElement is null

Remarks

A knowledge article contains information about the meaning and importance of an object that is defined in a management pack. For information about creating a knowledge article, see How to Create a Knowledge Article

Applies to

GetMonitoringKnowledgeArticles()

Caution

Please use Knowledge.GetKnowledgeArticles()

Gets MonitoringKnowledgeArticles.

public:
 System::Collections::ObjectModel::ReadOnlyCollection<Microsoft::EnterpriseManagement::Configuration::MonitoringKnowledgeArticle ^> ^ GetMonitoringKnowledgeArticles();
[System.Obsolete("Please use Knowledge.GetKnowledgeArticles()")]
public System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.EnterpriseManagement.Configuration.MonitoringKnowledgeArticle> GetMonitoringKnowledgeArticles ();
member this.GetMonitoringKnowledgeArticles : unit -> System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.EnterpriseManagement.Configuration.MonitoringKnowledgeArticle>
Public Function GetMonitoringKnowledgeArticles () As ReadOnlyCollection(Of MonitoringKnowledgeArticle)

Returns

A collection of MonitoringKnowledgeArticles that match the criteria.

Attributes

Remarks

A knowledge article contains information about the meaning and importance of an object that is defined in a management pack. For information about creating a knowledge article, see How to Create a Knowledge Article

Applies to

GetMonitoringKnowledgeArticles(ManagementPackElement)

Caution

Please use Knowledge.GetKnowledgeArticles()

Retrieves the knowledge for the specific ManagementPackElement.

public:
 System::Collections::ObjectModel::ReadOnlyCollection<Microsoft::EnterpriseManagement::Configuration::MonitoringKnowledgeArticle ^> ^ GetMonitoringKnowledgeArticles(Microsoft::EnterpriseManagement::Configuration::ManagementPackElement ^ managementPackElement);
[System.Obsolete("Please use Knowledge.GetKnowledgeArticles()")]
public System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.EnterpriseManagement.Configuration.MonitoringKnowledgeArticle> GetMonitoringKnowledgeArticles (Microsoft.EnterpriseManagement.Configuration.ManagementPackElement managementPackElement);
member this.GetMonitoringKnowledgeArticles : Microsoft.EnterpriseManagement.Configuration.ManagementPackElement -> System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.EnterpriseManagement.Configuration.MonitoringKnowledgeArticle>
Public Function GetMonitoringKnowledgeArticles (managementPackElement As ManagementPackElement) As ReadOnlyCollection(Of MonitoringKnowledgeArticle)

Parameters

managementPackElement
ManagementPackElement

The element to retrieve knowledge for.

Returns

The MonitoringKnowledgeArticles for the given ManagementPackElement

Attributes

Exceptions

managementPackElement is null

Remarks

A knowledge article contains information about the meaning and importance of an object that is defined in a management pack. For information about creating a knowledge article, see How to Create a Knowledge Article

Applies to

GetMonitoringKnowledgeArticles(ManagementPackKnowledgeArticleCriteria)

Caution

Please use Knowledge.GetKnowledgeArticles()

Gets MonitoringKnowledgeArticles based on criteria.

public:
 System::Collections::ObjectModel::ReadOnlyCollection<Microsoft::EnterpriseManagement::Configuration::MonitoringKnowledgeArticle ^> ^ GetMonitoringKnowledgeArticles(Microsoft::EnterpriseManagement::Configuration::ManagementPackKnowledgeArticleCriteria ^ criteria);
[System.Obsolete("Please use Knowledge.GetKnowledgeArticles()")]
public System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.EnterpriseManagement.Configuration.MonitoringKnowledgeArticle> GetMonitoringKnowledgeArticles (Microsoft.EnterpriseManagement.Configuration.ManagementPackKnowledgeArticleCriteria criteria);
member this.GetMonitoringKnowledgeArticles : Microsoft.EnterpriseManagement.Configuration.ManagementPackKnowledgeArticleCriteria -> System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.EnterpriseManagement.Configuration.MonitoringKnowledgeArticle>
Public Function GetMonitoringKnowledgeArticles (criteria As ManagementPackKnowledgeArticleCriteria) As ReadOnlyCollection(Of MonitoringKnowledgeArticle)

Parameters

Returns

A collection of MonitoringKnowledgeArticles that match the criteria.

Attributes

Remarks

A knowledge article contains information about the meaning and importance of an object that is defined in a management pack. For information about creating a knowledge article, seeHow to Create a Knowledge Article

Applies to