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
- agentPendingActions
 Type: System.Collections.Generic.IList<AgentPendingAction>
- managementGroup
 Type: Microsoft.EnterpriseManagement.ManagementGroup
Return Value
Type: System.Collections.ObjectModel.ReadOnlyCollection<CustomMonitoringObject>
See Also
AgentPendingAction Class
Microsoft.EnterpriseManagement.Administration Namespace
Return to top