VBREntraIDTenantBackupJob
Contains settings of a backup job for a Microsoft Entra ID tenant.
Properties
|
Property |
Type |
Description |
|---|---|---|
|
Id |
Guid |
Backup job ID. |
|
Name |
String |
Backup job name. |
|
Description |
String |
Backup job description. |
|
Tenant |
VBREntraIDTenant |
Protected Microsoft Entra ID tenant. |
|
RetentionType |
VBRRetentionType |
Retention type for the backup job. |
|
RetentionPolicy |
Int32 |
Retention policy in days. |
|
NotificationOptions |
Notification options. |
|
|
EnableSchedule |
Boolean |
Defines if the backup jobs runs by a schedule. |
|
ScheduleOptions |
ScheduleOptions |
Schedule options. |
|
ParentScheduleId |
Guid |
ID of the job after which the backup job is scheduled to be run. |
|
EncryptionOptions |
Encryption options. |
Related Commands