VBORepositoryMaintenanceSession
Contains details about a maintenance session.
|
Property |
Type |
Description |
|---|---|---|
|
Id |
GUID |
Maintenance session ID. |
|
State |
VBOControllerSessionState |
Status of the maintenance session. Possible values:
|
|
StartTime |
DateTime |
Date and time when the maintenance session was started. |
|
EndTime |
DateTime? |
Date and time when the maintenance session ended. |
|
ErrorMessage |
String? |
Error message when the maintenance session failed. |
|
RepositoryIds |
IReadOnlyCollection |
Array of IDs of backup repositories involved in the maintenance session. |
|
WaitForSessionsTimeout |
TimeSpan |
Timeout used to wait for the related sessions to finish before starting the current session. |
|
ForceStopSessions |
Bool |
If True, the related sessions are stopped, the maintenance session is created and started. |
|
ForceStopSessionsTimeout |
TimeSpan |
Timeout used to wait for the related sessions to stop after Veeam Backup for Microsoft 365 forced them to stop. |
Related Commands
Start-VBORepositoryMaintenanceSessionCreates and starts a maintenance session to suspend operations on backup repositories.Get-VBORepositoryMaintenanceSessionReturns maintenance sessions started for backup repositories.Stop-VBORepositoryMaintenanceSessionStops maintenance sessions.