VBOCopyJob
Contains details about a backup copy job in Veeam Backup for Microsoft 365.
|
Property |
Type |
Description |
|---|---|---|
|
Id |
GUID |
Job ID. |
|
Name |
String |
Job name. |
|
JobType |
JobType |
Job type. Possible values:
|
|
Repository |
Details about a backup repository. |
|
|
BackupJob |
Details about a backup job. |
|
|
SchedulePolicy |
Schedule settings for the job. |
|
|
IsEnabled |
Bool |
If True, the job is enabled. |
|
LastStatus |
VBOJobStatus |
Job status. Possible values:
|
|
LastBackup |
DateTime? |
Date and time of the last successful run of the job. |
|
LastRun |
DateTime? |
Date and time when the job was run for the last time. |
|
NextRun |
DateTime |
Date and time of the next run of the job per schedule. |
Related Commands