AgentPendingAction.CreateCustomMonitoringObjects Method (IList<AgentPendingAction>, ManagementGroup)

 

Applies To: Operations Manager for System Center 2012

Note: This API is now obsolete.

Namespace:   Microsoft.EnterpriseManagement.Administration
Assembly:  Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)

Syntax

[ObsoleteAttribute("Use AgentPendingAction.CreatableEnterpriseManagementObject instead")]
public static ReadOnlyCollection<CustomMonitoringObject> CreateCustomMonitoringObjects(
    IList<AgentPendingAction> agentPendingActions,
    ManagementGroup managementGroup
)
public:
[ObsoleteAttribute("Use AgentPendingAction.CreatableEnterpriseManagementObject instead")]
static ReadOnlyCollection<CustomMonitoringObject^>^ CreateCustomMonitoringObjects(
    IList<AgentPendingAction^>^ agentPendingActions,
    ManagementGroup^ managementGroup
)
[<ObsoleteAttribute("Use AgentPendingAction.CreatableEnterpriseManagementObject instead")>]
static member CreateCustomMonitoringObjects : 
        agentPendingActions:IList<AgentPendingAction> *
        managementGroup:ManagementGroup -> ReadOnlyCollection<CustomMonitoringObject>
<ObsoleteAttribute("Use AgentPendingAction.CreatableEnterpriseManagementObject instead")>
Public Shared Function CreateCustomMonitoringObjects (
    agentPendingActions As IList(Of AgentPendingAction),
    managementGroup As ManagementGroup
) As ReadOnlyCollection(Of CustomMonitoringObject)

Parameters

Return Value

Type: System.Collections.ObjectModel.ReadOnlyCollection<CustomMonitoringObject>

See Also

AgentPendingAction Class
Microsoft.EnterpriseManagement.Administration Namespace

Return to top