IMonitoringNotificationManagement.GetNotificationEndpoints Method

Definition

Get all endpoints.

public:
 System::Collections::Generic::IList<Microsoft::EnterpriseManagement::Administration::NotificationEndpoint ^> ^ GetNotificationEndpoints();
public System.Collections.Generic.IList<Microsoft.EnterpriseManagement.Administration.NotificationEndpoint> GetNotificationEndpoints ();
abstract member GetNotificationEndpoints : unit -> System.Collections.Generic.IList<Microsoft.EnterpriseManagement.Administration.NotificationEndpoint>
Public Function GetNotificationEndpoints () As IList(Of NotificationEndpoint)

Returns

IList<NotificationEndpoint>

A collection of notification endpoints.

Applies to