pub enum ApplyTime {
Immediate,
OnReset,
AtMaintenanceWindowStart,
InMaintenanceWindowOnReset,
OnStartUpdateRequest,
}
Variants§
Immediate
This value shall indicate the HttpPushUri-provided software is applied immediately.
OnReset
This value shall indicate the HttpPushUri-provided software is applied when the system or service is reset.
AtMaintenanceWindowStart
This value shall indicate the HttpPushUri-provided software is applied during the maintenance window specified by the MaintenanceWindowStartTime and MaintenanceWindowDurationInSeconds properties. A service may perform resets during this maintenance window.
InMaintenanceWindowOnReset
This value shall indicate the HttpPushUri-provided software is applied during the maintenance window specified by the MaintenanceWindowStartTime and MaintenanceWindowDurationInSeconds properties, and if a reset occurs within the maintenance window.
OnStartUpdateRequest
This value shall indicate the HttpPushUri-provided software is applied when the StartUpdate action of the update service is invoked. Added in version v1_11_0.