PartialMonitoringObject.GetMaintenanceWindowHistory Method ()
Applies To: Operations Manager for System Center 2012
Note: This API is now obsolete.
Gets maintenance mode information history.
Namespace: Microsoft.EnterpriseManagement.Monitoring
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)
Syntax
[ObsoleteAttribute("This method will be removed in favor of the same method that returns an ILiIst instance of a ReadOnlyCollection")]
public ReadOnlyCollection<MaintenanceWindow> GetMaintenanceWindowHistory()
public:
[ObsoleteAttribute("This method will be removed in favor of the same method that returns an ILiIst instance of a ReadOnlyCollection")]
ReadOnlyCollection<MaintenanceWindow^>^ GetMaintenanceWindowHistory()
[<ObsoleteAttribute("This method will be removed in favor of the same method that returns an ILiIst instance of a ReadOnlyCollection")>]
member GetMaintenanceWindowHistory : unit -> ReadOnlyCollection<MaintenanceWindow>
<ObsoleteAttribute("This method will be removed in favor of the same method that returns an ILiIst instance of a ReadOnlyCollection")>
Public Function GetMaintenanceWindowHistory As ReadOnlyCollection(Of MaintenanceWindow)
Return Value
Type: System.Collections.ObjectModel.ReadOnlyCollection<MaintenanceWindow>
Returns ReadOnlyCollection<T> of MaintenanceWindowobjects. .
See Also
PartialMonitoringObject Class
Microsoft.EnterpriseManagement.Monitoring Namespace
Return to top