Share via


ManagementGroup.GetMonitoringKnowledgeArticlesLocalized Method

Definition

Retrieves the localized knowledge articles for management pack elements.

Overloads

GetMonitoringKnowledgeArticlesLocalized(ManagementPackElement)
Obsolete.

Retrieves the knowledge for the specific ManagementPackElement.

GetMonitoringKnowledgeArticlesLocalized(ManagementPackSubElement)
Obsolete.

Retrieves the knowledge for the specific ManagementPackSubElement.

GetMonitoringKnowledgeArticlesLocalized(Guid)
Obsolete.

Retrieves the knowledge for the specific referenced elements Id.

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.

GetMonitoringKnowledgeArticlesLocalized(ManagementPackElement)

Caution

Please use Knowledge.GetKnowledgeArticlesLocalized()

Retrieves the knowledge for the specific ManagementPackElement.

public:
 System::Collections::ObjectModel::ReadOnlyCollection<Microsoft::EnterpriseManagement::Configuration::MonitoringKnowledgeArticle ^> ^ GetMonitoringKnowledgeArticlesLocalized(Microsoft::EnterpriseManagement::Configuration::ManagementPackElement ^ managementPackElement);
[System.Obsolete("Please use Knowledge.GetKnowledgeArticlesLocalized()")]
public System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.EnterpriseManagement.Configuration.MonitoringKnowledgeArticle> GetMonitoringKnowledgeArticlesLocalized (Microsoft.EnterpriseManagement.Configuration.ManagementPackElement managementPackElement);
member this.GetMonitoringKnowledgeArticlesLocalized : Microsoft.EnterpriseManagement.Configuration.ManagementPackElement -> System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.EnterpriseManagement.Configuration.MonitoringKnowledgeArticle>
Public Function GetMonitoringKnowledgeArticlesLocalized (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

GetMonitoringKnowledgeArticlesLocalized(ManagementPackSubElement)

Caution

Please use Knowledge.GetKnowledgeArticlesLocalized()

Retrieves the knowledge for the specific ManagementPackSubElement.

public:
 System::Collections::ObjectModel::ReadOnlyCollection<Microsoft::EnterpriseManagement::Configuration::MonitoringKnowledgeArticle ^> ^ GetMonitoringKnowledgeArticlesLocalized(Microsoft::EnterpriseManagement::Configuration::ManagementPackSubElement ^ managementPackSubElement);
[System.Obsolete("Please use Knowledge.GetKnowledgeArticlesLocalized()")]
public System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.EnterpriseManagement.Configuration.MonitoringKnowledgeArticle> GetMonitoringKnowledgeArticlesLocalized (Microsoft.EnterpriseManagement.Configuration.ManagementPackSubElement managementPackSubElement);
member this.GetMonitoringKnowledgeArticlesLocalized : Microsoft.EnterpriseManagement.Configuration.ManagementPackSubElement -> System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.EnterpriseManagement.Configuration.MonitoringKnowledgeArticle>
Public Function GetMonitoringKnowledgeArticlesLocalized (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

GetMonitoringKnowledgeArticlesLocalized(Guid)

Caution

Please use Knowledge.GetKnowledgeArticlesLocalized()

Retrieves the knowledge for the specific referenced elements Id.

public:
 System::Collections::ObjectModel::ReadOnlyCollection<Microsoft::EnterpriseManagement::Configuration::MonitoringKnowledgeArticle ^> ^ GetMonitoringKnowledgeArticlesLocalized(Guid referenceId);
[System.Obsolete("Please use Knowledge.GetKnowledgeArticlesLocalized()")]
public System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.EnterpriseManagement.Configuration.MonitoringKnowledgeArticle> GetMonitoringKnowledgeArticlesLocalized (Guid referenceId);
member this.GetMonitoringKnowledgeArticlesLocalized : Guid -> System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.EnterpriseManagement.Configuration.MonitoringKnowledgeArticle>
Public Function GetMonitoringKnowledgeArticlesLocalized (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