VBOJob
Contains details about a job in Veeam Backup for Microsoft 365.
|
Property |
Type |
Description |
|---|---|---|
|
Organization |
Details about a Microsoft organization. |
|
|
Name |
String |
Job name. |
|
JobType |
JobType |
Job type. Possible values:
|
|
Description |
String |
Job description. |
|
JobBackupType |
VBOJobBackupType |
Backup job type. Possible values:
|
|
SelectedItems |
Array of objects that the backup job backs up. |
|
|
ExcludedItems |
Array of objects that the backup job does not back up. |
|
|
SelectedOneDriveFolders |
String[] |
Array of OneDrive folders that the backup job backs up. |
|
ExcludedOneDriveFolders |
String[] |
Array of OneDrive folders that the backup job does not back up. |
|
Repository |
Details about a backup repository. |
|
|
LastStatus |
VBOJobStatus |
Job status. Possible values:
|
|
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. |
|
LastBackup |
DateTime? |
Date and time of the last successful run of the job. |
|
IsEnabled |
Bool |
If True, the job is enabled. |
|
SchedulePolicy |
Schedule settings for the job. |
|
|
Id |
GUID |
Job ID. |
Related Commands