@azure/arm-dataprotection 1.0.0-beta.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (520) hide show
  1. package/CHANGELOG.md +5 -0
  2. package/LICENSE +21 -0
  3. package/README.md +109 -0
  4. package/dist/index.js +10451 -0
  5. package/dist/index.js.map +1 -0
  6. package/dist/index.min.js +1 -0
  7. package/dist/index.min.js.map +1 -0
  8. package/dist-esm/samples-dev/backupInstancesAdhocBackupSample.d.ts +2 -0
  9. package/dist-esm/samples-dev/backupInstancesAdhocBackupSample.d.ts.map +1 -0
  10. package/dist-esm/samples-dev/backupInstancesAdhocBackupSample.js +46 -0
  11. package/dist-esm/samples-dev/backupInstancesAdhocBackupSample.js.map +1 -0
  12. package/dist-esm/samples-dev/backupInstancesCreateOrUpdateSample.d.ts +2 -0
  13. package/dist-esm/samples-dev/backupInstancesCreateOrUpdateSample.d.ts.map +1 -0
  14. package/dist-esm/samples-dev/backupInstancesCreateOrUpdateSample.js +85 -0
  15. package/dist-esm/samples-dev/backupInstancesCreateOrUpdateSample.js.map +1 -0
  16. package/dist-esm/samples-dev/backupInstancesDeleteSample.d.ts +2 -0
  17. package/dist-esm/samples-dev/backupInstancesDeleteSample.d.ts.map +1 -0
  18. package/dist-esm/samples-dev/backupInstancesDeleteSample.js +40 -0
  19. package/dist-esm/samples-dev/backupInstancesDeleteSample.js.map +1 -0
  20. package/dist-esm/samples-dev/backupInstancesExtensionRoutingListSample.d.ts +2 -0
  21. package/dist-esm/samples-dev/backupInstancesExtensionRoutingListSample.d.ts.map +1 -0
  22. package/dist-esm/samples-dev/backupInstancesExtensionRoutingListSample.js +52 -0
  23. package/dist-esm/samples-dev/backupInstancesExtensionRoutingListSample.js.map +1 -0
  24. package/dist-esm/samples-dev/backupInstancesGetBackupInstanceOperationResultSample.d.ts +2 -0
  25. package/dist-esm/samples-dev/backupInstancesGetBackupInstanceOperationResultSample.d.ts.map +1 -0
  26. package/dist-esm/samples-dev/backupInstancesGetBackupInstanceOperationResultSample.js +41 -0
  27. package/dist-esm/samples-dev/backupInstancesGetBackupInstanceOperationResultSample.js.map +1 -0
  28. package/dist-esm/samples-dev/backupInstancesGetSample.d.ts +2 -0
  29. package/dist-esm/samples-dev/backupInstancesGetSample.d.ts.map +1 -0
  30. package/dist-esm/samples-dev/backupInstancesGetSample.js +40 -0
  31. package/dist-esm/samples-dev/backupInstancesGetSample.js.map +1 -0
  32. package/dist-esm/samples-dev/backupInstancesListSample.d.ts +2 -0
  33. package/dist-esm/samples-dev/backupInstancesListSample.d.ts.map +1 -0
  34. package/dist-esm/samples-dev/backupInstancesListSample.js +53 -0
  35. package/dist-esm/samples-dev/backupInstancesListSample.js.map +1 -0
  36. package/dist-esm/samples-dev/backupInstancesResumeBackupsSample.d.ts +2 -0
  37. package/dist-esm/samples-dev/backupInstancesResumeBackupsSample.d.ts.map +1 -0
  38. package/dist-esm/samples-dev/backupInstancesResumeBackupsSample.js +40 -0
  39. package/dist-esm/samples-dev/backupInstancesResumeBackupsSample.js.map +1 -0
  40. package/dist-esm/samples-dev/backupInstancesResumeProtectionSample.d.ts +2 -0
  41. package/dist-esm/samples-dev/backupInstancesResumeProtectionSample.d.ts.map +1 -0
  42. package/dist-esm/samples-dev/backupInstancesResumeProtectionSample.js +40 -0
  43. package/dist-esm/samples-dev/backupInstancesResumeProtectionSample.js.map +1 -0
  44. package/dist-esm/samples-dev/backupInstancesStopProtectionSample.d.ts +2 -0
  45. package/dist-esm/samples-dev/backupInstancesStopProtectionSample.d.ts.map +1 -0
  46. package/dist-esm/samples-dev/backupInstancesStopProtectionSample.js +40 -0
  47. package/dist-esm/samples-dev/backupInstancesStopProtectionSample.js.map +1 -0
  48. package/dist-esm/samples-dev/backupInstancesSuspendBackupsSample.d.ts +2 -0
  49. package/dist-esm/samples-dev/backupInstancesSuspendBackupsSample.d.ts.map +1 -0
  50. package/dist-esm/samples-dev/backupInstancesSuspendBackupsSample.js +40 -0
  51. package/dist-esm/samples-dev/backupInstancesSuspendBackupsSample.js.map +1 -0
  52. package/dist-esm/samples-dev/backupInstancesSyncBackupInstanceSample.d.ts +2 -0
  53. package/dist-esm/samples-dev/backupInstancesSyncBackupInstanceSample.d.ts.map +1 -0
  54. package/dist-esm/samples-dev/backupInstancesSyncBackupInstanceSample.js +43 -0
  55. package/dist-esm/samples-dev/backupInstancesSyncBackupInstanceSample.js.map +1 -0
  56. package/dist-esm/samples-dev/backupInstancesTriggerRehydrateSample.d.ts +2 -0
  57. package/dist-esm/samples-dev/backupInstancesTriggerRehydrateSample.d.ts.map +1 -0
  58. package/dist-esm/samples-dev/backupInstancesTriggerRehydrateSample.js +45 -0
  59. package/dist-esm/samples-dev/backupInstancesTriggerRehydrateSample.js.map +1 -0
  60. package/dist-esm/samples-dev/backupInstancesTriggerRestoreSample.d.ts +2 -0
  61. package/dist-esm/samples-dev/backupInstancesTriggerRestoreSample.d.ts.map +1 -0
  62. package/dist-esm/samples-dev/backupInstancesTriggerRestoreSample.js +163 -0
  63. package/dist-esm/samples-dev/backupInstancesTriggerRestoreSample.js.map +1 -0
  64. package/dist-esm/samples-dev/backupInstancesValidateForBackupSample.d.ts +2 -0
  65. package/dist-esm/samples-dev/backupInstancesValidateForBackupSample.d.ts.map +1 -0
  66. package/dist-esm/samples-dev/backupInstancesValidateForBackupSample.js +73 -0
  67. package/dist-esm/samples-dev/backupInstancesValidateForBackupSample.js.map +1 -0
  68. package/dist-esm/samples-dev/backupInstancesValidateForRestoreSample.d.ts +2 -0
  69. package/dist-esm/samples-dev/backupInstancesValidateForRestoreSample.d.ts.map +1 -0
  70. package/dist-esm/samples-dev/backupInstancesValidateForRestoreSample.js +78 -0
  71. package/dist-esm/samples-dev/backupInstancesValidateForRestoreSample.js.map +1 -0
  72. package/dist-esm/samples-dev/backupPoliciesCreateOrUpdateSample.d.ts +2 -0
  73. package/dist-esm/samples-dev/backupPoliciesCreateOrUpdateSample.d.ts.map +1 -0
  74. package/dist-esm/samples-dev/backupPoliciesCreateOrUpdateSample.js +119 -0
  75. package/dist-esm/samples-dev/backupPoliciesCreateOrUpdateSample.js.map +1 -0
  76. package/dist-esm/samples-dev/backupPoliciesDeleteSample.d.ts +2 -0
  77. package/dist-esm/samples-dev/backupPoliciesDeleteSample.d.ts.map +1 -0
  78. package/dist-esm/samples-dev/backupPoliciesDeleteSample.js +40 -0
  79. package/dist-esm/samples-dev/backupPoliciesDeleteSample.js.map +1 -0
  80. package/dist-esm/samples-dev/backupPoliciesGetSample.d.ts +2 -0
  81. package/dist-esm/samples-dev/backupPoliciesGetSample.d.ts.map +1 -0
  82. package/dist-esm/samples-dev/backupPoliciesGetSample.js +40 -0
  83. package/dist-esm/samples-dev/backupPoliciesGetSample.js.map +1 -0
  84. package/dist-esm/samples-dev/backupPoliciesListSample.d.ts +2 -0
  85. package/dist-esm/samples-dev/backupPoliciesListSample.d.ts.map +1 -0
  86. package/dist-esm/samples-dev/backupPoliciesListSample.js +53 -0
  87. package/dist-esm/samples-dev/backupPoliciesListSample.js.map +1 -0
  88. package/dist-esm/samples-dev/backupVaultOperationResultsGetSample.d.ts +2 -0
  89. package/dist-esm/samples-dev/backupVaultOperationResultsGetSample.d.ts.map +1 -0
  90. package/dist-esm/samples-dev/backupVaultOperationResultsGetSample.js +40 -0
  91. package/dist-esm/samples-dev/backupVaultOperationResultsGetSample.js.map +1 -0
  92. package/dist-esm/samples-dev/backupVaultsCheckNameAvailabilitySample.d.ts +2 -0
  93. package/dist-esm/samples-dev/backupVaultsCheckNameAvailabilitySample.d.ts.map +1 -0
  94. package/dist-esm/samples-dev/backupVaultsCheckNameAvailabilitySample.js +43 -0
  95. package/dist-esm/samples-dev/backupVaultsCheckNameAvailabilitySample.js.map +1 -0
  96. package/dist-esm/samples-dev/backupVaultsCreateOrUpdateSample.d.ts +2 -0
  97. package/dist-esm/samples-dev/backupVaultsCreateOrUpdateSample.d.ts.map +1 -0
  98. package/dist-esm/samples-dev/backupVaultsCreateOrUpdateSample.js +84 -0
  99. package/dist-esm/samples-dev/backupVaultsCreateOrUpdateSample.js.map +1 -0
  100. package/dist-esm/samples-dev/backupVaultsDeleteSample.d.ts +2 -0
  101. package/dist-esm/samples-dev/backupVaultsDeleteSample.d.ts.map +1 -0
  102. package/dist-esm/samples-dev/backupVaultsDeleteSample.js +39 -0
  103. package/dist-esm/samples-dev/backupVaultsDeleteSample.js.map +1 -0
  104. package/dist-esm/samples-dev/backupVaultsGetInResourceGroupSample.d.ts +2 -0
  105. package/dist-esm/samples-dev/backupVaultsGetInResourceGroupSample.d.ts.map +1 -0
  106. package/dist-esm/samples-dev/backupVaultsGetInResourceGroupSample.js +52 -0
  107. package/dist-esm/samples-dev/backupVaultsGetInResourceGroupSample.js.map +1 -0
  108. package/dist-esm/samples-dev/backupVaultsGetInSubscriptionSample.d.ts +2 -0
  109. package/dist-esm/samples-dev/backupVaultsGetInSubscriptionSample.d.ts.map +1 -0
  110. package/dist-esm/samples-dev/backupVaultsGetInSubscriptionSample.js +51 -0
  111. package/dist-esm/samples-dev/backupVaultsGetInSubscriptionSample.js.map +1 -0
  112. package/dist-esm/samples-dev/backupVaultsGetSample.d.ts +2 -0
  113. package/dist-esm/samples-dev/backupVaultsGetSample.d.ts.map +1 -0
  114. package/dist-esm/samples-dev/backupVaultsGetSample.js +58 -0
  115. package/dist-esm/samples-dev/backupVaultsGetSample.js.map +1 -0
  116. package/dist-esm/samples-dev/backupVaultsUpdateSample.d.ts +2 -0
  117. package/dist-esm/samples-dev/backupVaultsUpdateSample.d.ts.map +1 -0
  118. package/dist-esm/samples-dev/backupVaultsUpdateSample.js +47 -0
  119. package/dist-esm/samples-dev/backupVaultsUpdateSample.js.map +1 -0
  120. package/dist-esm/samples-dev/dataProtectionCheckFeatureSupportSample.d.ts +2 -0
  121. package/dist-esm/samples-dev/dataProtectionCheckFeatureSupportSample.d.ts.map +1 -0
  122. package/dist-esm/samples-dev/dataProtectionCheckFeatureSupportSample.js +42 -0
  123. package/dist-esm/samples-dev/dataProtectionCheckFeatureSupportSample.js.map +1 -0
  124. package/dist-esm/samples-dev/dataProtectionOperationsListSample.d.ts +2 -0
  125. package/dist-esm/samples-dev/dataProtectionOperationsListSample.d.ts.map +1 -0
  126. package/dist-esm/samples-dev/dataProtectionOperationsListSample.js +51 -0
  127. package/dist-esm/samples-dev/dataProtectionOperationsListSample.js.map +1 -0
  128. package/dist-esm/samples-dev/deletedBackupInstancesGetSample.d.ts +2 -0
  129. package/dist-esm/samples-dev/deletedBackupInstancesGetSample.d.ts.map +1 -0
  130. package/dist-esm/samples-dev/deletedBackupInstancesGetSample.js +40 -0
  131. package/dist-esm/samples-dev/deletedBackupInstancesGetSample.js.map +1 -0
  132. package/dist-esm/samples-dev/deletedBackupInstancesListSample.d.ts +2 -0
  133. package/dist-esm/samples-dev/deletedBackupInstancesListSample.d.ts.map +1 -0
  134. package/dist-esm/samples-dev/deletedBackupInstancesListSample.js +53 -0
  135. package/dist-esm/samples-dev/deletedBackupInstancesListSample.js.map +1 -0
  136. package/dist-esm/samples-dev/deletedBackupInstancesUndeleteSample.d.ts +2 -0
  137. package/dist-esm/samples-dev/deletedBackupInstancesUndeleteSample.d.ts.map +1 -0
  138. package/dist-esm/samples-dev/deletedBackupInstancesUndeleteSample.js +40 -0
  139. package/dist-esm/samples-dev/deletedBackupInstancesUndeleteSample.js.map +1 -0
  140. package/dist-esm/samples-dev/dppResourceGuardProxyDeleteSample.d.ts +2 -0
  141. package/dist-esm/samples-dev/dppResourceGuardProxyDeleteSample.d.ts.map +1 -0
  142. package/dist-esm/samples-dev/dppResourceGuardProxyDeleteSample.js +40 -0
  143. package/dist-esm/samples-dev/dppResourceGuardProxyDeleteSample.js.map +1 -0
  144. package/dist-esm/samples-dev/dppResourceGuardProxyGetSample.d.ts +2 -0
  145. package/dist-esm/samples-dev/dppResourceGuardProxyGetSample.d.ts.map +1 -0
  146. package/dist-esm/samples-dev/dppResourceGuardProxyGetSample.js +40 -0
  147. package/dist-esm/samples-dev/dppResourceGuardProxyGetSample.js.map +1 -0
  148. package/dist-esm/samples-dev/dppResourceGuardProxyListSample.d.ts +2 -0
  149. package/dist-esm/samples-dev/dppResourceGuardProxyListSample.d.ts.map +1 -0
  150. package/dist-esm/samples-dev/dppResourceGuardProxyListSample.js +53 -0
  151. package/dist-esm/samples-dev/dppResourceGuardProxyListSample.js.map +1 -0
  152. package/dist-esm/samples-dev/dppResourceGuardProxyPutSample.d.ts +2 -0
  153. package/dist-esm/samples-dev/dppResourceGuardProxyPutSample.d.ts.map +1 -0
  154. package/dist-esm/samples-dev/dppResourceGuardProxyPutSample.js +45 -0
  155. package/dist-esm/samples-dev/dppResourceGuardProxyPutSample.js.map +1 -0
  156. package/dist-esm/samples-dev/dppResourceGuardProxyUnlockDeleteSample.d.ts +2 -0
  157. package/dist-esm/samples-dev/dppResourceGuardProxyUnlockDeleteSample.d.ts.map +1 -0
  158. package/dist-esm/samples-dev/dppResourceGuardProxyUnlockDeleteSample.js +46 -0
  159. package/dist-esm/samples-dev/dppResourceGuardProxyUnlockDeleteSample.js.map +1 -0
  160. package/dist-esm/samples-dev/exportJobsOperationResultGetSample.d.ts +2 -0
  161. package/dist-esm/samples-dev/exportJobsOperationResultGetSample.d.ts.map +1 -0
  162. package/dist-esm/samples-dev/exportJobsOperationResultGetSample.js +40 -0
  163. package/dist-esm/samples-dev/exportJobsOperationResultGetSample.js.map +1 -0
  164. package/dist-esm/samples-dev/exportJobsTriggerSample.d.ts +2 -0
  165. package/dist-esm/samples-dev/exportJobsTriggerSample.d.ts.map +1 -0
  166. package/dist-esm/samples-dev/exportJobsTriggerSample.js +39 -0
  167. package/dist-esm/samples-dev/exportJobsTriggerSample.js.map +1 -0
  168. package/dist-esm/samples-dev/jobsGetSample.d.ts +2 -0
  169. package/dist-esm/samples-dev/jobsGetSample.d.ts.map +1 -0
  170. package/dist-esm/samples-dev/jobsGetSample.js +40 -0
  171. package/dist-esm/samples-dev/jobsGetSample.js.map +1 -0
  172. package/dist-esm/samples-dev/jobsListSample.d.ts +2 -0
  173. package/dist-esm/samples-dev/jobsListSample.d.ts.map +1 -0
  174. package/dist-esm/samples-dev/jobsListSample.js +53 -0
  175. package/dist-esm/samples-dev/jobsListSample.js.map +1 -0
  176. package/dist-esm/samples-dev/operationResultGetSample.d.ts +2 -0
  177. package/dist-esm/samples-dev/operationResultGetSample.d.ts.map +1 -0
  178. package/dist-esm/samples-dev/operationResultGetSample.js +39 -0
  179. package/dist-esm/samples-dev/operationResultGetSample.js.map +1 -0
  180. package/dist-esm/samples-dev/operationStatusBackupVaultContextGetSample.d.ts +2 -0
  181. package/dist-esm/samples-dev/operationStatusBackupVaultContextGetSample.d.ts.map +1 -0
  182. package/dist-esm/samples-dev/operationStatusBackupVaultContextGetSample.js +40 -0
  183. package/dist-esm/samples-dev/operationStatusBackupVaultContextGetSample.js.map +1 -0
  184. package/dist-esm/samples-dev/operationStatusGetSample.d.ts +2 -0
  185. package/dist-esm/samples-dev/operationStatusGetSample.d.ts.map +1 -0
  186. package/dist-esm/samples-dev/operationStatusGetSample.js +39 -0
  187. package/dist-esm/samples-dev/operationStatusGetSample.js.map +1 -0
  188. package/dist-esm/samples-dev/operationStatusResourceGroupContextGetSample.d.ts +2 -0
  189. package/dist-esm/samples-dev/operationStatusResourceGroupContextGetSample.d.ts.map +1 -0
  190. package/dist-esm/samples-dev/operationStatusResourceGroupContextGetSample.js +39 -0
  191. package/dist-esm/samples-dev/operationStatusResourceGroupContextGetSample.js.map +1 -0
  192. package/dist-esm/samples-dev/recoveryPointsGetSample.d.ts +2 -0
  193. package/dist-esm/samples-dev/recoveryPointsGetSample.d.ts.map +1 -0
  194. package/dist-esm/samples-dev/recoveryPointsGetSample.js +41 -0
  195. package/dist-esm/samples-dev/recoveryPointsGetSample.js.map +1 -0
  196. package/dist-esm/samples-dev/recoveryPointsListSample.d.ts +2 -0
  197. package/dist-esm/samples-dev/recoveryPointsListSample.d.ts.map +1 -0
  198. package/dist-esm/samples-dev/recoveryPointsListSample.js +54 -0
  199. package/dist-esm/samples-dev/recoveryPointsListSample.js.map +1 -0
  200. package/dist-esm/samples-dev/resourceGuardsDeleteSample.d.ts +2 -0
  201. package/dist-esm/samples-dev/resourceGuardsDeleteSample.d.ts.map +1 -0
  202. package/dist-esm/samples-dev/resourceGuardsDeleteSample.js +39 -0
  203. package/dist-esm/samples-dev/resourceGuardsDeleteSample.js.map +1 -0
  204. package/dist-esm/samples-dev/resourceGuardsGetBackupSecurityPinRequestsObjectsSample.d.ts +2 -0
  205. package/dist-esm/samples-dev/resourceGuardsGetBackupSecurityPinRequestsObjectsSample.d.ts.map +1 -0
  206. package/dist-esm/samples-dev/resourceGuardsGetBackupSecurityPinRequestsObjectsSample.js +53 -0
  207. package/dist-esm/samples-dev/resourceGuardsGetBackupSecurityPinRequestsObjectsSample.js.map +1 -0
  208. package/dist-esm/samples-dev/resourceGuardsGetDefaultBackupSecurityPinRequestsObjectSample.d.ts +2 -0
  209. package/dist-esm/samples-dev/resourceGuardsGetDefaultBackupSecurityPinRequestsObjectSample.d.ts.map +1 -0
  210. package/dist-esm/samples-dev/resourceGuardsGetDefaultBackupSecurityPinRequestsObjectSample.js +40 -0
  211. package/dist-esm/samples-dev/resourceGuardsGetDefaultBackupSecurityPinRequestsObjectSample.js.map +1 -0
  212. package/dist-esm/samples-dev/resourceGuardsGetDefaultDeleteProtectedItemRequestsObjectSample.d.ts +2 -0
  213. package/dist-esm/samples-dev/resourceGuardsGetDefaultDeleteProtectedItemRequestsObjectSample.d.ts.map +1 -0
  214. package/dist-esm/samples-dev/resourceGuardsGetDefaultDeleteProtectedItemRequestsObjectSample.js +40 -0
  215. package/dist-esm/samples-dev/resourceGuardsGetDefaultDeleteProtectedItemRequestsObjectSample.js.map +1 -0
  216. package/dist-esm/samples-dev/resourceGuardsGetDefaultDeleteResourceGuardProxyRequestsObjectSample.d.ts +2 -0
  217. package/dist-esm/samples-dev/resourceGuardsGetDefaultDeleteResourceGuardProxyRequestsObjectSample.d.ts.map +1 -0
  218. package/dist-esm/samples-dev/resourceGuardsGetDefaultDeleteResourceGuardProxyRequestsObjectSample.js +40 -0
  219. package/dist-esm/samples-dev/resourceGuardsGetDefaultDeleteResourceGuardProxyRequestsObjectSample.js.map +1 -0
  220. package/dist-esm/samples-dev/resourceGuardsGetDefaultDisableSoftDeleteRequestsObjectSample.d.ts +2 -0
  221. package/dist-esm/samples-dev/resourceGuardsGetDefaultDisableSoftDeleteRequestsObjectSample.d.ts.map +1 -0
  222. package/dist-esm/samples-dev/resourceGuardsGetDefaultDisableSoftDeleteRequestsObjectSample.js +40 -0
  223. package/dist-esm/samples-dev/resourceGuardsGetDefaultDisableSoftDeleteRequestsObjectSample.js.map +1 -0
  224. package/dist-esm/samples-dev/resourceGuardsGetDefaultUpdateProtectedItemRequestsObjectSample.d.ts +2 -0
  225. package/dist-esm/samples-dev/resourceGuardsGetDefaultUpdateProtectedItemRequestsObjectSample.d.ts.map +1 -0
  226. package/dist-esm/samples-dev/resourceGuardsGetDefaultUpdateProtectedItemRequestsObjectSample.js +40 -0
  227. package/dist-esm/samples-dev/resourceGuardsGetDefaultUpdateProtectedItemRequestsObjectSample.js.map +1 -0
  228. package/dist-esm/samples-dev/resourceGuardsGetDefaultUpdateProtectionPolicyRequestsObjectSample.d.ts +2 -0
  229. package/dist-esm/samples-dev/resourceGuardsGetDefaultUpdateProtectionPolicyRequestsObjectSample.d.ts.map +1 -0
  230. package/dist-esm/samples-dev/resourceGuardsGetDefaultUpdateProtectionPolicyRequestsObjectSample.js +40 -0
  231. package/dist-esm/samples-dev/resourceGuardsGetDefaultUpdateProtectionPolicyRequestsObjectSample.js.map +1 -0
  232. package/dist-esm/samples-dev/resourceGuardsGetDeleteProtectedItemRequestsObjectsSample.d.ts +2 -0
  233. package/dist-esm/samples-dev/resourceGuardsGetDeleteProtectedItemRequestsObjectsSample.d.ts.map +1 -0
  234. package/dist-esm/samples-dev/resourceGuardsGetDeleteProtectedItemRequestsObjectsSample.js +53 -0
  235. package/dist-esm/samples-dev/resourceGuardsGetDeleteProtectedItemRequestsObjectsSample.js.map +1 -0
  236. package/dist-esm/samples-dev/resourceGuardsGetDeleteResourceGuardProxyRequestsObjectsSample.d.ts +2 -0
  237. package/dist-esm/samples-dev/resourceGuardsGetDeleteResourceGuardProxyRequestsObjectsSample.d.ts.map +1 -0
  238. package/dist-esm/samples-dev/resourceGuardsGetDeleteResourceGuardProxyRequestsObjectsSample.js +53 -0
  239. package/dist-esm/samples-dev/resourceGuardsGetDeleteResourceGuardProxyRequestsObjectsSample.js.map +1 -0
  240. package/dist-esm/samples-dev/resourceGuardsGetDisableSoftDeleteRequestsObjectsSample.d.ts +2 -0
  241. package/dist-esm/samples-dev/resourceGuardsGetDisableSoftDeleteRequestsObjectsSample.d.ts.map +1 -0
  242. package/dist-esm/samples-dev/resourceGuardsGetDisableSoftDeleteRequestsObjectsSample.js +53 -0
  243. package/dist-esm/samples-dev/resourceGuardsGetDisableSoftDeleteRequestsObjectsSample.js.map +1 -0
  244. package/dist-esm/samples-dev/resourceGuardsGetResourcesInResourceGroupSample.d.ts +2 -0
  245. package/dist-esm/samples-dev/resourceGuardsGetResourcesInResourceGroupSample.d.ts.map +1 -0
  246. package/dist-esm/samples-dev/resourceGuardsGetResourcesInResourceGroupSample.js +52 -0
  247. package/dist-esm/samples-dev/resourceGuardsGetResourcesInResourceGroupSample.js.map +1 -0
  248. package/dist-esm/samples-dev/resourceGuardsGetResourcesInSubscriptionSample.d.ts +2 -0
  249. package/dist-esm/samples-dev/resourceGuardsGetResourcesInSubscriptionSample.d.ts.map +1 -0
  250. package/dist-esm/samples-dev/resourceGuardsGetResourcesInSubscriptionSample.js +51 -0
  251. package/dist-esm/samples-dev/resourceGuardsGetResourcesInSubscriptionSample.js.map +1 -0
  252. package/dist-esm/samples-dev/resourceGuardsGetSample.d.ts +2 -0
  253. package/dist-esm/samples-dev/resourceGuardsGetSample.d.ts.map +1 -0
  254. package/dist-esm/samples-dev/resourceGuardsGetSample.js +39 -0
  255. package/dist-esm/samples-dev/resourceGuardsGetSample.js.map +1 -0
  256. package/dist-esm/samples-dev/resourceGuardsGetUpdateProtectedItemRequestsObjectsSample.d.ts +2 -0
  257. package/dist-esm/samples-dev/resourceGuardsGetUpdateProtectedItemRequestsObjectsSample.d.ts.map +1 -0
  258. package/dist-esm/samples-dev/resourceGuardsGetUpdateProtectedItemRequestsObjectsSample.js +53 -0
  259. package/dist-esm/samples-dev/resourceGuardsGetUpdateProtectedItemRequestsObjectsSample.js.map +1 -0
  260. package/dist-esm/samples-dev/resourceGuardsGetUpdateProtectionPolicyRequestsObjectsSample.d.ts +2 -0
  261. package/dist-esm/samples-dev/resourceGuardsGetUpdateProtectionPolicyRequestsObjectsSample.d.ts.map +1 -0
  262. package/dist-esm/samples-dev/resourceGuardsGetUpdateProtectionPolicyRequestsObjectsSample.js +53 -0
  263. package/dist-esm/samples-dev/resourceGuardsGetUpdateProtectionPolicyRequestsObjectsSample.js.map +1 -0
  264. package/dist-esm/samples-dev/resourceGuardsPatchSample.d.ts +2 -0
  265. package/dist-esm/samples-dev/resourceGuardsPatchSample.d.ts.map +1 -0
  266. package/dist-esm/samples-dev/resourceGuardsPatchSample.js +40 -0
  267. package/dist-esm/samples-dev/resourceGuardsPatchSample.js.map +1 -0
  268. package/dist-esm/samples-dev/resourceGuardsPutSample.d.ts +2 -0
  269. package/dist-esm/samples-dev/resourceGuardsPutSample.d.ts.map +1 -0
  270. package/dist-esm/samples-dev/resourceGuardsPutSample.js +43 -0
  271. package/dist-esm/samples-dev/resourceGuardsPutSample.js.map +1 -0
  272. package/dist-esm/samples-dev/restorableTimeRangesFindSample.d.ts +2 -0
  273. package/dist-esm/samples-dev/restorableTimeRangesFindSample.d.ts.map +1 -0
  274. package/dist-esm/samples-dev/restorableTimeRangesFindSample.js +45 -0
  275. package/dist-esm/samples-dev/restorableTimeRangesFindSample.js.map +1 -0
  276. package/dist-esm/src/dataProtectionClient.d.ts +38 -0
  277. package/dist-esm/src/dataProtectionClient.d.ts.map +1 -0
  278. package/dist-esm/src/dataProtectionClient.js +118 -0
  279. package/dist-esm/src/dataProtectionClient.js.map +1 -0
  280. package/dist-esm/src/index.d.ts +6 -0
  281. package/dist-esm/src/index.d.ts.map +1 -0
  282. package/dist-esm/src/index.js +13 -0
  283. package/dist-esm/src/index.js.map +1 -0
  284. package/dist-esm/src/lroImpl.d.ts +16 -0
  285. package/dist-esm/src/lroImpl.d.ts.map +1 -0
  286. package/dist-esm/src/lroImpl.js +29 -0
  287. package/dist-esm/src/lroImpl.js.map +1 -0
  288. package/dist-esm/src/models/index.d.ts +2716 -0
  289. package/dist-esm/src/models/index.d.ts.map +1 -0
  290. package/dist-esm/src/models/index.js +372 -0
  291. package/dist-esm/src/models/index.js.map +1 -0
  292. package/dist-esm/src/models/mappers.d.ts +207 -0
  293. package/dist-esm/src/models/mappers.d.ts.map +1 -0
  294. package/dist-esm/src/models/mappers.js +4480 -0
  295. package/dist-esm/src/models/mappers.js.map +1 -0
  296. package/dist-esm/src/models/parameters.d.ts +38 -0
  297. package/dist-esm/src/models/parameters.d.ts.map +1 -0
  298. package/dist-esm/src/models/parameters.js +276 -0
  299. package/dist-esm/src/models/parameters.js.map +1 -0
  300. package/dist-esm/src/operations/backupInstances.d.ts +264 -0
  301. package/dist-esm/src/operations/backupInstances.d.ts.map +1 -0
  302. package/dist-esm/src/operations/backupInstances.js +1212 -0
  303. package/dist-esm/src/operations/backupInstances.js.map +1 -0
  304. package/dist-esm/src/operations/backupInstancesExtensionRouting.d.ts +35 -0
  305. package/dist-esm/src/operations/backupInstancesExtensionRouting.d.ts.map +1 -0
  306. package/dist-esm/src/operations/backupInstancesExtensionRouting.js +134 -0
  307. package/dist-esm/src/operations/backupInstancesExtensionRouting.js.map +1 -0
  308. package/dist-esm/src/operations/backupPolicies.d.ts +63 -0
  309. package/dist-esm/src/operations/backupPolicies.d.ts.map +1 -0
  310. package/dist-esm/src/operations/backupPolicies.js +246 -0
  311. package/dist-esm/src/operations/backupPolicies.js.map +1 -0
  312. package/dist-esm/src/operations/backupVaultOperationResults.d.ts +20 -0
  313. package/dist-esm/src/operations/backupVaultOperationResults.d.ts.map +1 -0
  314. package/dist-esm/src/operations/backupVaultOperationResults.js +57 -0
  315. package/dist-esm/src/operations/backupVaultOperationResults.js.map +1 -0
  316. package/dist-esm/src/operations/backupVaults.d.ts +110 -0
  317. package/dist-esm/src/operations/backupVaults.d.ts.map +1 -0
  318. package/dist-esm/src/operations/backupVaults.js +519 -0
  319. package/dist-esm/src/operations/backupVaults.js.map +1 -0
  320. package/dist-esm/src/operations/dataProtection.d.ts +20 -0
  321. package/dist-esm/src/operations/dataProtection.d.ts.map +1 -0
  322. package/dist-esm/src/operations/dataProtection.js +54 -0
  323. package/dist-esm/src/operations/dataProtection.js.map +1 -0
  324. package/dist-esm/src/operations/dataProtectionOperations.d.ts +32 -0
  325. package/dist-esm/src/operations/dataProtectionOperations.d.ts.map +1 -0
  326. package/dist-esm/src/operations/dataProtectionOperations.js +131 -0
  327. package/dist-esm/src/operations/dataProtectionOperations.js.map +1 -0
  328. package/dist-esm/src/operations/deletedBackupInstances.d.ts +61 -0
  329. package/dist-esm/src/operations/deletedBackupInstances.d.ts.map +1 -0
  330. package/dist-esm/src/operations/deletedBackupInstances.js +256 -0
  331. package/dist-esm/src/operations/deletedBackupInstances.js.map +1 -0
  332. package/dist-esm/src/operations/dppResourceGuardProxy.d.ts +66 -0
  333. package/dist-esm/src/operations/dppResourceGuardProxy.d.ts.map +1 -0
  334. package/dist-esm/src/operations/dppResourceGuardProxy.js +287 -0
  335. package/dist-esm/src/operations/dppResourceGuardProxy.js.map +1 -0
  336. package/dist-esm/src/operations/exportJobs.d.ts +28 -0
  337. package/dist-esm/src/operations/exportJobs.d.ts.map +1 -0
  338. package/dist-esm/src/operations/exportJobs.js +108 -0
  339. package/dist-esm/src/operations/exportJobs.js.map +1 -0
  340. package/dist-esm/src/operations/exportJobsOperationResult.d.ts +23 -0
  341. package/dist-esm/src/operations/exportJobsOperationResult.d.ts.map +1 -0
  342. package/dist-esm/src/operations/exportJobsOperationResult.js +58 -0
  343. package/dist-esm/src/operations/exportJobsOperationResult.js.map +1 -0
  344. package/dist-esm/src/operations/index.d.ts +20 -0
  345. package/dist-esm/src/operations/index.d.ts.map +1 -0
  346. package/dist-esm/src/operations/index.js +27 -0
  347. package/dist-esm/src/operations/index.js.map +1 -0
  348. package/dist-esm/src/operations/jobs.d.ts +47 -0
  349. package/dist-esm/src/operations/jobs.d.ts.map +1 -0
  350. package/dist-esm/src/operations/jobs.js +181 -0
  351. package/dist-esm/src/operations/jobs.js.map +1 -0
  352. package/dist-esm/src/operations/operationResult.d.ts +20 -0
  353. package/dist-esm/src/operations/operationResult.d.ts.map +1 -0
  354. package/dist-esm/src/operations/operationResult.js +56 -0
  355. package/dist-esm/src/operations/operationResult.js.map +1 -0
  356. package/dist-esm/src/operations/operationStatus.d.ts +20 -0
  357. package/dist-esm/src/operations/operationStatus.d.ts.map +1 -0
  358. package/dist-esm/src/operations/operationStatus.js +53 -0
  359. package/dist-esm/src/operations/operationStatus.js.map +1 -0
  360. package/dist-esm/src/operations/operationStatusBackupVaultContext.d.ts +21 -0
  361. package/dist-esm/src/operations/operationStatusBackupVaultContext.d.ts.map +1 -0
  362. package/dist-esm/src/operations/operationStatusBackupVaultContext.js +55 -0
  363. package/dist-esm/src/operations/operationStatusBackupVaultContext.js.map +1 -0
  364. package/dist-esm/src/operations/operationStatusResourceGroupContext.d.ts +20 -0
  365. package/dist-esm/src/operations/operationStatusResourceGroupContext.d.ts.map +1 -0
  366. package/dist-esm/src/operations/operationStatusResourceGroupContext.js +53 -0
  367. package/dist-esm/src/operations/operationStatusResourceGroupContext.js.map +1 -0
  368. package/dist-esm/src/operations/recoveryPoints.d.ts +50 -0
  369. package/dist-esm/src/operations/recoveryPoints.d.ts.map +1 -0
  370. package/dist-esm/src/operations/recoveryPoints.js +197 -0
  371. package/dist-esm/src/operations/recoveryPoints.js.map +1 -0
  372. package/dist-esm/src/operations/resourceGuards.d.ts +302 -0
  373. package/dist-esm/src/operations/resourceGuards.d.ts.map +1 -0
  374. package/dist-esm/src/operations/resourceGuards.js +1328 -0
  375. package/dist-esm/src/operations/resourceGuards.js.map +1 -0
  376. package/dist-esm/src/operations/restorableTimeRanges.d.ts +21 -0
  377. package/dist-esm/src/operations/restorableTimeRanges.d.ts.map +1 -0
  378. package/dist-esm/src/operations/restorableTimeRanges.js +57 -0
  379. package/dist-esm/src/operations/restorableTimeRanges.js.map +1 -0
  380. package/dist-esm/src/operationsInterfaces/backupInstances.d.ts +239 -0
  381. package/dist-esm/src/operationsInterfaces/backupInstances.d.ts.map +1 -0
  382. package/dist-esm/src/operationsInterfaces/backupInstances.js +9 -0
  383. package/dist-esm/src/operationsInterfaces/backupInstances.js.map +1 -0
  384. package/dist-esm/src/operationsInterfaces/backupInstancesExtensionRouting.d.ts +12 -0
  385. package/dist-esm/src/operationsInterfaces/backupInstancesExtensionRouting.d.ts.map +1 -0
  386. package/dist-esm/src/operationsInterfaces/backupInstancesExtensionRouting.js +9 -0
  387. package/dist-esm/src/operationsInterfaces/backupInstancesExtensionRouting.js.map +1 -0
  388. package/dist-esm/src/operationsInterfaces/backupPolicies.d.ts +38 -0
  389. package/dist-esm/src/operationsInterfaces/backupPolicies.d.ts.map +1 -0
  390. package/dist-esm/src/operationsInterfaces/backupPolicies.js +9 -0
  391. package/dist-esm/src/operationsInterfaces/backupPolicies.js.map +1 -0
  392. package/dist-esm/src/operationsInterfaces/backupVaultOperationResults.d.ts +12 -0
  393. package/dist-esm/src/operationsInterfaces/backupVaultOperationResults.d.ts.map +1 -0
  394. package/dist-esm/src/operationsInterfaces/backupVaultOperationResults.js +9 -0
  395. package/dist-esm/src/operationsInterfaces/backupVaultOperationResults.js.map +1 -0
  396. package/dist-esm/src/operationsInterfaces/backupVaults.d.ts +74 -0
  397. package/dist-esm/src/operationsInterfaces/backupVaults.d.ts.map +1 -0
  398. package/dist-esm/src/operationsInterfaces/backupVaults.js +9 -0
  399. package/dist-esm/src/operationsInterfaces/backupVaults.js.map +1 -0
  400. package/dist-esm/src/operationsInterfaces/dataProtection.d.ts +12 -0
  401. package/dist-esm/src/operationsInterfaces/dataProtection.d.ts.map +1 -0
  402. package/dist-esm/src/operationsInterfaces/dataProtection.js +9 -0
  403. package/dist-esm/src/operationsInterfaces/dataProtection.js.map +1 -0
  404. package/dist-esm/src/operationsInterfaces/dataProtectionOperations.d.ts +11 -0
  405. package/dist-esm/src/operationsInterfaces/dataProtectionOperations.d.ts.map +1 -0
  406. package/dist-esm/src/operationsInterfaces/dataProtectionOperations.js +9 -0
  407. package/dist-esm/src/operationsInterfaces/dataProtectionOperations.js.map +1 -0
  408. package/dist-esm/src/operationsInterfaces/deletedBackupInstances.d.ts +36 -0
  409. package/dist-esm/src/operationsInterfaces/deletedBackupInstances.d.ts.map +1 -0
  410. package/dist-esm/src/operationsInterfaces/deletedBackupInstances.js +9 -0
  411. package/dist-esm/src/operationsInterfaces/deletedBackupInstances.js.map +1 -0
  412. package/dist-esm/src/operationsInterfaces/dppResourceGuardProxy.d.ts +42 -0
  413. package/dist-esm/src/operationsInterfaces/dppResourceGuardProxy.d.ts.map +1 -0
  414. package/dist-esm/src/operationsInterfaces/dppResourceGuardProxy.js +9 -0
  415. package/dist-esm/src/operationsInterfaces/dppResourceGuardProxy.js.map +1 -0
  416. package/dist-esm/src/operationsInterfaces/exportJobs.d.ts +20 -0
  417. package/dist-esm/src/operationsInterfaces/exportJobs.d.ts.map +1 -0
  418. package/dist-esm/src/operationsInterfaces/exportJobs.js +9 -0
  419. package/dist-esm/src/operationsInterfaces/exportJobs.js.map +1 -0
  420. package/dist-esm/src/operationsInterfaces/exportJobsOperationResult.d.ts +15 -0
  421. package/dist-esm/src/operationsInterfaces/exportJobsOperationResult.d.ts.map +1 -0
  422. package/dist-esm/src/operationsInterfaces/exportJobsOperationResult.js +9 -0
  423. package/dist-esm/src/operationsInterfaces/exportJobsOperationResult.js.map +1 -0
  424. package/dist-esm/src/operationsInterfaces/index.d.ts +20 -0
  425. package/dist-esm/src/operationsInterfaces/index.d.ts.map +1 -0
  426. package/dist-esm/src/operationsInterfaces/index.js +27 -0
  427. package/dist-esm/src/operationsInterfaces/index.js.map +1 -0
  428. package/dist-esm/src/operationsInterfaces/jobs.d.ts +22 -0
  429. package/dist-esm/src/operationsInterfaces/jobs.d.ts.map +1 -0
  430. package/dist-esm/src/operationsInterfaces/jobs.js +9 -0
  431. package/dist-esm/src/operationsInterfaces/jobs.js.map +1 -0
  432. package/dist-esm/src/operationsInterfaces/operationResult.d.ts +12 -0
  433. package/dist-esm/src/operationsInterfaces/operationResult.d.ts.map +1 -0
  434. package/dist-esm/src/operationsInterfaces/operationResult.js +9 -0
  435. package/dist-esm/src/operationsInterfaces/operationResult.js.map +1 -0
  436. package/dist-esm/src/operationsInterfaces/operationStatus.d.ts +12 -0
  437. package/dist-esm/src/operationsInterfaces/operationStatus.d.ts.map +1 -0
  438. package/dist-esm/src/operationsInterfaces/operationStatus.js +9 -0
  439. package/dist-esm/src/operationsInterfaces/operationStatus.js.map +1 -0
  440. package/dist-esm/src/operationsInterfaces/operationStatusBackupVaultContext.d.ts +13 -0
  441. package/dist-esm/src/operationsInterfaces/operationStatusBackupVaultContext.d.ts.map +1 -0
  442. package/dist-esm/src/operationsInterfaces/operationStatusBackupVaultContext.js +9 -0
  443. package/dist-esm/src/operationsInterfaces/operationStatusBackupVaultContext.js.map +1 -0
  444. package/dist-esm/src/operationsInterfaces/operationStatusResourceGroupContext.d.ts +12 -0
  445. package/dist-esm/src/operationsInterfaces/operationStatusResourceGroupContext.d.ts.map +1 -0
  446. package/dist-esm/src/operationsInterfaces/operationStatusResourceGroupContext.js +9 -0
  447. package/dist-esm/src/operationsInterfaces/operationStatusResourceGroupContext.js.map +1 -0
  448. package/dist-esm/src/operationsInterfaces/recoveryPoints.d.ts +23 -0
  449. package/dist-esm/src/operationsInterfaces/recoveryPoints.d.ts.map +1 -0
  450. package/dist-esm/src/operationsInterfaces/recoveryPoints.js +9 -0
  451. package/dist-esm/src/operationsInterfaces/recoveryPoints.js.map +1 -0
  452. package/dist-esm/src/operationsInterfaces/resourceGuards.d.ts +150 -0
  453. package/dist-esm/src/operationsInterfaces/resourceGuards.d.ts.map +1 -0
  454. package/dist-esm/src/operationsInterfaces/resourceGuards.js +9 -0
  455. package/dist-esm/src/operationsInterfaces/resourceGuards.js.map +1 -0
  456. package/dist-esm/src/operationsInterfaces/restorableTimeRanges.d.ts +13 -0
  457. package/dist-esm/src/operationsInterfaces/restorableTimeRanges.d.ts.map +1 -0
  458. package/dist-esm/src/operationsInterfaces/restorableTimeRanges.js +9 -0
  459. package/dist-esm/src/operationsInterfaces/restorableTimeRanges.js.map +1 -0
  460. package/dist-esm/src/pagingHelper.d.ts +13 -0
  461. package/dist-esm/src/pagingHelper.d.ts.map +1 -0
  462. package/dist-esm/src/pagingHelper.js +32 -0
  463. package/dist-esm/src/pagingHelper.js.map +1 -0
  464. package/dist-esm/test/dataprotection_operations_test.spec.d.ts +4 -0
  465. package/dist-esm/test/dataprotection_operations_test.spec.d.ts.map +1 -0
  466. package/dist-esm/test/dataprotection_operations_test.spec.js +116 -0
  467. package/dist-esm/test/dataprotection_operations_test.spec.js.map +1 -0
  468. package/package.json +123 -0
  469. package/review/arm-dataprotection.api.md +2381 -0
  470. package/rollup.config.js +122 -0
  471. package/src/dataProtectionClient.ts +224 -0
  472. package/src/index.ts +13 -0
  473. package/src/lroImpl.ts +34 -0
  474. package/src/models/index.ts +3161 -0
  475. package/src/models/mappers.ts +4839 -0
  476. package/src/models/parameters.ts +334 -0
  477. package/src/operations/backupInstances.ts +1775 -0
  478. package/src/operations/backupInstancesExtensionRouting.ts +161 -0
  479. package/src/operations/backupPolicies.ts +328 -0
  480. package/src/operations/backupVaultOperationResults.ts +78 -0
  481. package/src/operations/backupVaults.ts +689 -0
  482. package/src/operations/dataProtection.ts +74 -0
  483. package/src/operations/dataProtectionOperations.ts +149 -0
  484. package/src/operations/deletedBackupInstances.ts +350 -0
  485. package/src/operations/dppResourceGuardProxy.ts +383 -0
  486. package/src/operations/exportJobs.ts +154 -0
  487. package/src/operations/exportJobsOperationResult.ts +79 -0
  488. package/src/operations/index.ts +27 -0
  489. package/src/operations/jobs.ts +239 -0
  490. package/src/operations/operationResult.ts +75 -0
  491. package/src/operations/operationStatus.ts +72 -0
  492. package/src/operations/operationStatusBackupVaultContext.ts +76 -0
  493. package/src/operations/operationStatusResourceGroupContext.ts +73 -0
  494. package/src/operations/recoveryPoints.ts +274 -0
  495. package/src/operations/resourceGuards.ts +1791 -0
  496. package/src/operations/restorableTimeRanges.ts +79 -0
  497. package/src/operationsInterfaces/backupInstances.ts +456 -0
  498. package/src/operationsInterfaces/backupInstancesExtensionRouting.ts +27 -0
  499. package/src/operationsInterfaces/backupPolicies.ts +75 -0
  500. package/src/operationsInterfaces/backupVaultOperationResults.ts +28 -0
  501. package/src/operationsInterfaces/backupVaults.ts +146 -0
  502. package/src/operationsInterfaces/dataProtection.ts +28 -0
  503. package/src/operationsInterfaces/dataProtectionOperations.ts +25 -0
  504. package/src/operationsInterfaces/deletedBackupInstances.ts +70 -0
  505. package/src/operationsInterfaces/dppResourceGuardProxy.ts +88 -0
  506. package/src/operationsInterfaces/exportJobs.ts +44 -0
  507. package/src/operationsInterfaces/exportJobsOperationResult.ts +31 -0
  508. package/src/operationsInterfaces/index.ts +27 -0
  509. package/src/operationsInterfaces/jobs.ts +45 -0
  510. package/src/operationsInterfaces/operationResult.ts +27 -0
  511. package/src/operationsInterfaces/operationStatus.ts +27 -0
  512. package/src/operationsInterfaces/operationStatusBackupVaultContext.ts +29 -0
  513. package/src/operationsInterfaces/operationStatusResourceGroupContext.ts +27 -0
  514. package/src/operationsInterfaces/recoveryPoints.ts +48 -0
  515. package/src/operationsInterfaces/resourceGuards.ts +271 -0
  516. package/src/operationsInterfaces/restorableTimeRanges.ts +31 -0
  517. package/src/pagingHelper.ts +39 -0
  518. package/tsconfig.json +33 -0
  519. package/types/arm-dataprotection.d.ts +3891 -0
  520. package/types/tsdoc-metadata.json +11 -0
@@ -0,0 +1,3161 @@
1
+ /*
2
+ * Copyright (c) Microsoft Corporation.
3
+ * Licensed under the MIT License.
4
+ *
5
+ * Code generated by Microsoft (R) AutoRest Code Generator.
6
+ * Changes may cause incorrect behavior and will be lost if the code is regenerated.
7
+ */
8
+
9
+ import * as coreClient from "@azure/core-client";
10
+
11
+ export type OperationExtendedInfoUnion =
12
+ | OperationExtendedInfo
13
+ | OperationJobExtendedInfo;
14
+ export type FeatureValidationRequestBaseUnion =
15
+ | FeatureValidationRequestBase
16
+ | FeatureValidationRequest;
17
+ export type FeatureValidationResponseBaseUnion =
18
+ | FeatureValidationResponseBase
19
+ | FeatureValidationResponse;
20
+ export type BaseBackupPolicyUnion = BaseBackupPolicy | BackupPolicy;
21
+ export type DataStoreParametersUnion =
22
+ | DataStoreParameters
23
+ | AzureOperationalStoreParameters;
24
+ export type BackupDatasourceParametersUnion =
25
+ | BackupDatasourceParameters
26
+ | KubernetesClusterBackupDatasourceParameters
27
+ | BlobBackupDatasourceParameters;
28
+ export type AuthCredentialsUnion =
29
+ | AuthCredentials
30
+ | SecretStoreBasedAuthCredentials;
31
+ export type AzureBackupRecoveryPointUnion =
32
+ | AzureBackupRecoveryPoint
33
+ | AzureBackupDiscreteRecoveryPoint;
34
+ export type AzureBackupRestoreRequestUnion =
35
+ | AzureBackupRestoreRequest
36
+ | AzureBackupRecoveryPointBasedRestoreRequestUnion
37
+ | AzureBackupRecoveryTimeBasedRestoreRequest;
38
+ export type RestoreTargetInfoBaseUnion =
39
+ | RestoreTargetInfoBase
40
+ | ItemLevelRestoreTargetInfo
41
+ | RestoreFilesTargetInfo
42
+ | RestoreTargetInfo;
43
+ export type DeleteOptionUnion = DeleteOption | AbsoluteDeleteOption;
44
+ export type TriggerContextUnion =
45
+ | TriggerContext
46
+ | AdhocBasedTriggerContext
47
+ | ScheduleBasedTriggerContext;
48
+ export type BackupParametersUnion = BackupParameters | AzureBackupParams;
49
+ export type BasePolicyRuleUnion =
50
+ | BasePolicyRule
51
+ | AzureBackupRule
52
+ | AzureRetentionRule;
53
+ export type CopyOptionUnion =
54
+ | CopyOption
55
+ | CopyOnExpiryOption
56
+ | CustomCopyOption
57
+ | ImmediateCopyOption;
58
+ export type BackupCriteriaUnion = BackupCriteria | ScheduleBasedBackupCriteria;
59
+ export type ItemLevelRestoreCriteriaUnion =
60
+ | ItemLevelRestoreCriteria
61
+ | ItemPathBasedRestoreCriteria
62
+ | RangeBasedItemLevelRestoreCriteria
63
+ | KubernetesStorageClassRestoreCriteria
64
+ | KubernetesPVRestoreCriteria
65
+ | KubernetesClusterRestoreCriteria;
66
+ export type AzureBackupRecoveryPointBasedRestoreRequestUnion =
67
+ | AzureBackupRecoveryPointBasedRestoreRequest
68
+ | AzureBackupRestoreWithRehydrationRequest;
69
+
70
+ /** Backup Vault */
71
+ export interface BackupVault {
72
+ /** Monitoring Settings */
73
+ monitoringSettings?: MonitoringSettings;
74
+ /**
75
+ * Provisioning state of the BackupVault resource
76
+ * NOTE: This property will not be serialized. It can only be populated by the server.
77
+ */
78
+ readonly provisioningState?: ProvisioningState;
79
+ /**
80
+ * Resource move state for backup vault
81
+ * NOTE: This property will not be serialized. It can only be populated by the server.
82
+ */
83
+ readonly resourceMoveState?: ResourceMoveState;
84
+ /**
85
+ * Resource move details for backup vault
86
+ * NOTE: This property will not be serialized. It can only be populated by the server.
87
+ */
88
+ readonly resourceMoveDetails?: ResourceMoveDetails;
89
+ /** Security Settings */
90
+ securitySettings?: SecuritySettings;
91
+ /** Storage Settings */
92
+ storageSettings: StorageSetting[];
93
+ /**
94
+ * Is vault protected by resource guard
95
+ * NOTE: This property will not be serialized. It can only be populated by the server.
96
+ */
97
+ readonly isVaultProtectedByResourceGuard?: boolean;
98
+ }
99
+
100
+ /** Monitoring Settings */
101
+ export interface MonitoringSettings {
102
+ /** Settings for Azure Monitor based alerts */
103
+ azureMonitorAlertSettings?: AzureMonitorAlertSettings;
104
+ }
105
+
106
+ /** Settings for Azure Monitor based alerts */
107
+ export interface AzureMonitorAlertSettings {
108
+ alertsForAllJobFailures?: AlertsState;
109
+ }
110
+
111
+ /** ResourceMoveDetails will be returned in response to GetResource call from ARM */
112
+ export interface ResourceMoveDetails {
113
+ /** CorrelationId of latest ResourceMove operation attempted */
114
+ operationId?: string;
115
+ /** Start time in UTC of latest ResourceMove operation attempted. ISO 8601 format. */
116
+ startTimeUtc?: string;
117
+ /** Completion time in UTC of latest ResourceMove operation attempted. ISO 8601 format. */
118
+ completionTimeUtc?: string;
119
+ /** ARM resource path of source resource */
120
+ sourceResourcePath?: string;
121
+ /** ARM resource path of target resource used in latest ResourceMove operation */
122
+ targetResourcePath?: string;
123
+ }
124
+
125
+ /** Class containing security settings of vault */
126
+ export interface SecuritySettings {
127
+ /** Soft delete related settings */
128
+ softDeleteSettings?: SoftDeleteSettings;
129
+ /** Immutability Settings at vault level */
130
+ immutabilitySettings?: ImmutabilitySettings;
131
+ }
132
+
133
+ /** Soft delete related settings */
134
+ export interface SoftDeleteSettings {
135
+ /** State of soft delete */
136
+ state?: SoftDeleteState;
137
+ /** Soft delete retention duration */
138
+ retentionDurationInDays?: number;
139
+ }
140
+
141
+ /** Immutability Settings at vault level */
142
+ export interface ImmutabilitySettings {
143
+ /** Immutability state */
144
+ state?: ImmutabilityState;
145
+ }
146
+
147
+ /** Storage setting */
148
+ export interface StorageSetting {
149
+ /** Gets or sets the type of the datastore. */
150
+ datastoreType?: StorageSettingStoreTypes;
151
+ /** Gets or sets the type. */
152
+ type?: StorageSettingTypes;
153
+ }
154
+
155
+ export interface DppTrackedResource {
156
+ /** Optional ETag. */
157
+ eTag?: string;
158
+ /**
159
+ * Resource Id represents the complete path to the resource.
160
+ * NOTE: This property will not be serialized. It can only be populated by the server.
161
+ */
162
+ readonly id?: string;
163
+ /** Input Managed Identity Details */
164
+ identity?: DppIdentityDetails;
165
+ /** Resource location. */
166
+ location?: string;
167
+ /**
168
+ * Resource name associated with the resource.
169
+ * NOTE: This property will not be serialized. It can only be populated by the server.
170
+ */
171
+ readonly name?: string;
172
+ /** Resource tags. */
173
+ tags?: { [propertyName: string]: string };
174
+ /**
175
+ * Resource type represents the complete path of the form Namespace/ResourceType/ResourceType/...
176
+ * NOTE: This property will not be serialized. It can only be populated by the server.
177
+ */
178
+ readonly type?: string;
179
+ /**
180
+ * Metadata pertaining to creation and last modification of the resource.
181
+ * NOTE: This property will not be serialized. It can only be populated by the server.
182
+ */
183
+ readonly systemData?: SystemData;
184
+ }
185
+
186
+ /** Identity details */
187
+ export interface DppIdentityDetails {
188
+ /**
189
+ * The object ID of the service principal object for the managed identity that is used to grant role-based access to an Azure resource.
190
+ * NOTE: This property will not be serialized. It can only be populated by the server.
191
+ */
192
+ readonly principalId?: string;
193
+ /**
194
+ * A Globally Unique Identifier (GUID) that represents the Azure AD tenant where the resource is now a member.
195
+ * NOTE: This property will not be serialized. It can only be populated by the server.
196
+ */
197
+ readonly tenantId?: string;
198
+ /** The identityType which can be either SystemAssigned or None */
199
+ type?: string;
200
+ }
201
+
202
+ /** Metadata pertaining to creation and last modification of the resource. */
203
+ export interface SystemData {
204
+ /** The identity that created the resource. */
205
+ createdBy?: string;
206
+ /** The type of identity that created the resource. */
207
+ createdByType?: CreatedByType;
208
+ /** The timestamp of resource creation (UTC). */
209
+ createdAt?: Date;
210
+ /** The identity that last modified the resource. */
211
+ lastModifiedBy?: string;
212
+ /** The type of identity that last modified the resource. */
213
+ lastModifiedByType?: CreatedByType;
214
+ /** The type of identity that last modified the resource. */
215
+ lastModifiedAt?: Date;
216
+ }
217
+
218
+ /** ListResource */
219
+ export interface DppResourceList {
220
+ /** The uri to fetch the next page of resources. Call ListNext() fetches next page of resources. */
221
+ nextLink?: string;
222
+ }
223
+
224
+ /** An error response from Azure Backup. */
225
+ export interface CloudError {
226
+ /** The resource management error response. */
227
+ error?: ErrorModel;
228
+ }
229
+
230
+ /** The resource management error response. */
231
+ export interface ErrorModel {
232
+ /**
233
+ * The error additional info.
234
+ * NOTE: This property will not be serialized. It can only be populated by the server.
235
+ */
236
+ readonly additionalInfo?: ErrorAdditionalInfo[];
237
+ /**
238
+ * The error code.
239
+ * NOTE: This property will not be serialized. It can only be populated by the server.
240
+ */
241
+ readonly code?: string;
242
+ /**
243
+ * The error details.
244
+ * NOTE: This property will not be serialized. It can only be populated by the server.
245
+ */
246
+ readonly details?: ErrorModel[];
247
+ /**
248
+ * The error message.
249
+ * NOTE: This property will not be serialized. It can only be populated by the server.
250
+ */
251
+ readonly message?: string;
252
+ /**
253
+ * The error target.
254
+ * NOTE: This property will not be serialized. It can only be populated by the server.
255
+ */
256
+ readonly target?: string;
257
+ }
258
+
259
+ /** The resource management error additional info. */
260
+ export interface ErrorAdditionalInfo {
261
+ /**
262
+ * The additional info.
263
+ * NOTE: This property will not be serialized. It can only be populated by the server.
264
+ */
265
+ readonly info?: Record<string, unknown>;
266
+ /**
267
+ * The additional info type.
268
+ * NOTE: This property will not be serialized. It can only be populated by the server.
269
+ */
270
+ readonly type?: string;
271
+ }
272
+
273
+ /** Operation Extended Info */
274
+ export interface OperationExtendedInfo {
275
+ /** Polymorphic discriminator, which specifies the different types this object can be */
276
+ objectType: "OperationJobExtendedInfo";
277
+ }
278
+
279
+ /** Operation Resource */
280
+ export interface OperationResource {
281
+ /** End time of the operation */
282
+ endTime?: Date;
283
+ /**
284
+ * Required if status == failed or status == canceled. This is the OData v4 error format, used by the RPC and will go into the v2.2 Azure REST API guidelines.
285
+ * The full set of optional properties (e.g. inner errors / details) can be found in the "Error Response" section.
286
+ */
287
+ error?: ErrorModel;
288
+ /** It should match what is used to GET the operation result */
289
+ id?: string;
290
+ /** It must match the last segment of the "id" field, and will typically be a GUID / system generated value */
291
+ name?: string;
292
+ /** End time of the operation */
293
+ properties?: OperationExtendedInfoUnion;
294
+ /** Start time of the operation */
295
+ startTime?: Date;
296
+ status?: string;
297
+ }
298
+
299
+ /** Patch Request content for Microsoft.DataProtection resources */
300
+ export interface PatchResourceRequestInput {
301
+ /** Input Managed Identity Details */
302
+ identity?: DppIdentityDetails;
303
+ /** Resource properties. */
304
+ properties?: PatchBackupVaultInput;
305
+ /** Resource tags. */
306
+ tags?: { [propertyName: string]: string };
307
+ }
308
+
309
+ /** Backup Vault Contract for Patch Backup Vault API. */
310
+ export interface PatchBackupVaultInput {
311
+ /** Monitoring Settings */
312
+ monitoringSettings?: MonitoringSettings;
313
+ /** Security Settings */
314
+ securitySettings?: SecuritySettings;
315
+ }
316
+
317
+ /** CheckNameAvailability Request */
318
+ export interface CheckNameAvailabilityRequest {
319
+ /** Resource name for which availability needs to be checked */
320
+ name?: string;
321
+ /** Describes the Resource type: Microsoft.DataProtection/BackupVaults */
322
+ type?: string;
323
+ }
324
+
325
+ /** CheckNameAvailability Result */
326
+ export interface CheckNameAvailabilityResult {
327
+ /** Gets or sets the message. */
328
+ message?: string;
329
+ /** Gets or sets a value indicating whether [name available]. */
330
+ nameAvailable?: boolean;
331
+ /** Gets or sets the reason. */
332
+ reason?: string;
333
+ }
334
+
335
+ /** Base class for Backup Feature support */
336
+ export interface FeatureValidationRequestBase {
337
+ /** Polymorphic discriminator, which specifies the different types this object can be */
338
+ objectType: "FeatureValidationRequest";
339
+ }
340
+
341
+ /** Base class for Backup Feature support */
342
+ export interface FeatureValidationResponseBase {
343
+ /** Polymorphic discriminator, which specifies the different types this object can be */
344
+ objectType: "FeatureValidationResponse";
345
+ }
346
+
347
+ /** Operations List response which contains list of available APIs. */
348
+ export interface ClientDiscoveryResponse {
349
+ /** Link to the next chunk of Response. */
350
+ nextLink?: string;
351
+ /** List of available operations. */
352
+ value?: ClientDiscoveryValueForSingleApi[];
353
+ }
354
+
355
+ /** Available operation details. */
356
+ export interface ClientDiscoveryValueForSingleApi {
357
+ /** Contains the localized display information for this particular operation */
358
+ display?: ClientDiscoveryDisplay;
359
+ /** Name of the Operation. */
360
+ name?: string;
361
+ /** Indicates whether the operation is a data action */
362
+ isDataAction?: boolean;
363
+ /** The intended executor of the operation;governs the display of the operation in the RBAC UX and the audit logs UX */
364
+ origin?: string;
365
+ /** Properties for the given operation. */
366
+ properties?: ClientDiscoveryForProperties;
367
+ }
368
+
369
+ /** Localized display information of an operation. */
370
+ export interface ClientDiscoveryDisplay {
371
+ /** Description of the operation having details of what operation is about. */
372
+ description?: string;
373
+ /** Operations Name itself. */
374
+ operation?: string;
375
+ /** Name of the provider for display purposes */
376
+ provider?: string;
377
+ /** ResourceType for which this Operation can be performed. */
378
+ resource?: string;
379
+ }
380
+
381
+ /** Class to represent shoebox properties in json client discovery. */
382
+ export interface ClientDiscoveryForProperties {
383
+ /** Operation properties. */
384
+ serviceSpecification?: ClientDiscoveryForServiceSpecification;
385
+ }
386
+
387
+ /** Class to represent shoebox service specification in json client discovery. */
388
+ export interface ClientDiscoveryForServiceSpecification {
389
+ /** List of log specifications of this operation. */
390
+ logSpecifications?: ClientDiscoveryForLogSpecification[];
391
+ }
392
+
393
+ /** Class to represent shoebox log specification in json client discovery. */
394
+ export interface ClientDiscoveryForLogSpecification {
395
+ /** blob duration of shoebox log specification */
396
+ blobDuration?: string;
397
+ /** Localized display name */
398
+ displayName?: string;
399
+ /** Name for shoebox log specification. */
400
+ name?: string;
401
+ }
402
+
403
+ /** BackupPolicy base */
404
+ export interface BaseBackupPolicy {
405
+ /** Polymorphic discriminator, which specifies the different types this object can be */
406
+ objectType: "BackupPolicy";
407
+ /** Type of datasource for the backup management */
408
+ datasourceTypes: string[];
409
+ }
410
+
411
+ /** Resource class */
412
+ export interface DppResource {
413
+ /**
414
+ * Resource Id represents the complete path to the resource.
415
+ * NOTE: This property will not be serialized. It can only be populated by the server.
416
+ */
417
+ readonly id?: string;
418
+ /**
419
+ * Resource name associated with the resource.
420
+ * NOTE: This property will not be serialized. It can only be populated by the server.
421
+ */
422
+ readonly name?: string;
423
+ /**
424
+ * Resource type represents the complete path of the form Namespace/ResourceType/ResourceType/...
425
+ * NOTE: This property will not be serialized. It can only be populated by the server.
426
+ */
427
+ readonly type?: string;
428
+ /**
429
+ * Metadata pertaining to creation and last modification of the resource.
430
+ * NOTE: This property will not be serialized. It can only be populated by the server.
431
+ */
432
+ readonly systemData?: SystemData;
433
+ }
434
+
435
+ /** Backup Instance */
436
+ export interface BackupInstance {
437
+ /** Gets or sets the Backup Instance friendly name. */
438
+ friendlyName?: string;
439
+ /** Gets or sets the data source information. */
440
+ dataSourceInfo: Datasource;
441
+ /** Gets or sets the data source set information. */
442
+ dataSourceSetInfo?: DatasourceSet;
443
+ /** Gets or sets the policy information. */
444
+ policyInfo: PolicyInfo;
445
+ /**
446
+ * Specifies the protection status of the resource
447
+ * NOTE: This property will not be serialized. It can only be populated by the server.
448
+ */
449
+ readonly protectionStatus?: ProtectionStatusDetails;
450
+ /**
451
+ * Specifies the current protection state of the resource
452
+ * NOTE: This property will not be serialized. It can only be populated by the server.
453
+ */
454
+ readonly currentProtectionState?: CurrentProtectionState;
455
+ /**
456
+ * Specifies the protection error of the resource
457
+ * NOTE: This property will not be serialized. It can only be populated by the server.
458
+ */
459
+ readonly protectionErrorDetails?: UserFacingError;
460
+ /**
461
+ * Specifies the provisioning state of the resource i.e. provisioning/updating/Succeeded/Failed
462
+ * NOTE: This property will not be serialized. It can only be populated by the server.
463
+ */
464
+ readonly provisioningState?: string;
465
+ /** Credentials to use to authenticate with data source provider. */
466
+ datasourceAuthCredentials?: AuthCredentialsUnion;
467
+ /** Specifies the type of validation. In case of DeepValidation, all validations from /validateForBackup API will run again. */
468
+ validationType?: ValidationType;
469
+ objectType: string;
470
+ }
471
+
472
+ /** Datasource to be backed up */
473
+ export interface Datasource {
474
+ /** DatasourceType of the resource. */
475
+ datasourceType?: string;
476
+ /** Type of Datasource object, used to initialize the right inherited type */
477
+ objectType?: string;
478
+ /** Full ARM ID of the resource. For azure resources, this is ARM ID. For non azure resources, this will be the ID created by backup service via Fabric/Vault. */
479
+ resourceID: string;
480
+ /** Location of datasource. */
481
+ resourceLocation?: string;
482
+ /** Unique identifier of the resource in the context of parent. */
483
+ resourceName?: string;
484
+ /** Resource Type of Datasource. */
485
+ resourceType?: string;
486
+ /** Uri of the resource. */
487
+ resourceUri?: string;
488
+ }
489
+
490
+ /** DatasourceSet details of datasource to be backed up */
491
+ export interface DatasourceSet {
492
+ /** DatasourceType of the resource. */
493
+ datasourceType?: string;
494
+ /** Type of Datasource object, used to initialize the right inherited type */
495
+ objectType?: string;
496
+ /** Full ARM ID of the resource. For azure resources, this is ARM ID. For non azure resources, this will be the ID created by backup service via Fabric/Vault. */
497
+ resourceID: string;
498
+ /** Location of datasource. */
499
+ resourceLocation?: string;
500
+ /** Unique identifier of the resource in the context of parent. */
501
+ resourceName?: string;
502
+ /** Resource Type of Datasource. */
503
+ resourceType?: string;
504
+ /** Uri of the resource. */
505
+ resourceUri?: string;
506
+ }
507
+
508
+ /** Policy Info in backupInstance */
509
+ export interface PolicyInfo {
510
+ policyId: string;
511
+ /** NOTE: This property will not be serialized. It can only be populated by the server. */
512
+ readonly policyVersion?: string;
513
+ /** Policy parameters for the backup instance */
514
+ policyParameters?: PolicyParameters;
515
+ }
516
+
517
+ /** Parameters in Policy */
518
+ export interface PolicyParameters {
519
+ /** Gets or sets the DataStore Parameters */
520
+ dataStoreParametersList?: DataStoreParametersUnion[];
521
+ /** Gets or sets the Backup Data Source Parameters */
522
+ backupDatasourceParametersList?: BackupDatasourceParametersUnion[];
523
+ }
524
+
525
+ /** Parameters for DataStore */
526
+ export interface DataStoreParameters {
527
+ /** Polymorphic discriminator, which specifies the different types this object can be */
528
+ objectType: "AzureOperationalStoreParameters";
529
+ /** type of datastore; Operational/Vault/Archive */
530
+ dataStoreType: DataStoreTypes;
531
+ }
532
+
533
+ /** Parameters for Backup Datasource */
534
+ export interface BackupDatasourceParameters {
535
+ /** Polymorphic discriminator, which specifies the different types this object can be */
536
+ objectType:
537
+ | "KubernetesClusterBackupDatasourceParameters"
538
+ | "BlobBackupDatasourceParameters";
539
+ }
540
+
541
+ /** Protection status details */
542
+ export interface ProtectionStatusDetails {
543
+ /** Specifies the protection status error of the resource */
544
+ errorDetails?: UserFacingError;
545
+ /** Specifies the protection status of the resource */
546
+ status?: Status;
547
+ }
548
+
549
+ /** Error object used by layers that have access to localized content, and propagate that to user */
550
+ export interface UserFacingError {
551
+ /** Unique code for this error */
552
+ code?: string;
553
+ /** Additional related Errors */
554
+ details?: UserFacingError[];
555
+ /** Inner Error */
556
+ innerError?: InnerError;
557
+ /** Whether the operation will be retryable or not */
558
+ isRetryable?: boolean;
559
+ /** Whether the operation is due to a user error or service error */
560
+ isUserError?: boolean;
561
+ /** Any key value pairs that can be injected inside error object */
562
+ properties?: { [propertyName: string]: string };
563
+ message?: string;
564
+ /** RecommendedAction � localized. */
565
+ recommendedAction?: string[];
566
+ /** Target of the error. */
567
+ target?: string;
568
+ }
569
+
570
+ /** Inner Error */
571
+ export interface InnerError {
572
+ /** Any Key value pairs that can be provided to the client for additional verbose information. */
573
+ additionalInfo?: { [propertyName: string]: string };
574
+ /** Unique code for this error */
575
+ code?: string;
576
+ /** Child Inner Error, to allow Nesting. */
577
+ embeddedInnerError?: InnerError;
578
+ }
579
+
580
+ /** Base class for different types of authentication credentials. */
581
+ export interface AuthCredentials {
582
+ /** Polymorphic discriminator, which specifies the different types this object can be */
583
+ objectType: "SecretStoreBasedAuthCredentials";
584
+ }
585
+
586
+ export interface DppProxyResource {
587
+ /**
588
+ * Proxy Resource Id represents the complete path to the resource.
589
+ * NOTE: This property will not be serialized. It can only be populated by the server.
590
+ */
591
+ readonly id?: string;
592
+ /**
593
+ * Proxy Resource name associated with the resource.
594
+ * NOTE: This property will not be serialized. It can only be populated by the server.
595
+ */
596
+ readonly name?: string;
597
+ /**
598
+ * Proxy Resource type represents the complete path of the form Namespace/ResourceType/ResourceType/...
599
+ * NOTE: This property will not be serialized. It can only be populated by the server.
600
+ */
601
+ readonly type?: string;
602
+ /** Proxy Resource tags. */
603
+ tags?: { [propertyName: string]: string };
604
+ /**
605
+ * Metadata pertaining to creation and last modification of the resource.
606
+ * NOTE: This property will not be serialized. It can only be populated by the server.
607
+ */
608
+ readonly systemData?: SystemData;
609
+ }
610
+
611
+ /** Trigger backup request */
612
+ export interface TriggerBackupRequest {
613
+ /** Name for the Rule of the Policy which needs to be applied for this backup */
614
+ backupRuleOptions: AdHocBackupRuleOptions;
615
+ }
616
+
617
+ /** Adhoc backup rules */
618
+ export interface AdHocBackupRuleOptions {
619
+ ruleName: string;
620
+ /** Adhoc backup trigger option */
621
+ triggerOption: AdhocBackupTriggerOption;
622
+ }
623
+
624
+ /** Adhoc backup trigger option */
625
+ export interface AdhocBackupTriggerOption {
626
+ retentionTagOverride?: string;
627
+ }
628
+
629
+ /** Validate for backup request */
630
+ export interface ValidateForBackupRequest {
631
+ /** Backup Instance */
632
+ backupInstance: BackupInstance;
633
+ }
634
+
635
+ /** Azure backup recoveryPoint */
636
+ export interface AzureBackupRecoveryPoint {
637
+ /** Polymorphic discriminator, which specifies the different types this object can be */
638
+ objectType: "AzureBackupDiscreteRecoveryPoint";
639
+ }
640
+
641
+ /** Azure Backup Rehydrate Request */
642
+ export interface AzureBackupRehydrationRequest {
643
+ /** Id of the recovery point to be recovered */
644
+ recoveryPointId: string;
645
+ /** Priority to be used for rehydration. Values High or Standard */
646
+ rehydrationPriority?: RehydrationPriority;
647
+ /** Retention duration in ISO 8601 format i.e P10D . */
648
+ rehydrationRetentionDuration: string;
649
+ }
650
+
651
+ /** Azure backup restore request */
652
+ export interface AzureBackupRestoreRequest {
653
+ /** Polymorphic discriminator, which specifies the different types this object can be */
654
+ objectType:
655
+ | "AzureBackupRecoveryPointBasedRestoreRequest"
656
+ | "AzureBackupRestoreWithRehydrationRequest"
657
+ | "AzureBackupRecoveryTimeBasedRestoreRequest";
658
+ /** Gets or sets the restore target information. */
659
+ restoreTargetInfo: RestoreTargetInfoBaseUnion;
660
+ /** Gets or sets the type of the source data store. */
661
+ sourceDataStoreType: SourceDataStoreType;
662
+ /** Fully qualified Azure Resource Manager ID of the datasource which is being recovered. */
663
+ sourceResourceId?: string;
664
+ }
665
+
666
+ /** Base class common to RestoreTargetInfo and RestoreFilesTargetInfo */
667
+ export interface RestoreTargetInfoBase {
668
+ /** Polymorphic discriminator, which specifies the different types this object can be */
669
+ objectType:
670
+ | "ItemLevelRestoreTargetInfo"
671
+ | "RestoreFilesTargetInfo"
672
+ | "RestoreTargetInfo";
673
+ /** Recovery Option */
674
+ recoveryOption: RecoveryOption;
675
+ /** Target Restore region */
676
+ restoreLocation?: string;
677
+ }
678
+
679
+ /** Sync BackupInstance Request */
680
+ export interface SyncBackupInstanceRequest {
681
+ /** Field indicating sync type e.g. to sync only in case of failure or in all cases */
682
+ syncType?: SyncType;
683
+ }
684
+
685
+ /** Validate restore request object */
686
+ export interface ValidateRestoreRequestObject {
687
+ /** Gets or sets the restore request object. */
688
+ restoreRequestObject: AzureBackupRestoreRequestUnion;
689
+ }
690
+
691
+ /** AzureBackup Job Class */
692
+ export interface AzureBackupJob {
693
+ /** Job Activity Id */
694
+ activityID: string;
695
+ /** Name of the Backup Instance */
696
+ backupInstanceFriendlyName: string;
697
+ /**
698
+ * ARM ID of the Backup Instance
699
+ * NOTE: This property will not be serialized. It can only be populated by the server.
700
+ */
701
+ readonly backupInstanceId?: string;
702
+ /** ARM ID of the DataSource */
703
+ dataSourceId: string;
704
+ /** Location of the DataSource */
705
+ dataSourceLocation: string;
706
+ /** User Friendly Name of the DataSource */
707
+ dataSourceName: string;
708
+ /** Data Source Set Name of the DataSource */
709
+ dataSourceSetName?: string;
710
+ /** Type of DataSource */
711
+ dataSourceType: string;
712
+ /** Total run time of the job. ISO 8601 format. */
713
+ duration?: string;
714
+ /**
715
+ * EndTime of the job(in UTC)
716
+ * NOTE: This property will not be serialized. It can only be populated by the server.
717
+ */
718
+ readonly endTime?: Date;
719
+ /**
720
+ * A List, detailing the errors related to the job
721
+ * NOTE: This property will not be serialized. It can only be populated by the server.
722
+ */
723
+ readonly errorDetails?: UserFacingError[];
724
+ /**
725
+ * Extended Information about the job
726
+ * NOTE: This property will not be serialized. It can only be populated by the server.
727
+ */
728
+ readonly extendedInfo?: JobExtendedInfo;
729
+ /** Indicated that whether the job is adhoc(true) or scheduled(false) */
730
+ isUserTriggered: boolean;
731
+ /** It indicates the type of Job i.e. Backup:full/log/diff ;Restore:ALR/OLR; Tiering:Backup/Archive ; Management:ConfigureProtection/UnConfigure */
732
+ operation: string;
733
+ /** It indicates the type of Job i.e. Backup/Restore/Tiering/Management */
734
+ operationCategory: string;
735
+ /**
736
+ * ARM ID of the policy
737
+ * NOTE: This property will not be serialized. It can only be populated by the server.
738
+ */
739
+ readonly policyId?: string;
740
+ /**
741
+ * Name of the policy
742
+ * NOTE: This property will not be serialized. It can only be populated by the server.
743
+ */
744
+ readonly policyName?: string;
745
+ /** Indicated whether progress is enabled for the job */
746
+ progressEnabled: boolean;
747
+ /**
748
+ * Url which contains job's progress
749
+ * NOTE: This property will not be serialized. It can only be populated by the server.
750
+ */
751
+ readonly progressUrl?: string;
752
+ /**
753
+ * It indicates the sub type of operation i.e. in case of Restore it can be ALR/OLR
754
+ * NOTE: This property will not be serialized. It can only be populated by the server.
755
+ */
756
+ readonly restoreType?: string;
757
+ /** Resource Group Name of the Datasource */
758
+ sourceResourceGroup: string;
759
+ /** SubscriptionId corresponding to the DataSource */
760
+ sourceSubscriptionID: string;
761
+ /** StartTime of the job(in UTC) */
762
+ startTime: Date;
763
+ /** Status of the job like InProgress/Success/Failed/Cancelled/SuccessWithWarning */
764
+ status: string;
765
+ /** Subscription Id of the corresponding backup vault */
766
+ subscriptionId: string;
767
+ /** List of supported actions */
768
+ supportedActions: string[];
769
+ /** Name of the vault */
770
+ vaultName: string;
771
+ etag?: string;
772
+ sourceDataStoreName?: string;
773
+ destinationDataStoreName?: string;
774
+ }
775
+
776
+ /** Extended Information about the job */
777
+ export interface JobExtendedInfo {
778
+ /** Job's Additional Details */
779
+ additionalDetails?: { [propertyName: string]: string };
780
+ /**
781
+ * State of the Backup Instance
782
+ * NOTE: This property will not be serialized. It can only be populated by the server.
783
+ */
784
+ readonly backupInstanceState?: string;
785
+ /**
786
+ * Number of bytes transferred
787
+ * NOTE: This property will not be serialized. It can only be populated by the server.
788
+ */
789
+ readonly dataTransferredInBytes?: number;
790
+ /**
791
+ * Destination where restore is done
792
+ * NOTE: This property will not be serialized. It can only be populated by the server.
793
+ */
794
+ readonly recoveryDestination?: string;
795
+ /**
796
+ * Details of the Source Recovery Point
797
+ * NOTE: This property will not be serialized. It can only be populated by the server.
798
+ */
799
+ readonly sourceRecoverPoint?: RestoreJobRecoveryPointDetails;
800
+ /**
801
+ * List of Sub Tasks of the job
802
+ * NOTE: This property will not be serialized. It can only be populated by the server.
803
+ */
804
+ readonly subTasks?: JobSubTask[];
805
+ /**
806
+ * Details of the Target Recovery Point
807
+ * NOTE: This property will not be serialized. It can only be populated by the server.
808
+ */
809
+ readonly targetRecoverPoint?: RestoreJobRecoveryPointDetails;
810
+ }
811
+
812
+ export interface RestoreJobRecoveryPointDetails {
813
+ recoveryPointID?: string;
814
+ recoveryPointTime?: Date;
815
+ }
816
+
817
+ /** Details of Job's Sub Task */
818
+ export interface JobSubTask {
819
+ /** Additional details of Sub Tasks */
820
+ additionalDetails?: { [propertyName: string]: string };
821
+ /** Task Id of the Sub Task */
822
+ taskId: number;
823
+ /** Name of the Sub Task */
824
+ taskName: string;
825
+ /**
826
+ * Progress of the Sub Task
827
+ * NOTE: This property will not be serialized. It can only be populated by the server.
828
+ */
829
+ readonly taskProgress?: string;
830
+ /** Status of the Sub Task */
831
+ taskStatus: string;
832
+ }
833
+
834
+ /** List Restore Ranges Request */
835
+ export interface AzureBackupFindRestorableTimeRangesRequest {
836
+ /** Gets or sets the type of the source data store. */
837
+ sourceDataStoreType: RestoreSourceDataStoreType;
838
+ /** Start time for the List Restore Ranges request. ISO 8601 format. */
839
+ startTime?: string;
840
+ /** End time for the List Restore Ranges request. ISO 8601 format. */
841
+ endTime?: string;
842
+ }
843
+
844
+ /** List Restore Ranges Response */
845
+ export interface AzureBackupFindRestorableTimeRangesResponse {
846
+ /** Returns the Restore Ranges available on the Backup Instance. */
847
+ restorableTimeRanges?: RestorableTimeRange[];
848
+ objectType?: string;
849
+ }
850
+
851
+ export interface RestorableTimeRange {
852
+ /** Start time for the available restore range */
853
+ startTime: string;
854
+ /** End time for the available restore range */
855
+ endTime: string;
856
+ objectType?: string;
857
+ }
858
+
859
+ /** The result for export jobs containing blob details. */
860
+ export interface ExportJobsResult {
861
+ /**
862
+ * URL of the blob into which the serialized string of list of jobs is exported.
863
+ * NOTE: This property will not be serialized. It can only be populated by the server.
864
+ */
865
+ readonly blobUrl?: string;
866
+ /**
867
+ * SAS key to access the blob.
868
+ * NOTE: This property will not be serialized. It can only be populated by the server.
869
+ */
870
+ readonly blobSasKey?: string;
871
+ /**
872
+ * URL of the blob into which the ExcelFile is uploaded.
873
+ * NOTE: This property will not be serialized. It can only be populated by the server.
874
+ */
875
+ readonly excelFileBlobUrl?: string;
876
+ /**
877
+ * SAS key to access the ExcelFile blob.
878
+ * NOTE: This property will not be serialized. It can only be populated by the server.
879
+ */
880
+ readonly excelFileBlobSasKey?: string;
881
+ }
882
+
883
+ /** Deletion Info */
884
+ export interface DeletionInfo {
885
+ /**
886
+ * Specifies time of deletion
887
+ * NOTE: This property will not be serialized. It can only be populated by the server.
888
+ */
889
+ readonly deletionTime?: string;
890
+ /**
891
+ * Specifies billing end date
892
+ * NOTE: This property will not be serialized. It can only be populated by the server.
893
+ */
894
+ readonly billingEndDate?: string;
895
+ /**
896
+ * Specifies purge time
897
+ * NOTE: This property will not be serialized. It can only be populated by the server.
898
+ */
899
+ readonly scheduledPurgeTime?: string;
900
+ /**
901
+ * Delete activity ID for troubleshooting purpose
902
+ * NOTE: This property will not be serialized. It can only be populated by the server.
903
+ */
904
+ readonly deleteActivityID?: string;
905
+ }
906
+
907
+ export interface ResourceGuard {
908
+ /**
909
+ * Provisioning state of the BackupVault resource
910
+ * NOTE: This property will not be serialized. It can only be populated by the server.
911
+ */
912
+ readonly provisioningState?: ResourceGuardProvisioningState;
913
+ /**
914
+ * This flag indicates whether auto approval is allowed or not.
915
+ * NOTE: This property will not be serialized. It can only be populated by the server.
916
+ */
917
+ readonly allowAutoApprovals?: boolean;
918
+ /**
919
+ * {readonly} List of operation details those are protected by the ResourceGuard resource
920
+ * NOTE: This property will not be serialized. It can only be populated by the server.
921
+ */
922
+ readonly resourceGuardOperations?: ResourceGuardOperation[];
923
+ /** List of critical operations which are not protected by this resourceGuard */
924
+ vaultCriticalOperationExclusionList?: string[];
925
+ /**
926
+ * Description about the pre-req steps to perform all the critical operations.
927
+ * NOTE: This property will not be serialized. It can only be populated by the server.
928
+ */
929
+ readonly description?: string;
930
+ }
931
+
932
+ /** This class contains all the details about a critical operation. */
933
+ export interface ResourceGuardOperation {
934
+ /**
935
+ * Name of the critical operation.
936
+ * NOTE: This property will not be serialized. It can only be populated by the server.
937
+ */
938
+ readonly vaultCriticalOperation?: string;
939
+ /**
940
+ * Type of resource request.
941
+ * NOTE: This property will not be serialized. It can only be populated by the server.
942
+ */
943
+ readonly requestResourceType?: string;
944
+ }
945
+
946
+ export interface DppTrackedResourceList {
947
+ /** The uri to fetch the next page of resources. Call ListNext() fetches next page of resources. */
948
+ nextLink?: string;
949
+ }
950
+
951
+ /** Base for all lists of V2 resources. */
952
+ export interface DppBaseResourceList {
953
+ /** List of Dpp resources. */
954
+ value?: DppBaseResource[];
955
+ /** The uri to fetch the next page of resources. Call ListNext() fetches next page of resources. */
956
+ nextLink?: string;
957
+ }
958
+
959
+ /** Base resource under Microsoft.DataProtection provider namespace */
960
+ export interface DppBaseResource {
961
+ /**
962
+ * Resource Id represents the complete path to the resource.
963
+ * NOTE: This property will not be serialized. It can only be populated by the server.
964
+ */
965
+ readonly id?: string;
966
+ /**
967
+ * Resource name associated with the resource.
968
+ * NOTE: This property will not be serialized. It can only be populated by the server.
969
+ */
970
+ readonly name?: string;
971
+ /**
972
+ * Resource type represents the complete path of the form Namespace/ResourceType/ResourceType/...
973
+ * NOTE: This property will not be serialized. It can only be populated by the server.
974
+ */
975
+ readonly type?: string;
976
+ }
977
+
978
+ export interface ResourceGuardProxyBase {
979
+ resourceGuardResourceId?: string;
980
+ resourceGuardOperationDetails?: ResourceGuardOperationDetail[];
981
+ lastUpdatedTime?: string;
982
+ description?: string;
983
+ }
984
+
985
+ export interface ResourceGuardOperationDetail {
986
+ vaultCriticalOperation?: string;
987
+ defaultResourceRequest?: string;
988
+ }
989
+
990
+ /** Request body of unlock delete API. */
991
+ export interface UnlockDeleteRequest {
992
+ resourceGuardOperationRequests?: string[];
993
+ resourceToBeDeleted?: string;
994
+ }
995
+
996
+ /** Response of Unlock Delete API. */
997
+ export interface UnlockDeleteResponse {
998
+ /** This is the time when unlock delete privileges will get expired. */
999
+ unlockDeleteExpiryTime?: string;
1000
+ }
1001
+
1002
+ /** Delete Option */
1003
+ export interface DeleteOption {
1004
+ /** Polymorphic discriminator, which specifies the different types this object can be */
1005
+ objectType: "AbsoluteDeleteOption";
1006
+ /** Duration of deletion after given timespan */
1007
+ duration: string;
1008
+ }
1009
+
1010
+ export interface RecoveryPointsFilters {
1011
+ restorePointDataStoreId?: string;
1012
+ isVisible?: boolean;
1013
+ startDate?: string;
1014
+ endDate?: string;
1015
+ extendedInfo?: boolean;
1016
+ restorePointState?: string;
1017
+ }
1018
+
1019
+ /** Adhoc backup tagging criteria */
1020
+ export interface AdhocBasedTaggingCriteria {
1021
+ /** Retention tag information */
1022
+ tagInfo?: RetentionTag;
1023
+ }
1024
+
1025
+ /** Retention tag */
1026
+ export interface RetentionTag {
1027
+ /**
1028
+ * Retention Tag version.
1029
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1030
+ */
1031
+ readonly eTag?: string;
1032
+ /**
1033
+ * Retention Tag version.
1034
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1035
+ */
1036
+ readonly id?: string;
1037
+ /** Retention Tag Name to relate it to retention rule. */
1038
+ tagName: string;
1039
+ }
1040
+
1041
+ /** Trigger context */
1042
+ export interface TriggerContext {
1043
+ /** Polymorphic discriminator, which specifies the different types this object can be */
1044
+ objectType: "AdhocBasedTriggerContext" | "ScheduleBasedTriggerContext";
1045
+ }
1046
+
1047
+ /** RecoveryPoint datastore details */
1048
+ export interface RecoveryPointDataStoreDetails {
1049
+ creationTime?: Date;
1050
+ expiryTime?: Date;
1051
+ id?: string;
1052
+ metaData?: string;
1053
+ state?: string;
1054
+ type?: string;
1055
+ visible?: boolean;
1056
+ /** NOTE: This property will not be serialized. It can only be populated by the server. */
1057
+ readonly rehydrationExpiryTime?: Date;
1058
+ /** NOTE: This property will not be serialized. It can only be populated by the server. */
1059
+ readonly rehydrationStatus?: RehydrationStatus;
1060
+ }
1061
+
1062
+ export interface DppWorkerRequest {
1063
+ subscriptionId?: string;
1064
+ uri?: string;
1065
+ /** Dictionary of <components·ikn5y4·schemas·dppworkerrequest·properties·headers·additionalproperties> */
1066
+ headers?: { [propertyName: string]: string[] };
1067
+ supportedGroupVersions?: string[];
1068
+ cultureInfo?: string;
1069
+ /** Dictionary of <string> */
1070
+ parameters?: { [propertyName: string]: string };
1071
+ httpMethod?: string;
1072
+ }
1073
+
1074
+ /** BackupParameters base */
1075
+ export interface BackupParameters {
1076
+ /** Polymorphic discriminator, which specifies the different types this object can be */
1077
+ objectType: "AzureBackupParams";
1078
+ }
1079
+
1080
+ /** DataStoreInfo base */
1081
+ export interface DataStoreInfoBase {
1082
+ /** type of datastore; Operational/Vault/Archive */
1083
+ dataStoreType: DataStoreTypes;
1084
+ /** Type of Datasource object, used to initialize the right inherited type */
1085
+ objectType: string;
1086
+ }
1087
+
1088
+ /** BasePolicy Rule */
1089
+ export interface BasePolicyRule {
1090
+ /** Polymorphic discriminator, which specifies the different types this object can be */
1091
+ objectType: "AzureBackupRule" | "AzureRetentionRule";
1092
+ name: string;
1093
+ }
1094
+
1095
+ /** Source LifeCycle */
1096
+ export interface SourceLifeCycle {
1097
+ /** Delete Option */
1098
+ deleteAfter: DeleteOptionUnion;
1099
+ /** DataStoreInfo base */
1100
+ sourceDataStore: DataStoreInfoBase;
1101
+ targetDataStoreCopySettings?: TargetCopySetting[];
1102
+ }
1103
+
1104
+ /** Target copy settings */
1105
+ export interface TargetCopySetting {
1106
+ /** It can be CustomCopyOption or ImmediateCopyOption. */
1107
+ copyAfter: CopyOptionUnion;
1108
+ /** Info of target datastore */
1109
+ dataStore: DataStoreInfoBase;
1110
+ }
1111
+
1112
+ /** Options to copy */
1113
+ export interface CopyOption {
1114
+ /** Polymorphic discriminator, which specifies the different types this object can be */
1115
+ objectType: "CopyOnExpiryOption" | "CustomCopyOption" | "ImmediateCopyOption";
1116
+ }
1117
+
1118
+ /** BackupCriteria base class */
1119
+ export interface BackupCriteria {
1120
+ /** Polymorphic discriminator, which specifies the different types this object can be */
1121
+ objectType: "ScheduleBasedBackupCriteria";
1122
+ }
1123
+
1124
+ /** Schedule for backup */
1125
+ export interface BackupSchedule {
1126
+ /** ISO 8601 repeating time interval format */
1127
+ repeatingTimeIntervals: string[];
1128
+ /** Time zone for a schedule. Example: Pacific Standard Time */
1129
+ timeZone?: string;
1130
+ }
1131
+
1132
+ /** Day of the week */
1133
+ export interface Day {
1134
+ /** Date of the month */
1135
+ date?: number;
1136
+ /** Whether Date is last date of month */
1137
+ isLast?: boolean;
1138
+ }
1139
+
1140
+ /** Elements class for feature request */
1141
+ export interface SupportedFeature {
1142
+ /** support feature type. */
1143
+ featureName?: string;
1144
+ /** feature support status */
1145
+ supportStatus?: FeatureSupportStatus;
1146
+ /** support feature type. */
1147
+ exposureControlledFeatures?: string[];
1148
+ }
1149
+
1150
+ /** Class to contain criteria for item level restore */
1151
+ export interface ItemLevelRestoreCriteria {
1152
+ /** Polymorphic discriminator, which specifies the different types this object can be */
1153
+ objectType:
1154
+ | "ItemPathBasedRestoreCriteria"
1155
+ | "RangeBasedItemLevelRestoreCriteria"
1156
+ | "KubernetesStorageClassRestoreCriteria"
1157
+ | "KubernetesPVRestoreCriteria"
1158
+ | "KubernetesClusterRestoreCriteria";
1159
+ }
1160
+
1161
+ /** Class encapsulating target details, used where the destination is not a datasource */
1162
+ export interface TargetDetails {
1163
+ /**
1164
+ * Restore operation may create multiple files inside location pointed by Url
1165
+ * Below will be the common prefix for all of them
1166
+ */
1167
+ filePrefix: string;
1168
+ /**
1169
+ * Denotes the target location where the data will be restored,
1170
+ * string value for the enum {Microsoft.Internal.AzureBackup.DataProtection.Common.Interface.RestoreTargetLocationType}
1171
+ */
1172
+ restoreTargetLocationType: RestoreTargetLocationType;
1173
+ /** Url denoting the restore destination. It can point to container / file share etc */
1174
+ url: string;
1175
+ }
1176
+
1177
+ /** Tagging criteria */
1178
+ export interface TaggingCriteria {
1179
+ /** Criteria which decides whether the tag can be applied to a triggered backup. */
1180
+ criteria?: BackupCriteriaUnion[];
1181
+ /** Specifies if tag is default. */
1182
+ isDefault: boolean;
1183
+ /** Retention Tag priority. */
1184
+ taggingPriority: number;
1185
+ /** Retention tag information */
1186
+ tagInfo: RetentionTag;
1187
+ }
1188
+
1189
+ /** Class representing a secret store resource. */
1190
+ export interface SecretStoreResource {
1191
+ /** Uri to get to the resource */
1192
+ uri?: string;
1193
+ /** Gets or sets the type of secret store */
1194
+ secretStoreType: SecretStoreType;
1195
+ /** Gets or sets value stored in secret store resource */
1196
+ value?: string;
1197
+ }
1198
+
1199
+ /** Backup Vault Resource */
1200
+ export interface BackupVaultResource extends DppTrackedResource {
1201
+ /** BackupVaultResource properties */
1202
+ properties: BackupVault;
1203
+ }
1204
+
1205
+ export interface ResourceGuardResource extends DppTrackedResource {
1206
+ /** ResourceGuardResource properties */
1207
+ properties?: ResourceGuard;
1208
+ }
1209
+
1210
+ /** List of BackupVault resources */
1211
+ export interface BackupVaultResourceList extends DppResourceList {
1212
+ /** List of resources. */
1213
+ value?: BackupVaultResource[];
1214
+ }
1215
+
1216
+ /** List of BaseBackupPolicy resources */
1217
+ export interface BaseBackupPolicyResourceList extends DppResourceList {
1218
+ /** List of resources. */
1219
+ value?: BaseBackupPolicyResource[];
1220
+ }
1221
+
1222
+ /** BackupInstance Resource list response */
1223
+ export interface BackupInstanceResourceList extends DppResourceList {
1224
+ /** List of resources. */
1225
+ value?: BackupInstanceResource[];
1226
+ }
1227
+
1228
+ /** Azure backup recoveryPoint resource list */
1229
+ export interface AzureBackupRecoveryPointResourceList extends DppResourceList {
1230
+ /** List of resources. */
1231
+ value?: AzureBackupRecoveryPointResource[];
1232
+ }
1233
+
1234
+ /** List of AzureBackup Job resources */
1235
+ export interface AzureBackupJobResourceList extends DppResourceList {
1236
+ /** List of resources. */
1237
+ value?: AzureBackupJobResource[];
1238
+ }
1239
+
1240
+ /** List of DeletedBackupInstance resources */
1241
+ export interface DeletedBackupInstanceResourceList extends DppResourceList {
1242
+ /** List of resources. */
1243
+ value?: DeletedBackupInstanceResource[];
1244
+ }
1245
+
1246
+ /** List of ResourceGuardProxyBase resources */
1247
+ export interface ResourceGuardProxyBaseResourceList extends DppResourceList {
1248
+ /** List of resources. */
1249
+ value?: ResourceGuardProxyBaseResource[];
1250
+ }
1251
+
1252
+ /** Operation Job Extended Info */
1253
+ export interface OperationJobExtendedInfo extends OperationExtendedInfo {
1254
+ /** Polymorphic discriminator, which specifies the different types this object can be */
1255
+ objectType: "OperationJobExtendedInfo";
1256
+ /** Arm Id of the job created for this operation. */
1257
+ jobId?: string;
1258
+ }
1259
+
1260
+ /** Base class for feature object */
1261
+ export interface FeatureValidationRequest extends FeatureValidationRequestBase {
1262
+ /** Polymorphic discriminator, which specifies the different types this object can be */
1263
+ objectType: "FeatureValidationRequest";
1264
+ /** backup support feature type. */
1265
+ featureType?: FeatureType;
1266
+ /** backup support feature name. */
1267
+ featureName?: string;
1268
+ }
1269
+
1270
+ /** Feature Validation Response */
1271
+ export interface FeatureValidationResponse
1272
+ extends FeatureValidationResponseBase {
1273
+ /** Polymorphic discriminator, which specifies the different types this object can be */
1274
+ objectType: "FeatureValidationResponse";
1275
+ /** backup support feature type. */
1276
+ featureType?: FeatureType;
1277
+ /** Response features */
1278
+ features?: SupportedFeature[];
1279
+ }
1280
+
1281
+ /** Rule based backup policy */
1282
+ export interface BackupPolicy extends BaseBackupPolicy {
1283
+ /** Polymorphic discriminator, which specifies the different types this object can be */
1284
+ objectType: "BackupPolicy";
1285
+ /** Policy rule dictionary that contains rules for each backuptype i.e Full/Incremental/Logs etc */
1286
+ policyRules: BasePolicyRuleUnion[];
1287
+ }
1288
+
1289
+ /** BaseBackupPolicy resource */
1290
+ export interface BaseBackupPolicyResource extends DppResource {
1291
+ /** BaseBackupPolicyResource properties */
1292
+ properties?: BaseBackupPolicyUnion;
1293
+ }
1294
+
1295
+ /** Azure backup recoveryPoint resource */
1296
+ export interface AzureBackupRecoveryPointResource extends DppResource {
1297
+ /** AzureBackupRecoveryPointResource properties */
1298
+ properties?: AzureBackupRecoveryPointUnion;
1299
+ }
1300
+
1301
+ /** AzureBackup Job Resource Class */
1302
+ export interface AzureBackupJobResource extends DppResource {
1303
+ /** AzureBackupJobResource properties */
1304
+ properties?: AzureBackupJob;
1305
+ }
1306
+
1307
+ /** List Restore Ranges Response */
1308
+ export interface AzureBackupFindRestorableTimeRangesResponseResource
1309
+ extends DppResource {
1310
+ /** AzureBackupFindRestorableTimeRangesResponseResource properties */
1311
+ properties?: AzureBackupFindRestorableTimeRangesResponse;
1312
+ }
1313
+
1314
+ /** Deleted Backup Instance */
1315
+ export interface DeletedBackupInstanceResource extends DppResource {
1316
+ /** DeletedBackupInstanceResource properties */
1317
+ properties?: DeletedBackupInstance;
1318
+ }
1319
+
1320
+ export interface ResourceGuardProxyBaseResource extends DppResource {
1321
+ /** ResourceGuardProxyBaseResource properties */
1322
+ properties?: ResourceGuardProxyBase;
1323
+ }
1324
+
1325
+ /** Deleted Backup Instance */
1326
+ export interface DeletedBackupInstance extends BackupInstance {
1327
+ /**
1328
+ * Deletion info of Backup Instance
1329
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1330
+ */
1331
+ readonly deletionInfo?: DeletionInfo;
1332
+ }
1333
+
1334
+ /** Parameters for Operational-Tier DataStore */
1335
+ export interface AzureOperationalStoreParameters extends DataStoreParameters {
1336
+ /** Polymorphic discriminator, which specifies the different types this object can be */
1337
+ objectType: "AzureOperationalStoreParameters";
1338
+ /** Gets or sets the Snapshot Resource Group Uri. */
1339
+ resourceGroupId?: string;
1340
+ }
1341
+
1342
+ /** Parameters for Kubernetes Cluster Backup Datasource */
1343
+ export interface KubernetesClusterBackupDatasourceParameters
1344
+ extends BackupDatasourceParameters {
1345
+ /** Polymorphic discriminator, which specifies the different types this object can be */
1346
+ objectType: "KubernetesClusterBackupDatasourceParameters";
1347
+ /** Gets or sets the volume snapshot property. This property if enabled will take volume snapshots during restore. */
1348
+ snapshotVolumes: boolean;
1349
+ /** Gets or sets the include cluster resources property. This property if enabled will include cluster scope resources during restore. */
1350
+ includeClusterScopeResources: boolean;
1351
+ /** Gets or sets the include namespaces property. This property sets the namespaces to be included during restore. */
1352
+ includedNamespaces?: string[];
1353
+ /** Gets or sets the exclude namespaces property. This property sets the namespaces to be excluded during restore. */
1354
+ excludedNamespaces?: string[];
1355
+ /** Gets or sets the include resource types property. This property sets the resource types to be included during restore. */
1356
+ includedResourceTypes?: string[];
1357
+ /** Gets or sets the exclude resource types property. This property sets the resource types to be excluded during restore. */
1358
+ excludedResourceTypes?: string[];
1359
+ /** Gets or sets the LabelSelectors property. This property sets the resource with such label selectors to be included during restore. */
1360
+ labelSelectors?: string[];
1361
+ }
1362
+
1363
+ /** Parameters to be used during configuration of backup of blobs */
1364
+ export interface BlobBackupDatasourceParameters
1365
+ extends BackupDatasourceParameters {
1366
+ /** Polymorphic discriminator, which specifies the different types this object can be */
1367
+ objectType: "BlobBackupDatasourceParameters";
1368
+ /** List of containers to be backed up during configuration of backup of blobs */
1369
+ containersList: string[];
1370
+ }
1371
+
1372
+ /** Secret store based authentication credentials. */
1373
+ export interface SecretStoreBasedAuthCredentials extends AuthCredentials {
1374
+ /** Polymorphic discriminator, which specifies the different types this object can be */
1375
+ objectType: "SecretStoreBasedAuthCredentials";
1376
+ /** Secret store resource */
1377
+ secretStoreResource?: SecretStoreResource;
1378
+ }
1379
+
1380
+ /** BackupInstance Resource */
1381
+ export interface BackupInstanceResource extends DppProxyResource {
1382
+ /** BackupInstanceResource properties */
1383
+ properties?: BackupInstance;
1384
+ }
1385
+
1386
+ /** Azure backup discrete RecoveryPoint */
1387
+ export interface AzureBackupDiscreteRecoveryPoint
1388
+ extends AzureBackupRecoveryPoint {
1389
+ /** Polymorphic discriminator, which specifies the different types this object can be */
1390
+ objectType: "AzureBackupDiscreteRecoveryPoint";
1391
+ friendlyName?: string;
1392
+ recoveryPointDataStoresDetails?: RecoveryPointDataStoreDetails[];
1393
+ recoveryPointTime: Date;
1394
+ policyName?: string;
1395
+ policyVersion?: string;
1396
+ recoveryPointId?: string;
1397
+ recoveryPointType?: string;
1398
+ retentionTagName?: string;
1399
+ retentionTagVersion?: string;
1400
+ }
1401
+
1402
+ /** Azure backup recoveryPoint based restore request */
1403
+ export interface AzureBackupRecoveryPointBasedRestoreRequest
1404
+ extends AzureBackupRestoreRequest {
1405
+ /** Polymorphic discriminator, which specifies the different types this object can be */
1406
+ objectType:
1407
+ | "AzureBackupRecoveryPointBasedRestoreRequest"
1408
+ | "AzureBackupRestoreWithRehydrationRequest";
1409
+ recoveryPointId: string;
1410
+ }
1411
+
1412
+ /** AzureBackup RecoveryPointTime Based Restore Request */
1413
+ export interface AzureBackupRecoveryTimeBasedRestoreRequest
1414
+ extends AzureBackupRestoreRequest {
1415
+ /** Polymorphic discriminator, which specifies the different types this object can be */
1416
+ objectType: "AzureBackupRecoveryTimeBasedRestoreRequest";
1417
+ /** The recovery time in ISO 8601 format example - 2020-08-14T17:30:00.0000000Z. */
1418
+ recoveryPointTime: string;
1419
+ }
1420
+
1421
+ /** Restore target info for Item level restore operation */
1422
+ export interface ItemLevelRestoreTargetInfo extends RestoreTargetInfoBase {
1423
+ /** Polymorphic discriminator, which specifies the different types this object can be */
1424
+ objectType: "ItemLevelRestoreTargetInfo";
1425
+ /** Restore Criteria */
1426
+ restoreCriteria: ItemLevelRestoreCriteriaUnion[];
1427
+ /** Information of target DS */
1428
+ datasourceInfo: Datasource;
1429
+ /** Information of target DS Set */
1430
+ datasourceSetInfo?: DatasourceSet;
1431
+ /** Credentials to use to authenticate with data source provider. */
1432
+ datasourceAuthCredentials?: AuthCredentialsUnion;
1433
+ }
1434
+
1435
+ /** Class encapsulating restore as files target parameters */
1436
+ export interface RestoreFilesTargetInfo extends RestoreTargetInfoBase {
1437
+ /** Polymorphic discriminator, which specifies the different types this object can be */
1438
+ objectType: "RestoreFilesTargetInfo";
1439
+ /** Destination of RestoreAsFiles operation, when destination is not a datasource */
1440
+ targetDetails: TargetDetails;
1441
+ }
1442
+
1443
+ /** Class encapsulating restore target parameters */
1444
+ export interface RestoreTargetInfo extends RestoreTargetInfoBase {
1445
+ /** Polymorphic discriminator, which specifies the different types this object can be */
1446
+ objectType: "RestoreTargetInfo";
1447
+ /** Information of target DS */
1448
+ datasourceInfo: Datasource;
1449
+ /** Information of target DS Set */
1450
+ datasourceSetInfo?: DatasourceSet;
1451
+ /** Credentials to use to authenticate with data source provider. */
1452
+ datasourceAuthCredentials?: AuthCredentialsUnion;
1453
+ }
1454
+
1455
+ /** List of ResourceGuard resources */
1456
+ export interface ResourceGuardResourceList extends DppTrackedResourceList {
1457
+ /** List of resources. */
1458
+ value?: ResourceGuardResource[];
1459
+ }
1460
+
1461
+ /** Delete option with duration */
1462
+ export interface AbsoluteDeleteOption extends DeleteOption {
1463
+ /** Polymorphic discriminator, which specifies the different types this object can be */
1464
+ objectType: "AbsoluteDeleteOption";
1465
+ }
1466
+
1467
+ /** Adhoc trigger context */
1468
+ export interface AdhocBasedTriggerContext extends TriggerContext {
1469
+ /** Polymorphic discriminator, which specifies the different types this object can be */
1470
+ objectType: "AdhocBasedTriggerContext";
1471
+ /** Tagging Criteria containing retention tag for adhoc backup. */
1472
+ taggingCriteria: AdhocBasedTaggingCriteria;
1473
+ }
1474
+
1475
+ /** Schedule based trigger context */
1476
+ export interface ScheduleBasedTriggerContext extends TriggerContext {
1477
+ /** Polymorphic discriminator, which specifies the different types this object can be */
1478
+ objectType: "ScheduleBasedTriggerContext";
1479
+ /** Schedule for this backup */
1480
+ schedule: BackupSchedule;
1481
+ /** List of tags that can be applicable for given schedule. */
1482
+ taggingCriteria: TaggingCriteria[];
1483
+ }
1484
+
1485
+ /** List Restore Ranges Request */
1486
+ export interface AzureBackupFindRestorableTimeRangesRequestResource
1487
+ extends DppWorkerRequest {
1488
+ /** AzureBackupFindRestorableTimeRangesRequestResource content */
1489
+ content?: AzureBackupFindRestorableTimeRangesRequest;
1490
+ }
1491
+
1492
+ /** Azure backup parameters */
1493
+ export interface AzureBackupParams extends BackupParameters {
1494
+ /** Polymorphic discriminator, which specifies the different types this object can be */
1495
+ objectType: "AzureBackupParams";
1496
+ /** BackupType ; Full/Incremental etc */
1497
+ backupType: string;
1498
+ }
1499
+
1500
+ /** Azure backup rule */
1501
+ export interface AzureBackupRule extends BasePolicyRule {
1502
+ /** Polymorphic discriminator, which specifies the different types this object can be */
1503
+ objectType: "AzureBackupRule";
1504
+ /** BackupParameters base */
1505
+ backupParameters?: BackupParametersUnion;
1506
+ /** DataStoreInfo base */
1507
+ dataStore: DataStoreInfoBase;
1508
+ /** Trigger context */
1509
+ trigger: TriggerContextUnion;
1510
+ }
1511
+
1512
+ /** Azure retention rule */
1513
+ export interface AzureRetentionRule extends BasePolicyRule {
1514
+ /** Polymorphic discriminator, which specifies the different types this object can be */
1515
+ objectType: "AzureRetentionRule";
1516
+ isDefault?: boolean;
1517
+ lifecycles: SourceLifeCycle[];
1518
+ }
1519
+
1520
+ /** Copy on Expiry Option */
1521
+ export interface CopyOnExpiryOption extends CopyOption {
1522
+ /** Polymorphic discriminator, which specifies the different types this object can be */
1523
+ objectType: "CopyOnExpiryOption";
1524
+ }
1525
+
1526
+ /** Duration based custom options to copy */
1527
+ export interface CustomCopyOption extends CopyOption {
1528
+ /** Polymorphic discriminator, which specifies the different types this object can be */
1529
+ objectType: "CustomCopyOption";
1530
+ /** Data copied after given timespan */
1531
+ duration?: string;
1532
+ }
1533
+
1534
+ /** Immediate copy Option */
1535
+ export interface ImmediateCopyOption extends CopyOption {
1536
+ /** Polymorphic discriminator, which specifies the different types this object can be */
1537
+ objectType: "ImmediateCopyOption";
1538
+ }
1539
+
1540
+ /** Schedule based backup criteria */
1541
+ export interface ScheduleBasedBackupCriteria extends BackupCriteria {
1542
+ /** Polymorphic discriminator, which specifies the different types this object can be */
1543
+ objectType: "ScheduleBasedBackupCriteria";
1544
+ /**
1545
+ * it contains absolute values like "AllBackup" / "FirstOfDay" / "FirstOfWeek" / "FirstOfMonth"
1546
+ * and should be part of AbsoluteMarker enum
1547
+ */
1548
+ absoluteCriteria?: AbsoluteMarker[];
1549
+ /** This is day of the month from 1 to 28 other wise last of month */
1550
+ daysOfMonth?: Day[];
1551
+ /** It should be Sunday/Monday/T..../Saturday */
1552
+ daysOfTheWeek?: DayOfWeek[];
1553
+ /** It should be January/February/....../December */
1554
+ monthsOfYear?: Month[];
1555
+ /** List of schedule times for backup */
1556
+ scheduleTimes?: Date[];
1557
+ /** It should be First/Second/Third/Fourth/Last */
1558
+ weeksOfTheMonth?: WeekNumber[];
1559
+ }
1560
+
1561
+ /** Prefix criteria to be used to during restore */
1562
+ export interface ItemPathBasedRestoreCriteria extends ItemLevelRestoreCriteria {
1563
+ /** Polymorphic discriminator, which specifies the different types this object can be */
1564
+ objectType: "ItemPathBasedRestoreCriteria";
1565
+ /** The path of the item to be restored. It could be the full path of the item or the path relative to the backup item */
1566
+ itemPath: string;
1567
+ /** Flag to specify if the path is relative to backup item or full path */
1568
+ isPathRelativeToBackupItem: boolean;
1569
+ /** The list of prefix strings to be used as filter criteria during restore. These are relative to the item path specified. */
1570
+ subItemPathPrefix?: string[];
1571
+ }
1572
+
1573
+ /** Item Level target info for restore operation */
1574
+ export interface RangeBasedItemLevelRestoreCriteria
1575
+ extends ItemLevelRestoreCriteria {
1576
+ /** Polymorphic discriminator, which specifies the different types this object can be */
1577
+ objectType: "RangeBasedItemLevelRestoreCriteria";
1578
+ /** minimum value for range prefix match */
1579
+ minMatchingValue?: string;
1580
+ /** maximum value for range prefix match */
1581
+ maxMatchingValue?: string;
1582
+ }
1583
+
1584
+ /** Item Level kubernetes storage class target info for restore operation */
1585
+ export interface KubernetesStorageClassRestoreCriteria
1586
+ extends ItemLevelRestoreCriteria {
1587
+ /** Polymorphic discriminator, which specifies the different types this object can be */
1588
+ objectType: "KubernetesStorageClassRestoreCriteria";
1589
+ /** Selected storage class name */
1590
+ selectedStorageClassName?: string;
1591
+ /** Provisioner of the storage class */
1592
+ provisioner?: string;
1593
+ }
1594
+
1595
+ /** Item Level kubernetes persistent volume target info for restore operation */
1596
+ export interface KubernetesPVRestoreCriteria extends ItemLevelRestoreCriteria {
1597
+ /** Polymorphic discriminator, which specifies the different types this object can be */
1598
+ objectType: "KubernetesPVRestoreCriteria";
1599
+ /** Selected persistent volume claim name */
1600
+ name?: string;
1601
+ /** Selected storage class name for restore operation */
1602
+ storageClassName?: string;
1603
+ }
1604
+
1605
+ /** kubernetes Cluster Backup target info for restore operation */
1606
+ export interface KubernetesClusterRestoreCriteria
1607
+ extends ItemLevelRestoreCriteria {
1608
+ /** Polymorphic discriminator, which specifies the different types this object can be */
1609
+ objectType: "KubernetesClusterRestoreCriteria";
1610
+ /** Gets or sets the include cluster resources property. This property if enabled will include cluster scope resources during restore. */
1611
+ includeClusterScopeResources: boolean;
1612
+ /** Gets or sets the include namespaces property. This property sets the namespaces to be included during restore. */
1613
+ includedNamespaces?: string[];
1614
+ /** Gets or sets the exclude namespaces property. This property sets the namespaces to be excluded during restore. */
1615
+ excludedNamespaces?: string[];
1616
+ /** Gets or sets the include resource types property. This property sets the resource types to be included during restore. */
1617
+ includedResourceTypes?: string[];
1618
+ /** Gets or sets the exclude resource types property. This property sets the resource types to be excluded during restore. */
1619
+ excludedResourceTypes?: string[];
1620
+ /** Gets or sets the LabelSelectors property. This property sets the resource with such label selectors to be included during restore. */
1621
+ labelSelectors?: string[];
1622
+ /** Gets or sets the PV Restore Mode property. This property sets whether volumes needs to be restored. */
1623
+ persistentVolumeRestoreMode?: PersistentVolumeRestoreMode;
1624
+ /** Gets or sets the Conflict Policy property. This property sets policy during conflict of resources during restore. */
1625
+ conflictPolicy?: ExistingResourcePolicy;
1626
+ /** Gets or sets the Namespace Mappings property. This property sets if namespace needs to be change during restore. */
1627
+ namespaceMappings?: { [propertyName: string]: string };
1628
+ }
1629
+
1630
+ /** AzureBackup Restore with Rehydration Request */
1631
+ export interface AzureBackupRestoreWithRehydrationRequest
1632
+ extends AzureBackupRecoveryPointBasedRestoreRequest {
1633
+ /** Polymorphic discriminator, which specifies the different types this object can be */
1634
+ objectType: "AzureBackupRestoreWithRehydrationRequest";
1635
+ /** Priority to be used for rehydration. Values High or Standard */
1636
+ rehydrationPriority: RehydrationPriority;
1637
+ /** Retention duration in ISO 8601 format i.e P10D . */
1638
+ rehydrationRetentionDuration: string;
1639
+ }
1640
+
1641
+ /** Defines headers for OperationResult_get operation. */
1642
+ export interface OperationResultGetHeaders {
1643
+ /** The URL of the resource used to check the status of the asynchronous operation. */
1644
+ location?: string;
1645
+ /** The URL of the resource used to check the status of the asynchronous operation. */
1646
+ azureAsyncOperation?: string;
1647
+ /** Suggested delay to check the status of the asynchronous operation. The value is an integer that represents the seconds. */
1648
+ retryAfter?: number;
1649
+ }
1650
+
1651
+ /** Defines headers for BackupVaultOperationResults_get operation. */
1652
+ export interface BackupVaultOperationResultsGetHeaders {
1653
+ /** The URL of the resource used to check the status of the asynchronous operation. */
1654
+ location?: string;
1655
+ /** The URL of the resource used to check the status of the asynchronous operation. */
1656
+ azureAsyncOperation?: string;
1657
+ /** Suggested delay to check the status of the asynchronous operation. The value is an integer that represents the seconds. */
1658
+ retryAfter?: number;
1659
+ }
1660
+
1661
+ /** Defines headers for BackupInstances_createOrUpdate operation. */
1662
+ export interface BackupInstancesCreateOrUpdateHeaders {
1663
+ /** The URL of the resource used to check the status of the asynchronous operation. */
1664
+ location?: string;
1665
+ /** The URL of the resource used to check the status of the asynchronous operation. */
1666
+ azureAsyncOperation?: string;
1667
+ }
1668
+
1669
+ /** Defines headers for BackupInstances_delete operation. */
1670
+ export interface BackupInstancesDeleteHeaders {
1671
+ /** The URL of the resource used to check the status of the asynchronous operation. */
1672
+ location?: string;
1673
+ /** The URL of the resource used to check the status of the asynchronous operation. */
1674
+ azureAsyncOperation?: string;
1675
+ /** Suggested delay to check the status of the asynchronous operation. The value is an integer that represents the seconds. */
1676
+ retryAfter?: number;
1677
+ }
1678
+
1679
+ /** Defines headers for BackupInstances_adhocBackup operation. */
1680
+ export interface BackupInstancesAdhocBackupHeaders {
1681
+ /** The URL of the resource used to check the status of the asynchronous operation. */
1682
+ location?: string;
1683
+ /** The URL of the resource used to check the status of the asynchronous operation. */
1684
+ azureAsyncOperation?: string;
1685
+ /** Suggested delay to check the status of the asynchronous operation. The value is an integer that represents the seconds. */
1686
+ retryAfter?: number;
1687
+ }
1688
+
1689
+ /** Defines headers for BackupInstances_validateForBackup operation. */
1690
+ export interface BackupInstancesValidateForBackupHeaders {
1691
+ /** The URL of the resource used to check the status of the asynchronous operation. */
1692
+ location?: string;
1693
+ /** The URL of the resource used to check the status of the asynchronous operation. */
1694
+ azureAsyncOperation?: string;
1695
+ /** Suggested delay to check the status of the asynchronous operation. The value is an integer that represents the seconds. */
1696
+ retryAfter?: number;
1697
+ }
1698
+
1699
+ /** Defines headers for BackupInstances_triggerRehydrate operation. */
1700
+ export interface BackupInstancesTriggerRehydrateHeaders {
1701
+ /** The URL of the resource used to check the status of the asynchronous operation. */
1702
+ location?: string;
1703
+ /** The URL of the resource used to check the status of the asynchronous operation. */
1704
+ azureAsyncOperation?: string;
1705
+ /** Suggested delay to check the status of the asynchronous operation. The value is an integer that represents the seconds. */
1706
+ retryAfter?: number;
1707
+ }
1708
+
1709
+ /** Defines headers for BackupInstances_triggerRestore operation. */
1710
+ export interface BackupInstancesTriggerRestoreHeaders {
1711
+ /** The URL of the resource used to check the status of the asynchronous operation. */
1712
+ location?: string;
1713
+ /** The URL of the resource used to check the status of the asynchronous operation. */
1714
+ azureAsyncOperation?: string;
1715
+ /** Suggested delay to check the status of the asynchronous operation. The value is an integer that represents the seconds. */
1716
+ retryAfter?: number;
1717
+ }
1718
+
1719
+ /** Defines headers for BackupInstances_resumeBackups operation. */
1720
+ export interface BackupInstancesResumeBackupsHeaders {
1721
+ /** The URL of the resource used to check the status of the asynchronous operation. */
1722
+ location?: string;
1723
+ /** The URL of the resource used to check the status of the asynchronous operation. */
1724
+ azureAsyncOperation?: string;
1725
+ /** Suggested delay to check the status of the asynchronous operation. The value is an integer that represents the seconds. */
1726
+ retryAfter?: number;
1727
+ }
1728
+
1729
+ /** Defines headers for BackupInstances_resumeProtection operation. */
1730
+ export interface BackupInstancesResumeProtectionHeaders {
1731
+ /** The URL of the resource used to check the status of the asynchronous operation. */
1732
+ location?: string;
1733
+ /** The URL of the resource used to check the status of the asynchronous operation. */
1734
+ azureAsyncOperation?: string;
1735
+ /** Suggested delay to check the status of the asynchronous operation. The value is an integer that represents the seconds. */
1736
+ retryAfter?: number;
1737
+ }
1738
+
1739
+ /** Defines headers for BackupInstances_stopProtection operation. */
1740
+ export interface BackupInstancesStopProtectionHeaders {
1741
+ /** The URL of the resource used to check the status of the asynchronous operation. */
1742
+ location?: string;
1743
+ /** The URL of the resource used to check the status of the asynchronous operation. */
1744
+ azureAsyncOperation?: string;
1745
+ /** Suggested delay to check the status of the asynchronous operation. The value is an integer that represents the seconds. */
1746
+ retryAfter?: number;
1747
+ }
1748
+
1749
+ /** Defines headers for BackupInstances_suspendBackups operation. */
1750
+ export interface BackupInstancesSuspendBackupsHeaders {
1751
+ /** The URL of the resource used to check the status of the asynchronous operation. */
1752
+ location?: string;
1753
+ /** The URL of the resource used to check the status of the asynchronous operation. */
1754
+ azureAsyncOperation?: string;
1755
+ /** Suggested delay to check the status of the asynchronous operation. The value is an integer that represents the seconds. */
1756
+ retryAfter?: number;
1757
+ }
1758
+
1759
+ /** Defines headers for BackupInstances_syncBackupInstance operation. */
1760
+ export interface BackupInstancesSyncBackupInstanceHeaders {
1761
+ /** The URL of the resource used to check the status of the asynchronous operation. */
1762
+ location?: string;
1763
+ /** The URL of the resource used to check the status of the asynchronous operation. */
1764
+ azureAsyncOperation?: string;
1765
+ /** Suggested delay to check the status of the asynchronous operation. The value is an integer that represents the seconds. */
1766
+ retryAfter?: number;
1767
+ }
1768
+
1769
+ /** Defines headers for BackupInstances_validateForRestore operation. */
1770
+ export interface BackupInstancesValidateForRestoreHeaders {
1771
+ /** The URL of the resource used to check the status of the asynchronous operation. */
1772
+ location?: string;
1773
+ /** The URL of the resource used to check the status of the asynchronous operation. */
1774
+ azureAsyncOperation?: string;
1775
+ /** Suggested delay to check the status of the asynchronous operation. The value is an integer that represents the seconds. */
1776
+ retryAfter?: number;
1777
+ }
1778
+
1779
+ /** Defines headers for ExportJobs_trigger operation. */
1780
+ export interface ExportJobsTriggerHeaders {
1781
+ /** The URL of the resource used to check the status of the asynchronous operation. */
1782
+ location?: string;
1783
+ /** Suggested delay to check the status of the asynchronous operation. The value is an integer that represents the seconds. */
1784
+ retryAfter?: number;
1785
+ }
1786
+
1787
+ /** Known values of {@link AlertsState} that the service accepts. */
1788
+ export enum KnownAlertsState {
1789
+ /** Enabled */
1790
+ Enabled = "Enabled",
1791
+ /** Disabled */
1792
+ Disabled = "Disabled"
1793
+ }
1794
+
1795
+ /**
1796
+ * Defines values for AlertsState. \
1797
+ * {@link KnownAlertsState} can be used interchangeably with AlertsState,
1798
+ * this enum contains the known values that the service supports.
1799
+ * ### Known values supported by the service
1800
+ * **Enabled** \
1801
+ * **Disabled**
1802
+ */
1803
+ export type AlertsState = string;
1804
+
1805
+ /** Known values of {@link ProvisioningState} that the service accepts. */
1806
+ export enum KnownProvisioningState {
1807
+ /** Failed */
1808
+ Failed = "Failed",
1809
+ /** Provisioning */
1810
+ Provisioning = "Provisioning",
1811
+ /** Succeeded */
1812
+ Succeeded = "Succeeded",
1813
+ /** Unknown */
1814
+ Unknown = "Unknown",
1815
+ /** Updating */
1816
+ Updating = "Updating"
1817
+ }
1818
+
1819
+ /**
1820
+ * Defines values for ProvisioningState. \
1821
+ * {@link KnownProvisioningState} can be used interchangeably with ProvisioningState,
1822
+ * this enum contains the known values that the service supports.
1823
+ * ### Known values supported by the service
1824
+ * **Failed** \
1825
+ * **Provisioning** \
1826
+ * **Succeeded** \
1827
+ * **Unknown** \
1828
+ * **Updating**
1829
+ */
1830
+ export type ProvisioningState = string;
1831
+
1832
+ /** Known values of {@link ResourceMoveState} that the service accepts. */
1833
+ export enum KnownResourceMoveState {
1834
+ /** Unknown */
1835
+ Unknown = "Unknown",
1836
+ /** InProgress */
1837
+ InProgress = "InProgress",
1838
+ /** PrepareFailed */
1839
+ PrepareFailed = "PrepareFailed",
1840
+ /** CommitFailed */
1841
+ CommitFailed = "CommitFailed",
1842
+ /** Failed */
1843
+ Failed = "Failed",
1844
+ /** PrepareTimedout */
1845
+ PrepareTimedout = "PrepareTimedout",
1846
+ /** CommitTimedout */
1847
+ CommitTimedout = "CommitTimedout",
1848
+ /** CriticalFailure */
1849
+ CriticalFailure = "CriticalFailure",
1850
+ /** PartialSuccess */
1851
+ PartialSuccess = "PartialSuccess",
1852
+ /** MoveSucceeded */
1853
+ MoveSucceeded = "MoveSucceeded"
1854
+ }
1855
+
1856
+ /**
1857
+ * Defines values for ResourceMoveState. \
1858
+ * {@link KnownResourceMoveState} can be used interchangeably with ResourceMoveState,
1859
+ * this enum contains the known values that the service supports.
1860
+ * ### Known values supported by the service
1861
+ * **Unknown** \
1862
+ * **InProgress** \
1863
+ * **PrepareFailed** \
1864
+ * **CommitFailed** \
1865
+ * **Failed** \
1866
+ * **PrepareTimedout** \
1867
+ * **CommitTimedout** \
1868
+ * **CriticalFailure** \
1869
+ * **PartialSuccess** \
1870
+ * **MoveSucceeded**
1871
+ */
1872
+ export type ResourceMoveState = string;
1873
+
1874
+ /** Known values of {@link SoftDeleteState} that the service accepts. */
1875
+ export enum KnownSoftDeleteState {
1876
+ /** Soft Delete is turned off for the BackupVault */
1877
+ Off = "Off",
1878
+ /** Soft Delete is enabled for the BackupVault but can be turned off */
1879
+ On = "On",
1880
+ /** Soft Delete is permanently enabled for the BackupVault and the setting cannot be changed */
1881
+ AlwaysOn = "AlwaysOn"
1882
+ }
1883
+
1884
+ /**
1885
+ * Defines values for SoftDeleteState. \
1886
+ * {@link KnownSoftDeleteState} can be used interchangeably with SoftDeleteState,
1887
+ * this enum contains the known values that the service supports.
1888
+ * ### Known values supported by the service
1889
+ * **Off**: Soft Delete is turned off for the BackupVault \
1890
+ * **On**: Soft Delete is enabled for the BackupVault but can be turned off \
1891
+ * **AlwaysOn**: Soft Delete is permanently enabled for the BackupVault and the setting cannot be changed
1892
+ */
1893
+ export type SoftDeleteState = string;
1894
+
1895
+ /** Known values of {@link ImmutabilityState} that the service accepts. */
1896
+ export enum KnownImmutabilityState {
1897
+ /** Disabled */
1898
+ Disabled = "Disabled",
1899
+ /** Unlocked */
1900
+ Unlocked = "Unlocked",
1901
+ /** Locked */
1902
+ Locked = "Locked"
1903
+ }
1904
+
1905
+ /**
1906
+ * Defines values for ImmutabilityState. \
1907
+ * {@link KnownImmutabilityState} can be used interchangeably with ImmutabilityState,
1908
+ * this enum contains the known values that the service supports.
1909
+ * ### Known values supported by the service
1910
+ * **Disabled** \
1911
+ * **Unlocked** \
1912
+ * **Locked**
1913
+ */
1914
+ export type ImmutabilityState = string;
1915
+
1916
+ /** Known values of {@link StorageSettingStoreTypes} that the service accepts. */
1917
+ export enum KnownStorageSettingStoreTypes {
1918
+ /** ArchiveStore */
1919
+ ArchiveStore = "ArchiveStore",
1920
+ /** SnapshotStore */
1921
+ SnapshotStore = "SnapshotStore",
1922
+ /** VaultStore */
1923
+ VaultStore = "VaultStore"
1924
+ }
1925
+
1926
+ /**
1927
+ * Defines values for StorageSettingStoreTypes. \
1928
+ * {@link KnownStorageSettingStoreTypes} can be used interchangeably with StorageSettingStoreTypes,
1929
+ * this enum contains the known values that the service supports.
1930
+ * ### Known values supported by the service
1931
+ * **ArchiveStore** \
1932
+ * **SnapshotStore** \
1933
+ * **VaultStore**
1934
+ */
1935
+ export type StorageSettingStoreTypes = string;
1936
+
1937
+ /** Known values of {@link StorageSettingTypes} that the service accepts. */
1938
+ export enum KnownStorageSettingTypes {
1939
+ /** GeoRedundant */
1940
+ GeoRedundant = "GeoRedundant",
1941
+ /** LocallyRedundant */
1942
+ LocallyRedundant = "LocallyRedundant",
1943
+ /** ZoneRedundant */
1944
+ ZoneRedundant = "ZoneRedundant"
1945
+ }
1946
+
1947
+ /**
1948
+ * Defines values for StorageSettingTypes. \
1949
+ * {@link KnownStorageSettingTypes} can be used interchangeably with StorageSettingTypes,
1950
+ * this enum contains the known values that the service supports.
1951
+ * ### Known values supported by the service
1952
+ * **GeoRedundant** \
1953
+ * **LocallyRedundant** \
1954
+ * **ZoneRedundant**
1955
+ */
1956
+ export type StorageSettingTypes = string;
1957
+
1958
+ /** Known values of {@link CreatedByType} that the service accepts. */
1959
+ export enum KnownCreatedByType {
1960
+ /** User */
1961
+ User = "User",
1962
+ /** Application */
1963
+ Application = "Application",
1964
+ /** ManagedIdentity */
1965
+ ManagedIdentity = "ManagedIdentity",
1966
+ /** Key */
1967
+ Key = "Key"
1968
+ }
1969
+
1970
+ /**
1971
+ * Defines values for CreatedByType. \
1972
+ * {@link KnownCreatedByType} can be used interchangeably with CreatedByType,
1973
+ * this enum contains the known values that the service supports.
1974
+ * ### Known values supported by the service
1975
+ * **User** \
1976
+ * **Application** \
1977
+ * **ManagedIdentity** \
1978
+ * **Key**
1979
+ */
1980
+ export type CreatedByType = string;
1981
+
1982
+ /** Known values of {@link DataStoreTypes} that the service accepts. */
1983
+ export enum KnownDataStoreTypes {
1984
+ /** OperationalStore */
1985
+ OperationalStore = "OperationalStore",
1986
+ /** VaultStore */
1987
+ VaultStore = "VaultStore",
1988
+ /** ArchiveStore */
1989
+ ArchiveStore = "ArchiveStore"
1990
+ }
1991
+
1992
+ /**
1993
+ * Defines values for DataStoreTypes. \
1994
+ * {@link KnownDataStoreTypes} can be used interchangeably with DataStoreTypes,
1995
+ * this enum contains the known values that the service supports.
1996
+ * ### Known values supported by the service
1997
+ * **OperationalStore** \
1998
+ * **VaultStore** \
1999
+ * **ArchiveStore**
2000
+ */
2001
+ export type DataStoreTypes = string;
2002
+
2003
+ /** Known values of {@link Status} that the service accepts. */
2004
+ export enum KnownStatus {
2005
+ /** ConfiguringProtection */
2006
+ ConfiguringProtection = "ConfiguringProtection",
2007
+ /** ConfiguringProtectionFailed */
2008
+ ConfiguringProtectionFailed = "ConfiguringProtectionFailed",
2009
+ /** ProtectionConfigured */
2010
+ ProtectionConfigured = "ProtectionConfigured",
2011
+ /** ProtectionStopped */
2012
+ ProtectionStopped = "ProtectionStopped",
2013
+ /** SoftDeleted */
2014
+ SoftDeleted = "SoftDeleted",
2015
+ /** SoftDeleting */
2016
+ SoftDeleting = "SoftDeleting"
2017
+ }
2018
+
2019
+ /**
2020
+ * Defines values for Status. \
2021
+ * {@link KnownStatus} can be used interchangeably with Status,
2022
+ * this enum contains the known values that the service supports.
2023
+ * ### Known values supported by the service
2024
+ * **ConfiguringProtection** \
2025
+ * **ConfiguringProtectionFailed** \
2026
+ * **ProtectionConfigured** \
2027
+ * **ProtectionStopped** \
2028
+ * **SoftDeleted** \
2029
+ * **SoftDeleting**
2030
+ */
2031
+ export type Status = string;
2032
+
2033
+ /** Known values of {@link CurrentProtectionState} that the service accepts. */
2034
+ export enum KnownCurrentProtectionState {
2035
+ /** Invalid */
2036
+ Invalid = "Invalid",
2037
+ /** NotProtected */
2038
+ NotProtected = "NotProtected",
2039
+ /** ConfiguringProtection */
2040
+ ConfiguringProtection = "ConfiguringProtection",
2041
+ /** ProtectionConfigured */
2042
+ ProtectionConfigured = "ProtectionConfigured",
2043
+ /** BackupSchedulesSuspended */
2044
+ BackupSchedulesSuspended = "BackupSchedulesSuspended",
2045
+ /** RetentionSchedulesSuspended */
2046
+ RetentionSchedulesSuspended = "RetentionSchedulesSuspended",
2047
+ /** ProtectionStopped */
2048
+ ProtectionStopped = "ProtectionStopped",
2049
+ /** ProtectionError */
2050
+ ProtectionError = "ProtectionError",
2051
+ /** ConfiguringProtectionFailed */
2052
+ ConfiguringProtectionFailed = "ConfiguringProtectionFailed",
2053
+ /** SoftDeleting */
2054
+ SoftDeleting = "SoftDeleting",
2055
+ /** SoftDeleted */
2056
+ SoftDeleted = "SoftDeleted",
2057
+ /** UpdatingProtection */
2058
+ UpdatingProtection = "UpdatingProtection"
2059
+ }
2060
+
2061
+ /**
2062
+ * Defines values for CurrentProtectionState. \
2063
+ * {@link KnownCurrentProtectionState} can be used interchangeably with CurrentProtectionState,
2064
+ * this enum contains the known values that the service supports.
2065
+ * ### Known values supported by the service
2066
+ * **Invalid** \
2067
+ * **NotProtected** \
2068
+ * **ConfiguringProtection** \
2069
+ * **ProtectionConfigured** \
2070
+ * **BackupSchedulesSuspended** \
2071
+ * **RetentionSchedulesSuspended** \
2072
+ * **ProtectionStopped** \
2073
+ * **ProtectionError** \
2074
+ * **ConfiguringProtectionFailed** \
2075
+ * **SoftDeleting** \
2076
+ * **SoftDeleted** \
2077
+ * **UpdatingProtection**
2078
+ */
2079
+ export type CurrentProtectionState = string;
2080
+
2081
+ /** Known values of {@link ValidationType} that the service accepts. */
2082
+ export enum KnownValidationType {
2083
+ /** ShallowValidation */
2084
+ ShallowValidation = "ShallowValidation",
2085
+ /** DeepValidation */
2086
+ DeepValidation = "DeepValidation"
2087
+ }
2088
+
2089
+ /**
2090
+ * Defines values for ValidationType. \
2091
+ * {@link KnownValidationType} can be used interchangeably with ValidationType,
2092
+ * this enum contains the known values that the service supports.
2093
+ * ### Known values supported by the service
2094
+ * **ShallowValidation** \
2095
+ * **DeepValidation**
2096
+ */
2097
+ export type ValidationType = string;
2098
+
2099
+ /** Known values of {@link RehydrationPriority} that the service accepts. */
2100
+ export enum KnownRehydrationPriority {
2101
+ /** Invalid */
2102
+ Invalid = "Invalid",
2103
+ /** High */
2104
+ High = "High",
2105
+ /** Standard */
2106
+ Standard = "Standard"
2107
+ }
2108
+
2109
+ /**
2110
+ * Defines values for RehydrationPriority. \
2111
+ * {@link KnownRehydrationPriority} can be used interchangeably with RehydrationPriority,
2112
+ * this enum contains the known values that the service supports.
2113
+ * ### Known values supported by the service
2114
+ * **Invalid** \
2115
+ * **High** \
2116
+ * **Standard**
2117
+ */
2118
+ export type RehydrationPriority = string;
2119
+
2120
+ /** Known values of {@link RecoveryOption} that the service accepts. */
2121
+ export enum KnownRecoveryOption {
2122
+ /** FailIfExists */
2123
+ FailIfExists = "FailIfExists"
2124
+ }
2125
+
2126
+ /**
2127
+ * Defines values for RecoveryOption. \
2128
+ * {@link KnownRecoveryOption} can be used interchangeably with RecoveryOption,
2129
+ * this enum contains the known values that the service supports.
2130
+ * ### Known values supported by the service
2131
+ * **FailIfExists**
2132
+ */
2133
+ export type RecoveryOption = string;
2134
+
2135
+ /** Known values of {@link SourceDataStoreType} that the service accepts. */
2136
+ export enum KnownSourceDataStoreType {
2137
+ /** ArchiveStore */
2138
+ ArchiveStore = "ArchiveStore",
2139
+ /** SnapshotStore */
2140
+ SnapshotStore = "SnapshotStore",
2141
+ /** VaultStore */
2142
+ VaultStore = "VaultStore"
2143
+ }
2144
+
2145
+ /**
2146
+ * Defines values for SourceDataStoreType. \
2147
+ * {@link KnownSourceDataStoreType} can be used interchangeably with SourceDataStoreType,
2148
+ * this enum contains the known values that the service supports.
2149
+ * ### Known values supported by the service
2150
+ * **ArchiveStore** \
2151
+ * **SnapshotStore** \
2152
+ * **VaultStore**
2153
+ */
2154
+ export type SourceDataStoreType = string;
2155
+
2156
+ /** Known values of {@link SyncType} that the service accepts. */
2157
+ export enum KnownSyncType {
2158
+ /** Default */
2159
+ Default = "Default",
2160
+ /** ForceResync */
2161
+ ForceResync = "ForceResync"
2162
+ }
2163
+
2164
+ /**
2165
+ * Defines values for SyncType. \
2166
+ * {@link KnownSyncType} can be used interchangeably with SyncType,
2167
+ * this enum contains the known values that the service supports.
2168
+ * ### Known values supported by the service
2169
+ * **Default** \
2170
+ * **ForceResync**
2171
+ */
2172
+ export type SyncType = string;
2173
+
2174
+ /** Known values of {@link RestoreSourceDataStoreType} that the service accepts. */
2175
+ export enum KnownRestoreSourceDataStoreType {
2176
+ /** OperationalStore */
2177
+ OperationalStore = "OperationalStore",
2178
+ /** VaultStore */
2179
+ VaultStore = "VaultStore",
2180
+ /** ArchiveStore */
2181
+ ArchiveStore = "ArchiveStore"
2182
+ }
2183
+
2184
+ /**
2185
+ * Defines values for RestoreSourceDataStoreType. \
2186
+ * {@link KnownRestoreSourceDataStoreType} can be used interchangeably with RestoreSourceDataStoreType,
2187
+ * this enum contains the known values that the service supports.
2188
+ * ### Known values supported by the service
2189
+ * **OperationalStore** \
2190
+ * **VaultStore** \
2191
+ * **ArchiveStore**
2192
+ */
2193
+ export type RestoreSourceDataStoreType = string;
2194
+
2195
+ /** Known values of {@link ResourceGuardProvisioningState} that the service accepts. */
2196
+ export enum KnownResourceGuardProvisioningState {
2197
+ /** Failed */
2198
+ Failed = "Failed",
2199
+ /** Provisioning */
2200
+ Provisioning = "Provisioning",
2201
+ /** Succeeded */
2202
+ Succeeded = "Succeeded",
2203
+ /** Unknown */
2204
+ Unknown = "Unknown",
2205
+ /** Updating */
2206
+ Updating = "Updating"
2207
+ }
2208
+
2209
+ /**
2210
+ * Defines values for ResourceGuardProvisioningState. \
2211
+ * {@link KnownResourceGuardProvisioningState} can be used interchangeably with ResourceGuardProvisioningState,
2212
+ * this enum contains the known values that the service supports.
2213
+ * ### Known values supported by the service
2214
+ * **Failed** \
2215
+ * **Provisioning** \
2216
+ * **Succeeded** \
2217
+ * **Unknown** \
2218
+ * **Updating**
2219
+ */
2220
+ export type ResourceGuardProvisioningState = string;
2221
+
2222
+ /** Known values of {@link RehydrationStatus} that the service accepts. */
2223
+ export enum KnownRehydrationStatus {
2224
+ /** CreateINProgress */
2225
+ CreateINProgress = "CREATE_IN_PROGRESS",
2226
+ /** Completed */
2227
+ Completed = "COMPLETED",
2228
+ /** DeleteINProgress */
2229
+ DeleteINProgress = "DELETE_IN_PROGRESS",
2230
+ /** Deleted */
2231
+ Deleted = "DELETED",
2232
+ /** Failed */
2233
+ Failed = "FAILED"
2234
+ }
2235
+
2236
+ /**
2237
+ * Defines values for RehydrationStatus. \
2238
+ * {@link KnownRehydrationStatus} can be used interchangeably with RehydrationStatus,
2239
+ * this enum contains the known values that the service supports.
2240
+ * ### Known values supported by the service
2241
+ * **CREATE_IN_PROGRESS** \
2242
+ * **COMPLETED** \
2243
+ * **DELETE_IN_PROGRESS** \
2244
+ * **DELETED** \
2245
+ * **FAILED**
2246
+ */
2247
+ export type RehydrationStatus = string;
2248
+
2249
+ /** Known values of {@link FeatureType} that the service accepts. */
2250
+ export enum KnownFeatureType {
2251
+ /** Invalid */
2252
+ Invalid = "Invalid",
2253
+ /** DataSourceType */
2254
+ DataSourceType = "DataSourceType"
2255
+ }
2256
+
2257
+ /**
2258
+ * Defines values for FeatureType. \
2259
+ * {@link KnownFeatureType} can be used interchangeably with FeatureType,
2260
+ * this enum contains the known values that the service supports.
2261
+ * ### Known values supported by the service
2262
+ * **Invalid** \
2263
+ * **DataSourceType**
2264
+ */
2265
+ export type FeatureType = string;
2266
+
2267
+ /** Known values of {@link FeatureSupportStatus} that the service accepts. */
2268
+ export enum KnownFeatureSupportStatus {
2269
+ /** Invalid */
2270
+ Invalid = "Invalid",
2271
+ /** NotSupported */
2272
+ NotSupported = "NotSupported",
2273
+ /** AlphaPreview */
2274
+ AlphaPreview = "AlphaPreview",
2275
+ /** PrivatePreview */
2276
+ PrivatePreview = "PrivatePreview",
2277
+ /** PublicPreview */
2278
+ PublicPreview = "PublicPreview",
2279
+ /** GenerallyAvailable */
2280
+ GenerallyAvailable = "GenerallyAvailable"
2281
+ }
2282
+
2283
+ /**
2284
+ * Defines values for FeatureSupportStatus. \
2285
+ * {@link KnownFeatureSupportStatus} can be used interchangeably with FeatureSupportStatus,
2286
+ * this enum contains the known values that the service supports.
2287
+ * ### Known values supported by the service
2288
+ * **Invalid** \
2289
+ * **NotSupported** \
2290
+ * **AlphaPreview** \
2291
+ * **PrivatePreview** \
2292
+ * **PublicPreview** \
2293
+ * **GenerallyAvailable**
2294
+ */
2295
+ export type FeatureSupportStatus = string;
2296
+
2297
+ /** Known values of {@link PersistentVolumeRestoreMode} that the service accepts. */
2298
+ export enum KnownPersistentVolumeRestoreMode {
2299
+ /** RestoreWithVolumeData */
2300
+ RestoreWithVolumeData = "RestoreWithVolumeData",
2301
+ /** RestoreWithoutVolumeData */
2302
+ RestoreWithoutVolumeData = "RestoreWithoutVolumeData"
2303
+ }
2304
+
2305
+ /**
2306
+ * Defines values for PersistentVolumeRestoreMode. \
2307
+ * {@link KnownPersistentVolumeRestoreMode} can be used interchangeably with PersistentVolumeRestoreMode,
2308
+ * this enum contains the known values that the service supports.
2309
+ * ### Known values supported by the service
2310
+ * **RestoreWithVolumeData** \
2311
+ * **RestoreWithoutVolumeData**
2312
+ */
2313
+ export type PersistentVolumeRestoreMode = string;
2314
+
2315
+ /** Known values of {@link ExistingResourcePolicy} that the service accepts. */
2316
+ export enum KnownExistingResourcePolicy {
2317
+ /** Skip */
2318
+ Skip = "Skip",
2319
+ /** Patch */
2320
+ Patch = "Patch"
2321
+ }
2322
+
2323
+ /**
2324
+ * Defines values for ExistingResourcePolicy. \
2325
+ * {@link KnownExistingResourcePolicy} can be used interchangeably with ExistingResourcePolicy,
2326
+ * this enum contains the known values that the service supports.
2327
+ * ### Known values supported by the service
2328
+ * **Skip** \
2329
+ * **Patch**
2330
+ */
2331
+ export type ExistingResourcePolicy = string;
2332
+
2333
+ /** Known values of {@link RestoreTargetLocationType} that the service accepts. */
2334
+ export enum KnownRestoreTargetLocationType {
2335
+ /** Invalid */
2336
+ Invalid = "Invalid",
2337
+ /** AzureBlobs */
2338
+ AzureBlobs = "AzureBlobs",
2339
+ /** AzureFiles */
2340
+ AzureFiles = "AzureFiles"
2341
+ }
2342
+
2343
+ /**
2344
+ * Defines values for RestoreTargetLocationType. \
2345
+ * {@link KnownRestoreTargetLocationType} can be used interchangeably with RestoreTargetLocationType,
2346
+ * this enum contains the known values that the service supports.
2347
+ * ### Known values supported by the service
2348
+ * **Invalid** \
2349
+ * **AzureBlobs** \
2350
+ * **AzureFiles**
2351
+ */
2352
+ export type RestoreTargetLocationType = string;
2353
+
2354
+ /** Known values of {@link AbsoluteMarker} that the service accepts. */
2355
+ export enum KnownAbsoluteMarker {
2356
+ /** AllBackup */
2357
+ AllBackup = "AllBackup",
2358
+ /** FirstOfDay */
2359
+ FirstOfDay = "FirstOfDay",
2360
+ /** FirstOfMonth */
2361
+ FirstOfMonth = "FirstOfMonth",
2362
+ /** FirstOfWeek */
2363
+ FirstOfWeek = "FirstOfWeek",
2364
+ /** FirstOfYear */
2365
+ FirstOfYear = "FirstOfYear"
2366
+ }
2367
+
2368
+ /**
2369
+ * Defines values for AbsoluteMarker. \
2370
+ * {@link KnownAbsoluteMarker} can be used interchangeably with AbsoluteMarker,
2371
+ * this enum contains the known values that the service supports.
2372
+ * ### Known values supported by the service
2373
+ * **AllBackup** \
2374
+ * **FirstOfDay** \
2375
+ * **FirstOfMonth** \
2376
+ * **FirstOfWeek** \
2377
+ * **FirstOfYear**
2378
+ */
2379
+ export type AbsoluteMarker = string;
2380
+
2381
+ /** Known values of {@link DayOfWeek} that the service accepts. */
2382
+ export enum KnownDayOfWeek {
2383
+ /** Friday */
2384
+ Friday = "Friday",
2385
+ /** Monday */
2386
+ Monday = "Monday",
2387
+ /** Saturday */
2388
+ Saturday = "Saturday",
2389
+ /** Sunday */
2390
+ Sunday = "Sunday",
2391
+ /** Thursday */
2392
+ Thursday = "Thursday",
2393
+ /** Tuesday */
2394
+ Tuesday = "Tuesday",
2395
+ /** Wednesday */
2396
+ Wednesday = "Wednesday"
2397
+ }
2398
+
2399
+ /**
2400
+ * Defines values for DayOfWeek. \
2401
+ * {@link KnownDayOfWeek} can be used interchangeably with DayOfWeek,
2402
+ * this enum contains the known values that the service supports.
2403
+ * ### Known values supported by the service
2404
+ * **Friday** \
2405
+ * **Monday** \
2406
+ * **Saturday** \
2407
+ * **Sunday** \
2408
+ * **Thursday** \
2409
+ * **Tuesday** \
2410
+ * **Wednesday**
2411
+ */
2412
+ export type DayOfWeek = string;
2413
+
2414
+ /** Known values of {@link Month} that the service accepts. */
2415
+ export enum KnownMonth {
2416
+ /** April */
2417
+ April = "April",
2418
+ /** August */
2419
+ August = "August",
2420
+ /** December */
2421
+ December = "December",
2422
+ /** February */
2423
+ February = "February",
2424
+ /** January */
2425
+ January = "January",
2426
+ /** July */
2427
+ July = "July",
2428
+ /** June */
2429
+ June = "June",
2430
+ /** March */
2431
+ March = "March",
2432
+ /** May */
2433
+ May = "May",
2434
+ /** November */
2435
+ November = "November",
2436
+ /** October */
2437
+ October = "October",
2438
+ /** September */
2439
+ September = "September"
2440
+ }
2441
+
2442
+ /**
2443
+ * Defines values for Month. \
2444
+ * {@link KnownMonth} can be used interchangeably with Month,
2445
+ * this enum contains the known values that the service supports.
2446
+ * ### Known values supported by the service
2447
+ * **April** \
2448
+ * **August** \
2449
+ * **December** \
2450
+ * **February** \
2451
+ * **January** \
2452
+ * **July** \
2453
+ * **June** \
2454
+ * **March** \
2455
+ * **May** \
2456
+ * **November** \
2457
+ * **October** \
2458
+ * **September**
2459
+ */
2460
+ export type Month = string;
2461
+
2462
+ /** Known values of {@link WeekNumber} that the service accepts. */
2463
+ export enum KnownWeekNumber {
2464
+ /** First */
2465
+ First = "First",
2466
+ /** Fourth */
2467
+ Fourth = "Fourth",
2468
+ /** Last */
2469
+ Last = "Last",
2470
+ /** Second */
2471
+ Second = "Second",
2472
+ /** Third */
2473
+ Third = "Third"
2474
+ }
2475
+
2476
+ /**
2477
+ * Defines values for WeekNumber. \
2478
+ * {@link KnownWeekNumber} can be used interchangeably with WeekNumber,
2479
+ * this enum contains the known values that the service supports.
2480
+ * ### Known values supported by the service
2481
+ * **First** \
2482
+ * **Fourth** \
2483
+ * **Last** \
2484
+ * **Second** \
2485
+ * **Third**
2486
+ */
2487
+ export type WeekNumber = string;
2488
+
2489
+ /** Known values of {@link SecretStoreType} that the service accepts. */
2490
+ export enum KnownSecretStoreType {
2491
+ /** Invalid */
2492
+ Invalid = "Invalid",
2493
+ /** AzureKeyVault */
2494
+ AzureKeyVault = "AzureKeyVault"
2495
+ }
2496
+
2497
+ /**
2498
+ * Defines values for SecretStoreType. \
2499
+ * {@link KnownSecretStoreType} can be used interchangeably with SecretStoreType,
2500
+ * this enum contains the known values that the service supports.
2501
+ * ### Known values supported by the service
2502
+ * **Invalid** \
2503
+ * **AzureKeyVault**
2504
+ */
2505
+ export type SecretStoreType = string;
2506
+
2507
+ /** Optional parameters. */
2508
+ export interface BackupVaultsGetInSubscriptionOptionalParams
2509
+ extends coreClient.OperationOptions {}
2510
+
2511
+ /** Contains response data for the getInSubscription operation. */
2512
+ export type BackupVaultsGetInSubscriptionResponse = BackupVaultResourceList;
2513
+
2514
+ /** Optional parameters. */
2515
+ export interface BackupVaultsGetInResourceGroupOptionalParams
2516
+ extends coreClient.OperationOptions {}
2517
+
2518
+ /** Contains response data for the getInResourceGroup operation. */
2519
+ export type BackupVaultsGetInResourceGroupResponse = BackupVaultResourceList;
2520
+
2521
+ /** Optional parameters. */
2522
+ export interface BackupVaultsGetOptionalParams
2523
+ extends coreClient.OperationOptions {}
2524
+
2525
+ /** Contains response data for the get operation. */
2526
+ export type BackupVaultsGetResponse = BackupVaultResource;
2527
+
2528
+ /** Optional parameters. */
2529
+ export interface BackupVaultsCreateOrUpdateOptionalParams
2530
+ extends coreClient.OperationOptions {
2531
+ /** Delay to wait until next poll, in milliseconds. */
2532
+ updateIntervalInMs?: number;
2533
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
2534
+ resumeFrom?: string;
2535
+ }
2536
+
2537
+ /** Contains response data for the createOrUpdate operation. */
2538
+ export type BackupVaultsCreateOrUpdateResponse = BackupVaultResource;
2539
+
2540
+ /** Optional parameters. */
2541
+ export interface BackupVaultsDeleteOptionalParams
2542
+ extends coreClient.OperationOptions {}
2543
+
2544
+ /** Optional parameters. */
2545
+ export interface BackupVaultsUpdateOptionalParams
2546
+ extends coreClient.OperationOptions {
2547
+ /** Delay to wait until next poll, in milliseconds. */
2548
+ updateIntervalInMs?: number;
2549
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
2550
+ resumeFrom?: string;
2551
+ }
2552
+
2553
+ /** Contains response data for the update operation. */
2554
+ export type BackupVaultsUpdateResponse = BackupVaultResource;
2555
+
2556
+ /** Optional parameters. */
2557
+ export interface BackupVaultsCheckNameAvailabilityOptionalParams
2558
+ extends coreClient.OperationOptions {}
2559
+
2560
+ /** Contains response data for the checkNameAvailability operation. */
2561
+ export type BackupVaultsCheckNameAvailabilityResponse = CheckNameAvailabilityResult;
2562
+
2563
+ /** Optional parameters. */
2564
+ export interface BackupVaultsGetInSubscriptionNextOptionalParams
2565
+ extends coreClient.OperationOptions {}
2566
+
2567
+ /** Contains response data for the getInSubscriptionNext operation. */
2568
+ export type BackupVaultsGetInSubscriptionNextResponse = BackupVaultResourceList;
2569
+
2570
+ /** Optional parameters. */
2571
+ export interface BackupVaultsGetInResourceGroupNextOptionalParams
2572
+ extends coreClient.OperationOptions {}
2573
+
2574
+ /** Contains response data for the getInResourceGroupNext operation. */
2575
+ export type BackupVaultsGetInResourceGroupNextResponse = BackupVaultResourceList;
2576
+
2577
+ /** Optional parameters. */
2578
+ export interface OperationResultGetOptionalParams
2579
+ extends coreClient.OperationOptions {}
2580
+
2581
+ /** Contains response data for the get operation. */
2582
+ export type OperationResultGetResponse = OperationJobExtendedInfo;
2583
+
2584
+ /** Optional parameters. */
2585
+ export interface OperationStatusGetOptionalParams
2586
+ extends coreClient.OperationOptions {}
2587
+
2588
+ /** Contains response data for the get operation. */
2589
+ export type OperationStatusGetResponse = OperationResource;
2590
+
2591
+ /** Optional parameters. */
2592
+ export interface OperationStatusBackupVaultContextGetOptionalParams
2593
+ extends coreClient.OperationOptions {}
2594
+
2595
+ /** Contains response data for the get operation. */
2596
+ export type OperationStatusBackupVaultContextGetResponse = OperationResource;
2597
+
2598
+ /** Optional parameters. */
2599
+ export interface OperationStatusResourceGroupContextGetOptionalParams
2600
+ extends coreClient.OperationOptions {}
2601
+
2602
+ /** Contains response data for the get operation. */
2603
+ export type OperationStatusResourceGroupContextGetResponse = OperationResource;
2604
+
2605
+ /** Optional parameters. */
2606
+ export interface BackupVaultOperationResultsGetOptionalParams
2607
+ extends coreClient.OperationOptions {}
2608
+
2609
+ /** Contains response data for the get operation. */
2610
+ export type BackupVaultOperationResultsGetResponse = BackupVaultResource;
2611
+
2612
+ /** Optional parameters. */
2613
+ export interface DataProtectionCheckFeatureSupportOptionalParams
2614
+ extends coreClient.OperationOptions {}
2615
+
2616
+ /** Contains response data for the checkFeatureSupport operation. */
2617
+ export type DataProtectionCheckFeatureSupportResponse = FeatureValidationResponseBaseUnion;
2618
+
2619
+ /** Optional parameters. */
2620
+ export interface DataProtectionOperationsListOptionalParams
2621
+ extends coreClient.OperationOptions {}
2622
+
2623
+ /** Contains response data for the list operation. */
2624
+ export type DataProtectionOperationsListResponse = ClientDiscoveryResponse;
2625
+
2626
+ /** Optional parameters. */
2627
+ export interface DataProtectionOperationsListNextOptionalParams
2628
+ extends coreClient.OperationOptions {}
2629
+
2630
+ /** Contains response data for the listNext operation. */
2631
+ export type DataProtectionOperationsListNextResponse = ClientDiscoveryResponse;
2632
+
2633
+ /** Optional parameters. */
2634
+ export interface BackupPoliciesListOptionalParams
2635
+ extends coreClient.OperationOptions {}
2636
+
2637
+ /** Contains response data for the list operation. */
2638
+ export type BackupPoliciesListResponse = BaseBackupPolicyResourceList;
2639
+
2640
+ /** Optional parameters. */
2641
+ export interface BackupPoliciesGetOptionalParams
2642
+ extends coreClient.OperationOptions {}
2643
+
2644
+ /** Contains response data for the get operation. */
2645
+ export type BackupPoliciesGetResponse = BaseBackupPolicyResource;
2646
+
2647
+ /** Optional parameters. */
2648
+ export interface BackupPoliciesCreateOrUpdateOptionalParams
2649
+ extends coreClient.OperationOptions {}
2650
+
2651
+ /** Contains response data for the createOrUpdate operation. */
2652
+ export type BackupPoliciesCreateOrUpdateResponse = BaseBackupPolicyResource;
2653
+
2654
+ /** Optional parameters. */
2655
+ export interface BackupPoliciesDeleteOptionalParams
2656
+ extends coreClient.OperationOptions {}
2657
+
2658
+ /** Optional parameters. */
2659
+ export interface BackupPoliciesListNextOptionalParams
2660
+ extends coreClient.OperationOptions {}
2661
+
2662
+ /** Contains response data for the listNext operation. */
2663
+ export type BackupPoliciesListNextResponse = BaseBackupPolicyResourceList;
2664
+
2665
+ /** Optional parameters. */
2666
+ export interface BackupInstancesListOptionalParams
2667
+ extends coreClient.OperationOptions {}
2668
+
2669
+ /** Contains response data for the list operation. */
2670
+ export type BackupInstancesListResponse = BackupInstanceResourceList;
2671
+
2672
+ /** Optional parameters. */
2673
+ export interface BackupInstancesGetOptionalParams
2674
+ extends coreClient.OperationOptions {}
2675
+
2676
+ /** Contains response data for the get operation. */
2677
+ export type BackupInstancesGetResponse = BackupInstanceResource;
2678
+
2679
+ /** Optional parameters. */
2680
+ export interface BackupInstancesCreateOrUpdateOptionalParams
2681
+ extends coreClient.OperationOptions {
2682
+ /** Delay to wait until next poll, in milliseconds. */
2683
+ updateIntervalInMs?: number;
2684
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
2685
+ resumeFrom?: string;
2686
+ }
2687
+
2688
+ /** Contains response data for the createOrUpdate operation. */
2689
+ export type BackupInstancesCreateOrUpdateResponse = BackupInstanceResource;
2690
+
2691
+ /** Optional parameters. */
2692
+ export interface BackupInstancesDeleteOptionalParams
2693
+ extends coreClient.OperationOptions {
2694
+ /** Delay to wait until next poll, in milliseconds. */
2695
+ updateIntervalInMs?: number;
2696
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
2697
+ resumeFrom?: string;
2698
+ }
2699
+
2700
+ /** Optional parameters. */
2701
+ export interface BackupInstancesAdhocBackupOptionalParams
2702
+ extends coreClient.OperationOptions {
2703
+ /** Delay to wait until next poll, in milliseconds. */
2704
+ updateIntervalInMs?: number;
2705
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
2706
+ resumeFrom?: string;
2707
+ }
2708
+
2709
+ /** Contains response data for the adhocBackup operation. */
2710
+ export type BackupInstancesAdhocBackupResponse = OperationJobExtendedInfo;
2711
+
2712
+ /** Optional parameters. */
2713
+ export interface BackupInstancesValidateForBackupOptionalParams
2714
+ extends coreClient.OperationOptions {
2715
+ /** Delay to wait until next poll, in milliseconds. */
2716
+ updateIntervalInMs?: number;
2717
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
2718
+ resumeFrom?: string;
2719
+ }
2720
+
2721
+ /** Contains response data for the validateForBackup operation. */
2722
+ export type BackupInstancesValidateForBackupResponse = OperationJobExtendedInfo;
2723
+
2724
+ /** Optional parameters. */
2725
+ export interface BackupInstancesGetBackupInstanceOperationResultOptionalParams
2726
+ extends coreClient.OperationOptions {}
2727
+
2728
+ /** Contains response data for the getBackupInstanceOperationResult operation. */
2729
+ export type BackupInstancesGetBackupInstanceOperationResultResponse = BackupInstanceResource;
2730
+
2731
+ /** Optional parameters. */
2732
+ export interface BackupInstancesTriggerRehydrateOptionalParams
2733
+ extends coreClient.OperationOptions {
2734
+ /** Delay to wait until next poll, in milliseconds. */
2735
+ updateIntervalInMs?: number;
2736
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
2737
+ resumeFrom?: string;
2738
+ }
2739
+
2740
+ /** Contains response data for the triggerRehydrate operation. */
2741
+ export type BackupInstancesTriggerRehydrateResponse = BackupInstancesTriggerRehydrateHeaders;
2742
+
2743
+ /** Optional parameters. */
2744
+ export interface BackupInstancesTriggerRestoreOptionalParams
2745
+ extends coreClient.OperationOptions {
2746
+ /** Delay to wait until next poll, in milliseconds. */
2747
+ updateIntervalInMs?: number;
2748
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
2749
+ resumeFrom?: string;
2750
+ }
2751
+
2752
+ /** Contains response data for the triggerRestore operation. */
2753
+ export type BackupInstancesTriggerRestoreResponse = OperationJobExtendedInfo;
2754
+
2755
+ /** Optional parameters. */
2756
+ export interface BackupInstancesResumeBackupsOptionalParams
2757
+ extends coreClient.OperationOptions {
2758
+ /** Delay to wait until next poll, in milliseconds. */
2759
+ updateIntervalInMs?: number;
2760
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
2761
+ resumeFrom?: string;
2762
+ }
2763
+
2764
+ /** Optional parameters. */
2765
+ export interface BackupInstancesResumeProtectionOptionalParams
2766
+ extends coreClient.OperationOptions {
2767
+ /** Delay to wait until next poll, in milliseconds. */
2768
+ updateIntervalInMs?: number;
2769
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
2770
+ resumeFrom?: string;
2771
+ }
2772
+
2773
+ /** Optional parameters. */
2774
+ export interface BackupInstancesStopProtectionOptionalParams
2775
+ extends coreClient.OperationOptions {
2776
+ /** Delay to wait until next poll, in milliseconds. */
2777
+ updateIntervalInMs?: number;
2778
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
2779
+ resumeFrom?: string;
2780
+ }
2781
+
2782
+ /** Optional parameters. */
2783
+ export interface BackupInstancesSuspendBackupsOptionalParams
2784
+ extends coreClient.OperationOptions {
2785
+ /** Delay to wait until next poll, in milliseconds. */
2786
+ updateIntervalInMs?: number;
2787
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
2788
+ resumeFrom?: string;
2789
+ }
2790
+
2791
+ /** Optional parameters. */
2792
+ export interface BackupInstancesSyncBackupInstanceOptionalParams
2793
+ extends coreClient.OperationOptions {
2794
+ /** Delay to wait until next poll, in milliseconds. */
2795
+ updateIntervalInMs?: number;
2796
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
2797
+ resumeFrom?: string;
2798
+ }
2799
+
2800
+ /** Optional parameters. */
2801
+ export interface BackupInstancesValidateForRestoreOptionalParams
2802
+ extends coreClient.OperationOptions {
2803
+ /** Delay to wait until next poll, in milliseconds. */
2804
+ updateIntervalInMs?: number;
2805
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
2806
+ resumeFrom?: string;
2807
+ }
2808
+
2809
+ /** Contains response data for the validateForRestore operation. */
2810
+ export type BackupInstancesValidateForRestoreResponse = OperationJobExtendedInfo;
2811
+
2812
+ /** Optional parameters. */
2813
+ export interface BackupInstancesListNextOptionalParams
2814
+ extends coreClient.OperationOptions {}
2815
+
2816
+ /** Contains response data for the listNext operation. */
2817
+ export type BackupInstancesListNextResponse = BackupInstanceResourceList;
2818
+
2819
+ /** Optional parameters. */
2820
+ export interface BackupInstancesExtensionRoutingListOptionalParams
2821
+ extends coreClient.OperationOptions {}
2822
+
2823
+ /** Contains response data for the list operation. */
2824
+ export type BackupInstancesExtensionRoutingListResponse = BackupInstanceResourceList;
2825
+
2826
+ /** Optional parameters. */
2827
+ export interface BackupInstancesExtensionRoutingListNextOptionalParams
2828
+ extends coreClient.OperationOptions {}
2829
+
2830
+ /** Contains response data for the listNext operation. */
2831
+ export type BackupInstancesExtensionRoutingListNextResponse = BackupInstanceResourceList;
2832
+
2833
+ /** Optional parameters. */
2834
+ export interface RecoveryPointsListOptionalParams
2835
+ extends coreClient.OperationOptions {
2836
+ /** OData filter options. */
2837
+ filter?: string;
2838
+ /** skipToken Filter. */
2839
+ skipToken?: string;
2840
+ }
2841
+
2842
+ /** Contains response data for the list operation. */
2843
+ export type RecoveryPointsListResponse = AzureBackupRecoveryPointResourceList;
2844
+
2845
+ /** Optional parameters. */
2846
+ export interface RecoveryPointsGetOptionalParams
2847
+ extends coreClient.OperationOptions {}
2848
+
2849
+ /** Contains response data for the get operation. */
2850
+ export type RecoveryPointsGetResponse = AzureBackupRecoveryPointResource;
2851
+
2852
+ /** Optional parameters. */
2853
+ export interface RecoveryPointsListNextOptionalParams
2854
+ extends coreClient.OperationOptions {}
2855
+
2856
+ /** Contains response data for the listNext operation. */
2857
+ export type RecoveryPointsListNextResponse = AzureBackupRecoveryPointResourceList;
2858
+
2859
+ /** Optional parameters. */
2860
+ export interface JobsListOptionalParams extends coreClient.OperationOptions {}
2861
+
2862
+ /** Contains response data for the list operation. */
2863
+ export type JobsListResponse = AzureBackupJobResourceList;
2864
+
2865
+ /** Optional parameters. */
2866
+ export interface JobsGetOptionalParams extends coreClient.OperationOptions {}
2867
+
2868
+ /** Contains response data for the get operation. */
2869
+ export type JobsGetResponse = AzureBackupJobResource;
2870
+
2871
+ /** Optional parameters. */
2872
+ export interface JobsListNextOptionalParams
2873
+ extends coreClient.OperationOptions {}
2874
+
2875
+ /** Contains response data for the listNext operation. */
2876
+ export type JobsListNextResponse = AzureBackupJobResourceList;
2877
+
2878
+ /** Optional parameters. */
2879
+ export interface RestorableTimeRangesFindOptionalParams
2880
+ extends coreClient.OperationOptions {}
2881
+
2882
+ /** Contains response data for the find operation. */
2883
+ export type RestorableTimeRangesFindResponse = AzureBackupFindRestorableTimeRangesResponseResource;
2884
+
2885
+ /** Optional parameters. */
2886
+ export interface ExportJobsTriggerOptionalParams
2887
+ extends coreClient.OperationOptions {
2888
+ /** Delay to wait until next poll, in milliseconds. */
2889
+ updateIntervalInMs?: number;
2890
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
2891
+ resumeFrom?: string;
2892
+ }
2893
+
2894
+ /** Contains response data for the trigger operation. */
2895
+ export type ExportJobsTriggerResponse = ExportJobsTriggerHeaders;
2896
+
2897
+ /** Optional parameters. */
2898
+ export interface ExportJobsOperationResultGetOptionalParams
2899
+ extends coreClient.OperationOptions {}
2900
+
2901
+ /** Contains response data for the get operation. */
2902
+ export type ExportJobsOperationResultGetResponse = ExportJobsResult;
2903
+
2904
+ /** Optional parameters. */
2905
+ export interface DeletedBackupInstancesListOptionalParams
2906
+ extends coreClient.OperationOptions {}
2907
+
2908
+ /** Contains response data for the list operation. */
2909
+ export type DeletedBackupInstancesListResponse = DeletedBackupInstanceResourceList;
2910
+
2911
+ /** Optional parameters. */
2912
+ export interface DeletedBackupInstancesGetOptionalParams
2913
+ extends coreClient.OperationOptions {}
2914
+
2915
+ /** Contains response data for the get operation. */
2916
+ export type DeletedBackupInstancesGetResponse = DeletedBackupInstanceResource;
2917
+
2918
+ /** Optional parameters. */
2919
+ export interface DeletedBackupInstancesUndeleteOptionalParams
2920
+ extends coreClient.OperationOptions {
2921
+ /** Delay to wait until next poll, in milliseconds. */
2922
+ updateIntervalInMs?: number;
2923
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
2924
+ resumeFrom?: string;
2925
+ }
2926
+
2927
+ /** Optional parameters. */
2928
+ export interface DeletedBackupInstancesListNextOptionalParams
2929
+ extends coreClient.OperationOptions {}
2930
+
2931
+ /** Contains response data for the listNext operation. */
2932
+ export type DeletedBackupInstancesListNextResponse = DeletedBackupInstanceResourceList;
2933
+
2934
+ /** Optional parameters. */
2935
+ export interface ResourceGuardsGetResourcesInSubscriptionOptionalParams
2936
+ extends coreClient.OperationOptions {}
2937
+
2938
+ /** Contains response data for the getResourcesInSubscription operation. */
2939
+ export type ResourceGuardsGetResourcesInSubscriptionResponse = ResourceGuardResourceList;
2940
+
2941
+ /** Optional parameters. */
2942
+ export interface ResourceGuardsGetResourcesInResourceGroupOptionalParams
2943
+ extends coreClient.OperationOptions {}
2944
+
2945
+ /** Contains response data for the getResourcesInResourceGroup operation. */
2946
+ export type ResourceGuardsGetResourcesInResourceGroupResponse = ResourceGuardResourceList;
2947
+
2948
+ /** Optional parameters. */
2949
+ export interface ResourceGuardsPutOptionalParams
2950
+ extends coreClient.OperationOptions {}
2951
+
2952
+ /** Contains response data for the put operation. */
2953
+ export type ResourceGuardsPutResponse = ResourceGuardResource;
2954
+
2955
+ /** Optional parameters. */
2956
+ export interface ResourceGuardsGetOptionalParams
2957
+ extends coreClient.OperationOptions {}
2958
+
2959
+ /** Contains response data for the get operation. */
2960
+ export type ResourceGuardsGetResponse = ResourceGuardResource;
2961
+
2962
+ /** Optional parameters. */
2963
+ export interface ResourceGuardsDeleteOptionalParams
2964
+ extends coreClient.OperationOptions {}
2965
+
2966
+ /** Optional parameters. */
2967
+ export interface ResourceGuardsPatchOptionalParams
2968
+ extends coreClient.OperationOptions {}
2969
+
2970
+ /** Contains response data for the patch operation. */
2971
+ export type ResourceGuardsPatchResponse = ResourceGuardResource;
2972
+
2973
+ /** Optional parameters. */
2974
+ export interface ResourceGuardsGetDisableSoftDeleteRequestsObjectsOptionalParams
2975
+ extends coreClient.OperationOptions {}
2976
+
2977
+ /** Contains response data for the getDisableSoftDeleteRequestsObjects operation. */
2978
+ export type ResourceGuardsGetDisableSoftDeleteRequestsObjectsResponse = DppBaseResourceList;
2979
+
2980
+ /** Optional parameters. */
2981
+ export interface ResourceGuardsGetDeleteResourceGuardProxyRequestsObjectsOptionalParams
2982
+ extends coreClient.OperationOptions {}
2983
+
2984
+ /** Contains response data for the getDeleteResourceGuardProxyRequestsObjects operation. */
2985
+ export type ResourceGuardsGetDeleteResourceGuardProxyRequestsObjectsResponse = DppBaseResourceList;
2986
+
2987
+ /** Optional parameters. */
2988
+ export interface ResourceGuardsGetBackupSecurityPINRequestsObjectsOptionalParams
2989
+ extends coreClient.OperationOptions {}
2990
+
2991
+ /** Contains response data for the getBackupSecurityPINRequestsObjects operation. */
2992
+ export type ResourceGuardsGetBackupSecurityPINRequestsObjectsResponse = DppBaseResourceList;
2993
+
2994
+ /** Optional parameters. */
2995
+ export interface ResourceGuardsGetDeleteProtectedItemRequestsObjectsOptionalParams
2996
+ extends coreClient.OperationOptions {}
2997
+
2998
+ /** Contains response data for the getDeleteProtectedItemRequestsObjects operation. */
2999
+ export type ResourceGuardsGetDeleteProtectedItemRequestsObjectsResponse = DppBaseResourceList;
3000
+
3001
+ /** Optional parameters. */
3002
+ export interface ResourceGuardsGetUpdateProtectionPolicyRequestsObjectsOptionalParams
3003
+ extends coreClient.OperationOptions {}
3004
+
3005
+ /** Contains response data for the getUpdateProtectionPolicyRequestsObjects operation. */
3006
+ export type ResourceGuardsGetUpdateProtectionPolicyRequestsObjectsResponse = DppBaseResourceList;
3007
+
3008
+ /** Optional parameters. */
3009
+ export interface ResourceGuardsGetUpdateProtectedItemRequestsObjectsOptionalParams
3010
+ extends coreClient.OperationOptions {}
3011
+
3012
+ /** Contains response data for the getUpdateProtectedItemRequestsObjects operation. */
3013
+ export type ResourceGuardsGetUpdateProtectedItemRequestsObjectsResponse = DppBaseResourceList;
3014
+
3015
+ /** Optional parameters. */
3016
+ export interface ResourceGuardsGetDefaultDisableSoftDeleteRequestsObjectOptionalParams
3017
+ extends coreClient.OperationOptions {}
3018
+
3019
+ /** Contains response data for the getDefaultDisableSoftDeleteRequestsObject operation. */
3020
+ export type ResourceGuardsGetDefaultDisableSoftDeleteRequestsObjectResponse = DppBaseResource;
3021
+
3022
+ /** Optional parameters. */
3023
+ export interface ResourceGuardsGetDefaultDeleteResourceGuardProxyRequestsObjectOptionalParams
3024
+ extends coreClient.OperationOptions {}
3025
+
3026
+ /** Contains response data for the getDefaultDeleteResourceGuardProxyRequestsObject operation. */
3027
+ export type ResourceGuardsGetDefaultDeleteResourceGuardProxyRequestsObjectResponse = DppBaseResource;
3028
+
3029
+ /** Optional parameters. */
3030
+ export interface ResourceGuardsGetDefaultBackupSecurityPINRequestsObjectOptionalParams
3031
+ extends coreClient.OperationOptions {}
3032
+
3033
+ /** Contains response data for the getDefaultBackupSecurityPINRequestsObject operation. */
3034
+ export type ResourceGuardsGetDefaultBackupSecurityPINRequestsObjectResponse = DppBaseResource;
3035
+
3036
+ /** Optional parameters. */
3037
+ export interface ResourceGuardsGetDefaultDeleteProtectedItemRequestsObjectOptionalParams
3038
+ extends coreClient.OperationOptions {}
3039
+
3040
+ /** Contains response data for the getDefaultDeleteProtectedItemRequestsObject operation. */
3041
+ export type ResourceGuardsGetDefaultDeleteProtectedItemRequestsObjectResponse = DppBaseResource;
3042
+
3043
+ /** Optional parameters. */
3044
+ export interface ResourceGuardsGetDefaultUpdateProtectionPolicyRequestsObjectOptionalParams
3045
+ extends coreClient.OperationOptions {}
3046
+
3047
+ /** Contains response data for the getDefaultUpdateProtectionPolicyRequestsObject operation. */
3048
+ export type ResourceGuardsGetDefaultUpdateProtectionPolicyRequestsObjectResponse = DppBaseResource;
3049
+
3050
+ /** Optional parameters. */
3051
+ export interface ResourceGuardsGetDefaultUpdateProtectedItemRequestsObjectOptionalParams
3052
+ extends coreClient.OperationOptions {}
3053
+
3054
+ /** Contains response data for the getDefaultUpdateProtectedItemRequestsObject operation. */
3055
+ export type ResourceGuardsGetDefaultUpdateProtectedItemRequestsObjectResponse = DppBaseResource;
3056
+
3057
+ /** Optional parameters. */
3058
+ export interface ResourceGuardsGetResourcesInSubscriptionNextOptionalParams
3059
+ extends coreClient.OperationOptions {}
3060
+
3061
+ /** Contains response data for the getResourcesInSubscriptionNext operation. */
3062
+ export type ResourceGuardsGetResourcesInSubscriptionNextResponse = ResourceGuardResourceList;
3063
+
3064
+ /** Optional parameters. */
3065
+ export interface ResourceGuardsGetResourcesInResourceGroupNextOptionalParams
3066
+ extends coreClient.OperationOptions {}
3067
+
3068
+ /** Contains response data for the getResourcesInResourceGroupNext operation. */
3069
+ export type ResourceGuardsGetResourcesInResourceGroupNextResponse = ResourceGuardResourceList;
3070
+
3071
+ /** Optional parameters. */
3072
+ export interface ResourceGuardsGetDisableSoftDeleteRequestsObjectsNextOptionalParams
3073
+ extends coreClient.OperationOptions {}
3074
+
3075
+ /** Contains response data for the getDisableSoftDeleteRequestsObjectsNext operation. */
3076
+ export type ResourceGuardsGetDisableSoftDeleteRequestsObjectsNextResponse = DppBaseResourceList;
3077
+
3078
+ /** Optional parameters. */
3079
+ export interface ResourceGuardsGetDeleteResourceGuardProxyRequestsObjectsNextOptionalParams
3080
+ extends coreClient.OperationOptions {}
3081
+
3082
+ /** Contains response data for the getDeleteResourceGuardProxyRequestsObjectsNext operation. */
3083
+ export type ResourceGuardsGetDeleteResourceGuardProxyRequestsObjectsNextResponse = DppBaseResourceList;
3084
+
3085
+ /** Optional parameters. */
3086
+ export interface ResourceGuardsGetBackupSecurityPINRequestsObjectsNextOptionalParams
3087
+ extends coreClient.OperationOptions {}
3088
+
3089
+ /** Contains response data for the getBackupSecurityPINRequestsObjectsNext operation. */
3090
+ export type ResourceGuardsGetBackupSecurityPINRequestsObjectsNextResponse = DppBaseResourceList;
3091
+
3092
+ /** Optional parameters. */
3093
+ export interface ResourceGuardsGetDeleteProtectedItemRequestsObjectsNextOptionalParams
3094
+ extends coreClient.OperationOptions {}
3095
+
3096
+ /** Contains response data for the getDeleteProtectedItemRequestsObjectsNext operation. */
3097
+ export type ResourceGuardsGetDeleteProtectedItemRequestsObjectsNextResponse = DppBaseResourceList;
3098
+
3099
+ /** Optional parameters. */
3100
+ export interface ResourceGuardsGetUpdateProtectionPolicyRequestsObjectsNextOptionalParams
3101
+ extends coreClient.OperationOptions {}
3102
+
3103
+ /** Contains response data for the getUpdateProtectionPolicyRequestsObjectsNext operation. */
3104
+ export type ResourceGuardsGetUpdateProtectionPolicyRequestsObjectsNextResponse = DppBaseResourceList;
3105
+
3106
+ /** Optional parameters. */
3107
+ export interface ResourceGuardsGetUpdateProtectedItemRequestsObjectsNextOptionalParams
3108
+ extends coreClient.OperationOptions {}
3109
+
3110
+ /** Contains response data for the getUpdateProtectedItemRequestsObjectsNext operation. */
3111
+ export type ResourceGuardsGetUpdateProtectedItemRequestsObjectsNextResponse = DppBaseResourceList;
3112
+
3113
+ /** Optional parameters. */
3114
+ export interface DppResourceGuardProxyListOptionalParams
3115
+ extends coreClient.OperationOptions {}
3116
+
3117
+ /** Contains response data for the list operation. */
3118
+ export type DppResourceGuardProxyListResponse = ResourceGuardProxyBaseResourceList;
3119
+
3120
+ /** Optional parameters. */
3121
+ export interface DppResourceGuardProxyGetOptionalParams
3122
+ extends coreClient.OperationOptions {}
3123
+
3124
+ /** Contains response data for the get operation. */
3125
+ export type DppResourceGuardProxyGetResponse = ResourceGuardProxyBaseResource;
3126
+
3127
+ /** Optional parameters. */
3128
+ export interface DppResourceGuardProxyPutOptionalParams
3129
+ extends coreClient.OperationOptions {}
3130
+
3131
+ /** Contains response data for the put operation. */
3132
+ export type DppResourceGuardProxyPutResponse = ResourceGuardProxyBaseResource;
3133
+
3134
+ /** Optional parameters. */
3135
+ export interface DppResourceGuardProxyDeleteOptionalParams
3136
+ extends coreClient.OperationOptions {}
3137
+
3138
+ /** Optional parameters. */
3139
+ export interface DppResourceGuardProxyUnlockDeleteOptionalParams
3140
+ extends coreClient.OperationOptions {}
3141
+
3142
+ /** Contains response data for the unlockDelete operation. */
3143
+ export type DppResourceGuardProxyUnlockDeleteResponse = UnlockDeleteResponse;
3144
+
3145
+ /** Optional parameters. */
3146
+ export interface DppResourceGuardProxyListNextOptionalParams
3147
+ extends coreClient.OperationOptions {}
3148
+
3149
+ /** Contains response data for the listNext operation. */
3150
+ export type DppResourceGuardProxyListNextResponse = ResourceGuardProxyBaseResourceList;
3151
+
3152
+ /** Optional parameters. */
3153
+ export interface DataProtectionClientOptionalParams
3154
+ extends coreClient.ServiceClientOptions {
3155
+ /** server parameter */
3156
+ $host?: string;
3157
+ /** Api Version */
3158
+ apiVersion?: string;
3159
+ /** Overrides client endpoint. */
3160
+ endpoint?: string;
3161
+ }