@azure/arm-recoveryservicesbackup 9.0.1-alpha.20221128.1 → 10.0.0-alpha.20221213.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 (479) hide show
  1. package/CHANGELOG.md +165 -8
  2. package/dist/index.js +770 -273
  3. package/dist/index.js.map +1 -1
  4. package/dist/index.min.js +1 -1
  5. package/dist/index.min.js.map +1 -1
  6. package/dist-esm/samples-dev/resourceGuardProxyPutSample.js +8 -1
  7. package/dist-esm/samples-dev/resourceGuardProxyPutSample.js.map +1 -1
  8. package/dist-esm/src/index.d.ts +1 -0
  9. package/dist-esm/src/index.d.ts.map +1 -1
  10. package/dist-esm/src/index.js +1 -0
  11. package/dist-esm/src/index.js.map +1 -1
  12. package/dist-esm/src/models/index.d.ts +595 -314
  13. package/dist-esm/src/models/index.d.ts.map +1 -1
  14. package/dist-esm/src/models/index.js +310 -0
  15. package/dist-esm/src/models/index.js.map +1 -1
  16. package/dist-esm/src/models/mappers.d.ts +42 -42
  17. package/dist-esm/src/models/mappers.d.ts.map +1 -1
  18. package/dist-esm/src/models/mappers.js +120 -119
  19. package/dist-esm/src/models/mappers.js.map +1 -1
  20. package/dist-esm/src/models/parameters.d.ts +1 -0
  21. package/dist-esm/src/models/parameters.d.ts.map +1 -1
  22. package/dist-esm/src/models/parameters.js +5 -1
  23. package/dist-esm/src/models/parameters.js.map +1 -1
  24. package/dist-esm/src/operations/backupEngines.d.ts.map +1 -1
  25. package/dist-esm/src/operations/backupEngines.js +19 -12
  26. package/dist-esm/src/operations/backupEngines.js.map +1 -1
  27. package/dist-esm/src/operations/backupJobs.d.ts.map +1 -1
  28. package/dist-esm/src/operations/backupJobs.js +19 -12
  29. package/dist-esm/src/operations/backupJobs.js.map +1 -1
  30. package/dist-esm/src/operations/backupPolicies.d.ts.map +1 -1
  31. package/dist-esm/src/operations/backupPolicies.js +19 -8
  32. package/dist-esm/src/operations/backupPolicies.js.map +1 -1
  33. package/dist-esm/src/operations/backupProtectableItems.d.ts.map +1 -1
  34. package/dist-esm/src/operations/backupProtectableItems.js +19 -12
  35. package/dist-esm/src/operations/backupProtectableItems.js.map +1 -1
  36. package/dist-esm/src/operations/backupProtectedItems.d.ts.map +1 -1
  37. package/dist-esm/src/operations/backupProtectedItems.js +19 -12
  38. package/dist-esm/src/operations/backupProtectedItems.js.map +1 -1
  39. package/dist-esm/src/operations/backupProtectionContainers.d.ts.map +1 -1
  40. package/dist-esm/src/operations/backupProtectionContainers.js +19 -8
  41. package/dist-esm/src/operations/backupProtectionContainers.js.map +1 -1
  42. package/dist-esm/src/operations/backupProtectionIntent.d.ts.map +1 -1
  43. package/dist-esm/src/operations/backupProtectionIntent.js +19 -12
  44. package/dist-esm/src/operations/backupProtectionIntent.js.map +1 -1
  45. package/dist-esm/src/operations/backupUsageSummaries.d.ts.map +1 -1
  46. package/dist-esm/src/operations/backupUsageSummaries.js +8 -4
  47. package/dist-esm/src/operations/backupUsageSummaries.js.map +1 -1
  48. package/dist-esm/src/operations/backupWorkloadItems.d.ts.map +1 -1
  49. package/dist-esm/src/operations/backupWorkloadItems.js +19 -12
  50. package/dist-esm/src/operations/backupWorkloadItems.js.map +1 -1
  51. package/dist-esm/src/operations/operations.d.ts.map +1 -1
  52. package/dist-esm/src/operations/operations.js +19 -8
  53. package/dist-esm/src/operations/operations.js.map +1 -1
  54. package/dist-esm/src/operations/protectableContainers.d.ts.map +1 -1
  55. package/dist-esm/src/operations/protectableContainers.js +19 -8
  56. package/dist-esm/src/operations/protectableContainers.js.map +1 -1
  57. package/dist-esm/src/operations/recoveryPoints.d.ts.map +1 -1
  58. package/dist-esm/src/operations/recoveryPoints.js +19 -8
  59. package/dist-esm/src/operations/recoveryPoints.js.map +1 -1
  60. package/dist-esm/src/operations/recoveryPointsRecommendedForMove.d.ts.map +1 -1
  61. package/dist-esm/src/operations/recoveryPointsRecommendedForMove.js +19 -8
  62. package/dist-esm/src/operations/recoveryPointsRecommendedForMove.js.map +1 -1
  63. package/dist-esm/src/operations/resourceGuardProxies.d.ts.map +1 -1
  64. package/dist-esm/src/operations/resourceGuardProxies.js +19 -8
  65. package/dist-esm/src/operations/resourceGuardProxies.js.map +1 -1
  66. package/dist-esm/src/operations/resourceGuardProxy.d.ts +3 -2
  67. package/dist-esm/src/operations/resourceGuardProxy.d.ts.map +1 -1
  68. package/dist-esm/src/operations/resourceGuardProxy.js +13 -4
  69. package/dist-esm/src/operations/resourceGuardProxy.js.map +1 -1
  70. package/dist-esm/src/operationsInterfaces/resourceGuardProxy.d.ts +3 -2
  71. package/dist-esm/src/operationsInterfaces/resourceGuardProxy.d.ts.map +1 -1
  72. package/dist-esm/src/pagingHelper.d.ts +13 -0
  73. package/dist-esm/src/pagingHelper.d.ts.map +1 -0
  74. package/dist-esm/src/pagingHelper.js +32 -0
  75. package/dist-esm/src/pagingHelper.js.map +1 -0
  76. package/dist-esm/src/recoveryServicesBackupClient.d.ts +2 -0
  77. package/dist-esm/src/recoveryServicesBackupClient.d.ts.map +1 -1
  78. package/dist-esm/src/recoveryServicesBackupClient.js +48 -18
  79. package/dist-esm/src/recoveryServicesBackupClient.js.map +1 -1
  80. package/dist-esm/test/sampleTest.js +11 -13
  81. package/dist-esm/test/sampleTest.js.map +1 -1
  82. package/package.json +12 -8
  83. package/review/arm-recoveryservicesbackup.api.md +445 -765
  84. package/src/index.ts +1 -0
  85. package/src/models/index.ts +658 -334
  86. package/src/models/mappers.ts +137 -119
  87. package/src/models/parameters.ts +6 -0
  88. package/src/operations/backupEngines.ts +26 -13
  89. package/src/operations/backupJobs.ts +26 -13
  90. package/src/operations/backupPolicies.ts +26 -9
  91. package/src/operations/backupProtectableItems.ts +26 -13
  92. package/src/operations/backupProtectedItems.ts +26 -13
  93. package/src/operations/backupProtectionContainers.ts +26 -9
  94. package/src/operations/backupProtectionIntent.ts +26 -13
  95. package/src/operations/backupUsageSummaries.ts +15 -5
  96. package/src/operations/backupWorkloadItems.ts +28 -19
  97. package/src/operations/operations.ts +21 -9
  98. package/src/operations/protectableContainers.ts +27 -14
  99. package/src/operations/recoveryPoints.ts +29 -16
  100. package/src/operations/recoveryPointsRecommendedForMove.ts +30 -17
  101. package/src/operations/resourceGuardProxies.ts +26 -9
  102. package/src/operations/resourceGuardProxy.ts +14 -3
  103. package/src/operationsInterfaces/resourceGuardProxy.ts +3 -0
  104. package/src/pagingHelper.ts +39 -0
  105. package/src/recoveryServicesBackupClient.ts +60 -20
  106. package/types/arm-recoveryservicesbackup.d.ts +608 -315
  107. package/types/tsdoc-metadata.json +1 -1
  108. package/dist-esm/samples-dev/azureVMDiscoveryOperationResult.d.ts +0 -2
  109. package/dist-esm/samples-dev/azureVMDiscoveryOperationResult.d.ts.map +0 -1
  110. package/dist-esm/samples-dev/azureVMDiscoveryOperationResult.js +0 -33
  111. package/dist-esm/samples-dev/azureVMDiscoveryOperationResult.js.map +0 -1
  112. package/dist-esm/samples-dev/cancelJob.d.ts +0 -2
  113. package/dist-esm/samples-dev/cancelJob.d.ts.map +0 -1
  114. package/dist-esm/samples-dev/cancelJob.js +0 -34
  115. package/dist-esm/samples-dev/cancelJob.js.map +0 -1
  116. package/dist-esm/samples-dev/cancelJobOperationResult.d.ts +0 -2
  117. package/dist-esm/samples-dev/cancelJobOperationResult.d.ts.map +0 -1
  118. package/dist-esm/samples-dev/cancelJobOperationResult.js +0 -33
  119. package/dist-esm/samples-dev/cancelJobOperationResult.js.map +0 -1
  120. package/dist-esm/samples-dev/checkAzureVMBackupFeatureSupport.d.ts +0 -2
  121. package/dist-esm/samples-dev/checkAzureVMBackupFeatureSupport.d.ts.map +0 -1
  122. package/dist-esm/samples-dev/checkAzureVMBackupFeatureSupport.js +0 -35
  123. package/dist-esm/samples-dev/checkAzureVMBackupFeatureSupport.js.map +0 -1
  124. package/dist-esm/samples-dev/createOrUpdateAzureVMProtectionIntent.d.ts +0 -2
  125. package/dist-esm/samples-dev/createOrUpdateAzureVMProtectionIntent.d.ts.map +0 -1
  126. package/dist-esm/samples-dev/createOrUpdateAzureVMProtectionIntent.js +0 -40
  127. package/dist-esm/samples-dev/createOrUpdateAzureVMProtectionIntent.js.map +0 -1
  128. package/dist-esm/samples-dev/createOrUpdateDailyAzureStorageProtectionPolicy.d.ts +0 -2
  129. package/dist-esm/samples-dev/createOrUpdateDailyAzureStorageProtectionPolicy.d.ts.map +0 -1
  130. package/dist-esm/samples-dev/createOrUpdateDailyAzureStorageProtectionPolicy.js +0 -79
  131. package/dist-esm/samples-dev/createOrUpdateDailyAzureStorageProtectionPolicy.js.map +0 -1
  132. package/dist-esm/samples-dev/createOrUpdateEnhancedAzureVMProtectionPolicyWithDailyBackup.d.ts +0 -2
  133. package/dist-esm/samples-dev/createOrUpdateEnhancedAzureVMProtectionPolicyWithDailyBackup.d.ts.map +0 -1
  134. package/dist-esm/samples-dev/createOrUpdateEnhancedAzureVMProtectionPolicyWithDailyBackup.js +0 -80
  135. package/dist-esm/samples-dev/createOrUpdateEnhancedAzureVMProtectionPolicyWithDailyBackup.js.map +0 -1
  136. package/dist-esm/samples-dev/createOrUpdateEnhancedAzureVMProtectionPolicyWithHourlyBackup.d.ts +0 -2
  137. package/dist-esm/samples-dev/createOrUpdateEnhancedAzureVMProtectionPolicyWithHourlyBackup.d.ts.map +0 -1
  138. package/dist-esm/samples-dev/createOrUpdateEnhancedAzureVMProtectionPolicyWithHourlyBackup.js +0 -84
  139. package/dist-esm/samples-dev/createOrUpdateEnhancedAzureVMProtectionPolicyWithHourlyBackup.js.map +0 -1
  140. package/dist-esm/samples-dev/createOrUpdateFullAzureVMProtectionPolicy.d.ts +0 -2
  141. package/dist-esm/samples-dev/createOrUpdateFullAzureVMProtectionPolicy.d.ts.map +0 -1
  142. package/dist-esm/samples-dev/createOrUpdateFullAzureVMProtectionPolicy.js +0 -73
  143. package/dist-esm/samples-dev/createOrUpdateFullAzureVMProtectionPolicy.js.map +0 -1
  144. package/dist-esm/samples-dev/createOrUpdateFullAzureWorkloadProtectionPolicy.d.ts +0 -2
  145. package/dist-esm/samples-dev/createOrUpdateFullAzureWorkloadProtectionPolicy.d.ts.map +0 -1
  146. package/dist-esm/samples-dev/createOrUpdateFullAzureWorkloadProtectionPolicy.js +0 -103
  147. package/dist-esm/samples-dev/createOrUpdateFullAzureWorkloadProtectionPolicy.js.map +0 -1
  148. package/dist-esm/samples-dev/createOrUpdateHourlyAzureStorageProtectionPolicy.d.ts +0 -2
  149. package/dist-esm/samples-dev/createOrUpdateHourlyAzureStorageProtectionPolicy.d.ts.map +0 -1
  150. package/dist-esm/samples-dev/createOrUpdateHourlyAzureStorageProtectionPolicy.js +0 -83
  151. package/dist-esm/samples-dev/createOrUpdateHourlyAzureStorageProtectionPolicy.js.map +0 -1
  152. package/dist-esm/samples-dev/createOrUpdateSimpleAzureVMProtectionPolicy.d.ts +0 -2
  153. package/dist-esm/samples-dev/createOrUpdateSimpleAzureVMProtectionPolicy.d.ts.map +0 -1
  154. package/dist-esm/samples-dev/createOrUpdateSimpleAzureVMProtectionPolicy.js +0 -52
  155. package/dist-esm/samples-dev/createOrUpdateSimpleAzureVMProtectionPolicy.js.map +0 -1
  156. package/dist-esm/samples-dev/createResourceGuardProxy.d.ts +0 -2
  157. package/dist-esm/samples-dev/createResourceGuardProxy.d.ts.map +0 -1
  158. package/dist-esm/samples-dev/createResourceGuardProxy.js +0 -34
  159. package/dist-esm/samples-dev/createResourceGuardProxy.js.map +0 -1
  160. package/dist-esm/samples-dev/deleteAzureVMProtectionPolicy.d.ts +0 -2
  161. package/dist-esm/samples-dev/deleteAzureVMProtectionPolicy.d.ts.map +0 -1
  162. package/dist-esm/samples-dev/deleteAzureVMProtectionPolicy.js +0 -34
  163. package/dist-esm/samples-dev/deleteAzureVMProtectionPolicy.js.map +0 -1
  164. package/dist-esm/samples-dev/deletePrivateEndpointConnection.d.ts +0 -2
  165. package/dist-esm/samples-dev/deletePrivateEndpointConnection.d.ts.map +0 -1
  166. package/dist-esm/samples-dev/deletePrivateEndpointConnection.js +0 -32
  167. package/dist-esm/samples-dev/deletePrivateEndpointConnection.js.map +0 -1
  168. package/dist-esm/samples-dev/deleteProtectionFromAzureVirtualMachine.d.ts +0 -2
  169. package/dist-esm/samples-dev/deleteProtectionFromAzureVirtualMachine.d.ts.map +0 -1
  170. package/dist-esm/samples-dev/deleteProtectionFromAzureVirtualMachine.js +0 -36
  171. package/dist-esm/samples-dev/deleteProtectionFromAzureVirtualMachine.js.map +0 -1
  172. package/dist-esm/samples-dev/deleteProtectionIntentFromItem.d.ts +0 -2
  173. package/dist-esm/samples-dev/deleteProtectionIntentFromItem.d.ts.map +0 -1
  174. package/dist-esm/samples-dev/deleteProtectionIntentFromItem.js +0 -33
  175. package/dist-esm/samples-dev/deleteProtectionIntentFromItem.js.map +0 -1
  176. package/dist-esm/samples-dev/deleteResourceGuardProxy.d.ts +0 -2
  177. package/dist-esm/samples-dev/deleteResourceGuardProxy.d.ts.map +0 -1
  178. package/dist-esm/samples-dev/deleteResourceGuardProxy.js +0 -32
  179. package/dist-esm/samples-dev/deleteResourceGuardProxy.js.map +0 -1
  180. package/dist-esm/samples-dev/enableProtectionOnAzureIaasVM.d.ts +0 -2
  181. package/dist-esm/samples-dev/enableProtectionOnAzureIaasVM.d.ts.map +0 -1
  182. package/dist-esm/samples-dev/enableProtectionOnAzureIaasVM.js +0 -43
  183. package/dist-esm/samples-dev/enableProtectionOnAzureIaasVM.js.map +0 -1
  184. package/dist-esm/samples-dev/exportJobs.d.ts +0 -2
  185. package/dist-esm/samples-dev/exportJobs.d.ts.map +0 -1
  186. package/dist-esm/samples-dev/exportJobs.js +0 -31
  187. package/dist-esm/samples-dev/exportJobs.js.map +0 -1
  188. package/dist-esm/samples-dev/exportJobsOperationResults.d.ts +0 -2
  189. package/dist-esm/samples-dev/exportJobsOperationResults.d.ts.map +0 -1
  190. package/dist-esm/samples-dev/exportJobsOperationResults.js +0 -34
  191. package/dist-esm/samples-dev/exportJobsOperationResults.js.map +0 -1
  192. package/dist-esm/samples-dev/getAzureIaasVMEnhancedProtectionPolicyDetails.d.ts +0 -2
  193. package/dist-esm/samples-dev/getAzureIaasVMEnhancedProtectionPolicyDetails.d.ts.map +0 -1
  194. package/dist-esm/samples-dev/getAzureIaasVMEnhancedProtectionPolicyDetails.js +0 -34
  195. package/dist-esm/samples-dev/getAzureIaasVMEnhancedProtectionPolicyDetails.js.map +0 -1
  196. package/dist-esm/samples-dev/getAzureIaasVMProtectionPolicyDetails.d.ts +0 -2
  197. package/dist-esm/samples-dev/getAzureIaasVMProtectionPolicyDetails.d.ts.map +0 -1
  198. package/dist-esm/samples-dev/getAzureIaasVMProtectionPolicyDetails.js +0 -34
  199. package/dist-esm/samples-dev/getAzureIaasVMProtectionPolicyDetails.js.map +0 -1
  200. package/dist-esm/samples-dev/getAzureStorageProtectionContainerOperationResult.d.ts +0 -2
  201. package/dist-esm/samples-dev/getAzureStorageProtectionContainerOperationResult.d.ts.map +0 -1
  202. package/dist-esm/samples-dev/getAzureStorageProtectionContainerOperationResult.js +0 -34
  203. package/dist-esm/samples-dev/getAzureStorageProtectionContainerOperationResult.js.map +0 -1
  204. package/dist-esm/samples-dev/getAzureVMRecoveryPointDetails.d.ts +0 -2
  205. package/dist-esm/samples-dev/getAzureVMRecoveryPointDetails.d.ts.map +0 -1
  206. package/dist-esm/samples-dev/getAzureVMRecoveryPointDetails.js +0 -37
  207. package/dist-esm/samples-dev/getAzureVMRecoveryPointDetails.js.map +0 -1
  208. package/dist-esm/samples-dev/getAzureVirtualMachineBackupStatus.d.ts +0 -2
  209. package/dist-esm/samples-dev/getAzureVirtualMachineBackupStatus.d.ts.map +0 -1
  210. package/dist-esm/samples-dev/getAzureVirtualMachineBackupStatus.js +0 -34
  211. package/dist-esm/samples-dev/getAzureVirtualMachineBackupStatus.js.map +0 -1
  212. package/dist-esm/samples-dev/getDpmOrAzureBackupServerOrLajollaBackupEngineDetails.d.ts +0 -2
  213. package/dist-esm/samples-dev/getDpmOrAzureBackupServerOrLajollaBackupEngineDetails.d.ts.map +0 -1
  214. package/dist-esm/samples-dev/getDpmOrAzureBackupServerOrLajollaBackupEngineDetails.js +0 -32
  215. package/dist-esm/samples-dev/getDpmOrAzureBackupServerOrLajollaBackupEngineDetails.js.map +0 -1
  216. package/dist-esm/samples-dev/getJobDetails.d.ts +0 -2
  217. package/dist-esm/samples-dev/getJobDetails.d.ts.map +0 -1
  218. package/dist-esm/samples-dev/getJobDetails.js +0 -32
  219. package/dist-esm/samples-dev/getJobDetails.js.map +0 -1
  220. package/dist-esm/samples-dev/getOperationResultForPrepareDataMove.d.ts +0 -2
  221. package/dist-esm/samples-dev/getOperationResultForPrepareDataMove.d.ts.map +0 -1
  222. package/dist-esm/samples-dev/getOperationResultForPrepareDataMove.js +0 -32
  223. package/dist-esm/samples-dev/getOperationResultForPrepareDataMove.js.map +0 -1
  224. package/dist-esm/samples-dev/getOperationResultsOfProtectedVM.d.ts +0 -2
  225. package/dist-esm/samples-dev/getOperationResultsOfProtectedVM.d.ts.map +0 -1
  226. package/dist-esm/samples-dev/getOperationResultsOfProtectedVM.js +0 -35
  227. package/dist-esm/samples-dev/getOperationResultsOfProtectedVM.js.map +0 -1
  228. package/dist-esm/samples-dev/getOperationResultsOfValidateOperation.d.ts +0 -2
  229. package/dist-esm/samples-dev/getOperationResultsOfValidateOperation.d.ts.map +0 -1
  230. package/dist-esm/samples-dev/getOperationResultsOfValidateOperation.js +0 -32
  231. package/dist-esm/samples-dev/getOperationResultsOfValidateOperation.js.map +0 -1
  232. package/dist-esm/samples-dev/getOperationStatus.d.ts +0 -2
  233. package/dist-esm/samples-dev/getOperationStatus.d.ts.map +0 -1
  234. package/dist-esm/samples-dev/getOperationStatus.js +0 -32
  235. package/dist-esm/samples-dev/getOperationStatus.js.map +0 -1
  236. package/dist-esm/samples-dev/getOperationStatusOfProtectedVM.d.ts +0 -2
  237. package/dist-esm/samples-dev/getOperationStatusOfProtectedVM.d.ts.map +0 -1
  238. package/dist-esm/samples-dev/getOperationStatusOfProtectedVM.js +0 -39
  239. package/dist-esm/samples-dev/getOperationStatusOfProtectedVM.js.map +0 -1
  240. package/dist-esm/samples-dev/getOperationStatusOfValidateOperation.d.ts +0 -2
  241. package/dist-esm/samples-dev/getOperationStatusOfValidateOperation.d.ts.map +0 -1
  242. package/dist-esm/samples-dev/getOperationStatusOfValidateOperation.js +0 -36
  243. package/dist-esm/samples-dev/getOperationStatusOfValidateOperation.js.map +0 -1
  244. package/dist-esm/samples-dev/getPrivateEndpointConnection.d.ts +0 -2
  245. package/dist-esm/samples-dev/getPrivateEndpointConnection.d.ts.map +0 -1
  246. package/dist-esm/samples-dev/getPrivateEndpointConnection.js +0 -32
  247. package/dist-esm/samples-dev/getPrivateEndpointConnection.js.map +0 -1
  248. package/dist-esm/samples-dev/getProtectedAzureVMRecoveryPoints.d.ts +0 -2
  249. package/dist-esm/samples-dev/getProtectedAzureVMRecoveryPoints.d.ts.map +0 -1
  250. package/dist-esm/samples-dev/getProtectedAzureVMRecoveryPoints.js +0 -48
  251. package/dist-esm/samples-dev/getProtectedAzureVMRecoveryPoints.js.map +0 -1
  252. package/dist-esm/samples-dev/getProtectedAzureVMRecoveryPointsRecommendedForMove.d.ts +0 -2
  253. package/dist-esm/samples-dev/getProtectedAzureVMRecoveryPointsRecommendedForMove.d.ts.map +0 -1
  254. package/dist-esm/samples-dev/getProtectedAzureVMRecoveryPointsRecommendedForMove.js +0 -52
  255. package/dist-esm/samples-dev/getProtectedAzureVMRecoveryPointsRecommendedForMove.js.map +0 -1
  256. package/dist-esm/samples-dev/getProtectedClassicVirtualMachineDetails.d.ts +0 -2
  257. package/dist-esm/samples-dev/getProtectedClassicVirtualMachineDetails.d.ts.map +0 -1
  258. package/dist-esm/samples-dev/getProtectedClassicVirtualMachineDetails.js +0 -36
  259. package/dist-esm/samples-dev/getProtectedClassicVirtualMachineDetails.js.map +0 -1
  260. package/dist-esm/samples-dev/getProtectedContainersUsagesSummary.d.ts +0 -2
  261. package/dist-esm/samples-dev/getProtectedContainersUsagesSummary.d.ts.map +0 -1
  262. package/dist-esm/samples-dev/getProtectedContainersUsagesSummary.js +0 -47
  263. package/dist-esm/samples-dev/getProtectedContainersUsagesSummary.js.map +0 -1
  264. package/dist-esm/samples-dev/getProtectedItemDeleteOperationStatus.d.ts +0 -2
  265. package/dist-esm/samples-dev/getProtectedItemDeleteOperationStatus.d.ts.map +0 -1
  266. package/dist-esm/samples-dev/getProtectedItemDeleteOperationStatus.js +0 -36
  267. package/dist-esm/samples-dev/getProtectedItemDeleteOperationStatus.js.map +0 -1
  268. package/dist-esm/samples-dev/getProtectedItemsUsagesSummary.d.ts +0 -2
  269. package/dist-esm/samples-dev/getProtectedItemsUsagesSummary.d.ts.map +0 -1
  270. package/dist-esm/samples-dev/getProtectedItemsUsagesSummary.js +0 -47
  271. package/dist-esm/samples-dev/getProtectedItemsUsagesSummary.js.map +0 -1
  272. package/dist-esm/samples-dev/getProtectedVirtualMachineDetails.d.ts +0 -2
  273. package/dist-esm/samples-dev/getProtectedVirtualMachineDetails.d.ts.map +0 -1
  274. package/dist-esm/samples-dev/getProtectedVirtualMachineDetails.js +0 -36
  275. package/dist-esm/samples-dev/getProtectedVirtualMachineDetails.js.map +0 -1
  276. package/dist-esm/samples-dev/getProtectionContainerDetails.d.ts +0 -2
  277. package/dist-esm/samples-dev/getProtectionContainerDetails.d.ts.map +0 -1
  278. package/dist-esm/samples-dev/getProtectionContainerDetails.js +0 -33
  279. package/dist-esm/samples-dev/getProtectionContainerDetails.js.map +0 -1
  280. package/dist-esm/samples-dev/getProtectionIntentForAnItem.d.ts +0 -2
  281. package/dist-esm/samples-dev/getProtectionIntentForAnItem.d.ts.map +0 -1
  282. package/dist-esm/samples-dev/getProtectionIntentForAnItem.js +0 -35
  283. package/dist-esm/samples-dev/getProtectionIntentForAnItem.js.map +0 -1
  284. package/dist-esm/samples-dev/getProtectionPolicyOperationResults.d.ts +0 -2
  285. package/dist-esm/samples-dev/getProtectionPolicyOperationResults.d.ts.map +0 -1
  286. package/dist-esm/samples-dev/getProtectionPolicyOperationResults.js +0 -33
  287. package/dist-esm/samples-dev/getProtectionPolicyOperationResults.js.map +0 -1
  288. package/dist-esm/samples-dev/getProtectionPolicyOperationStatus.d.ts +0 -2
  289. package/dist-esm/samples-dev/getProtectionPolicyOperationStatus.d.ts.map +0 -1
  290. package/dist-esm/samples-dev/getProtectionPolicyOperationStatus.js +0 -37
  291. package/dist-esm/samples-dev/getProtectionPolicyOperationStatus.js.map +0 -1
  292. package/dist-esm/samples-dev/getResourceGuardProxy.d.ts +0 -2
  293. package/dist-esm/samples-dev/getResourceGuardProxy.d.ts.map +0 -1
  294. package/dist-esm/samples-dev/getResourceGuardProxy.js +0 -32
  295. package/dist-esm/samples-dev/getResourceGuardProxy.js.map +0 -1
  296. package/dist-esm/samples-dev/getResultForProtectedItemDeleteOperation.d.ts +0 -2
  297. package/dist-esm/samples-dev/getResultForProtectedItemDeleteOperation.d.ts.map +0 -1
  298. package/dist-esm/samples-dev/getResultForProtectedItemDeleteOperation.js +0 -38
  299. package/dist-esm/samples-dev/getResultForProtectedItemDeleteOperation.js.map +0 -1
  300. package/dist-esm/samples-dev/getVaultEncryptionConfiguration.d.ts +0 -2
  301. package/dist-esm/samples-dev/getVaultEncryptionConfiguration.d.ts.map +0 -1
  302. package/dist-esm/samples-dev/getVaultEncryptionConfiguration.js +0 -31
  303. package/dist-esm/samples-dev/getVaultEncryptionConfiguration.js.map +0 -1
  304. package/dist-esm/samples-dev/getVaultGuardProxies.d.ts +0 -2
  305. package/dist-esm/samples-dev/getVaultGuardProxies.d.ts.map +0 -1
  306. package/dist-esm/samples-dev/getVaultGuardProxies.js +0 -45
  307. package/dist-esm/samples-dev/getVaultGuardProxies.js.map +0 -1
  308. package/dist-esm/samples-dev/getVaultSecurityConfig.d.ts +0 -2
  309. package/dist-esm/samples-dev/getVaultSecurityConfig.d.ts.map +0 -1
  310. package/dist-esm/samples-dev/getVaultSecurityConfig.js +0 -31
  311. package/dist-esm/samples-dev/getVaultSecurityConfig.js.map +0 -1
  312. package/dist-esm/samples-dev/getVaultSecurityPin.d.ts +0 -2
  313. package/dist-esm/samples-dev/getVaultSecurityPin.d.ts.map +0 -1
  314. package/dist-esm/samples-dev/getVaultSecurityPin.js +0 -31
  315. package/dist-esm/samples-dev/getVaultSecurityPin.js.map +0 -1
  316. package/dist-esm/samples-dev/getVaultStorageConfiguration.d.ts +0 -2
  317. package/dist-esm/samples-dev/getVaultStorageConfiguration.d.ts.map +0 -1
  318. package/dist-esm/samples-dev/getVaultStorageConfiguration.js +0 -31
  319. package/dist-esm/samples-dev/getVaultStorageConfiguration.js.map +0 -1
  320. package/dist-esm/samples-dev/inquireAzureStorageProtectionContainers.d.ts +0 -2
  321. package/dist-esm/samples-dev/inquireAzureStorageProtectionContainers.d.ts.map +0 -1
  322. package/dist-esm/samples-dev/inquireAzureStorageProtectionContainers.js +0 -33
  323. package/dist-esm/samples-dev/inquireAzureStorageProtectionContainers.js.map +0 -1
  324. package/dist-esm/samples-dev/listAllJobs.d.ts +0 -2
  325. package/dist-esm/samples-dev/listAllJobs.d.ts.map +0 -1
  326. package/dist-esm/samples-dev/listAllJobs.js +0 -45
  327. package/dist-esm/samples-dev/listAllJobs.js.map +0 -1
  328. package/dist-esm/samples-dev/listBackupProtectionContainers.d.ts +0 -2
  329. package/dist-esm/samples-dev/listBackupProtectionContainers.d.ts.map +0 -1
  330. package/dist-esm/samples-dev/listBackupProtectionContainers.js +0 -47
  331. package/dist-esm/samples-dev/listBackupProtectionContainers.js.map +0 -1
  332. package/dist-esm/samples-dev/listDpmOrAzureBackupServerOrLajollaBackupEngines.d.ts +0 -2
  333. package/dist-esm/samples-dev/listDpmOrAzureBackupServerOrLajollaBackupEngines.d.ts.map +0 -1
  334. package/dist-esm/samples-dev/listDpmOrAzureBackupServerOrLajollaBackupEngines.js +0 -45
  335. package/dist-esm/samples-dev/listDpmOrAzureBackupServerOrLajollaBackupEngines.js.map +0 -1
  336. package/dist-esm/samples-dev/listJobsWithFilters.d.ts +0 -2
  337. package/dist-esm/samples-dev/listJobsWithFilters.d.ts.map +0 -1
  338. package/dist-esm/samples-dev/listJobsWithFilters.js +0 -47
  339. package/dist-esm/samples-dev/listJobsWithFilters.js.map +0 -1
  340. package/dist-esm/samples-dev/listJobsWithTimeFilter.d.ts +0 -2
  341. package/dist-esm/samples-dev/listJobsWithTimeFilter.d.ts.map +0 -1
  342. package/dist-esm/samples-dev/listJobsWithTimeFilter.js +0 -47
  343. package/dist-esm/samples-dev/listJobsWithTimeFilter.js.map +0 -1
  344. package/dist-esm/samples-dev/listOperations.d.ts +0 -2
  345. package/dist-esm/samples-dev/listOperations.d.ts.map +0 -1
  346. package/dist-esm/samples-dev/listOperations.js +0 -43
  347. package/dist-esm/samples-dev/listOperations.js.map +0 -1
  348. package/dist-esm/samples-dev/listProtectableItemsWithBackupManagementTypeFilterAsAzureIaasVM.d.ts +0 -2
  349. package/dist-esm/samples-dev/listProtectableItemsWithBackupManagementTypeFilterAsAzureIaasVM.d.ts.map +0 -1
  350. package/dist-esm/samples-dev/listProtectableItemsWithBackupManagementTypeFilterAsAzureIaasVM.js +0 -49
  351. package/dist-esm/samples-dev/listProtectableItemsWithBackupManagementTypeFilterAsAzureIaasVM.js.map +0 -1
  352. package/dist-esm/samples-dev/listProtectableItemsWithBackupManagementTypeFilterAsAzureStorage.d.ts +0 -2
  353. package/dist-esm/samples-dev/listProtectableItemsWithBackupManagementTypeFilterAsAzureStorage.d.ts.map +0 -1
  354. package/dist-esm/samples-dev/listProtectableItemsWithBackupManagementTypeFilterAsAzureStorage.js +0 -48
  355. package/dist-esm/samples-dev/listProtectableItemsWithBackupManagementTypeFilterAsAzureStorage.js.map +0 -1
  356. package/dist-esm/samples-dev/listProtectedItemsWithBackupManagementTypeFilterAsAzureIaasVM.d.ts +0 -2
  357. package/dist-esm/samples-dev/listProtectedItemsWithBackupManagementTypeFilterAsAzureIaasVM.d.ts.map +0 -1
  358. package/dist-esm/samples-dev/listProtectedItemsWithBackupManagementTypeFilterAsAzureIaasVM.js +0 -47
  359. package/dist-esm/samples-dev/listProtectedItemsWithBackupManagementTypeFilterAsAzureIaasVM.js.map +0 -1
  360. package/dist-esm/samples-dev/listProtectionIntentWithBackupManagementTypeFilter.d.ts +0 -2
  361. package/dist-esm/samples-dev/listProtectionIntentWithBackupManagementTypeFilter.d.ts.map +0 -1
  362. package/dist-esm/samples-dev/listProtectionIntentWithBackupManagementTypeFilter.js +0 -45
  363. package/dist-esm/samples-dev/listProtectionIntentWithBackupManagementTypeFilter.js.map +0 -1
  364. package/dist-esm/samples-dev/listProtectionPoliciesWithBackupManagementTypeFilterAsAzureIaasVM.d.ts +0 -2
  365. package/dist-esm/samples-dev/listProtectionPoliciesWithBackupManagementTypeFilterAsAzureIaasVM.d.ts.map +0 -1
  366. package/dist-esm/samples-dev/listProtectionPoliciesWithBackupManagementTypeFilterAsAzureIaasVM.js +0 -49
  367. package/dist-esm/samples-dev/listProtectionPoliciesWithBackupManagementTypeFilterAsAzureIaasVM.js.map +0 -1
  368. package/dist-esm/samples-dev/listProtectionPoliciesWithBackupManagementTypeFilterAsAzureIaasVMWithBothV1AndV2Policies.d.ts +0 -2
  369. package/dist-esm/samples-dev/listProtectionPoliciesWithBackupManagementTypeFilterAsAzureIaasVMWithBothV1AndV2Policies.d.ts.map +0 -1
  370. package/dist-esm/samples-dev/listProtectionPoliciesWithBackupManagementTypeFilterAsAzureIaasVMWithBothV1AndV2Policies.js +0 -49
  371. package/dist-esm/samples-dev/listProtectionPoliciesWithBackupManagementTypeFilterAsAzureIaasVMWithBothV1AndV2Policies.js.map +0 -1
  372. package/dist-esm/samples-dev/listProtectionPoliciesWithBackupManagementTypeFilterAsAzureWorkload.d.ts +0 -2
  373. package/dist-esm/samples-dev/listProtectionPoliciesWithBackupManagementTypeFilterAsAzureWorkload.d.ts.map +0 -1
  374. package/dist-esm/samples-dev/listProtectionPoliciesWithBackupManagementTypeFilterAsAzureWorkload.js +0 -49
  375. package/dist-esm/samples-dev/listProtectionPoliciesWithBackupManagementTypeFilterAsAzureWorkload.js.map +0 -1
  376. package/dist-esm/samples-dev/listWorkloadItemsInContainer.d.ts +0 -2
  377. package/dist-esm/samples-dev/listWorkloadItemsInContainer.d.ts.map +0 -1
  378. package/dist-esm/samples-dev/listWorkloadItemsInContainer.js +0 -51
  379. package/dist-esm/samples-dev/listWorkloadItemsInContainer.js.map +0 -1
  380. package/dist-esm/samples-dev/prepareDataMove.d.ts +0 -2
  381. package/dist-esm/samples-dev/prepareDataMove.d.ts.map +0 -1
  382. package/dist-esm/samples-dev/prepareDataMove.js +0 -36
  383. package/dist-esm/samples-dev/prepareDataMove.js.map +0 -1
  384. package/dist-esm/samples-dev/provisionInstantItemLevelRecoveryForAzureVM.d.ts +0 -2
  385. package/dist-esm/samples-dev/provisionInstantItemLevelRecoveryForAzureVM.d.ts.map +0 -1
  386. package/dist-esm/samples-dev/provisionInstantItemLevelRecoveryForAzureVM.js +0 -48
  387. package/dist-esm/samples-dev/provisionInstantItemLevelRecoveryForAzureVM.js.map +0 -1
  388. package/dist-esm/samples-dev/registerAzureStorageProtectionContainers.d.ts +0 -2
  389. package/dist-esm/samples-dev/registerAzureStorageProtectionContainers.d.ts.map +0 -1
  390. package/dist-esm/samples-dev/registerAzureStorageProtectionContainers.js +0 -46
  391. package/dist-esm/samples-dev/registerAzureStorageProtectionContainers.js.map +0 -1
  392. package/dist-esm/samples-dev/restoreDisksWithIaasVMRestoreRequest.d.ts +0 -2
  393. package/dist-esm/samples-dev/restoreDisksWithIaasVMRestoreRequest.d.ts.map +0 -1
  394. package/dist-esm/samples-dev/restoreDisksWithIaasVMRestoreRequest.js +0 -54
  395. package/dist-esm/samples-dev/restoreDisksWithIaasVMRestoreRequest.js.map +0 -1
  396. package/dist-esm/samples-dev/restoreDisksWithIaasVMRestoreRequestWithIdentityBasedRestoreDetails.d.ts +0 -2
  397. package/dist-esm/samples-dev/restoreDisksWithIaasVMRestoreRequestWithIdentityBasedRestoreDetails.d.ts.map +0 -1
  398. package/dist-esm/samples-dev/restoreDisksWithIaasVMRestoreRequestWithIdentityBasedRestoreDetails.js +0 -56
  399. package/dist-esm/samples-dev/restoreDisksWithIaasVMRestoreRequestWithIdentityBasedRestoreDetails.js.map +0 -1
  400. package/dist-esm/samples-dev/restoreDisksWithIaasVMRestoreWithRehydrationRequest.d.ts +0 -2
  401. package/dist-esm/samples-dev/restoreDisksWithIaasVMRestoreWithRehydrationRequest.d.ts.map +0 -1
  402. package/dist-esm/samples-dev/restoreDisksWithIaasVMRestoreWithRehydrationRequest.js +0 -54
  403. package/dist-esm/samples-dev/restoreDisksWithIaasVMRestoreWithRehydrationRequest.js.map +0 -1
  404. package/dist-esm/samples-dev/restoreToNewAzureIaasVMWithIaasVMRestoreRequest.d.ts +0 -2
  405. package/dist-esm/samples-dev/restoreToNewAzureIaasVMWithIaasVMRestoreRequest.d.ts.map +0 -1
  406. package/dist-esm/samples-dev/restoreToNewAzureIaasVMWithIaasVMRestoreRequest.js +0 -55
  407. package/dist-esm/samples-dev/restoreToNewAzureIaasVMWithIaasVMRestoreRequest.js.map +0 -1
  408. package/dist-esm/samples-dev/restoreToNewAzureIaasVMWithIaasVMRestoreRequestWithIdentityBasedRestoreDetails.d.ts +0 -2
  409. package/dist-esm/samples-dev/restoreToNewAzureIaasVMWithIaasVMRestoreRequestWithIdentityBasedRestoreDetails.d.ts.map +0 -1
  410. package/dist-esm/samples-dev/restoreToNewAzureIaasVMWithIaasVMRestoreRequestWithIdentityBasedRestoreDetails.js +0 -57
  411. package/dist-esm/samples-dev/restoreToNewAzureIaasVMWithIaasVMRestoreRequestWithIdentityBasedRestoreDetails.js.map +0 -1
  412. package/dist-esm/samples-dev/restoreToNewAzureIaasVMWithIaasVMRestoreWithRehydrationRequest.d.ts +0 -2
  413. package/dist-esm/samples-dev/restoreToNewAzureIaasVMWithIaasVMRestoreWithRehydrationRequest.d.ts.map +0 -1
  414. package/dist-esm/samples-dev/restoreToNewAzureIaasVMWithIaasVMRestoreWithRehydrationRequest.js +0 -58
  415. package/dist-esm/samples-dev/restoreToNewAzureIaasVMWithIaasVMRestoreWithRehydrationRequest.js.map +0 -1
  416. package/dist-esm/samples-dev/revokeInstantItemLevelRecoveryForAzureVM.d.ts +0 -2
  417. package/dist-esm/samples-dev/revokeInstantItemLevelRecoveryForAzureVM.d.ts.map +0 -1
  418. package/dist-esm/samples-dev/revokeInstantItemLevelRecoveryForAzureVM.js +0 -37
  419. package/dist-esm/samples-dev/revokeInstantItemLevelRecoveryForAzureVM.js.map +0 -1
  420. package/dist-esm/samples-dev/stopProtectionWithRetainDataOnAzureIaasVM.d.ts +0 -2
  421. package/dist-esm/samples-dev/stopProtectionWithRetainDataOnAzureIaasVM.d.ts.map +0 -1
  422. package/dist-esm/samples-dev/stopProtectionWithRetainDataOnAzureIaasVM.js +0 -43
  423. package/dist-esm/samples-dev/stopProtectionWithRetainDataOnAzureIaasVM.js.map +0 -1
  424. package/dist-esm/samples-dev/triggerAzureVMDiscovery.d.ts +0 -2
  425. package/dist-esm/samples-dev/triggerAzureVMDiscovery.d.ts.map +0 -1
  426. package/dist-esm/samples-dev/triggerAzureVMDiscovery.js +0 -34
  427. package/dist-esm/samples-dev/triggerAzureVMDiscovery.js.map +0 -1
  428. package/dist-esm/samples-dev/triggerBackup.d.ts +0 -2
  429. package/dist-esm/samples-dev/triggerBackup.d.ts.map +0 -1
  430. package/dist-esm/samples-dev/triggerBackup.js +0 -39
  431. package/dist-esm/samples-dev/triggerBackup.js.map +0 -1
  432. package/dist-esm/samples-dev/triggerDataMove.d.ts +0 -2
  433. package/dist-esm/samples-dev/triggerDataMove.d.ts.map +0 -1
  434. package/dist-esm/samples-dev/triggerDataMove.js +0 -37
  435. package/dist-esm/samples-dev/triggerDataMove.js.map +0 -1
  436. package/dist-esm/samples-dev/triggerRpMoveOperation.d.ts +0 -2
  437. package/dist-esm/samples-dev/triggerRpMoveOperation.d.ts.map +0 -1
  438. package/dist-esm/samples-dev/triggerRpMoveOperation.js +0 -40
  439. package/dist-esm/samples-dev/triggerRpMoveOperation.js.map +0 -1
  440. package/dist-esm/samples-dev/triggerValidateOperation.d.ts +0 -2
  441. package/dist-esm/samples-dev/triggerValidateOperation.d.ts.map +0 -1
  442. package/dist-esm/samples-dev/triggerValidateOperation.js +0 -49
  443. package/dist-esm/samples-dev/triggerValidateOperation.js.map +0 -1
  444. package/dist-esm/samples-dev/unlockDeleteResourceGuardProxy.d.ts +0 -2
  445. package/dist-esm/samples-dev/unlockDeleteResourceGuardProxy.d.ts.map +0 -1
  446. package/dist-esm/samples-dev/unlockDeleteResourceGuardProxy.js +0 -38
  447. package/dist-esm/samples-dev/unlockDeleteResourceGuardProxy.js.map +0 -1
  448. package/dist-esm/samples-dev/unregisterProtectionContainer.d.ts +0 -2
  449. package/dist-esm/samples-dev/unregisterProtectionContainer.d.ts.map +0 -1
  450. package/dist-esm/samples-dev/unregisterProtectionContainer.js +0 -35
  451. package/dist-esm/samples-dev/unregisterProtectionContainer.js.map +0 -1
  452. package/dist-esm/samples-dev/updatePrivateEndpointConnection.d.ts +0 -2
  453. package/dist-esm/samples-dev/updatePrivateEndpointConnection.d.ts.map +0 -1
  454. package/dist-esm/samples-dev/updatePrivateEndpointConnection.js +0 -44
  455. package/dist-esm/samples-dev/updatePrivateEndpointConnection.js.map +0 -1
  456. package/dist-esm/samples-dev/updateVaultEncryptionConfiguration.d.ts +0 -2
  457. package/dist-esm/samples-dev/updateVaultEncryptionConfiguration.d.ts.map +0 -1
  458. package/dist-esm/samples-dev/updateVaultEncryptionConfiguration.js +0 -39
  459. package/dist-esm/samples-dev/updateVaultEncryptionConfiguration.js.map +0 -1
  460. package/dist-esm/samples-dev/updateVaultSecurityConfig.d.ts +0 -2
  461. package/dist-esm/samples-dev/updateVaultSecurityConfig.d.ts.map +0 -1
  462. package/dist-esm/samples-dev/updateVaultSecurityConfig.js +0 -37
  463. package/dist-esm/samples-dev/updateVaultSecurityConfig.js.map +0 -1
  464. package/dist-esm/samples-dev/updateVaultStorageConfiguration.d.ts +0 -2
  465. package/dist-esm/samples-dev/updateVaultStorageConfiguration.d.ts.map +0 -1
  466. package/dist-esm/samples-dev/updateVaultStorageConfiguration.js +0 -37
  467. package/dist-esm/samples-dev/updateVaultStorageConfiguration.js.map +0 -1
  468. package/dist-esm/samples-dev/validateEnableProtectionOnAzureVM.d.ts +0 -2
  469. package/dist-esm/samples-dev/validateEnableProtectionOnAzureVM.d.ts.map +0 -1
  470. package/dist-esm/samples-dev/validateEnableProtectionOnAzureVM.js +0 -42
  471. package/dist-esm/samples-dev/validateEnableProtectionOnAzureVM.js.map +0 -1
  472. package/dist-esm/samples-dev/validateOperation.d.ts +0 -2
  473. package/dist-esm/samples-dev/validateOperation.d.ts.map +0 -1
  474. package/dist-esm/samples-dev/validateOperation.js +0 -49
  475. package/dist-esm/samples-dev/validateOperation.js.map +0 -1
  476. package/dist-esm/samples-dev/validateOperationWithIdentityBasedRestoreDetails.d.ts +0 -2
  477. package/dist-esm/samples-dev/validateOperationWithIdentityBasedRestoreDetails.d.ts.map +0 -1
  478. package/dist-esm/samples-dev/validateOperationWithIdentityBasedRestoreDetails.js +0 -51
  479. package/dist-esm/samples-dev/validateOperationWithIdentityBasedRestoreDetails.js.map +0 -1
@@ -1643,198 +1643,198 @@ export interface RecoveryPointRehydrationInfo {
1643
1643
  rehydrationPriority?: RehydrationPriority;
1644
1644
  }
1645
1645
  /** The resource storage details. */
1646
- export declare type BackupResourceConfigResource = Resource & {
1646
+ export interface BackupResourceConfigResource extends Resource {
1647
1647
  /** BackupResourceConfigResource properties */
1648
1648
  properties?: BackupResourceConfig;
1649
- };
1649
+ }
1650
1650
  /** Base class for backup ProtectionIntent. */
1651
- export declare type ProtectionIntentResource = Resource & {
1651
+ export interface ProtectionIntentResource extends Resource {
1652
1652
  /** ProtectionIntentResource properties */
1653
1653
  properties?: ProtectionIntentUnion;
1654
- };
1654
+ }
1655
1655
  /** Backup resource vault config details. */
1656
- export declare type BackupResourceVaultConfigResource = Resource & {
1656
+ export interface BackupResourceVaultConfigResource extends Resource {
1657
1657
  /** BackupResourceVaultConfigResource properties */
1658
1658
  properties?: BackupResourceVaultConfig;
1659
- };
1660
- export declare type BackupResourceEncryptionConfigExtendedResource = Resource & {
1659
+ }
1660
+ export interface BackupResourceEncryptionConfigExtendedResource extends Resource {
1661
1661
  /** BackupResourceEncryptionConfigExtendedResource properties */
1662
1662
  properties?: BackupResourceEncryptionConfigExtended;
1663
- };
1664
- export declare type BackupResourceEncryptionConfigResource = Resource & {
1663
+ }
1664
+ export interface BackupResourceEncryptionConfigResource extends Resource {
1665
1665
  /** BackupResourceEncryptionConfigResource properties */
1666
1666
  properties?: BackupResourceEncryptionConfig;
1667
- };
1667
+ }
1668
1668
  /** Private Endpoint Connection Response Properties */
1669
- export declare type PrivateEndpointConnectionResource = Resource & {
1669
+ export interface PrivateEndpointConnectionResource extends Resource {
1670
1670
  /** PrivateEndpointConnectionResource properties */
1671
1671
  properties?: PrivateEndpointConnection;
1672
- };
1672
+ }
1673
1673
  /** Base class for backup items. */
1674
- export declare type ProtectedItemResource = Resource & {
1674
+ export interface ProtectedItemResource extends Resource {
1675
1675
  /** ProtectedItemResource properties */
1676
1676
  properties?: ProtectedItemUnion;
1677
- };
1677
+ }
1678
1678
  /** Base class for backup copies. Workload-specific backup copies are derived from this class. */
1679
- export declare type RecoveryPointResource = Resource & {
1679
+ export interface RecoveryPointResource extends Resource {
1680
1680
  /** RecoveryPointResource properties */
1681
1681
  properties?: RecoveryPointUnion;
1682
- };
1682
+ }
1683
1683
  /** Base class for restore request. Workload-specific restore requests are derived from this class. */
1684
- export declare type RestoreRequestResource = Resource & {
1684
+ export interface RestoreRequestResource extends Resource {
1685
1685
  /** RestoreRequestResource properties */
1686
1686
  properties?: RestoreRequestUnion;
1687
- };
1687
+ }
1688
1688
  /** Base class for backup policy. Workload-specific backup policies are derived from this class. */
1689
- export declare type ProtectionPolicyResource = Resource & {
1689
+ export interface ProtectionPolicyResource extends Resource {
1690
1690
  /** ProtectionPolicyResource properties */
1691
1691
  properties?: ProtectionPolicyUnion;
1692
- };
1692
+ }
1693
1693
  /** Defines workload agnostic properties for a job. */
1694
- export declare type JobResource = Resource & {
1694
+ export interface JobResource extends Resource {
1695
1695
  /** JobResource properties */
1696
1696
  properties?: JobUnion;
1697
- };
1697
+ }
1698
1698
  /** The base backup engine class. All workload specific backup engines derive from this class. */
1699
- export declare type BackupEngineBaseResource = Resource & {
1699
+ export interface BackupEngineBaseResource extends Resource {
1700
1700
  /** BackupEngineBaseResource properties */
1701
1701
  properties?: BackupEngineBaseUnion;
1702
- };
1702
+ }
1703
1703
  /** Protectable Container Class. */
1704
- export declare type ProtectableContainerResource = Resource & {
1704
+ export interface ProtectableContainerResource extends Resource {
1705
1705
  /** ProtectableContainerResource properties */
1706
1706
  properties?: ProtectableContainerUnion;
1707
- };
1707
+ }
1708
1708
  /** Base class for container with backup items. Containers with specific workloads are derived from this class. */
1709
- export declare type ProtectionContainerResource = Resource & {
1709
+ export interface ProtectionContainerResource extends Resource {
1710
1710
  /** ProtectionContainerResource properties */
1711
1711
  properties?: ProtectionContainerUnion;
1712
- };
1712
+ }
1713
1713
  /** Base class for backup item. Workload-specific backup items are derived from this class. */
1714
- export declare type WorkloadItemResource = Resource & {
1714
+ export interface WorkloadItemResource extends Resource {
1715
1715
  /** WorkloadItemResource properties */
1716
1716
  properties?: WorkloadItemUnion;
1717
- };
1717
+ }
1718
1718
  /** Base class for backup request. Workload-specific backup requests are derived from this class. */
1719
- export declare type BackupRequestResource = Resource & {
1719
+ export interface BackupRequestResource extends Resource {
1720
1720
  /** BackupRequestResource properties */
1721
1721
  properties?: BackupRequestUnion;
1722
- };
1722
+ }
1723
1723
  /** Parameters to Provision ILR API. */
1724
- export declare type ILRRequestResource = Resource & {
1724
+ export interface ILRRequestResource extends Resource {
1725
1725
  /** ILRRequestResource properties */
1726
1726
  properties?: ILRRequestUnion;
1727
- };
1727
+ }
1728
1728
  /** Base class for backup item. Workload-specific backup items are derived from this class. */
1729
- export declare type WorkloadProtectableItemResource = Resource & {
1729
+ export interface WorkloadProtectableItemResource extends Resource {
1730
1730
  /** WorkloadProtectableItemResource properties */
1731
1731
  properties?: WorkloadProtectableItemUnion;
1732
- };
1733
- export declare type ResourceGuardProxyBaseResource = Resource & {
1732
+ }
1733
+ export interface ResourceGuardProxyBaseResource extends Resource {
1734
1734
  /** ResourceGuardProxyBaseResource properties */
1735
1735
  properties?: ResourceGuardProxyBase;
1736
- };
1736
+ }
1737
1737
  /** Azure backup goal feature specific request. */
1738
- export declare type AzureBackupGoalFeatureSupportRequest = FeatureSupportRequest & {
1738
+ export interface AzureBackupGoalFeatureSupportRequest extends FeatureSupportRequest {
1739
1739
  /** Polymorphic discriminator, which specifies the different types this object can be */
1740
1740
  featureType: "AzureBackupGoals";
1741
- };
1741
+ }
1742
1742
  /** AzureResource(IaaS VM) Specific feature support request */
1743
- export declare type AzureVMResourceFeatureSupportRequest = FeatureSupportRequest & {
1743
+ export interface AzureVMResourceFeatureSupportRequest extends FeatureSupportRequest {
1744
1744
  /** Polymorphic discriminator, which specifies the different types this object can be */
1745
1745
  featureType: "AzureVMResourceBackup";
1746
1746
  /** Size of the resource: VM size(A/D series etc) in case of IaasVM */
1747
1747
  vmSize?: string;
1748
1748
  /** SKUs (Premium/Managed etc) in case of IaasVM */
1749
1749
  vmSku?: string;
1750
- };
1750
+ }
1751
1751
  /** Azure Recovery Services Vault specific protection intent item. */
1752
- export declare type AzureRecoveryServiceVaultProtectionIntent = ProtectionIntent & {
1752
+ export interface AzureRecoveryServiceVaultProtectionIntent extends ProtectionIntent {
1753
1753
  /** Polymorphic discriminator, which specifies the different types this object can be */
1754
1754
  protectionIntentItemType: "RecoveryServiceVaultItem" | "AzureWorkloadAutoProtectionIntent" | "AzureWorkloadSQLAutoProtectionIntent";
1755
- };
1755
+ }
1756
1756
  /** IaaS VM specific backup protection intent item. */
1757
- export declare type AzureResourceProtectionIntent = ProtectionIntent & {
1757
+ export interface AzureResourceProtectionIntent extends ProtectionIntent {
1758
1758
  /** Polymorphic discriminator, which specifies the different types this object can be */
1759
1759
  protectionIntentItemType: "AzureResourceItem";
1760
1760
  /** Friendly name of the VM represented by this backup item. */
1761
1761
  friendlyName?: string;
1762
- };
1762
+ }
1763
1763
  /** Azure workload specific protection intent item. */
1764
- export declare type AzureWorkloadContainerAutoProtectionIntent = ProtectionIntent & {
1764
+ export interface AzureWorkloadContainerAutoProtectionIntent extends ProtectionIntent {
1765
1765
  /** Polymorphic discriminator, which specifies the different types this object can be */
1766
1766
  protectionIntentItemType: "AzureWorkloadContainerAutoProtectionIntent";
1767
- };
1767
+ }
1768
1768
  /** List of ProtectionIntent resources */
1769
- export declare type ProtectionIntentResourceList = ResourceList & {
1769
+ export interface ProtectionIntentResourceList extends ResourceList {
1770
1770
  /** List of resources. */
1771
1771
  value?: ProtectionIntentResource[];
1772
- };
1772
+ }
1773
1773
  /** List of RecoveryPoint resources */
1774
- export declare type RecoveryPointResourceList = ResourceList & {
1774
+ export interface RecoveryPointResourceList extends ResourceList {
1775
1775
  /** List of resources. */
1776
1776
  value?: RecoveryPointResource[];
1777
- };
1777
+ }
1778
1778
  /** List of ProtectionPolicy resources */
1779
- export declare type ProtectionPolicyResourceList = ResourceList & {
1779
+ export interface ProtectionPolicyResourceList extends ResourceList {
1780
1780
  /** List of resources. */
1781
1781
  value?: ProtectionPolicyResource[];
1782
- };
1782
+ }
1783
1783
  /** List of Job resources */
1784
- export declare type JobResourceList = ResourceList & {
1784
+ export interface JobResourceList extends ResourceList {
1785
1785
  /** List of resources. */
1786
1786
  value?: JobResource[];
1787
- };
1787
+ }
1788
1788
  /** List of ProtectedItem resources */
1789
- export declare type ProtectedItemResourceList = ResourceList & {
1789
+ export interface ProtectedItemResourceList extends ResourceList {
1790
1790
  /** List of resources. */
1791
1791
  value?: ProtectedItemResource[];
1792
- };
1792
+ }
1793
1793
  /** List of BackupEngineBase resources */
1794
- export declare type BackupEngineBaseResourceList = ResourceList & {
1794
+ export interface BackupEngineBaseResourceList extends ResourceList {
1795
1795
  /** List of resources. */
1796
1796
  value?: BackupEngineBaseResource[];
1797
- };
1797
+ }
1798
1798
  /** List of ProtectableContainer resources */
1799
- export declare type ProtectableContainerResourceList = ResourceList & {
1799
+ export interface ProtectableContainerResourceList extends ResourceList {
1800
1800
  /** List of resources. */
1801
1801
  value?: ProtectableContainerResource[];
1802
- };
1802
+ }
1803
1803
  /** List of WorkloadItem resources */
1804
- export declare type WorkloadItemResourceList = ResourceList & {
1804
+ export interface WorkloadItemResourceList extends ResourceList {
1805
1805
  /** List of resources. */
1806
1806
  value?: WorkloadItemResource[];
1807
- };
1807
+ }
1808
1808
  /** List of WorkloadProtectableItem resources */
1809
- export declare type WorkloadProtectableItemResourceList = ResourceList & {
1809
+ export interface WorkloadProtectableItemResourceList extends ResourceList {
1810
1810
  /** List of resources. */
1811
1811
  value?: WorkloadProtectableItemResource[];
1812
- };
1812
+ }
1813
1813
  /** List of ProtectionContainer resources */
1814
- export declare type ProtectionContainerResourceList = ResourceList & {
1814
+ export interface ProtectionContainerResourceList extends ResourceList {
1815
1815
  /** List of resources. */
1816
1816
  value?: ProtectionContainerResource[];
1817
- };
1817
+ }
1818
1818
  /** List of ResourceGuardProxyBase resources */
1819
- export declare type ResourceGuardProxyBaseResourceList = ResourceList & {
1819
+ export interface ResourceGuardProxyBaseResourceList extends ResourceList {
1820
1820
  /** List of resources. */
1821
1821
  value?: ResourceGuardProxyBaseResource[];
1822
- };
1823
- export declare type BackupResourceEncryptionConfigExtended = BackupResourceEncryptionConfig & {
1822
+ }
1823
+ export interface BackupResourceEncryptionConfigExtended extends BackupResourceEncryptionConfig {
1824
1824
  /** User Assigned Identity Id */
1825
1825
  userAssignedIdentity?: string;
1826
1826
  /** bool to indicate whether to use system Assigned Identity or not */
1827
1827
  useSystemAssignedIdentity?: boolean;
1828
- };
1828
+ }
1829
1829
  /** Operation status job extended info. */
1830
- export declare type OperationStatusJobExtendedInfo = OperationStatusExtendedInfo & {
1830
+ export interface OperationStatusJobExtendedInfo extends OperationStatusExtendedInfo {
1831
1831
  /** Polymorphic discriminator, which specifies the different types this object can be */
1832
1832
  objectType: "OperationStatusJobExtendedInfo";
1833
1833
  /** ID of the job created for this protected item. */
1834
1834
  jobId?: string;
1835
- };
1835
+ }
1836
1836
  /** Operation status extended info for list of jobs. */
1837
- export declare type OperationStatusJobsExtendedInfo = OperationStatusExtendedInfo & {
1837
+ export interface OperationStatusJobsExtendedInfo extends OperationStatusExtendedInfo {
1838
1838
  /** Polymorphic discriminator, which specifies the different types this object can be */
1839
1839
  objectType: "OperationStatusJobsExtendedInfo";
1840
1840
  /** IDs of the jobs created for the protected item. */
@@ -1843,23 +1843,23 @@ export declare type OperationStatusJobsExtendedInfo = OperationStatusExtendedInf
1843
1843
  failedJobsError?: {
1844
1844
  [propertyName: string]: string;
1845
1845
  };
1846
- };
1846
+ }
1847
1847
  /** Operation status extended info for ILR provision action. */
1848
- export declare type OperationStatusProvisionILRExtendedInfo = OperationStatusExtendedInfo & {
1848
+ export interface OperationStatusProvisionILRExtendedInfo extends OperationStatusExtendedInfo {
1849
1849
  /** Polymorphic discriminator, which specifies the different types this object can be */
1850
1850
  objectType: "OperationStatusProvisionILRExtendedInfo";
1851
1851
  /** Target details for file / folder restore. */
1852
1852
  recoveryTarget?: InstantItemRecoveryTarget;
1853
- };
1853
+ }
1854
1854
  /** Operation status extended info for ValidateOperation action. */
1855
- export declare type OperationStatusValidateOperationExtendedInfo = OperationStatusExtendedInfo & {
1855
+ export interface OperationStatusValidateOperationExtendedInfo extends OperationStatusExtendedInfo {
1856
1856
  /** Polymorphic discriminator, which specifies the different types this object can be */
1857
1857
  objectType: "OperationStatusValidateOperationExtendedInfo";
1858
1858
  /** Gets the validation operation response */
1859
1859
  validateOperationResponse?: ValidateOperationResponse;
1860
- };
1860
+ }
1861
1861
  /** Prepare DataMove Response */
1862
- export declare type PrepareDataMoveResponse = VaultStorageConfigOperationResultResponse & {
1862
+ export interface PrepareDataMoveResponse extends VaultStorageConfigOperationResultResponse {
1863
1863
  /** Polymorphic discriminator, which specifies the different types this object can be */
1864
1864
  objectType: "PrepareDataMoveResponse";
1865
1865
  /** Co-relationId for move operation */
@@ -1868,9 +1868,9 @@ export declare type PrepareDataMoveResponse = VaultStorageConfigOperationResultR
1868
1868
  sourceVaultProperties?: {
1869
1869
  [propertyName: string]: string;
1870
1870
  };
1871
- };
1871
+ }
1872
1872
  /** Azure File Share workload-specific backup item. */
1873
- export declare type AzureFileshareProtectedItem = ProtectedItem & {
1873
+ export interface AzureFileshareProtectedItem extends ProtectedItem {
1874
1874
  /** Polymorphic discriminator, which specifies the different types this object can be */
1875
1875
  protectedItemType: "AzureFileShareProtectedItem";
1876
1876
  /** Friendly name of the fileshare represented by this backup item. */
@@ -1889,9 +1889,9 @@ export declare type AzureFileshareProtectedItem = ProtectedItem & {
1889
1889
  };
1890
1890
  /** Additional information with this backup item. */
1891
1891
  extendedInfo?: AzureFileshareProtectedItemExtendedInfo;
1892
- };
1892
+ }
1893
1893
  /** IaaS VM workload-specific backup item. */
1894
- export declare type AzureIaaSVMProtectedItem = ProtectedItem & {
1894
+ export interface AzureIaaSVMProtectedItem extends ProtectedItem {
1895
1895
  /** Polymorphic discriminator, which specifies the different types this object can be */
1896
1896
  protectedItemType: "AzureIaaSVMProtectedItem" | "Microsoft.ClassicCompute/virtualMachines" | "Microsoft.Compute/virtualMachines";
1897
1897
  /** Friendly name of the VM represented by this backup item. */
@@ -1920,9 +1920,9 @@ export declare type AzureIaaSVMProtectedItem = ProtectedItem & {
1920
1920
  extendedInfo?: AzureIaaSVMProtectedItemExtendedInfo;
1921
1921
  /** Extended Properties for Azure IaasVM Backup. */
1922
1922
  extendedProperties?: ExtendedProperties;
1923
- };
1923
+ }
1924
1924
  /** Azure SQL workload-specific backup item. */
1925
- export declare type AzureSqlProtectedItem = ProtectedItem & {
1925
+ export interface AzureSqlProtectedItem extends ProtectedItem {
1926
1926
  /** Polymorphic discriminator, which specifies the different types this object can be */
1927
1927
  protectedItemType: "Microsoft.Sql/servers/databases";
1928
1928
  /** Internal ID of a backup item. Used by Azure SQL Backup engine to contact Recovery Services. */
@@ -1931,9 +1931,9 @@ export declare type AzureSqlProtectedItem = ProtectedItem & {
1931
1931
  protectionState?: ProtectedItemState;
1932
1932
  /** Additional information for this backup item. */
1933
1933
  extendedInfo?: AzureSqlProtectedItemExtendedInfo;
1934
- };
1934
+ }
1935
1935
  /** Azure VM workload-specific protected item. */
1936
- export declare type AzureVmWorkloadProtectedItem = ProtectedItem & {
1936
+ export interface AzureVmWorkloadProtectedItem extends ProtectedItem {
1937
1937
  /** Polymorphic discriminator, which specifies the different types this object can be */
1938
1938
  protectedItemType: "AzureVmWorkloadProtectedItem" | "AzureVmWorkloadSAPAseDatabase" | "AzureVmWorkloadSAPHanaDatabase" | "AzureVmWorkloadSQLDatabase";
1939
1939
  /** Friendly name of the DB represented by this backup item. */
@@ -1964,9 +1964,9 @@ export declare type AzureVmWorkloadProtectedItem = ProtectedItem & {
1964
1964
  kpisHealths?: {
1965
1965
  [propertyName: string]: KPIResourceHealthDetails;
1966
1966
  };
1967
- };
1967
+ }
1968
1968
  /** Additional information on Backup engine specific backup item. */
1969
- export declare type DPMProtectedItem = ProtectedItem & {
1969
+ export interface DPMProtectedItem extends ProtectedItem {
1970
1970
  /** Polymorphic discriminator, which specifies the different types this object can be */
1971
1971
  protectedItemType: "DPMProtectedItem";
1972
1972
  /** Friendly name of the managed item */
@@ -1977,9 +1977,9 @@ export declare type DPMProtectedItem = ProtectedItem & {
1977
1977
  protectionState?: ProtectedItemState;
1978
1978
  /** Extended info of the backup item. */
1979
1979
  extendedInfo?: DPMProtectedItemExtendedInfo;
1980
- };
1980
+ }
1981
1981
  /** Base class for backup items. */
1982
- export declare type GenericProtectedItem = ProtectedItem & {
1982
+ export interface GenericProtectedItem extends ProtectedItem {
1983
1983
  /** Polymorphic discriminator, which specifies the different types this object can be */
1984
1984
  protectedItemType: "GenericProtectedItem";
1985
1985
  /** Friendly name of the container. */
@@ -1996,9 +1996,9 @@ export declare type GenericProtectedItem = ProtectedItem & {
1996
1996
  };
1997
1997
  /** Name of this backup item's fabric. */
1998
1998
  fabricName?: string;
1999
- };
1999
+ }
2000
2000
  /** MAB workload-specific backup item. */
2001
- export declare type MabFileFolderProtectedItem = ProtectedItem & {
2001
+ export interface MabFileFolderProtectedItem extends ProtectedItem {
2002
2002
  /** Polymorphic discriminator, which specifies the different types this object can be */
2003
2003
  protectedItemType: "MabFileFolderProtectedItem";
2004
2004
  /** Friendly name of this backup item. */
@@ -2015,9 +2015,9 @@ export declare type MabFileFolderProtectedItem = ProtectedItem & {
2015
2015
  deferredDeleteSyncTimeInUTC?: number;
2016
2016
  /** Additional information with this backup item. */
2017
2017
  extendedInfo?: MabFileFolderProtectedItemExtendedInfo;
2018
- };
2018
+ }
2019
2019
  /** Azure File Share workload specific backup copy. */
2020
- export declare type AzureFileShareRecoveryPoint = RecoveryPoint & {
2020
+ export interface AzureFileShareRecoveryPoint extends RecoveryPoint {
2021
2021
  /** Polymorphic discriminator, which specifies the different types this object can be */
2022
2022
  objectType: "AzureFileShareRecoveryPoint";
2023
2023
  /** Type of the backup copy. Specifies whether it is a crash consistent backup or app consistent. */
@@ -2028,9 +2028,9 @@ export declare type AzureFileShareRecoveryPoint = RecoveryPoint & {
2028
2028
  fileShareSnapshotUri?: string;
2029
2029
  /** Contains recovery point size */
2030
2030
  recoveryPointSizeInGB?: number;
2031
- };
2031
+ }
2032
2032
  /** Workload specific recovery point, specifically encapsulates full/diff recovery point */
2033
- export declare type AzureWorkloadRecoveryPoint = RecoveryPoint & {
2033
+ export interface AzureWorkloadRecoveryPoint extends RecoveryPoint {
2034
2034
  /** Polymorphic discriminator, which specifies the different types this object can be */
2035
2035
  objectType: "AzureWorkloadRecoveryPoint" | "AzureWorkloadPointInTimeRecoveryPoint" | "AzureWorkloadSAPHanaPointInTimeRecoveryPoint" | "AzureWorkloadSAPHanaRecoveryPoint" | "AzureWorkloadSQLRecoveryPoint" | "AzureWorkloadSQLPointInTimeRecoveryPoint";
2036
2036
  /** UTC time at which recovery point was created */
@@ -2043,9 +2043,9 @@ export declare type AzureWorkloadRecoveryPoint = RecoveryPoint & {
2043
2043
  recoveryPointMoveReadinessInfo?: {
2044
2044
  [propertyName: string]: RecoveryPointMoveReadinessInfo;
2045
2045
  };
2046
- };
2046
+ }
2047
2047
  /** Generic backup copy. */
2048
- export declare type GenericRecoveryPoint = RecoveryPoint & {
2048
+ export interface GenericRecoveryPoint extends RecoveryPoint {
2049
2049
  /** Polymorphic discriminator, which specifies the different types this object can be */
2050
2050
  objectType: "GenericRecoveryPoint";
2051
2051
  /** Friendly name of the backup copy. */
@@ -2056,9 +2056,9 @@ export declare type GenericRecoveryPoint = RecoveryPoint & {
2056
2056
  recoveryPointTime?: Date;
2057
2057
  /** Additional information associated with this backup copy. */
2058
2058
  recoveryPointAdditionalInfo?: string;
2059
- };
2059
+ }
2060
2060
  /** IaaS VM workload specific backup copy. */
2061
- export declare type IaasVMRecoveryPoint = RecoveryPoint & {
2061
+ export interface IaasVMRecoveryPoint extends RecoveryPoint {
2062
2062
  /** Polymorphic discriminator, which specifies the different types this object can be */
2063
2063
  objectType: "IaasVMRecoveryPoint";
2064
2064
  /** Type of the backup copy. */
@@ -2093,9 +2093,9 @@ export declare type IaasVMRecoveryPoint = RecoveryPoint & {
2093
2093
  recoveryPointMoveReadinessInfo?: {
2094
2094
  [propertyName: string]: RecoveryPointMoveReadinessInfo;
2095
2095
  };
2096
- };
2096
+ }
2097
2097
  /** AzureFileShare Restore Request */
2098
- export declare type AzureFileShareRestoreRequest = RestoreRequest & {
2098
+ export interface AzureFileShareRestoreRequest extends RestoreRequest {
2099
2099
  /** Polymorphic discriminator, which specifies the different types this object can be */
2100
2100
  objectType: "AzureFileShareRestoreRequest";
2101
2101
  /** Type of this recovery. */
@@ -2110,9 +2110,9 @@ export declare type AzureFileShareRestoreRequest = RestoreRequest & {
2110
2110
  restoreFileSpecs?: RestoreFileSpecs[];
2111
2111
  /** Target File Share Details */
2112
2112
  targetDetails?: TargetAFSRestoreInfo;
2113
- };
2113
+ }
2114
2114
  /** AzureWorkload-specific restore. */
2115
- export declare type AzureWorkloadRestoreRequest = RestoreRequest & {
2115
+ export interface AzureWorkloadRestoreRequest extends RestoreRequest {
2116
2116
  /** Polymorphic discriminator, which specifies the different types this object can be */
2117
2117
  objectType: "AzureWorkloadRestoreRequest" | "AzureWorkloadPointInTimeRestoreRequest" | "AzureWorkloadSAPHanaRestoreRequest" | "AzureWorkloadSAPHanaPointInTimeRestoreRequest" | "AzureWorkloadSQLRestoreRequest" | "AzureWorkloadSQLPointInTimeRestoreRequest" | "AzureWorkloadSAPHanaPointInTimeRestoreWithRehydrateRequest" | "AzureWorkloadSAPHanaRestoreWithRehydrateRequest" | "AzureWorkloadSQLPointInTimeRestoreWithRehydrateRequest" | "AzureWorkloadSQLRestoreWithRehydrateRequest";
2118
2118
  /** Type of this recovery. */
@@ -2132,9 +2132,9 @@ export declare type AzureWorkloadRestoreRequest = RestoreRequest & {
2132
2132
  * For e.g. /subscriptions/{subId}/resourcegroups/{rg}/provider/Microsoft.Compute/virtualmachines/{vm}
2133
2133
  */
2134
2134
  targetVirtualMachineId?: string;
2135
- };
2135
+ }
2136
2136
  /** IaaS VM workload-specific restore. */
2137
- export declare type IaasVMRestoreRequest = RestoreRequest & {
2137
+ export interface IaasVMRestoreRequest extends RestoreRequest {
2138
2138
  /** Polymorphic discriminator, which specifies the different types this object can be */
2139
2139
  objectType: "IaasVMRestoreRequest" | "IaasVMRestoreWithRehydrationRequest";
2140
2140
  /** ID of the backup copy to be recovered. */
@@ -2196,9 +2196,9 @@ export declare type IaasVMRestoreRequest = RestoreRequest & {
2196
2196
  identityInfo?: IdentityInfo;
2197
2197
  /** IaaS VM workload specific restore details for restores using managed identity. */
2198
2198
  identityBasedRestoreDetails?: IdentityBasedRestoreDetails;
2199
- };
2199
+ }
2200
2200
  /** Azure VM (Mercury) workload-specific backup policy. */
2201
- export declare type AzureVmWorkloadProtectionPolicy = ProtectionPolicy & {
2201
+ export interface AzureVmWorkloadProtectionPolicy extends ProtectionPolicy {
2202
2202
  /** Polymorphic discriminator, which specifies the different types this object can be */
2203
2203
  backupManagementType: "AzureWorkload";
2204
2204
  /** Type of workload for the backup management */
@@ -2209,9 +2209,9 @@ export declare type AzureVmWorkloadProtectionPolicy = ProtectionPolicy & {
2209
2209
  subProtectionPolicy?: SubProtectionPolicy[];
2210
2210
  /** Fix the policy inconsistency */
2211
2211
  makePolicyConsistent?: boolean;
2212
- };
2212
+ }
2213
2213
  /** AzureStorage backup policy. */
2214
- export declare type AzureFileShareProtectionPolicy = ProtectionPolicy & {
2214
+ export interface AzureFileShareProtectionPolicy extends ProtectionPolicy {
2215
2215
  /** Polymorphic discriminator, which specifies the different types this object can be */
2216
2216
  backupManagementType: "AzureStorage";
2217
2217
  /** Type of workload for the backup management */
@@ -2222,9 +2222,9 @@ export declare type AzureFileShareProtectionPolicy = ProtectionPolicy & {
2222
2222
  retentionPolicy?: RetentionPolicyUnion;
2223
2223
  /** TimeZone optional input as string. For example: TimeZone = "Pacific Standard Time". */
2224
2224
  timeZone?: string;
2225
- };
2225
+ }
2226
2226
  /** IaaS VM workload-specific backup policy. */
2227
- export declare type AzureIaaSVMProtectionPolicy = ProtectionPolicy & {
2227
+ export interface AzureIaaSVMProtectionPolicy extends ProtectionPolicy {
2228
2228
  /** Polymorphic discriminator, which specifies the different types this object can be */
2229
2229
  backupManagementType: "AzureIaasVM";
2230
2230
  instantRPDetails?: InstantRPAdditionalDetails;
@@ -2236,17 +2236,18 @@ export declare type AzureIaaSVMProtectionPolicy = ProtectionPolicy & {
2236
2236
  instantRpRetentionRangeInDays?: number;
2237
2237
  /** TimeZone optional input as string. For example: TimeZone = "Pacific Standard Time". */
2238
2238
  timeZone?: string;
2239
+ /** Type of backup policy type */
2239
2240
  policyType?: IaasvmPolicyType;
2240
- };
2241
+ }
2241
2242
  /** Azure SQL workload-specific backup policy. */
2242
- export declare type AzureSqlProtectionPolicy = ProtectionPolicy & {
2243
+ export interface AzureSqlProtectionPolicy extends ProtectionPolicy {
2243
2244
  /** Polymorphic discriminator, which specifies the different types this object can be */
2244
2245
  backupManagementType: "AzureSql";
2245
2246
  /** Retention policy details. */
2246
2247
  retentionPolicy?: RetentionPolicyUnion;
2247
- };
2248
+ }
2248
2249
  /** Azure VM (Mercury) workload-specific backup policy. */
2249
- export declare type GenericProtectionPolicy = ProtectionPolicy & {
2250
+ export interface GenericProtectionPolicy extends ProtectionPolicy {
2250
2251
  /** Polymorphic discriminator, which specifies the different types this object can be */
2251
2252
  backupManagementType: "GenericProtectionPolicy";
2252
2253
  /** List of sub-protection policies which includes schedule and retention */
@@ -2255,18 +2256,18 @@ export declare type GenericProtectionPolicy = ProtectionPolicy & {
2255
2256
  timeZone?: string;
2256
2257
  /** Name of this policy's fabric. */
2257
2258
  fabricName?: string;
2258
- };
2259
+ }
2259
2260
  /** Mab container-specific backup policy. */
2260
- export declare type MabProtectionPolicy = ProtectionPolicy & {
2261
+ export interface MabProtectionPolicy extends ProtectionPolicy {
2261
2262
  /** Polymorphic discriminator, which specifies the different types this object can be */
2262
2263
  backupManagementType: "MAB";
2263
2264
  /** Backup schedule of backup policy. */
2264
2265
  schedulePolicy?: SchedulePolicyUnion;
2265
2266
  /** Retention policy details. */
2266
2267
  retentionPolicy?: RetentionPolicyUnion;
2267
- };
2268
+ }
2268
2269
  /** Azure IaaS VM workload-specific job object. */
2269
- export declare type AzureIaaSVMJob = Job & {
2270
+ export interface AzureIaaSVMJob extends Job {
2270
2271
  /** Polymorphic discriminator, which specifies the different types this object can be */
2271
2272
  jobType: "AzureIaaSVMJob";
2272
2273
  /** Time elapsed during the execution of this job. */
@@ -2283,9 +2284,9 @@ export declare type AzureIaaSVMJob = Job & {
2283
2284
  containerName?: string;
2284
2285
  /** Indicated that whether the job is adhoc(true) or scheduled(false) */
2285
2286
  isUserTriggered?: boolean;
2286
- };
2287
+ }
2287
2288
  /** Azure IaaS VM workload-specific job object. */
2288
- export declare type AzureIaaSVMJobV2 = Job & {
2289
+ export interface AzureIaaSVMJobV2 extends Job {
2289
2290
  /** Polymorphic discriminator, which specifies the different types this object can be */
2290
2291
  jobType: "AzureIaaSVMJobV2";
2291
2292
  /** Gets or sets the state/actions applicable on this job like cancel/retry. */
@@ -2300,9 +2301,9 @@ export declare type AzureIaaSVMJobV2 = Job & {
2300
2301
  virtualMachineVersion?: string;
2301
2302
  /** Additional information for this job. */
2302
2303
  extendedInfo?: AzureIaaSVMJobExtendedInfo;
2303
- };
2304
+ }
2304
2305
  /** Azure storage specific job. */
2305
- export declare type AzureStorageJob = Job & {
2306
+ export interface AzureStorageJob extends Job {
2306
2307
  /** Polymorphic discriminator, which specifies the different types this object can be */
2307
2308
  jobType: "AzureStorageJob";
2308
2309
  /** Time elapsed during the execution of this job. */
@@ -2319,9 +2320,9 @@ export declare type AzureStorageJob = Job & {
2319
2320
  extendedInfo?: AzureStorageJobExtendedInfo;
2320
2321
  /** Indicated that whether the job is adhoc(true) or scheduled(false) */
2321
2322
  isUserTriggered?: boolean;
2322
- };
2323
+ }
2323
2324
  /** Azure storage specific job. */
2324
- export declare type AzureWorkloadJob = Job & {
2325
+ export interface AzureWorkloadJob extends Job {
2325
2326
  /** Polymorphic discriminator, which specifies the different types this object can be */
2326
2327
  jobType: "AzureWorkloadJob";
2327
2328
  /** Workload type of the job */
@@ -2334,9 +2335,9 @@ export declare type AzureWorkloadJob = Job & {
2334
2335
  errorDetails?: AzureWorkloadErrorInfo[];
2335
2336
  /** Additional information about the job. */
2336
2337
  extendedInfo?: AzureWorkloadJobExtendedInfo;
2337
- };
2338
+ }
2338
2339
  /** DPM workload-specific job object. */
2339
- export declare type DpmJob = Job & {
2340
+ export interface DpmJob extends Job {
2340
2341
  /** Polymorphic discriminator, which specifies the different types this object can be */
2341
2342
  jobType: "DpmJob";
2342
2343
  /** Time elapsed for job. */
@@ -2355,9 +2356,9 @@ export declare type DpmJob = Job & {
2355
2356
  errorDetails?: DpmErrorInfo[];
2356
2357
  /** Additional information for this job. */
2357
2358
  extendedInfo?: DpmJobExtendedInfo;
2358
- };
2359
+ }
2359
2360
  /** MAB workload-specific job. */
2360
- export declare type MabJob = Job & {
2361
+ export interface MabJob extends Job {
2361
2362
  /** Polymorphic discriminator, which specifies the different types this object can be */
2362
2363
  jobType: "MabJob";
2363
2364
  /** Time taken by job to run. */
@@ -2374,9 +2375,9 @@ export declare type MabJob = Job & {
2374
2375
  errorDetails?: MabErrorInfo[];
2375
2376
  /** Additional information on the job. */
2376
2377
  extendedInfo?: MabJobExtendedInfo;
2377
- };
2378
+ }
2378
2379
  /** Vault level Job */
2379
- export declare type VaultJob = Job & {
2380
+ export interface VaultJob extends Job {
2380
2381
  /** Polymorphic discriminator, which specifies the different types this object can be */
2381
2382
  jobType: "VaultJob";
2382
2383
  /** Time elapsed during the execution of this job. */
@@ -2387,9 +2388,9 @@ export declare type VaultJob = Job & {
2387
2388
  errorDetails?: VaultJobErrorInfo[];
2388
2389
  /** Additional information about the job. */
2389
2390
  extendedInfo?: VaultJobExtendedInfo;
2390
- };
2391
+ }
2391
2392
  /** This class is used to send blob details after exporting jobs. */
2392
- export declare type ExportJobsOperationResultInfo = OperationResultInfoBase & {
2393
+ export interface ExportJobsOperationResultInfo extends OperationResultInfoBase {
2393
2394
  /** Polymorphic discriminator, which specifies the different types this object can be */
2394
2395
  objectType: "ExportJobsOperationResultInfo";
2395
2396
  /** URL of the blob into which the serialized string of list of jobs is exported. */
@@ -2400,48 +2401,48 @@ export declare type ExportJobsOperationResultInfo = OperationResultInfoBase & {
2400
2401
  excelFileBlobUrl?: string;
2401
2402
  /** SAS key to access the blob. It expires in 15 mins. */
2402
2403
  excelFileBlobSasKey?: string;
2403
- };
2404
+ }
2404
2405
  /** Operation result info. */
2405
- export declare type OperationResultInfo = OperationResultInfoBase & {
2406
+ export interface OperationResultInfo extends OperationResultInfoBase {
2406
2407
  /** Polymorphic discriminator, which specifies the different types this object can be */
2407
2408
  objectType: "OperationResultInfo";
2408
2409
  /** List of jobs created by this operation. */
2409
2410
  jobList?: string[];
2410
- };
2411
+ }
2411
2412
  /** Base class for operation result info. */
2412
- export declare type OperationResultInfoBaseResource = OperationWorkerResponse & {
2413
+ export interface OperationResultInfoBaseResource extends OperationWorkerResponse {
2413
2414
  /** OperationResultInfoBaseResource operation */
2414
2415
  operation?: OperationResultInfoBaseUnion;
2415
- };
2416
+ }
2416
2417
  /** AzureRestoreValidation request. */
2417
- export declare type ValidateRestoreOperationRequest = ValidateOperationRequest & {
2418
+ export interface ValidateRestoreOperationRequest extends ValidateOperationRequest {
2418
2419
  /** Polymorphic discriminator, which specifies the different types this object can be */
2419
2420
  objectType: "ValidateRestoreOperationRequest" | "ValidateIaasVMRestoreOperationRequest";
2420
2421
  /** Sets restore request to be validated */
2421
2422
  restoreRequest?: RestoreRequestUnion;
2422
- };
2423
+ }
2423
2424
  /** Backup engine type when Azure Backup Server is used to manage the backups. */
2424
- export declare type AzureBackupServerEngine = BackupEngineBase & {
2425
+ export interface AzureBackupServerEngine extends BackupEngineBase {
2425
2426
  /** Polymorphic discriminator, which specifies the different types this object can be */
2426
2427
  backupEngineType: "AzureBackupServerEngine";
2427
- };
2428
+ }
2428
2429
  /** Data Protection Manager (DPM) specific backup engine. */
2429
- export declare type DpmBackupEngine = BackupEngineBase & {
2430
+ export interface DpmBackupEngine extends BackupEngineBase {
2430
2431
  /** Polymorphic discriminator, which specifies the different types this object can be */
2431
2432
  backupEngineType: "DpmBackupEngine";
2432
- };
2433
+ }
2433
2434
  /** Azure Storage-specific protectable containers */
2434
- export declare type AzureStorageProtectableContainer = ProtectableContainer & {
2435
+ export interface AzureStorageProtectableContainer extends ProtectableContainer {
2435
2436
  /** Polymorphic discriminator, which specifies the different types this object can be */
2436
2437
  protectableContainerType: "StorageContainer";
2437
- };
2438
+ }
2438
2439
  /** Azure workload-specific container */
2439
- export declare type AzureVMAppContainerProtectableContainer = ProtectableContainer & {
2440
+ export interface AzureVMAppContainerProtectableContainer extends ProtectableContainer {
2440
2441
  /** Polymorphic discriminator, which specifies the different types this object can be */
2441
2442
  protectableContainerType: "VMAppContainer";
2442
- };
2443
+ }
2443
2444
  /** DPM workload-specific protection container. */
2444
- export declare type DpmContainer = ProtectionContainer & {
2445
+ export interface DpmContainer extends ProtectionContainer {
2445
2446
  /** Polymorphic discriminator, which specifies the different types this object can be */
2446
2447
  containerType: "DPMContainer" | "AzureBackupServerContainer";
2447
2448
  /** Specifies whether the container is re-registrable. */
@@ -2460,9 +2461,9 @@ export declare type DpmContainer = ProtectionContainer & {
2460
2461
  protectionStatus?: string;
2461
2462
  /** Extended Info of the container. */
2462
2463
  extendedInfo?: DPMContainerExtendedInfo;
2463
- };
2464
+ }
2464
2465
  /** IaaS VM workload-specific container. */
2465
- export declare type IaaSVMContainer = ProtectionContainer & {
2466
+ export interface IaaSVMContainer extends ProtectionContainer {
2466
2467
  /** Polymorphic discriminator, which specifies the different types this object can be */
2467
2468
  containerType: "IaasVMContainer" | "Microsoft.ClassicCompute/virtualMachines" | "Microsoft.Compute/virtualMachines";
2468
2469
  /** Fully qualified ARM url of the virtual machine represented by this Azure IaaS VM container. */
@@ -2471,9 +2472,9 @@ export declare type IaaSVMContainer = ProtectionContainer & {
2471
2472
  virtualMachineVersion?: string;
2472
2473
  /** Resource group name of Recovery Services Vault. */
2473
2474
  resourceGroup?: string;
2474
- };
2475
+ }
2475
2476
  /** Container for the workloads running inside Azure Compute or Classic Compute. */
2476
- export declare type AzureWorkloadContainer = ProtectionContainer & {
2477
+ export interface AzureWorkloadContainer extends ProtectionContainer {
2477
2478
  /** Polymorphic discriminator, which specifies the different types this object can be */
2478
2479
  containerType: "AzureWorkloadContainer" | "SQLAGWorkLoadContainer" | "VMAppContainer";
2479
2480
  /** ARM ID of the virtual machine represented by this Azure Workload Container */
@@ -2486,14 +2487,14 @@ export declare type AzureWorkloadContainer = ProtectionContainer & {
2486
2487
  workloadType?: WorkloadType;
2487
2488
  /** Re-Do Operation */
2488
2489
  operationType?: OperationType;
2489
- };
2490
+ }
2490
2491
  /** Azure Sql workload-specific container. */
2491
- export declare type AzureSqlContainer = ProtectionContainer & {
2492
+ export interface AzureSqlContainer extends ProtectionContainer {
2492
2493
  /** Polymorphic discriminator, which specifies the different types this object can be */
2493
2494
  containerType: "AzureSqlContainer";
2494
- };
2495
+ }
2495
2496
  /** Azure Storage Account workload-specific container. */
2496
- export declare type AzureStorageContainer = ProtectionContainer & {
2497
+ export interface AzureStorageContainer extends ProtectionContainer {
2497
2498
  /** Polymorphic discriminator, which specifies the different types this object can be */
2498
2499
  containerType: "StorageContainer";
2499
2500
  /** Fully qualified ARM url. */
@@ -2506,18 +2507,18 @@ export declare type AzureStorageContainer = ProtectionContainer & {
2506
2507
  protectedItemCount?: number;
2507
2508
  /** Whether storage account lock is to be acquired for this container or not. */
2508
2509
  acquireStorageAccountLock?: AcquireStorageAccountLock;
2509
- };
2510
+ }
2510
2511
  /** Base class for generic container of backup items */
2511
- export declare type GenericContainer = ProtectionContainer & {
2512
+ export interface GenericContainer extends ProtectionContainer {
2512
2513
  /** Polymorphic discriminator, which specifies the different types this object can be */
2513
2514
  containerType: "GenericContainer";
2514
2515
  /** Name of the container's fabric */
2515
2516
  fabricName?: string;
2516
2517
  /** Extended information (not returned in List container API calls) */
2517
2518
  extendedInformation?: GenericContainerExtendedInfo;
2518
- };
2519
+ }
2519
2520
  /** Container with items backed up using MAB backup engine. */
2520
- export declare type MabContainer = ProtectionContainer & {
2521
+ export interface MabContainer extends ProtectionContainer {
2521
2522
  /** Polymorphic discriminator, which specifies the different types this object can be */
2522
2523
  containerType: "Windows";
2523
2524
  /** Can the container be registered one more time. */
@@ -2534,9 +2535,9 @@ export declare type MabContainer = ProtectionContainer & {
2534
2535
  mabContainerHealthDetails?: MABContainerHealthDetails[];
2535
2536
  /** Health state of mab container. */
2536
2537
  containerHealthState?: string;
2537
- };
2538
+ }
2538
2539
  /** Azure VM workload-specific workload item. */
2539
- export declare type AzureVmWorkloadItem = WorkloadItem & {
2540
+ export interface AzureVmWorkloadItem extends WorkloadItem {
2540
2541
  /** Polymorphic discriminator, which specifies the different types this object can be */
2541
2542
  workloadItemType: "AzureVmWorkloadItem" | "SAPAseDatabase" | "SAPAseSystem" | "SAPHanaDatabase" | "SAPHanaSystem" | "SQLDataBase" | "SQLInstance";
2542
2543
  /** Name for instance or AG */
@@ -2549,16 +2550,16 @@ export declare type AzureVmWorkloadItem = WorkloadItem & {
2549
2550
  subinquireditemcount?: number;
2550
2551
  /** For instance or AG, indicates number of DB's to be protected */
2551
2552
  subWorkloadItemCount?: number;
2552
- };
2553
+ }
2553
2554
  /** AzureFileShare workload-specific backup request. */
2554
- export declare type AzureFileShareBackupRequest = BackupRequest & {
2555
+ export interface AzureFileShareBackupRequest extends BackupRequest {
2555
2556
  /** Polymorphic discriminator, which specifies the different types this object can be */
2556
2557
  objectType: "AzureFileShareBackupRequest";
2557
2558
  /** Backup copy will expire after the time specified (UTC). */
2558
2559
  recoveryPointExpiryTimeInUTC?: Date;
2559
- };
2560
+ }
2560
2561
  /** AzureWorkload workload-specific backup request. */
2561
- export declare type AzureWorkloadBackupRequest = BackupRequest & {
2562
+ export interface AzureWorkloadBackupRequest extends BackupRequest {
2562
2563
  /** Polymorphic discriminator, which specifies the different types this object can be */
2563
2564
  objectType: "AzureWorkloadBackupRequest";
2564
2565
  /** Type of backup, viz. Full, Differential, Log or CopyOnlyFull */
@@ -2567,25 +2568,25 @@ export declare type AzureWorkloadBackupRequest = BackupRequest & {
2567
2568
  enableCompression?: boolean;
2568
2569
  /** Backup copy will expire after the time specified (UTC). */
2569
2570
  recoveryPointExpiryTimeInUTC?: Date;
2570
- };
2571
+ }
2571
2572
  /** IaaS VM workload-specific backup request. */
2572
- export declare type IaasVMBackupRequest = BackupRequest & {
2573
+ export interface IaasVMBackupRequest extends BackupRequest {
2573
2574
  /** Polymorphic discriminator, which specifies the different types this object can be */
2574
2575
  objectType: "IaasVMBackupRequest";
2575
2576
  /** Backup copy will expire after the time specified (UTC). */
2576
2577
  recoveryPointExpiryTimeInUTC?: Date;
2577
- };
2578
+ }
2578
2579
  /** Update snapshot Uri with the correct friendly Name of the source Azure file share. */
2579
- export declare type AzureFileShareProvisionILRRequest = ILRRequest & {
2580
+ export interface AzureFileShareProvisionILRRequest extends ILRRequest {
2580
2581
  /** Polymorphic discriminator, which specifies the different types this object can be */
2581
2582
  objectType: "AzureFileShareProvisionILRRequest";
2582
2583
  /** Recovery point ID. */
2583
2584
  recoveryPointId?: string;
2584
2585
  /** Source Storage account ARM Id */
2585
2586
  sourceResourceId?: string;
2586
- };
2587
+ }
2587
2588
  /** Restore files/folders from a backup copy of IaaS VM. */
2588
- export declare type IaasVmilrRegistrationRequest = ILRRequest & {
2589
+ export interface IaasVmilrRegistrationRequest extends ILRRequest {
2589
2590
  /** Polymorphic discriminator, which specifies the different types this object can be */
2590
2591
  objectType: "IaasVMILRRegistrationRequest";
2591
2592
  /** ID of the IaaS VM backup copy from where the files/folders have to be restored. */
@@ -2596,9 +2597,9 @@ export declare type IaasVmilrRegistrationRequest = ILRRequest & {
2596
2597
  initiatorName?: string;
2597
2598
  /** Whether to renew existing registration with the iSCSI server. */
2598
2599
  renewExistingRegistration?: boolean;
2599
- };
2600
+ }
2600
2601
  /** Protectable item for Azure Fileshare workloads. */
2601
- export declare type AzureFileShareProtectableItem = WorkloadProtectableItem & {
2602
+ export interface AzureFileShareProtectableItem extends WorkloadProtectableItem {
2602
2603
  /** Polymorphic discriminator, which specifies the different types this object can be */
2603
2604
  protectableItemType: "AzureFileShare";
2604
2605
  /** Full Fabric ID of container to which this protectable item belongs. For example, ARM ID. */
@@ -2607,9 +2608,9 @@ export declare type AzureFileShareProtectableItem = WorkloadProtectableItem & {
2607
2608
  parentContainerFriendlyName?: string;
2608
2609
  /** File Share type XSync or XSMB. */
2609
2610
  azureFileShareType?: AzureFileShareType;
2610
- };
2611
+ }
2611
2612
  /** IaaS VM workload-specific backup item. */
2612
- export declare type IaaSVMProtectableItem = WorkloadProtectableItem & {
2613
+ export interface IaaSVMProtectableItem extends WorkloadProtectableItem {
2613
2614
  /** Polymorphic discriminator, which specifies the different types this object can be */
2614
2615
  protectableItemType: "IaaSVMProtectableItem" | "Microsoft.ClassicCompute/virtualMachines" | "Microsoft.Compute/virtualMachines";
2615
2616
  /** Fully qualified ARM ID of the virtual machine. */
@@ -2618,9 +2619,9 @@ export declare type IaaSVMProtectableItem = WorkloadProtectableItem & {
2618
2619
  virtualMachineVersion?: string;
2619
2620
  /** Resource group name of Recovery Services Vault. */
2620
2621
  resourceGroup?: string;
2621
- };
2622
+ }
2622
2623
  /** Azure VM workload-specific protectable item. */
2623
- export declare type AzureVmWorkloadProtectableItem = WorkloadProtectableItem & {
2624
+ export interface AzureVmWorkloadProtectableItem extends WorkloadProtectableItem {
2624
2625
  /** Polymorphic discriminator, which specifies the different types this object can be */
2625
2626
  protectableItemType: "AzureVmWorkloadProtectableItem" | "SAPAseSystem" | "SAPHanaDatabase" | "SAPHanaSystem" | "SQLAvailabilityGroupContainer" | "SQLDataBase" | "SQLInstance";
2626
2627
  /** Name for instance or AG */
@@ -2642,23 +2643,24 @@ export declare type AzureVmWorkloadProtectableItem = WorkloadProtectableItem & {
2642
2643
  subprotectableitemcount?: number;
2643
2644
  /** Pre-backup validation for protectable objects */
2644
2645
  prebackupvalidation?: PreBackupValidation;
2645
- };
2646
+ }
2646
2647
  /** Azure IaaS VM workload-specific Health Details. */
2647
- export declare type AzureIaaSVMHealthDetails = ResourceHealthDetails & {};
2648
+ export interface AzureIaaSVMHealthDetails extends ResourceHealthDetails {
2649
+ }
2648
2650
  /** Log policy schedule. */
2649
- export declare type LogSchedulePolicy = SchedulePolicy & {
2651
+ export interface LogSchedulePolicy extends SchedulePolicy {
2650
2652
  /** Polymorphic discriminator, which specifies the different types this object can be */
2651
2653
  schedulePolicyType: "LogSchedulePolicy";
2652
2654
  /** Frequency of the log schedule operation of this policy in minutes. */
2653
2655
  scheduleFrequencyInMins?: number;
2654
- };
2656
+ }
2655
2657
  /** Long term policy schedule. */
2656
- export declare type LongTermSchedulePolicy = SchedulePolicy & {
2658
+ export interface LongTermSchedulePolicy extends SchedulePolicy {
2657
2659
  /** Polymorphic discriminator, which specifies the different types this object can be */
2658
2660
  schedulePolicyType: "LongTermSchedulePolicy";
2659
- };
2661
+ }
2660
2662
  /** Simple policy schedule. */
2661
- export declare type SimpleSchedulePolicy = SchedulePolicy & {
2663
+ export interface SimpleSchedulePolicy extends SchedulePolicy {
2662
2664
  /** Polymorphic discriminator, which specifies the different types this object can be */
2663
2665
  schedulePolicyType: "SimpleSchedulePolicy";
2664
2666
  /** Frequency of the schedule operation of this policy. */
@@ -2671,9 +2673,9 @@ export declare type SimpleSchedulePolicy = SchedulePolicy & {
2671
2673
  hourlySchedule?: HourlySchedule;
2672
2674
  /** At every number weeks this schedule has to be run. */
2673
2675
  scheduleWeeklyFrequency?: number;
2674
- };
2676
+ }
2675
2677
  /** The V2 policy schedule for IaaS that supports hourly backups. */
2676
- export declare type SimpleSchedulePolicyV2 = SchedulePolicy & {
2678
+ export interface SimpleSchedulePolicyV2 extends SchedulePolicy {
2677
2679
  /** Polymorphic discriminator, which specifies the different types this object can be */
2678
2680
  schedulePolicyType: "SimpleSchedulePolicyV2";
2679
2681
  /** Frequency of the schedule operation of this policy. */
@@ -2684,9 +2686,9 @@ export declare type SimpleSchedulePolicyV2 = SchedulePolicy & {
2684
2686
  dailySchedule?: DailySchedule;
2685
2687
  /** Weekly schedule of this policy */
2686
2688
  weeklySchedule?: WeeklySchedule;
2687
- };
2689
+ }
2688
2690
  /** Long term retention policy. */
2689
- export declare type LongTermRetentionPolicy = RetentionPolicy & {
2691
+ export interface LongTermRetentionPolicy extends RetentionPolicy {
2690
2692
  /** Polymorphic discriminator, which specifies the different types this object can be */
2691
2693
  retentionPolicyType: "LongTermRetentionPolicy";
2692
2694
  /** Daily retention schedule of the protection policy. */
@@ -2697,60 +2699,61 @@ export declare type LongTermRetentionPolicy = RetentionPolicy & {
2697
2699
  monthlySchedule?: MonthlyRetentionSchedule;
2698
2700
  /** Yearly retention schedule of the protection policy. */
2699
2701
  yearlySchedule?: YearlyRetentionSchedule;
2700
- };
2702
+ }
2701
2703
  /** Simple policy retention. */
2702
- export declare type SimpleRetentionPolicy = RetentionPolicy & {
2704
+ export interface SimpleRetentionPolicy extends RetentionPolicy {
2703
2705
  /** Polymorphic discriminator, which specifies the different types this object can be */
2704
2706
  retentionPolicyType: "SimpleRetentionPolicy";
2705
2707
  /** Retention duration of the protection policy. */
2706
2708
  retentionDuration?: RetentionDuration;
2707
- };
2709
+ }
2708
2710
  /** RecoveryPoint Tier Information V2 */
2709
- export declare type RecoveryPointTierInformationV2 = RecoveryPointTierInformation & {};
2711
+ export interface RecoveryPointTierInformationV2 extends RecoveryPointTierInformation {
2712
+ }
2710
2713
  /** Azure Recovery Services Vault specific protection intent item. */
2711
- export declare type AzureWorkloadAutoProtectionIntent = AzureRecoveryServiceVaultProtectionIntent & {
2714
+ export interface AzureWorkloadAutoProtectionIntent extends AzureRecoveryServiceVaultProtectionIntent {
2712
2715
  /** Polymorphic discriminator, which specifies the different types this object can be */
2713
2716
  protectionIntentItemType: "AzureWorkloadAutoProtectionIntent" | "AzureWorkloadSQLAutoProtectionIntent";
2714
- };
2717
+ }
2715
2718
  /** IaaS VM workload-specific backup item representing the Classic Compute VM. */
2716
- export declare type AzureIaaSClassicComputeVMProtectedItem = AzureIaaSVMProtectedItem & {
2719
+ export interface AzureIaaSClassicComputeVMProtectedItem extends AzureIaaSVMProtectedItem {
2717
2720
  /** Polymorphic discriminator, which specifies the different types this object can be */
2718
2721
  protectedItemType: "Microsoft.ClassicCompute/virtualMachines";
2719
- };
2722
+ }
2720
2723
  /** IaaS VM workload-specific backup item representing the Azure Resource Manager VM. */
2721
- export declare type AzureIaaSComputeVMProtectedItem = AzureIaaSVMProtectedItem & {
2724
+ export interface AzureIaaSComputeVMProtectedItem extends AzureIaaSVMProtectedItem {
2722
2725
  /** Polymorphic discriminator, which specifies the different types this object can be */
2723
2726
  protectedItemType: "Microsoft.Compute/virtualMachines";
2724
- };
2727
+ }
2725
2728
  /** Azure VM workload-specific protected item representing SAP ASE Database. */
2726
- export declare type AzureVmWorkloadSAPAseDatabaseProtectedItem = AzureVmWorkloadProtectedItem & {
2729
+ export interface AzureVmWorkloadSAPAseDatabaseProtectedItem extends AzureVmWorkloadProtectedItem {
2727
2730
  /** Polymorphic discriminator, which specifies the different types this object can be */
2728
2731
  protectedItemType: "AzureVmWorkloadSAPAseDatabase";
2729
- };
2732
+ }
2730
2733
  /** Azure VM workload-specific protected item representing SAP HANA Database. */
2731
- export declare type AzureVmWorkloadSAPHanaDatabaseProtectedItem = AzureVmWorkloadProtectedItem & {
2734
+ export interface AzureVmWorkloadSAPHanaDatabaseProtectedItem extends AzureVmWorkloadProtectedItem {
2732
2735
  /** Polymorphic discriminator, which specifies the different types this object can be */
2733
2736
  protectedItemType: "AzureVmWorkloadSAPHanaDatabase";
2734
- };
2737
+ }
2735
2738
  /** Azure VM workload-specific protected item representing SQL Database. */
2736
- export declare type AzureVmWorkloadSQLDatabaseProtectedItem = AzureVmWorkloadProtectedItem & {
2739
+ export interface AzureVmWorkloadSQLDatabaseProtectedItem extends AzureVmWorkloadProtectedItem {
2737
2740
  /** Polymorphic discriminator, which specifies the different types this object can be */
2738
2741
  protectedItemType: "AzureVmWorkloadSQLDatabase";
2739
- };
2742
+ }
2740
2743
  /** Recovery point specific to PointInTime */
2741
- export declare type AzureWorkloadPointInTimeRecoveryPoint = AzureWorkloadRecoveryPoint & {
2744
+ export interface AzureWorkloadPointInTimeRecoveryPoint extends AzureWorkloadRecoveryPoint {
2742
2745
  /** Polymorphic discriminator, which specifies the different types this object can be */
2743
2746
  objectType: "AzureWorkloadPointInTimeRecoveryPoint" | "AzureWorkloadSAPHanaPointInTimeRecoveryPoint";
2744
2747
  /** List of log ranges */
2745
2748
  timeRanges?: PointInTimeRange[];
2746
- };
2749
+ }
2747
2750
  /** SAPHana specific recoverypoint, specifically encapsulates full/diff recoverypoints */
2748
- export declare type AzureWorkloadSAPHanaRecoveryPoint = AzureWorkloadRecoveryPoint & {
2751
+ export interface AzureWorkloadSAPHanaRecoveryPoint extends AzureWorkloadRecoveryPoint {
2749
2752
  /** Polymorphic discriminator, which specifies the different types this object can be */
2750
2753
  objectType: "AzureWorkloadSAPHanaRecoveryPoint";
2751
- };
2754
+ }
2752
2755
  /** SQL specific recoverypoint, specifically encapsulates full/diff recoverypoint along with extended info */
2753
- export declare type AzureWorkloadSQLRecoveryPoint = AzureWorkloadRecoveryPoint & {
2756
+ export interface AzureWorkloadSQLRecoveryPoint extends AzureWorkloadRecoveryPoint {
2754
2757
  /** Polymorphic discriminator, which specifies the different types this object can be */
2755
2758
  objectType: "AzureWorkloadSQLRecoveryPoint" | "AzureWorkloadSQLPointInTimeRecoveryPoint";
2756
2759
  /**
@@ -2759,21 +2762,21 @@ export declare type AzureWorkloadSQLRecoveryPoint = AzureWorkloadRecoveryPoint &
2759
2762
  * Or when ListRecoveryPoints is called for Log RP only with ExtendedInfo query filter
2760
2763
  */
2761
2764
  extendedInfo?: AzureWorkloadSQLRecoveryPointExtendedInfo;
2762
- };
2765
+ }
2763
2766
  /** AzureWorkload SAP Hana -specific restore. Specifically for PointInTime/Log restore */
2764
- export declare type AzureWorkloadPointInTimeRestoreRequest = AzureWorkloadRestoreRequest & {
2767
+ export interface AzureWorkloadPointInTimeRestoreRequest extends AzureWorkloadRestoreRequest {
2765
2768
  /** Polymorphic discriminator, which specifies the different types this object can be */
2766
2769
  objectType: "AzureWorkloadPointInTimeRestoreRequest";
2767
2770
  /** PointInTime value */
2768
2771
  pointInTime?: Date;
2769
- };
2772
+ }
2770
2773
  /** AzureWorkload SAP Hana-specific restore. */
2771
- export declare type AzureWorkloadSAPHanaRestoreRequest = AzureWorkloadRestoreRequest & {
2774
+ export interface AzureWorkloadSAPHanaRestoreRequest extends AzureWorkloadRestoreRequest {
2772
2775
  /** Polymorphic discriminator, which specifies the different types this object can be */
2773
2776
  objectType: "AzureWorkloadSAPHanaRestoreRequest" | "AzureWorkloadSAPHanaPointInTimeRestoreRequest" | "AzureWorkloadSAPHanaPointInTimeRestoreWithRehydrateRequest" | "AzureWorkloadSAPHanaRestoreWithRehydrateRequest";
2774
- };
2777
+ }
2775
2778
  /** AzureWorkload SQL -specific restore. Specifically for full/diff restore */
2776
- export declare type AzureWorkloadSQLRestoreRequest = AzureWorkloadRestoreRequest & {
2779
+ export interface AzureWorkloadSQLRestoreRequest extends AzureWorkloadRestoreRequest {
2777
2780
  /** Polymorphic discriminator, which specifies the different types this object can be */
2778
2781
  objectType: "AzureWorkloadSQLRestoreRequest" | "AzureWorkloadSQLPointInTimeRestoreRequest" | "AzureWorkloadSQLPointInTimeRestoreWithRehydrateRequest" | "AzureWorkloadSQLRestoreWithRehydrateRequest";
2779
2782
  /** Default option set to true. If this is set to false, alternate data directory must be provided */
@@ -2782,183 +2785,188 @@ export declare type AzureWorkloadSQLRestoreRequest = AzureWorkloadRestoreRequest
2782
2785
  isNonRecoverable?: boolean;
2783
2786
  /** Data directory details */
2784
2787
  alternateDirectoryPaths?: SQLDataDirectoryMapping[];
2785
- };
2788
+ }
2786
2789
  /** IaaS VM workload-specific restore with integrated rehydration of recovery point. */
2787
- export declare type IaasVMRestoreWithRehydrationRequest = IaasVMRestoreRequest & {
2790
+ export interface IaasVMRestoreWithRehydrationRequest extends IaasVMRestoreRequest {
2788
2791
  /** Polymorphic discriminator, which specifies the different types this object can be */
2789
2792
  objectType: "IaasVMRestoreWithRehydrationRequest";
2790
2793
  /** RP Rehydration Info */
2791
2794
  recoveryPointRehydrationInfo?: RecoveryPointRehydrationInfo;
2792
- };
2795
+ }
2793
2796
  /** AzureRestoreValidation request. */
2794
- export declare type ValidateIaasVMRestoreOperationRequest = ValidateRestoreOperationRequest & {
2797
+ export interface ValidateIaasVMRestoreOperationRequest extends ValidateRestoreOperationRequest {
2795
2798
  /** Polymorphic discriminator, which specifies the different types this object can be */
2796
2799
  objectType: "ValidateIaasVMRestoreOperationRequest";
2797
- };
2800
+ }
2798
2801
  /** AzureBackupServer (DPMVenus) workload-specific protection container. */
2799
- export declare type AzureBackupServerContainer = DpmContainer & {
2802
+ export interface AzureBackupServerContainer extends DpmContainer {
2800
2803
  /** Polymorphic discriminator, which specifies the different types this object can be */
2801
2804
  containerType: "AzureBackupServerContainer";
2802
- };
2805
+ }
2803
2806
  /** IaaS VM workload-specific backup item representing a classic virtual machine. */
2804
- export declare type AzureIaaSClassicComputeVMContainer = IaaSVMContainer & {
2807
+ export interface AzureIaaSClassicComputeVMContainer extends IaaSVMContainer {
2805
2808
  /** Polymorphic discriminator, which specifies the different types this object can be */
2806
2809
  containerType: "Microsoft.ClassicCompute/virtualMachines";
2807
- };
2810
+ }
2808
2811
  /** IaaS VM workload-specific backup item representing an Azure Resource Manager virtual machine. */
2809
- export declare type AzureIaaSComputeVMContainer = IaaSVMContainer & {
2812
+ export interface AzureIaaSComputeVMContainer extends IaaSVMContainer {
2810
2813
  /** Polymorphic discriminator, which specifies the different types this object can be */
2811
2814
  containerType: "Microsoft.Compute/virtualMachines";
2812
- };
2815
+ }
2813
2816
  /** Container for SQL workloads under SQL Availability Group. */
2814
- export declare type AzureSqlagWorkloadContainerProtectionContainer = AzureWorkloadContainer & {
2817
+ export interface AzureSqlagWorkloadContainerProtectionContainer extends AzureWorkloadContainer {
2815
2818
  /** Polymorphic discriminator, which specifies the different types this object can be */
2816
2819
  containerType: "SQLAGWorkLoadContainer";
2817
- };
2820
+ }
2818
2821
  /** Container for SQL workloads under Azure Virtual Machines. */
2819
- export declare type AzureVMAppContainerProtectionContainer = AzureWorkloadContainer & {
2822
+ export interface AzureVMAppContainerProtectionContainer extends AzureWorkloadContainer {
2820
2823
  /** Polymorphic discriminator, which specifies the different types this object can be */
2821
2824
  containerType: "VMAppContainer";
2822
- };
2825
+ }
2823
2826
  /** Azure VM workload-specific workload item representing SAP ASE Database. */
2824
- export declare type AzureVmWorkloadSAPAseDatabaseWorkloadItem = AzureVmWorkloadItem & {
2827
+ export interface AzureVmWorkloadSAPAseDatabaseWorkloadItem extends AzureVmWorkloadItem {
2825
2828
  /** Polymorphic discriminator, which specifies the different types this object can be */
2826
2829
  workloadItemType: "SAPAseDatabase";
2827
- };
2830
+ }
2828
2831
  /** Azure VM workload-specific workload item representing SAP ASE System. */
2829
- export declare type AzureVmWorkloadSAPAseSystemWorkloadItem = AzureVmWorkloadItem & {
2832
+ export interface AzureVmWorkloadSAPAseSystemWorkloadItem extends AzureVmWorkloadItem {
2830
2833
  /** Polymorphic discriminator, which specifies the different types this object can be */
2831
2834
  workloadItemType: "SAPAseSystem";
2832
- };
2835
+ }
2833
2836
  /** Azure VM workload-specific workload item representing SAP HANA Database. */
2834
- export declare type AzureVmWorkloadSAPHanaDatabaseWorkloadItem = AzureVmWorkloadItem & {
2837
+ export interface AzureVmWorkloadSAPHanaDatabaseWorkloadItem extends AzureVmWorkloadItem {
2835
2838
  /** Polymorphic discriminator, which specifies the different types this object can be */
2836
2839
  workloadItemType: "SAPHanaDatabase";
2837
- };
2840
+ }
2838
2841
  /** Azure VM workload-specific workload item representing SAP HANA System. */
2839
- export declare type AzureVmWorkloadSAPHanaSystemWorkloadItem = AzureVmWorkloadItem & {
2842
+ export interface AzureVmWorkloadSAPHanaSystemWorkloadItem extends AzureVmWorkloadItem {
2840
2843
  /** Polymorphic discriminator, which specifies the different types this object can be */
2841
2844
  workloadItemType: "SAPHanaSystem";
2842
- };
2845
+ }
2843
2846
  /** Azure VM workload-specific workload item representing SQL Database. */
2844
- export declare type AzureVmWorkloadSQLDatabaseWorkloadItem = AzureVmWorkloadItem & {
2847
+ export interface AzureVmWorkloadSQLDatabaseWorkloadItem extends AzureVmWorkloadItem {
2845
2848
  /** Polymorphic discriminator, which specifies the different types this object can be */
2846
2849
  workloadItemType: "SQLDataBase";
2847
- };
2850
+ }
2848
2851
  /** Azure VM workload-specific workload item representing SQL Instance. */
2849
- export declare type AzureVmWorkloadSQLInstanceWorkloadItem = AzureVmWorkloadItem & {
2852
+ export interface AzureVmWorkloadSQLInstanceWorkloadItem extends AzureVmWorkloadItem {
2850
2853
  /** Polymorphic discriminator, which specifies the different types this object can be */
2851
2854
  workloadItemType: "SQLInstance";
2852
2855
  /** Data Directory Paths for default directories */
2853
2856
  dataDirectoryPaths?: SQLDataDirectory[];
2854
- };
2857
+ }
2855
2858
  /** IaaS VM workload-specific backup item representing the Classic Compute VM. */
2856
- export declare type AzureIaaSClassicComputeVMProtectableItem = IaaSVMProtectableItem & {
2859
+ export interface AzureIaaSClassicComputeVMProtectableItem extends IaaSVMProtectableItem {
2857
2860
  /** Polymorphic discriminator, which specifies the different types this object can be */
2858
2861
  protectableItemType: "Microsoft.ClassicCompute/virtualMachines";
2859
- };
2862
+ }
2860
2863
  /** IaaS VM workload-specific backup item representing the Azure Resource Manager VM. */
2861
- export declare type AzureIaaSComputeVMProtectableItem = IaaSVMProtectableItem & {
2864
+ export interface AzureIaaSComputeVMProtectableItem extends IaaSVMProtectableItem {
2862
2865
  /** Polymorphic discriminator, which specifies the different types this object can be */
2863
2866
  protectableItemType: "Microsoft.Compute/virtualMachines";
2864
- };
2867
+ }
2865
2868
  /** Azure VM workload-specific protectable item representing SAP ASE System. */
2866
- export declare type AzureVmWorkloadSAPAseSystemProtectableItem = AzureVmWorkloadProtectableItem & {
2869
+ export interface AzureVmWorkloadSAPAseSystemProtectableItem extends AzureVmWorkloadProtectableItem {
2867
2870
  /** Polymorphic discriminator, which specifies the different types this object can be */
2868
2871
  protectableItemType: "SAPAseSystem";
2869
- };
2872
+ }
2870
2873
  /** Azure VM workload-specific protectable item representing SAP HANA Database. */
2871
- export declare type AzureVmWorkloadSAPHanaDatabaseProtectableItem = AzureVmWorkloadProtectableItem & {
2874
+ export interface AzureVmWorkloadSAPHanaDatabaseProtectableItem extends AzureVmWorkloadProtectableItem {
2872
2875
  /** Polymorphic discriminator, which specifies the different types this object can be */
2873
2876
  protectableItemType: "SAPHanaDatabase";
2874
- };
2877
+ }
2875
2878
  /** Azure VM workload-specific protectable item representing SAP HANA System. */
2876
- export declare type AzureVmWorkloadSAPHanaSystemProtectableItem = AzureVmWorkloadProtectableItem & {
2879
+ export interface AzureVmWorkloadSAPHanaSystemProtectableItem extends AzureVmWorkloadProtectableItem {
2877
2880
  /** Polymorphic discriminator, which specifies the different types this object can be */
2878
2881
  protectableItemType: "SAPHanaSystem";
2879
- };
2882
+ }
2880
2883
  /** Azure VM workload-specific protectable item representing SQL Availability Group. */
2881
- export declare type AzureVmWorkloadSQLAvailabilityGroupProtectableItem = AzureVmWorkloadProtectableItem & {
2884
+ export interface AzureVmWorkloadSQLAvailabilityGroupProtectableItem extends AzureVmWorkloadProtectableItem {
2882
2885
  /** Polymorphic discriminator, which specifies the different types this object can be */
2883
2886
  protectableItemType: "SQLAvailabilityGroupContainer";
2884
- };
2887
+ }
2885
2888
  /** Azure VM workload-specific protectable item representing SQL Database. */
2886
- export declare type AzureVmWorkloadSQLDatabaseProtectableItem = AzureVmWorkloadProtectableItem & {
2889
+ export interface AzureVmWorkloadSQLDatabaseProtectableItem extends AzureVmWorkloadProtectableItem {
2887
2890
  /** Polymorphic discriminator, which specifies the different types this object can be */
2888
2891
  protectableItemType: "SQLDataBase";
2889
- };
2892
+ }
2890
2893
  /** Azure VM workload-specific protectable item representing SQL Instance. */
2891
- export declare type AzureVmWorkloadSQLInstanceProtectableItem = AzureVmWorkloadProtectableItem & {
2894
+ export interface AzureVmWorkloadSQLInstanceProtectableItem extends AzureVmWorkloadProtectableItem {
2892
2895
  /** Polymorphic discriminator, which specifies the different types this object can be */
2893
2896
  protectableItemType: "SQLInstance";
2894
- };
2897
+ }
2895
2898
  /** Azure Workload SQL Auto Protection intent item. */
2896
- export declare type AzureWorkloadSQLAutoProtectionIntent = AzureWorkloadAutoProtectionIntent & {
2899
+ export interface AzureWorkloadSQLAutoProtectionIntent extends AzureWorkloadAutoProtectionIntent {
2897
2900
  /** Polymorphic discriminator, which specifies the different types this object can be */
2898
2901
  protectionIntentItemType: "AzureWorkloadSQLAutoProtectionIntent";
2899
2902
  /** Workload item type of the item for which intent is to be set */
2900
2903
  workloadItemType?: WorkloadItemType;
2901
- };
2904
+ }
2902
2905
  /** Recovery point specific to PointInTime in SAPHana */
2903
- export declare type AzureWorkloadSAPHanaPointInTimeRecoveryPoint = AzureWorkloadPointInTimeRecoveryPoint & {
2906
+ export interface AzureWorkloadSAPHanaPointInTimeRecoveryPoint extends AzureWorkloadPointInTimeRecoveryPoint {
2904
2907
  /** Polymorphic discriminator, which specifies the different types this object can be */
2905
2908
  objectType: "AzureWorkloadSAPHanaPointInTimeRecoveryPoint";
2906
- };
2909
+ }
2907
2910
  /** Recovery point specific to PointInTime */
2908
- export declare type AzureWorkloadSQLPointInTimeRecoveryPoint = AzureWorkloadSQLRecoveryPoint & {
2911
+ export interface AzureWorkloadSQLPointInTimeRecoveryPoint extends AzureWorkloadSQLRecoveryPoint {
2909
2912
  /** Polymorphic discriminator, which specifies the different types this object can be */
2910
2913
  objectType: "AzureWorkloadSQLPointInTimeRecoveryPoint";
2911
2914
  /** List of log ranges */
2912
2915
  timeRanges?: PointInTimeRange[];
2913
- };
2916
+ }
2914
2917
  /** AzureWorkload SAP Hana -specific restore. Specifically for PointInTime/Log restore */
2915
- export declare type AzureWorkloadSAPHanaPointInTimeRestoreRequest = AzureWorkloadSAPHanaRestoreRequest & {
2918
+ export interface AzureWorkloadSAPHanaPointInTimeRestoreRequest extends AzureWorkloadSAPHanaRestoreRequest {
2916
2919
  /** Polymorphic discriminator, which specifies the different types this object can be */
2917
2920
  objectType: "AzureWorkloadSAPHanaPointInTimeRestoreRequest" | "AzureWorkloadSAPHanaPointInTimeRestoreWithRehydrateRequest";
2918
2921
  /** PointInTime value */
2919
2922
  pointInTime?: Date;
2920
- };
2923
+ }
2921
2924
  /** AzureWorkload SAP Hana-specific restore with integrated rehydration of recovery point. */
2922
- export declare type AzureWorkloadSAPHanaRestoreWithRehydrateRequest = AzureWorkloadSAPHanaRestoreRequest & {
2925
+ export interface AzureWorkloadSAPHanaRestoreWithRehydrateRequest extends AzureWorkloadSAPHanaRestoreRequest {
2923
2926
  /** Polymorphic discriminator, which specifies the different types this object can be */
2924
2927
  objectType: "AzureWorkloadSAPHanaRestoreWithRehydrateRequest";
2925
2928
  /** RP Rehydration Info */
2926
2929
  recoveryPointRehydrationInfo?: RecoveryPointRehydrationInfo;
2927
- };
2930
+ }
2928
2931
  /** AzureWorkload SQL -specific restore. Specifically for PointInTime/Log restore */
2929
- export declare type AzureWorkloadSQLPointInTimeRestoreRequest = AzureWorkloadSQLRestoreRequest & {
2932
+ export interface AzureWorkloadSQLPointInTimeRestoreRequest extends AzureWorkloadSQLRestoreRequest {
2930
2933
  /** Polymorphic discriminator, which specifies the different types this object can be */
2931
2934
  objectType: "AzureWorkloadSQLPointInTimeRestoreRequest" | "AzureWorkloadSQLPointInTimeRestoreWithRehydrateRequest";
2932
2935
  /** PointInTime value */
2933
2936
  pointInTime?: Date;
2934
- };
2937
+ }
2935
2938
  /** AzureWorkload SQL-specific restore with integrated rehydration of recovery point */
2936
- export declare type AzureWorkloadSQLRestoreWithRehydrateRequest = AzureWorkloadSQLRestoreRequest & {
2939
+ export interface AzureWorkloadSQLRestoreWithRehydrateRequest extends AzureWorkloadSQLRestoreRequest {
2937
2940
  /** Polymorphic discriminator, which specifies the different types this object can be */
2938
2941
  objectType: "AzureWorkloadSQLRestoreWithRehydrateRequest";
2939
2942
  /** RP Rehydration Info */
2940
2943
  recoveryPointRehydrationInfo?: RecoveryPointRehydrationInfo;
2941
- };
2944
+ }
2942
2945
  /** AzureWorkload SAP Hana-specific restore with integrated rehydration of recovery point. */
2943
- export declare type AzureWorkloadSAPHanaPointInTimeRestoreWithRehydrateRequest = AzureWorkloadSAPHanaPointInTimeRestoreRequest & {
2946
+ export interface AzureWorkloadSAPHanaPointInTimeRestoreWithRehydrateRequest extends AzureWorkloadSAPHanaPointInTimeRestoreRequest {
2944
2947
  /** Polymorphic discriminator, which specifies the different types this object can be */
2945
2948
  objectType: "AzureWorkloadSAPHanaPointInTimeRestoreWithRehydrateRequest";
2946
2949
  /** RP Rehydration Info */
2947
2950
  recoveryPointRehydrationInfo?: RecoveryPointRehydrationInfo;
2948
- };
2951
+ }
2949
2952
  /** AzureWorkload SQL-specific restore with integrated rehydration of recovery point. */
2950
- export declare type AzureWorkloadSQLPointInTimeRestoreWithRehydrateRequest = AzureWorkloadSQLPointInTimeRestoreRequest & {
2953
+ export interface AzureWorkloadSQLPointInTimeRestoreWithRehydrateRequest extends AzureWorkloadSQLPointInTimeRestoreRequest {
2951
2954
  /** Polymorphic discriminator, which specifies the different types this object can be */
2952
2955
  objectType: "AzureWorkloadSQLPointInTimeRestoreWithRehydrateRequest";
2953
2956
  /** RP Rehydration Info */
2954
2957
  recoveryPointRehydrationInfo?: RecoveryPointRehydrationInfo;
2955
- };
2958
+ }
2956
2959
  /** Known values of {@link StorageType} that the service accepts. */
2957
2960
  export declare enum KnownStorageType {
2961
+ /** Invalid */
2958
2962
  Invalid = "Invalid",
2963
+ /** GeoRedundant */
2959
2964
  GeoRedundant = "GeoRedundant",
2965
+ /** LocallyRedundant */
2960
2966
  LocallyRedundant = "LocallyRedundant",
2967
+ /** ZoneRedundant */
2961
2968
  ZoneRedundant = "ZoneRedundant",
2969
+ /** ReadAccessGeoZoneRedundant */
2962
2970
  ReadAccessGeoZoneRedundant = "ReadAccessGeoZoneRedundant"
2963
2971
  }
2964
2972
  /**
@@ -2975,8 +2983,11 @@ export declare enum KnownStorageType {
2975
2983
  export declare type StorageType = string;
2976
2984
  /** Known values of {@link StorageTypeState} that the service accepts. */
2977
2985
  export declare enum KnownStorageTypeState {
2986
+ /** Invalid */
2978
2987
  Invalid = "Invalid",
2988
+ /** Locked */
2979
2989
  Locked = "Locked",
2990
+ /** Unlocked */
2980
2991
  Unlocked = "Unlocked"
2981
2992
  }
2982
2993
  /**
@@ -2991,8 +3002,11 @@ export declare enum KnownStorageTypeState {
2991
3002
  export declare type StorageTypeState = string;
2992
3003
  /** Known values of {@link DedupState} that the service accepts. */
2993
3004
  export declare enum KnownDedupState {
3005
+ /** Invalid */
2994
3006
  Invalid = "Invalid",
3007
+ /** Enabled */
2995
3008
  Enabled = "Enabled",
3009
+ /** Disabled */
2996
3010
  Disabled = "Disabled"
2997
3011
  }
2998
3012
  /**
@@ -3007,8 +3021,11 @@ export declare enum KnownDedupState {
3007
3021
  export declare type DedupState = string;
3008
3022
  /** Known values of {@link XcoolState} that the service accepts. */
3009
3023
  export declare enum KnownXcoolState {
3024
+ /** Invalid */
3010
3025
  Invalid = "Invalid",
3026
+ /** Enabled */
3011
3027
  Enabled = "Enabled",
3028
+ /** Disabled */
3012
3029
  Disabled = "Disabled"
3013
3030
  }
3014
3031
  /**
@@ -3023,20 +3040,35 @@ export declare enum KnownXcoolState {
3023
3040
  export declare type XcoolState = string;
3024
3041
  /** Known values of {@link DataSourceType} that the service accepts. */
3025
3042
  export declare enum KnownDataSourceType {
3043
+ /** Invalid */
3026
3044
  Invalid = "Invalid",
3045
+ /** VM */
3027
3046
  VM = "VM",
3047
+ /** FileFolder */
3028
3048
  FileFolder = "FileFolder",
3049
+ /** AzureSqlDb */
3029
3050
  AzureSqlDb = "AzureSqlDb",
3051
+ /** Sqldb */
3030
3052
  Sqldb = "SQLDB",
3053
+ /** Exchange */
3031
3054
  Exchange = "Exchange",
3055
+ /** Sharepoint */
3032
3056
  Sharepoint = "Sharepoint",
3057
+ /** VMwareVM */
3033
3058
  VMwareVM = "VMwareVM",
3059
+ /** SystemState */
3034
3060
  SystemState = "SystemState",
3061
+ /** Client */
3035
3062
  Client = "Client",
3063
+ /** GenericDataSource */
3036
3064
  GenericDataSource = "GenericDataSource",
3065
+ /** SQLDataBase */
3037
3066
  SQLDataBase = "SQLDataBase",
3067
+ /** AzureFileShare */
3038
3068
  AzureFileShare = "AzureFileShare",
3069
+ /** SAPHanaDatabase */
3039
3070
  SAPHanaDatabase = "SAPHanaDatabase",
3071
+ /** SAPAseDatabase */
3040
3072
  SAPAseDatabase = "SAPAseDatabase"
3041
3073
  }
3042
3074
  /**
@@ -3063,8 +3095,11 @@ export declare enum KnownDataSourceType {
3063
3095
  export declare type DataSourceType = string;
3064
3096
  /** Known values of {@link ValidationStatus} that the service accepts. */
3065
3097
  export declare enum KnownValidationStatus {
3098
+ /** Invalid */
3066
3099
  Invalid = "Invalid",
3100
+ /** Succeeded */
3067
3101
  Succeeded = "Succeeded",
3102
+ /** Failed */
3068
3103
  Failed = "Failed"
3069
3104
  }
3070
3105
  /**
@@ -3079,10 +3114,15 @@ export declare enum KnownValidationStatus {
3079
3114
  export declare type ValidationStatus = string;
3080
3115
  /** Known values of {@link ProtectionStatus} that the service accepts. */
3081
3116
  export declare enum KnownProtectionStatus {
3117
+ /** Invalid */
3082
3118
  Invalid = "Invalid",
3119
+ /** NotProtected */
3083
3120
  NotProtected = "NotProtected",
3121
+ /** Protecting */
3084
3122
  Protecting = "Protecting",
3123
+ /** Protected */
3085
3124
  Protected = "Protected",
3125
+ /** ProtectionFailed */
3086
3126
  ProtectionFailed = "ProtectionFailed"
3087
3127
  }
3088
3128
  /**
@@ -3099,7 +3139,9 @@ export declare enum KnownProtectionStatus {
3099
3139
  export declare type ProtectionStatus = string;
3100
3140
  /** Known values of {@link FabricName} that the service accepts. */
3101
3141
  export declare enum KnownFabricName {
3142
+ /** Invalid */
3102
3143
  Invalid = "Invalid",
3144
+ /** Azure */
3103
3145
  Azure = "Azure"
3104
3146
  }
3105
3147
  /**
@@ -3113,10 +3155,15 @@ export declare enum KnownFabricName {
3113
3155
  export declare type FabricName = string;
3114
3156
  /** Known values of {@link SupportStatus} that the service accepts. */
3115
3157
  export declare enum KnownSupportStatus {
3158
+ /** Invalid */
3116
3159
  Invalid = "Invalid",
3160
+ /** Supported */
3117
3161
  Supported = "Supported",
3162
+ /** DefaultOFF */
3118
3163
  DefaultOFF = "DefaultOFF",
3164
+ /** DefaultON */
3119
3165
  DefaultON = "DefaultON",
3166
+ /** NotSupported */
3120
3167
  NotSupported = "NotSupported"
3121
3168
  }
3122
3169
  /**
@@ -3133,11 +3180,17 @@ export declare enum KnownSupportStatus {
3133
3180
  export declare type SupportStatus = string;
3134
3181
  /** Known values of {@link ProtectionIntentItemType} that the service accepts. */
3135
3182
  export declare enum KnownProtectionIntentItemType {
3183
+ /** Invalid */
3136
3184
  Invalid = "Invalid",
3185
+ /** AzureResourceItem */
3137
3186
  AzureResourceItem = "AzureResourceItem",
3187
+ /** RecoveryServiceVaultItem */
3138
3188
  RecoveryServiceVaultItem = "RecoveryServiceVaultItem",
3189
+ /** AzureWorkloadContainerAutoProtectionIntent */
3139
3190
  AzureWorkloadContainerAutoProtectionIntent = "AzureWorkloadContainerAutoProtectionIntent",
3191
+ /** AzureWorkloadAutoProtectionIntent */
3140
3192
  AzureWorkloadAutoProtectionIntent = "AzureWorkloadAutoProtectionIntent",
3193
+ /** AzureWorkloadSQLAutoProtectionIntent */
3141
3194
  AzureWorkloadSQLAutoProtectionIntent = "AzureWorkloadSQLAutoProtectionIntent"
3142
3195
  }
3143
3196
  /**
@@ -3155,14 +3208,23 @@ export declare enum KnownProtectionIntentItemType {
3155
3208
  export declare type ProtectionIntentItemType = string;
3156
3209
  /** Known values of {@link BackupManagementType} that the service accepts. */
3157
3210
  export declare enum KnownBackupManagementType {
3211
+ /** Invalid */
3158
3212
  Invalid = "Invalid",
3213
+ /** AzureIaasVM */
3159
3214
  AzureIaasVM = "AzureIaasVM",
3215
+ /** MAB */
3160
3216
  MAB = "MAB",
3217
+ /** DPM */
3161
3218
  DPM = "DPM",
3219
+ /** AzureBackupServer */
3162
3220
  AzureBackupServer = "AzureBackupServer",
3221
+ /** AzureSql */
3163
3222
  AzureSql = "AzureSql",
3223
+ /** AzureStorage */
3164
3224
  AzureStorage = "AzureStorage",
3225
+ /** AzureWorkload */
3165
3226
  AzureWorkload = "AzureWorkload",
3227
+ /** DefaultBackup */
3166
3228
  DefaultBackup = "DefaultBackup"
3167
3229
  }
3168
3230
  /**
@@ -3183,11 +3245,17 @@ export declare enum KnownBackupManagementType {
3183
3245
  export declare type BackupManagementType = string;
3184
3246
  /** Known values of {@link UsagesUnit} that the service accepts. */
3185
3247
  export declare enum KnownUsagesUnit {
3248
+ /** Count */
3186
3249
  Count = "Count",
3250
+ /** Bytes */
3187
3251
  Bytes = "Bytes",
3252
+ /** Seconds */
3188
3253
  Seconds = "Seconds",
3254
+ /** Percent */
3189
3255
  Percent = "Percent",
3256
+ /** CountPerSecond */
3190
3257
  CountPerSecond = "CountPerSecond",
3258
+ /** BytesPerSecond */
3191
3259
  BytesPerSecond = "BytesPerSecond"
3192
3260
  }
3193
3261
  /**
@@ -3205,8 +3273,11 @@ export declare enum KnownUsagesUnit {
3205
3273
  export declare type UsagesUnit = string;
3206
3274
  /** Known values of {@link EnhancedSecurityState} that the service accepts. */
3207
3275
  export declare enum KnownEnhancedSecurityState {
3276
+ /** Invalid */
3208
3277
  Invalid = "Invalid",
3278
+ /** Enabled */
3209
3279
  Enabled = "Enabled",
3280
+ /** Disabled */
3210
3281
  Disabled = "Disabled"
3211
3282
  }
3212
3283
  /**
@@ -3221,8 +3292,11 @@ export declare enum KnownEnhancedSecurityState {
3221
3292
  export declare type EnhancedSecurityState = string;
3222
3293
  /** Known values of {@link SoftDeleteFeatureState} that the service accepts. */
3223
3294
  export declare enum KnownSoftDeleteFeatureState {
3295
+ /** Invalid */
3224
3296
  Invalid = "Invalid",
3297
+ /** Enabled */
3225
3298
  Enabled = "Enabled",
3299
+ /** Disabled */
3226
3300
  Disabled = "Disabled"
3227
3301
  }
3228
3302
  /**
@@ -3237,8 +3311,11 @@ export declare enum KnownSoftDeleteFeatureState {
3237
3311
  export declare type SoftDeleteFeatureState = string;
3238
3312
  /** Known values of {@link EncryptionAtRestType} that the service accepts. */
3239
3313
  export declare enum KnownEncryptionAtRestType {
3314
+ /** Invalid */
3240
3315
  Invalid = "Invalid",
3316
+ /** MicrosoftManaged */
3241
3317
  MicrosoftManaged = "MicrosoftManaged",
3318
+ /** CustomerManaged */
3242
3319
  CustomerManaged = "CustomerManaged"
3243
3320
  }
3244
3321
  /**
@@ -3253,13 +3330,21 @@ export declare enum KnownEncryptionAtRestType {
3253
3330
  export declare type EncryptionAtRestType = string;
3254
3331
  /** Known values of {@link LastUpdateStatus} that the service accepts. */
3255
3332
  export declare enum KnownLastUpdateStatus {
3333
+ /** Invalid */
3256
3334
  Invalid = "Invalid",
3335
+ /** NotEnabled */
3257
3336
  NotEnabled = "NotEnabled",
3337
+ /** PartiallySucceeded */
3258
3338
  PartiallySucceeded = "PartiallySucceeded",
3339
+ /** PartiallyFailed */
3259
3340
  PartiallyFailed = "PartiallyFailed",
3341
+ /** Failed */
3260
3342
  Failed = "Failed",
3343
+ /** Succeeded */
3261
3344
  Succeeded = "Succeeded",
3345
+ /** Initialized */
3262
3346
  Initialized = "Initialized",
3347
+ /** FirstInitialization */
3263
3348
  FirstInitialization = "FirstInitialization"
3264
3349
  }
3265
3350
  /**
@@ -3279,8 +3364,11 @@ export declare enum KnownLastUpdateStatus {
3279
3364
  export declare type LastUpdateStatus = string;
3280
3365
  /** Known values of {@link InfrastructureEncryptionState} that the service accepts. */
3281
3366
  export declare enum KnownInfrastructureEncryptionState {
3367
+ /** Invalid */
3282
3368
  Invalid = "Invalid",
3369
+ /** Disabled */
3283
3370
  Disabled = "Disabled",
3371
+ /** Enabled */
3284
3372
  Enabled = "Enabled"
3285
3373
  }
3286
3374
  /**
@@ -3295,9 +3383,13 @@ export declare enum KnownInfrastructureEncryptionState {
3295
3383
  export declare type InfrastructureEncryptionState = string;
3296
3384
  /** Known values of {@link ProvisioningState} that the service accepts. */
3297
3385
  export declare enum KnownProvisioningState {
3386
+ /** Succeeded */
3298
3387
  Succeeded = "Succeeded",
3388
+ /** Deleting */
3299
3389
  Deleting = "Deleting",
3390
+ /** Failed */
3300
3391
  Failed = "Failed",
3392
+ /** Pending */
3301
3393
  Pending = "Pending"
3302
3394
  }
3303
3395
  /**
@@ -3313,9 +3405,13 @@ export declare enum KnownProvisioningState {
3313
3405
  export declare type ProvisioningState = string;
3314
3406
  /** Known values of {@link PrivateEndpointConnectionStatus} that the service accepts. */
3315
3407
  export declare enum KnownPrivateEndpointConnectionStatus {
3408
+ /** Pending */
3316
3409
  Pending = "Pending",
3410
+ /** Approved */
3317
3411
  Approved = "Approved",
3412
+ /** Rejected */
3318
3413
  Rejected = "Rejected",
3414
+ /** Disconnected */
3319
3415
  Disconnected = "Disconnected"
3320
3416
  }
3321
3417
  /**
@@ -3331,10 +3427,15 @@ export declare enum KnownPrivateEndpointConnectionStatus {
3331
3427
  export declare type PrivateEndpointConnectionStatus = string;
3332
3428
  /** Known values of {@link OperationStatusValues} that the service accepts. */
3333
3429
  export declare enum KnownOperationStatusValues {
3430
+ /** Invalid */
3334
3431
  Invalid = "Invalid",
3432
+ /** InProgress */
3335
3433
  InProgress = "InProgress",
3434
+ /** Succeeded */
3336
3435
  Succeeded = "Succeeded",
3436
+ /** Failed */
3337
3437
  Failed = "Failed",
3438
+ /** Canceled */
3338
3439
  Canceled = "Canceled"
3339
3440
  }
3340
3441
  /**
@@ -3351,8 +3452,11 @@ export declare enum KnownOperationStatusValues {
3351
3452
  export declare type OperationStatusValues = string;
3352
3453
  /** Known values of {@link DataMoveLevel} that the service accepts. */
3353
3454
  export declare enum KnownDataMoveLevel {
3455
+ /** Invalid */
3354
3456
  Invalid = "Invalid",
3457
+ /** Vault */
3355
3458
  Vault = "Vault",
3459
+ /** Container */
3356
3460
  Container = "Container"
3357
3461
  }
3358
3462
  /**
@@ -3367,8 +3471,11 @@ export declare enum KnownDataMoveLevel {
3367
3471
  export declare type DataMoveLevel = string;
3368
3472
  /** Known values of {@link CreateMode} that the service accepts. */
3369
3473
  export declare enum KnownCreateMode {
3474
+ /** Invalid */
3370
3475
  Invalid = "Invalid",
3476
+ /** Default */
3371
3477
  Default = "Default",
3478
+ /** Recover */
3372
3479
  Recover = "Recover"
3373
3480
  }
3374
3481
  /**
@@ -3383,8 +3490,11 @@ export declare enum KnownCreateMode {
3383
3490
  export declare type CreateMode = string;
3384
3491
  /** Known values of {@link BackupEngineType} that the service accepts. */
3385
3492
  export declare enum KnownBackupEngineType {
3493
+ /** Invalid */
3386
3494
  Invalid = "Invalid",
3495
+ /** DpmBackupEngine */
3387
3496
  DpmBackupEngine = "DpmBackupEngine",
3497
+ /** AzureBackupServerEngine */
3388
3498
  AzureBackupServerEngine = "AzureBackupServerEngine"
3389
3499
  }
3390
3500
  /**
@@ -3399,23 +3509,41 @@ export declare enum KnownBackupEngineType {
3399
3509
  export declare type BackupEngineType = string;
3400
3510
  /** Known values of {@link ContainerType} that the service accepts. */
3401
3511
  export declare enum KnownContainerType {
3512
+ /** Invalid */
3402
3513
  Invalid = "Invalid",
3514
+ /** Unknown */
3403
3515
  Unknown = "Unknown",
3516
+ /** IaasVMContainer */
3404
3517
  IaasVMContainer = "IaasVMContainer",
3518
+ /** IaasVMServiceContainer */
3405
3519
  IaasVMServiceContainer = "IaasVMServiceContainer",
3520
+ /** DPMContainer */
3406
3521
  DPMContainer = "DPMContainer",
3522
+ /** AzureBackupServerContainer */
3407
3523
  AzureBackupServerContainer = "AzureBackupServerContainer",
3524
+ /** MABContainer */
3408
3525
  MABContainer = "MABContainer",
3526
+ /** Cluster */
3409
3527
  Cluster = "Cluster",
3528
+ /** AzureSqlContainer */
3410
3529
  AzureSqlContainer = "AzureSqlContainer",
3530
+ /** Windows */
3411
3531
  Windows = "Windows",
3532
+ /** VCenter */
3412
3533
  VCenter = "VCenter",
3534
+ /** VMAppContainer */
3413
3535
  VMAppContainer = "VMAppContainer",
3536
+ /** SqlagWorkLoadContainer */
3414
3537
  SqlagWorkLoadContainer = "SQLAGWorkLoadContainer",
3538
+ /** StorageContainer */
3415
3539
  StorageContainer = "StorageContainer",
3540
+ /** GenericContainer */
3416
3541
  GenericContainer = "GenericContainer",
3542
+ /** MicrosoftClassicComputeVirtualMachines */
3417
3543
  MicrosoftClassicComputeVirtualMachines = "Microsoft.ClassicCompute/virtualMachines",
3544
+ /** MicrosoftComputeVirtualMachines */
3418
3545
  MicrosoftComputeVirtualMachines = "Microsoft.Compute/virtualMachines",
3546
+ /** AzureWorkloadContainer */
3419
3547
  AzureWorkloadContainer = "AzureWorkloadContainer"
3420
3548
  }
3421
3549
  /**
@@ -3445,11 +3573,17 @@ export declare enum KnownContainerType {
3445
3573
  export declare type ContainerType = string;
3446
3574
  /** Known values of {@link ProtectionState} that the service accepts. */
3447
3575
  export declare enum KnownProtectionState {
3576
+ /** Invalid */
3448
3577
  Invalid = "Invalid",
3578
+ /** IRPending */
3449
3579
  IRPending = "IRPending",
3580
+ /** Protected */
3450
3581
  Protected = "Protected",
3582
+ /** ProtectionError */
3451
3583
  ProtectionError = "ProtectionError",
3584
+ /** ProtectionStopped */
3452
3585
  ProtectionStopped = "ProtectionStopped",
3586
+ /** ProtectionPaused */
3453
3587
  ProtectionPaused = "ProtectionPaused"
3454
3588
  }
3455
3589
  /**
@@ -3467,11 +3601,17 @@ export declare enum KnownProtectionState {
3467
3601
  export declare type ProtectionState = string;
3468
3602
  /** Known values of {@link ResourceHealthStatus} that the service accepts. */
3469
3603
  export declare enum KnownResourceHealthStatus {
3604
+ /** Healthy */
3470
3605
  Healthy = "Healthy",
3606
+ /** TransientDegraded */
3471
3607
  TransientDegraded = "TransientDegraded",
3608
+ /** PersistentDegraded */
3472
3609
  PersistentDegraded = "PersistentDegraded",
3610
+ /** TransientUnhealthy */
3473
3611
  TransientUnhealthy = "TransientUnhealthy",
3612
+ /** PersistentUnhealthy */
3474
3613
  PersistentUnhealthy = "PersistentUnhealthy",
3614
+ /** Invalid */
3475
3615
  Invalid = "Invalid"
3476
3616
  }
3477
3617
  /**
@@ -3489,10 +3629,15 @@ export declare enum KnownResourceHealthStatus {
3489
3629
  export declare type ResourceHealthStatus = string;
3490
3630
  /** Known values of {@link RecoveryType} that the service accepts. */
3491
3631
  export declare enum KnownRecoveryType {
3632
+ /** Invalid */
3492
3633
  Invalid = "Invalid",
3634
+ /** OriginalLocation */
3493
3635
  OriginalLocation = "OriginalLocation",
3636
+ /** AlternateLocation */
3494
3637
  AlternateLocation = "AlternateLocation",
3638
+ /** RestoreDisks */
3495
3639
  RestoreDisks = "RestoreDisks",
3640
+ /** Offline */
3496
3641
  Offline = "Offline"
3497
3642
  }
3498
3643
  /**
@@ -3509,10 +3654,15 @@ export declare enum KnownRecoveryType {
3509
3654
  export declare type RecoveryType = string;
3510
3655
  /** Known values of {@link CopyOptions} that the service accepts. */
3511
3656
  export declare enum KnownCopyOptions {
3657
+ /** Invalid */
3512
3658
  Invalid = "Invalid",
3659
+ /** CreateCopy */
3513
3660
  CreateCopy = "CreateCopy",
3661
+ /** Skip */
3514
3662
  Skip = "Skip",
3663
+ /** Overwrite */
3515
3664
  Overwrite = "Overwrite",
3665
+ /** FailOnConflict */
3516
3666
  FailOnConflict = "FailOnConflict"
3517
3667
  }
3518
3668
  /**
@@ -3529,8 +3679,11 @@ export declare enum KnownCopyOptions {
3529
3679
  export declare type CopyOptions = string;
3530
3680
  /** Known values of {@link RestoreRequestType} that the service accepts. */
3531
3681
  export declare enum KnownRestoreRequestType {
3682
+ /** Invalid */
3532
3683
  Invalid = "Invalid",
3684
+ /** FullShareRestore */
3533
3685
  FullShareRestore = "FullShareRestore",
3686
+ /** ItemLevelRestore */
3534
3687
  ItemLevelRestore = "ItemLevelRestore"
3535
3688
  }
3536
3689
  /**
@@ -3545,20 +3698,35 @@ export declare enum KnownRestoreRequestType {
3545
3698
  export declare type RestoreRequestType = string;
3546
3699
  /** Known values of {@link WorkloadType} that the service accepts. */
3547
3700
  export declare enum KnownWorkloadType {
3701
+ /** Invalid */
3548
3702
  Invalid = "Invalid",
3703
+ /** VM */
3549
3704
  VM = "VM",
3705
+ /** FileFolder */
3550
3706
  FileFolder = "FileFolder",
3707
+ /** AzureSqlDb */
3551
3708
  AzureSqlDb = "AzureSqlDb",
3709
+ /** Sqldb */
3552
3710
  Sqldb = "SQLDB",
3711
+ /** Exchange */
3553
3712
  Exchange = "Exchange",
3713
+ /** Sharepoint */
3554
3714
  Sharepoint = "Sharepoint",
3715
+ /** VMwareVM */
3555
3716
  VMwareVM = "VMwareVM",
3717
+ /** SystemState */
3556
3718
  SystemState = "SystemState",
3719
+ /** Client */
3557
3720
  Client = "Client",
3721
+ /** GenericDataSource */
3558
3722
  GenericDataSource = "GenericDataSource",
3723
+ /** SQLDataBase */
3559
3724
  SQLDataBase = "SQLDataBase",
3725
+ /** AzureFileShare */
3560
3726
  AzureFileShare = "AzureFileShare",
3727
+ /** SAPHanaDatabase */
3561
3728
  SAPHanaDatabase = "SAPHanaDatabase",
3729
+ /** SAPAseDatabase */
3562
3730
  SAPAseDatabase = "SAPAseDatabase"
3563
3731
  }
3564
3732
  /**
@@ -3585,11 +3753,17 @@ export declare enum KnownWorkloadType {
3585
3753
  export declare type WorkloadType = string;
3586
3754
  /** Known values of {@link PolicyType} that the service accepts. */
3587
3755
  export declare enum KnownPolicyType {
3756
+ /** Invalid */
3588
3757
  Invalid = "Invalid",
3758
+ /** Full */
3589
3759
  Full = "Full",
3760
+ /** Differential */
3590
3761
  Differential = "Differential",
3762
+ /** Log */
3591
3763
  Log = "Log",
3764
+ /** CopyOnlyFull */
3592
3765
  CopyOnlyFull = "CopyOnlyFull",
3766
+ /** Incremental */
3593
3767
  Incremental = "Incremental"
3594
3768
  }
3595
3769
  /**
@@ -3607,9 +3781,13 @@ export declare enum KnownPolicyType {
3607
3781
  export declare type PolicyType = string;
3608
3782
  /** Known values of {@link HealthStatus} that the service accepts. */
3609
3783
  export declare enum KnownHealthStatus {
3784
+ /** Passed */
3610
3785
  Passed = "Passed",
3786
+ /** ActionRequired */
3611
3787
  ActionRequired = "ActionRequired",
3788
+ /** ActionSuggested */
3612
3789
  ActionSuggested = "ActionSuggested",
3790
+ /** Invalid */
3613
3791
  Invalid = "Invalid"
3614
3792
  }
3615
3793
  /**
@@ -3625,8 +3803,11 @@ export declare enum KnownHealthStatus {
3625
3803
  export declare type HealthStatus = string;
3626
3804
  /** Known values of {@link IaasvmPolicyType} that the service accepts. */
3627
3805
  export declare enum KnownIaasvmPolicyType {
3806
+ /** Invalid */
3628
3807
  Invalid = "Invalid",
3808
+ /** V1 */
3629
3809
  V1 = "V1",
3810
+ /** V2 */
3630
3811
  V2 = "V2"
3631
3812
  }
3632
3813
  /**
@@ -3641,11 +3822,17 @@ export declare enum KnownIaasvmPolicyType {
3641
3822
  export declare type IaasvmPolicyType = string;
3642
3823
  /** Known values of {@link ProtectedItemState} that the service accepts. */
3643
3824
  export declare enum KnownProtectedItemState {
3825
+ /** Invalid */
3644
3826
  Invalid = "Invalid",
3827
+ /** IRPending */
3645
3828
  IRPending = "IRPending",
3829
+ /** Protected */
3646
3830
  Protected = "Protected",
3831
+ /** ProtectionError */
3647
3832
  ProtectionError = "ProtectionError",
3833
+ /** ProtectionStopped */
3648
3834
  ProtectionStopped = "ProtectionStopped",
3835
+ /** ProtectionPaused */
3649
3836
  ProtectionPaused = "ProtectionPaused"
3650
3837
  }
3651
3838
  /**
@@ -3663,9 +3850,13 @@ export declare enum KnownProtectedItemState {
3663
3850
  export declare type ProtectedItemState = string;
3664
3851
  /** Known values of {@link LastBackupStatus} that the service accepts. */
3665
3852
  export declare enum KnownLastBackupStatus {
3853
+ /** Invalid */
3666
3854
  Invalid = "Invalid",
3855
+ /** Healthy */
3667
3856
  Healthy = "Healthy",
3857
+ /** Unhealthy */
3668
3858
  Unhealthy = "Unhealthy",
3859
+ /** IRPending */
3669
3860
  IRPending = "IRPending"
3670
3861
  }
3671
3862
  /**
@@ -3681,10 +3872,15 @@ export declare enum KnownLastBackupStatus {
3681
3872
  export declare type LastBackupStatus = string;
3682
3873
  /** Known values of {@link ProtectedItemHealthStatus} that the service accepts. */
3683
3874
  export declare enum KnownProtectedItemHealthStatus {
3875
+ /** Invalid */
3684
3876
  Invalid = "Invalid",
3877
+ /** Healthy */
3685
3878
  Healthy = "Healthy",
3879
+ /** Unhealthy */
3686
3880
  Unhealthy = "Unhealthy",
3881
+ /** NotReachable */
3687
3882
  NotReachable = "NotReachable",
3883
+ /** IRPending */
3688
3884
  IRPending = "IRPending"
3689
3885
  }
3690
3886
  /**
@@ -3701,10 +3897,15 @@ export declare enum KnownProtectedItemHealthStatus {
3701
3897
  export declare type ProtectedItemHealthStatus = string;
3702
3898
  /** Known values of {@link RestorePointType} that the service accepts. */
3703
3899
  export declare enum KnownRestorePointType {
3900
+ /** Invalid */
3704
3901
  Invalid = "Invalid",
3902
+ /** Full */
3705
3903
  Full = "Full",
3904
+ /** Log */
3706
3905
  Log = "Log",
3906
+ /** Differential */
3707
3907
  Differential = "Differential",
3908
+ /** Incremental */
3708
3909
  Incremental = "Incremental"
3709
3910
  }
3710
3911
  /**
@@ -3721,8 +3922,11 @@ export declare enum KnownRestorePointType {
3721
3922
  export declare type RestorePointType = string;
3722
3923
  /** Known values of {@link OverwriteOptions} that the service accepts. */
3723
3924
  export declare enum KnownOverwriteOptions {
3925
+ /** Invalid */
3724
3926
  Invalid = "Invalid",
3927
+ /** FailOnConflict */
3725
3928
  FailOnConflict = "FailOnConflict",
3929
+ /** Overwrite */
3726
3930
  Overwrite = "Overwrite"
3727
3931
  }
3728
3932
  /**
@@ -3737,8 +3941,11 @@ export declare enum KnownOverwriteOptions {
3737
3941
  export declare type OverwriteOptions = string;
3738
3942
  /** Known values of {@link RecoveryMode} that the service accepts. */
3739
3943
  export declare enum KnownRecoveryMode {
3944
+ /** Invalid */
3740
3945
  Invalid = "Invalid",
3946
+ /** FileRecovery */
3741
3947
  FileRecovery = "FileRecovery",
3948
+ /** WorkloadRecovery */
3742
3949
  WorkloadRecovery = "WorkloadRecovery"
3743
3950
  }
3744
3951
  /**
@@ -3753,8 +3960,11 @@ export declare enum KnownRecoveryMode {
3753
3960
  export declare type RecoveryMode = string;
3754
3961
  /** Known values of {@link SQLDataDirectoryType} that the service accepts. */
3755
3962
  export declare enum KnownSQLDataDirectoryType {
3963
+ /** Invalid */
3756
3964
  Invalid = "Invalid",
3965
+ /** Data */
3757
3966
  Data = "Data",
3967
+ /** Log */
3758
3968
  Log = "Log"
3759
3969
  }
3760
3970
  /**
@@ -3769,12 +3979,19 @@ export declare enum KnownSQLDataDirectoryType {
3769
3979
  export declare type SQLDataDirectoryType = string;
3770
3980
  /** Known values of {@link RestorePointQueryType} that the service accepts. */
3771
3981
  export declare enum KnownRestorePointQueryType {
3982
+ /** Invalid */
3772
3983
  Invalid = "Invalid",
3984
+ /** Full */
3773
3985
  Full = "Full",
3986
+ /** Log */
3774
3987
  Log = "Log",
3988
+ /** Differential */
3775
3989
  Differential = "Differential",
3990
+ /** FullAndDifferential */
3776
3991
  FullAndDifferential = "FullAndDifferential",
3992
+ /** All */
3777
3993
  All = "All",
3994
+ /** Incremental */
3778
3995
  Incremental = "Incremental"
3779
3996
  }
3780
3997
  /**
@@ -3793,10 +4010,15 @@ export declare enum KnownRestorePointQueryType {
3793
4010
  export declare type RestorePointQueryType = string;
3794
4011
  /** Known values of {@link RetentionDurationType} that the service accepts. */
3795
4012
  export declare enum KnownRetentionDurationType {
4013
+ /** Invalid */
3796
4014
  Invalid = "Invalid",
4015
+ /** Days */
3797
4016
  Days = "Days",
4017
+ /** Weeks */
3798
4018
  Weeks = "Weeks",
4019
+ /** Months */
3799
4020
  Months = "Months",
4021
+ /** Years */
3800
4022
  Years = "Years"
3801
4023
  }
3802
4024
  /**
@@ -3813,12 +4035,19 @@ export declare enum KnownRetentionDurationType {
3813
4035
  export declare type RetentionDurationType = string;
3814
4036
  /** Known values of {@link JobStatus} that the service accepts. */
3815
4037
  export declare enum KnownJobStatus {
4038
+ /** Invalid */
3816
4039
  Invalid = "Invalid",
4040
+ /** InProgress */
3817
4041
  InProgress = "InProgress",
4042
+ /** Completed */
3818
4043
  Completed = "Completed",
4044
+ /** Failed */
3819
4045
  Failed = "Failed",
4046
+ /** CompletedWithWarnings */
3820
4047
  CompletedWithWarnings = "CompletedWithWarnings",
4048
+ /** Cancelled */
3821
4049
  Cancelled = "Cancelled",
4050
+ /** Cancelling */
3822
4051
  Cancelling = "Cancelling"
3823
4052
  }
3824
4053
  /**
@@ -3837,16 +4066,27 @@ export declare enum KnownJobStatus {
3837
4066
  export declare type JobStatus = string;
3838
4067
  /** Known values of {@link JobOperationType} that the service accepts. */
3839
4068
  export declare enum KnownJobOperationType {
4069
+ /** Invalid */
3840
4070
  Invalid = "Invalid",
4071
+ /** Register */
3841
4072
  Register = "Register",
4073
+ /** UnRegister */
3842
4074
  UnRegister = "UnRegister",
4075
+ /** ConfigureBackup */
3843
4076
  ConfigureBackup = "ConfigureBackup",
4077
+ /** Backup */
3844
4078
  Backup = "Backup",
4079
+ /** Restore */
3845
4080
  Restore = "Restore",
4081
+ /** DisableBackup */
3846
4082
  DisableBackup = "DisableBackup",
4083
+ /** DeleteBackupData */
3847
4084
  DeleteBackupData = "DeleteBackupData",
4085
+ /** CrossRegionRestore */
3848
4086
  CrossRegionRestore = "CrossRegionRestore",
4087
+ /** Undelete */
3849
4088
  Undelete = "Undelete",
4089
+ /** UpdateCustomerManagedKey */
3850
4090
  UpdateCustomerManagedKey = "UpdateCustomerManagedKey"
3851
4091
  }
3852
4092
  /**
@@ -3869,8 +4109,11 @@ export declare enum KnownJobOperationType {
3869
4109
  export declare type JobOperationType = string;
3870
4110
  /** Known values of {@link RetentionScheduleFormat} that the service accepts. */
3871
4111
  export declare enum KnownRetentionScheduleFormat {
4112
+ /** Invalid */
3872
4113
  Invalid = "Invalid",
4114
+ /** Daily */
3873
4115
  Daily = "Daily",
4116
+ /** Weekly */
3874
4117
  Weekly = "Weekly"
3875
4118
  }
3876
4119
  /**
@@ -3885,20 +4128,35 @@ export declare enum KnownRetentionScheduleFormat {
3885
4128
  export declare type RetentionScheduleFormat = string;
3886
4129
  /** Known values of {@link MabServerType} that the service accepts. */
3887
4130
  export declare enum KnownMabServerType {
4131
+ /** Invalid */
3888
4132
  Invalid = "Invalid",
4133
+ /** Unknown */
3889
4134
  Unknown = "Unknown",
4135
+ /** IaasVMContainer */
3890
4136
  IaasVMContainer = "IaasVMContainer",
4137
+ /** IaasVMServiceContainer */
3891
4138
  IaasVMServiceContainer = "IaasVMServiceContainer",
4139
+ /** DPMContainer */
3892
4140
  DPMContainer = "DPMContainer",
4141
+ /** AzureBackupServerContainer */
3893
4142
  AzureBackupServerContainer = "AzureBackupServerContainer",
4143
+ /** MABContainer */
3894
4144
  MABContainer = "MABContainer",
4145
+ /** Cluster */
3895
4146
  Cluster = "Cluster",
4147
+ /** AzureSqlContainer */
3896
4148
  AzureSqlContainer = "AzureSqlContainer",
4149
+ /** Windows */
3897
4150
  Windows = "Windows",
4151
+ /** VCenter */
3898
4152
  VCenter = "VCenter",
4153
+ /** VMAppContainer */
3899
4154
  VMAppContainer = "VMAppContainer",
4155
+ /** SqlagWorkLoadContainer */
3900
4156
  SqlagWorkLoadContainer = "SQLAGWorkLoadContainer",
4157
+ /** StorageContainer */
3901
4158
  StorageContainer = "StorageContainer",
4159
+ /** GenericContainer */
3902
4160
  GenericContainer = "GenericContainer"
3903
4161
  }
3904
4162
  /**
@@ -3925,9 +4183,13 @@ export declare enum KnownMabServerType {
3925
4183
  export declare type MabServerType = string;
3926
4184
  /** Known values of {@link HealthState} that the service accepts. */
3927
4185
  export declare enum KnownHealthState {
4186
+ /** Passed */
3928
4187
  Passed = "Passed",
4188
+ /** ActionRequired */
3929
4189
  ActionRequired = "ActionRequired",
4190
+ /** ActionSuggested */
3930
4191
  ActionSuggested = "ActionSuggested",
4192
+ /** Invalid */
3931
4193
  Invalid = "Invalid"
3932
4194
  }
3933
4195
  /**
@@ -3943,9 +4205,13 @@ export declare enum KnownHealthState {
3943
4205
  export declare type HealthState = string;
3944
4206
  /** Known values of {@link ScheduleRunType} that the service accepts. */
3945
4207
  export declare enum KnownScheduleRunType {
4208
+ /** Invalid */
3946
4209
  Invalid = "Invalid",
4210
+ /** Daily */
3947
4211
  Daily = "Daily",
4212
+ /** Weekly */
3948
4213
  Weekly = "Weekly",
4214
+ /** Hourly */
3949
4215
  Hourly = "Hourly"
3950
4216
  }
3951
4217
  /**
@@ -3961,8 +4227,11 @@ export declare enum KnownScheduleRunType {
3961
4227
  export declare type ScheduleRunType = string;
3962
4228
  /** Known values of {@link AzureFileShareType} that the service accepts. */
3963
4229
  export declare enum KnownAzureFileShareType {
4230
+ /** Invalid */
3964
4231
  Invalid = "Invalid",
4232
+ /** Xsmb */
3965
4233
  Xsmb = "XSMB",
4234
+ /** XSync */
3966
4235
  XSync = "XSync"
3967
4236
  }
3968
4237
  /**
@@ -3977,8 +4246,11 @@ export declare enum KnownAzureFileShareType {
3977
4246
  export declare type AzureFileShareType = string;
3978
4247
  /** Known values of {@link OperationType} that the service accepts. */
3979
4248
  export declare enum KnownOperationType {
4249
+ /** Invalid */
3980
4250
  Invalid = "Invalid",
4251
+ /** Register */
3981
4252
  Register = "Register",
4253
+ /** Reregister */
3982
4254
  Reregister = "Reregister"
3983
4255
  }
3984
4256
  /**
@@ -3993,7 +4265,9 @@ export declare enum KnownOperationType {
3993
4265
  export declare type OperationType = string;
3994
4266
  /** Known values of {@link AcquireStorageAccountLock} that the service accepts. */
3995
4267
  export declare enum KnownAcquireStorageAccountLock {
4268
+ /** Acquire */
3996
4269
  Acquire = "Acquire",
4270
+ /** NotAcquire */
3997
4271
  NotAcquire = "NotAcquire"
3998
4272
  }
3999
4273
  /**
@@ -4007,8 +4281,11 @@ export declare enum KnownAcquireStorageAccountLock {
4007
4281
  export declare type AcquireStorageAccountLock = string;
4008
4282
  /** Known values of {@link InquiryStatus} that the service accepts. */
4009
4283
  export declare enum KnownInquiryStatus {
4284
+ /** Invalid */
4010
4285
  Invalid = "Invalid",
4286
+ /** Success */
4011
4287
  Success = "Success",
4288
+ /** Failed */
4012
4289
  Failed = "Failed"
4013
4290
  }
4014
4291
  /**
@@ -4023,11 +4300,17 @@ export declare enum KnownInquiryStatus {
4023
4300
  export declare type InquiryStatus = string;
4024
4301
  /** Known values of {@link BackupType} that the service accepts. */
4025
4302
  export declare enum KnownBackupType {
4303
+ /** Invalid */
4026
4304
  Invalid = "Invalid",
4305
+ /** Full */
4027
4306
  Full = "Full",
4307
+ /** Differential */
4028
4308
  Differential = "Differential",
4309
+ /** Log */
4029
4310
  Log = "Log",
4311
+ /** CopyOnlyFull */
4030
4312
  CopyOnlyFull = "CopyOnlyFull",
4313
+ /** Incremental */
4031
4314
  Incremental = "Incremental"
4032
4315
  }
4033
4316
  /**
@@ -4045,12 +4328,19 @@ export declare enum KnownBackupType {
4045
4328
  export declare type BackupType = string;
4046
4329
  /** Known values of {@link WorkloadItemType} that the service accepts. */
4047
4330
  export declare enum KnownWorkloadItemType {
4331
+ /** Invalid */
4048
4332
  Invalid = "Invalid",
4333
+ /** SQLInstance */
4049
4334
  SQLInstance = "SQLInstance",
4335
+ /** SQLDataBase */
4050
4336
  SQLDataBase = "SQLDataBase",
4337
+ /** SAPHanaSystem */
4051
4338
  SAPHanaSystem = "SAPHanaSystem",
4339
+ /** SAPHanaDatabase */
4052
4340
  SAPHanaDatabase = "SAPHanaDatabase",
4341
+ /** SAPAseSystem */
4053
4342
  SAPAseSystem = "SAPAseSystem",
4343
+ /** SAPAseDatabase */
4054
4344
  SAPAseDatabase = "SAPAseDatabase"
4055
4345
  }
4056
4346
  /**
@@ -4069,8 +4359,11 @@ export declare enum KnownWorkloadItemType {
4069
4359
  export declare type WorkloadItemType = string;
4070
4360
  /** Known values of {@link Type} that the service accepts. */
4071
4361
  export declare enum KnownType {
4362
+ /** Invalid */
4072
4363
  Invalid = "Invalid",
4364
+ /** BackupProtectedItemCountSummary */
4073
4365
  BackupProtectedItemCountSummary = "BackupProtectedItemCountSummary",
4366
+ /** BackupProtectionContainerCountSummary */
4074
4367
  BackupProtectionContainerCountSummary = "BackupProtectionContainerCountSummary"
4075
4368
  }
4076
4369
  /**
@@ -4085,8 +4378,11 @@ export declare enum KnownType {
4085
4378
  export declare type Type = string;
4086
4379
  /** Known values of {@link IntentItemType} that the service accepts. */
4087
4380
  export declare enum KnownIntentItemType {
4381
+ /** Invalid */
4088
4382
  Invalid = "Invalid",
4383
+ /** SQLInstance */
4089
4384
  SQLInstance = "SQLInstance",
4385
+ /** SQLAvailabilityGroupContainer */
4090
4386
  SQLAvailabilityGroupContainer = "SQLAvailabilityGroupContainer"
4091
4387
  }
4092
4388
  /**
@@ -4101,20 +4397,35 @@ export declare enum KnownIntentItemType {
4101
4397
  export declare type IntentItemType = string;
4102
4398
  /** Known values of {@link BackupItemType} that the service accepts. */
4103
4399
  export declare enum KnownBackupItemType {
4400
+ /** Invalid */
4104
4401
  Invalid = "Invalid",
4402
+ /** VM */
4105
4403
  VM = "VM",
4404
+ /** FileFolder */
4106
4405
  FileFolder = "FileFolder",
4406
+ /** AzureSqlDb */
4107
4407
  AzureSqlDb = "AzureSqlDb",
4408
+ /** Sqldb */
4108
4409
  Sqldb = "SQLDB",
4410
+ /** Exchange */
4109
4411
  Exchange = "Exchange",
4412
+ /** Sharepoint */
4110
4413
  Sharepoint = "Sharepoint",
4414
+ /** VMwareVM */
4111
4415
  VMwareVM = "VMwareVM",
4416
+ /** SystemState */
4112
4417
  SystemState = "SystemState",
4418
+ /** Client */
4113
4419
  Client = "Client",
4420
+ /** GenericDataSource */
4114
4421
  GenericDataSource = "GenericDataSource",
4422
+ /** SQLDataBase */
4115
4423
  SQLDataBase = "SQLDataBase",
4424
+ /** AzureFileShare */
4116
4425
  AzureFileShare = "AzureFileShare",
4426
+ /** SAPHanaDatabase */
4117
4427
  SAPHanaDatabase = "SAPHanaDatabase",
4428
+ /** SAPAseDatabase */
4118
4429
  SAPAseDatabase = "SAPAseDatabase"
4119
4430
  }
4120
4431
  /**
@@ -4141,7 +4452,9 @@ export declare enum KnownBackupItemType {
4141
4452
  export declare type BackupItemType = string;
4142
4453
  /** Known values of {@link RehydrationPriority} that the service accepts. */
4143
4454
  export declare enum KnownRehydrationPriority {
4455
+ /** Standard */
4144
4456
  Standard = "Standard",
4457
+ /** High */
4145
4458
  High = "High"
4146
4459
  }
4147
4460
  /**
@@ -4219,10 +4532,6 @@ export interface BackupProtectionIntentListOptionalParams extends coreClient.Ope
4219
4532
  export declare type BackupProtectionIntentListResponse = ProtectionIntentResourceList;
4220
4533
  /** Optional parameters. */
4221
4534
  export interface BackupProtectionIntentListNextOptionalParams extends coreClient.OperationOptions {
4222
- /** OData filter options. */
4223
- filter?: string;
4224
- /** skipToken Filter. */
4225
- skipToken?: string;
4226
4535
  }
4227
4536
  /** Contains response data for the listNext operation. */
4228
4537
  export declare type BackupProtectionIntentListNextResponse = ProtectionIntentResourceList;
@@ -4359,8 +4668,6 @@ export interface RecoveryPointsGetOptionalParams extends coreClient.OperationOpt
4359
4668
  export declare type RecoveryPointsGetResponse = RecoveryPointResource;
4360
4669
  /** Optional parameters. */
4361
4670
  export interface RecoveryPointsListNextOptionalParams extends coreClient.OperationOptions {
4362
- /** OData filter options. */
4363
- filter?: string;
4364
4671
  }
4365
4672
  /** Contains response data for the listNext operation. */
4366
4673
  export declare type RecoveryPointsListNextResponse = RecoveryPointResourceList;
@@ -4380,8 +4687,6 @@ export interface BackupPoliciesListOptionalParams extends coreClient.OperationOp
4380
4687
  export declare type BackupPoliciesListResponse = ProtectionPolicyResourceList;
4381
4688
  /** Optional parameters. */
4382
4689
  export interface BackupPoliciesListNextOptionalParams extends coreClient.OperationOptions {
4383
- /** OData filter options. */
4384
- filter?: string;
4385
4690
  }
4386
4691
  /** Contains response data for the listNext operation. */
4387
4692
  export declare type BackupPoliciesListNextResponse = ProtectionPolicyResourceList;
@@ -4418,10 +4723,6 @@ export interface BackupJobsListOptionalParams extends coreClient.OperationOption
4418
4723
  export declare type BackupJobsListResponse = JobResourceList;
4419
4724
  /** Optional parameters. */
4420
4725
  export interface BackupJobsListNextOptionalParams extends coreClient.OperationOptions {
4421
- /** OData filter options. */
4422
- filter?: string;
4423
- /** skipToken Filter. */
4424
- skipToken?: string;
4425
4726
  }
4426
4727
  /** Contains response data for the listNext operation. */
4427
4728
  export declare type BackupJobsListNextResponse = JobResourceList;
@@ -4457,10 +4758,6 @@ export interface BackupProtectedItemsListOptionalParams extends coreClient.Opera
4457
4758
  export declare type BackupProtectedItemsListResponse = ProtectedItemResourceList;
4458
4759
  /** Optional parameters. */
4459
4760
  export interface BackupProtectedItemsListNextOptionalParams extends coreClient.OperationOptions {
4460
- /** OData filter options. */
4461
- filter?: string;
4462
- /** skipToken Filter. */
4463
- skipToken?: string;
4464
4761
  }
4465
4762
  /** Contains response data for the listNext operation. */
4466
4763
  export declare type BackupProtectedItemsListNextResponse = ProtectedItemResourceList;
@@ -4506,10 +4803,6 @@ export interface BackupEnginesGetOptionalParams extends coreClient.OperationOpti
4506
4803
  export declare type BackupEnginesGetResponse = BackupEngineBaseResource;
4507
4804
  /** Optional parameters. */
4508
4805
  export interface BackupEnginesListNextOptionalParams extends coreClient.OperationOptions {
4509
- /** OData filter options. */
4510
- filter?: string;
4511
- /** skipToken Filter. */
4512
- skipToken?: string;
4513
4806
  }
4514
4807
  /** Contains response data for the listNext operation. */
4515
4808
  export declare type BackupEnginesListNextResponse = BackupEngineBaseResourceList;
@@ -4525,8 +4818,6 @@ export interface ProtectableContainersListOptionalParams extends coreClient.Oper
4525
4818
  export declare type ProtectableContainersListResponse = ProtectableContainerResourceList;
4526
4819
  /** Optional parameters. */
4527
4820
  export interface ProtectableContainersListNextOptionalParams extends coreClient.OperationOptions {
4528
- /** OData filter options. */
4529
- filter?: string;
4530
4821
  }
4531
4822
  /** Contains response data for the listNext operation. */
4532
4823
  export declare type ProtectableContainersListNextResponse = ProtectableContainerResourceList;
@@ -4564,10 +4855,6 @@ export interface BackupWorkloadItemsListOptionalParams extends coreClient.Operat
4564
4855
  export declare type BackupWorkloadItemsListResponse = WorkloadItemResourceList;
4565
4856
  /** Optional parameters. */
4566
4857
  export interface BackupWorkloadItemsListNextOptionalParams extends coreClient.OperationOptions {
4567
- /** OData filter options. */
4568
- filter?: string;
4569
- /** skipToken Filter. */
4570
- skipToken?: string;
4571
4858
  }
4572
4859
  /** Contains response data for the listNext operation. */
4573
4860
  export declare type BackupWorkloadItemsListNextResponse = WorkloadItemResourceList;
@@ -4614,10 +4901,6 @@ export interface BackupProtectableItemsListOptionalParams extends coreClient.Ope
4614
4901
  export declare type BackupProtectableItemsListResponse = WorkloadProtectableItemResourceList;
4615
4902
  /** Optional parameters. */
4616
4903
  export interface BackupProtectableItemsListNextOptionalParams extends coreClient.OperationOptions {
4617
- /** OData filter options. */
4618
- filter?: string;
4619
- /** skipToken Filter. */
4620
- skipToken?: string;
4621
4904
  }
4622
4905
  /** Contains response data for the listNext operation. */
4623
4906
  export declare type BackupProtectableItemsListNextResponse = WorkloadProtectableItemResourceList;
@@ -4630,8 +4913,6 @@ export interface BackupProtectionContainersListOptionalParams extends coreClient
4630
4913
  export declare type BackupProtectionContainersListResponse = ProtectionContainerResourceList;
4631
4914
  /** Optional parameters. */
4632
4915
  export interface BackupProtectionContainersListNextOptionalParams extends coreClient.OperationOptions {
4633
- /** OData filter options. */
4634
- filter?: string;
4635
4916
  }
4636
4917
  /** Contains response data for the listNext operation. */
4637
4918
  export declare type BackupProtectionContainersListNextResponse = ProtectionContainerResourceList;