Values.BackupPlanInputSourceContains an optional backup plan display name and an array of BackupRule objects, each of which specifies a backup rule. Each rule in a backup plan is a separate scheduled task.
type nonrec t = {backupPlanName : BackupPlanName.t;The display name of a backup plan. Must contain 1 to 50 alphanumeric or '-_.' characters.
*)rules : BackupRulesInput.t;An array of BackupRule objects, each of which specifies a scheduled task that is used to back up a selection of resources.
*)advancedBackupSettings : AdvancedBackupSettings.t option;Specifies a list of BackupOptions for each resource type. These settings are only available for Windows Volume Shadow Copy Service (VSS) backup jobs.
*)scanSettings : ScanSettings.t option;Contains your scanning configuration for the backup rule and includes the malware scanner, and scan mode of either full or incremental.
*)}val make :
?advancedBackupSettings:??? ->
?scanSettings:??? ->
backupPlanName:BackupPlanName.t ->
rules:BackupRulesInput.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `Boolean of Boolean.t
| `Enum of string
| `List of
[> `String of ResourceType.t
| `Structure of
(string
* [> `Enum of string
| `List of [> `String of ResourceType.t ] list
| `String of ARN.t
| `Structure of
(string
* [> `Boolean of Boolean.t
| `Enum of string
| `Long of Long.t ])
list ])
list ]
list
| `Long of WindowMinutes.t
| `Map of
([> `String of TagKey.t ] * [> `String of TagValue.t ])
list
| `String of BackupRuleName.t
| `Structure of
(string
* [> `Boolean of Boolean.t
| `Enum of string
| `Long of Long.t ])
list ])
list ]
list
| `String of BackupPlanName.t ])
list ]