Server.UpdateStages.WithMaintenanceWindow Interface

public static interface Server.UpdateStages.WithMaintenanceWindow

The stage of the Server update allowing to specify maintenanceWindow.

Method Summary

Modifier and Type Method and Description
abstract Update withMaintenanceWindow(MaintenanceWindowForPatch maintenanceWindow)

Specifies the maintenanceWindow property: Maintenance window properties of a server..

Method Details

withMaintenanceWindow

public abstract Server.Update withMaintenanceWindow(MaintenanceWindowForPatch maintenanceWindow)

Specifies the maintenanceWindow property: Maintenance window properties of a server..

Parameters:

maintenanceWindow - Maintenance window properties of a server.

Returns:

the next definition stage.

Applies to