ManagementServer.SubmitUpdateAgents Method
Applies To: Operations Manager for System Center 2012
Starts an asynchronous operation to update agents on a specified collection of managed computers and receives notification when the status of any update changes.
Namespace: Microsoft.EnterpriseManagement.Administration
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)
Overload List
Name | Description | |
---|---|---|
SubmitUpdateAgents(IList<AgentManagedComputer>, UpdateAgentConfiguration, MonitoringTaskStatusChangeCallback) | Obsolete.Starts an asynchronous operation to update agents on a specified collection of managed computers in accordance with the specified update configuration and receives notification when the status of any update changes. |
|
SubmitUpdateAgents(IList<AgentManagedComputer>, UpdateAgentConfiguration, TaskStatusChangeCallback) | ||
SubmitUpdateAgents(IList<MonitoringObject>, UpdateAgentConfiguration, MonitoringTaskStatusChangeCallback) | Obsolete.Starts an asynchronous operation to update agents as specified by user action managers in accordance with the specified update configuration and receives notification when the status of any update changes. |
|
SubmitUpdateAgents(IList<MonitoringObject>, UpdateAgentConfiguration, TaskStatusChangeCallback) | ||
SubmitUpdateAgents(IList<PartialAgentManagedComputer>, UpdateAgentConfiguration, MonitoringTaskStatusChangeCallback) | Obsolete.Starts an asynchronous operation to update agents on a specified collection of partial agent-managed computers in accordance with the specified update configuration and receives notification when the status of any update changes. |
|
SubmitUpdateAgents(IList<PartialAgentManagedComputer>, UpdateAgentConfiguration, TaskStatusChangeCallback) |
See Also
ManagementServer Class
Microsoft.EnterpriseManagement.Administration Namespace
Return to top