backupOptions property
Specifies the backup option for a selected resource. This option is only available for Windows VSS backup jobs.
Valid values: Set to "WindowsVSS”:“enabled"
to enable
WindowsVSS backup option and create a VSS Windows backup. Set to
“WindowsVSS”:”disabled” to create a regular backup. If you specify an
invalid option, you get an InvalidParameterValueException
exception.
Implementation
final Map<String, String>? backupOptions;