Values.GetBackupPlanInputSourceReturns BackupPlan details for the specified BackupPlanId. The details are the body of a backup plan in JSON format, in addition to plan metadata.
type nonrec t = {backupPlanId : string;Uniquely identifies a backup plan.
*)versionId : string option;Unique, randomly generated, Unicode, UTF-8 encoded strings that are at most 1,024 bytes long. Version IDs cannot be edited.
*)maxScheduledRunsPreview : MaxScheduledRunsPreview.t option;Number of future scheduled backup runs to preview. When set to 0 (default), no scheduled runs preview is included in the response. Valid range is 0-10.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Integer of MaxScheduledRunsPreview.t | `String of string ])
list ]