@azure/arm-recoveryservicesbackup 9.0.1-alpha.20221128.1 → 10.0.0-alpha.20221212.2

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 (478) 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/dist-esm/samples-dev/azureVMDiscoveryOperationResult.d.ts +0 -2
  108. package/dist-esm/samples-dev/azureVMDiscoveryOperationResult.d.ts.map +0 -1
  109. package/dist-esm/samples-dev/azureVMDiscoveryOperationResult.js +0 -33
  110. package/dist-esm/samples-dev/azureVMDiscoveryOperationResult.js.map +0 -1
  111. package/dist-esm/samples-dev/cancelJob.d.ts +0 -2
  112. package/dist-esm/samples-dev/cancelJob.d.ts.map +0 -1
  113. package/dist-esm/samples-dev/cancelJob.js +0 -34
  114. package/dist-esm/samples-dev/cancelJob.js.map +0 -1
  115. package/dist-esm/samples-dev/cancelJobOperationResult.d.ts +0 -2
  116. package/dist-esm/samples-dev/cancelJobOperationResult.d.ts.map +0 -1
  117. package/dist-esm/samples-dev/cancelJobOperationResult.js +0 -33
  118. package/dist-esm/samples-dev/cancelJobOperationResult.js.map +0 -1
  119. package/dist-esm/samples-dev/checkAzureVMBackupFeatureSupport.d.ts +0 -2
  120. package/dist-esm/samples-dev/checkAzureVMBackupFeatureSupport.d.ts.map +0 -1
  121. package/dist-esm/samples-dev/checkAzureVMBackupFeatureSupport.js +0 -35
  122. package/dist-esm/samples-dev/checkAzureVMBackupFeatureSupport.js.map +0 -1
  123. package/dist-esm/samples-dev/createOrUpdateAzureVMProtectionIntent.d.ts +0 -2
  124. package/dist-esm/samples-dev/createOrUpdateAzureVMProtectionIntent.d.ts.map +0 -1
  125. package/dist-esm/samples-dev/createOrUpdateAzureVMProtectionIntent.js +0 -40
  126. package/dist-esm/samples-dev/createOrUpdateAzureVMProtectionIntent.js.map +0 -1
  127. package/dist-esm/samples-dev/createOrUpdateDailyAzureStorageProtectionPolicy.d.ts +0 -2
  128. package/dist-esm/samples-dev/createOrUpdateDailyAzureStorageProtectionPolicy.d.ts.map +0 -1
  129. package/dist-esm/samples-dev/createOrUpdateDailyAzureStorageProtectionPolicy.js +0 -79
  130. package/dist-esm/samples-dev/createOrUpdateDailyAzureStorageProtectionPolicy.js.map +0 -1
  131. package/dist-esm/samples-dev/createOrUpdateEnhancedAzureVMProtectionPolicyWithDailyBackup.d.ts +0 -2
  132. package/dist-esm/samples-dev/createOrUpdateEnhancedAzureVMProtectionPolicyWithDailyBackup.d.ts.map +0 -1
  133. package/dist-esm/samples-dev/createOrUpdateEnhancedAzureVMProtectionPolicyWithDailyBackup.js +0 -80
  134. package/dist-esm/samples-dev/createOrUpdateEnhancedAzureVMProtectionPolicyWithDailyBackup.js.map +0 -1
  135. package/dist-esm/samples-dev/createOrUpdateEnhancedAzureVMProtectionPolicyWithHourlyBackup.d.ts +0 -2
  136. package/dist-esm/samples-dev/createOrUpdateEnhancedAzureVMProtectionPolicyWithHourlyBackup.d.ts.map +0 -1
  137. package/dist-esm/samples-dev/createOrUpdateEnhancedAzureVMProtectionPolicyWithHourlyBackup.js +0 -84
  138. package/dist-esm/samples-dev/createOrUpdateEnhancedAzureVMProtectionPolicyWithHourlyBackup.js.map +0 -1
  139. package/dist-esm/samples-dev/createOrUpdateFullAzureVMProtectionPolicy.d.ts +0 -2
  140. package/dist-esm/samples-dev/createOrUpdateFullAzureVMProtectionPolicy.d.ts.map +0 -1
  141. package/dist-esm/samples-dev/createOrUpdateFullAzureVMProtectionPolicy.js +0 -73
  142. package/dist-esm/samples-dev/createOrUpdateFullAzureVMProtectionPolicy.js.map +0 -1
  143. package/dist-esm/samples-dev/createOrUpdateFullAzureWorkloadProtectionPolicy.d.ts +0 -2
  144. package/dist-esm/samples-dev/createOrUpdateFullAzureWorkloadProtectionPolicy.d.ts.map +0 -1
  145. package/dist-esm/samples-dev/createOrUpdateFullAzureWorkloadProtectionPolicy.js +0 -103
  146. package/dist-esm/samples-dev/createOrUpdateFullAzureWorkloadProtectionPolicy.js.map +0 -1
  147. package/dist-esm/samples-dev/createOrUpdateHourlyAzureStorageProtectionPolicy.d.ts +0 -2
  148. package/dist-esm/samples-dev/createOrUpdateHourlyAzureStorageProtectionPolicy.d.ts.map +0 -1
  149. package/dist-esm/samples-dev/createOrUpdateHourlyAzureStorageProtectionPolicy.js +0 -83
  150. package/dist-esm/samples-dev/createOrUpdateHourlyAzureStorageProtectionPolicy.js.map +0 -1
  151. package/dist-esm/samples-dev/createOrUpdateSimpleAzureVMProtectionPolicy.d.ts +0 -2
  152. package/dist-esm/samples-dev/createOrUpdateSimpleAzureVMProtectionPolicy.d.ts.map +0 -1
  153. package/dist-esm/samples-dev/createOrUpdateSimpleAzureVMProtectionPolicy.js +0 -52
  154. package/dist-esm/samples-dev/createOrUpdateSimpleAzureVMProtectionPolicy.js.map +0 -1
  155. package/dist-esm/samples-dev/createResourceGuardProxy.d.ts +0 -2
  156. package/dist-esm/samples-dev/createResourceGuardProxy.d.ts.map +0 -1
  157. package/dist-esm/samples-dev/createResourceGuardProxy.js +0 -34
  158. package/dist-esm/samples-dev/createResourceGuardProxy.js.map +0 -1
  159. package/dist-esm/samples-dev/deleteAzureVMProtectionPolicy.d.ts +0 -2
  160. package/dist-esm/samples-dev/deleteAzureVMProtectionPolicy.d.ts.map +0 -1
  161. package/dist-esm/samples-dev/deleteAzureVMProtectionPolicy.js +0 -34
  162. package/dist-esm/samples-dev/deleteAzureVMProtectionPolicy.js.map +0 -1
  163. package/dist-esm/samples-dev/deletePrivateEndpointConnection.d.ts +0 -2
  164. package/dist-esm/samples-dev/deletePrivateEndpointConnection.d.ts.map +0 -1
  165. package/dist-esm/samples-dev/deletePrivateEndpointConnection.js +0 -32
  166. package/dist-esm/samples-dev/deletePrivateEndpointConnection.js.map +0 -1
  167. package/dist-esm/samples-dev/deleteProtectionFromAzureVirtualMachine.d.ts +0 -2
  168. package/dist-esm/samples-dev/deleteProtectionFromAzureVirtualMachine.d.ts.map +0 -1
  169. package/dist-esm/samples-dev/deleteProtectionFromAzureVirtualMachine.js +0 -36
  170. package/dist-esm/samples-dev/deleteProtectionFromAzureVirtualMachine.js.map +0 -1
  171. package/dist-esm/samples-dev/deleteProtectionIntentFromItem.d.ts +0 -2
  172. package/dist-esm/samples-dev/deleteProtectionIntentFromItem.d.ts.map +0 -1
  173. package/dist-esm/samples-dev/deleteProtectionIntentFromItem.js +0 -33
  174. package/dist-esm/samples-dev/deleteProtectionIntentFromItem.js.map +0 -1
  175. package/dist-esm/samples-dev/deleteResourceGuardProxy.d.ts +0 -2
  176. package/dist-esm/samples-dev/deleteResourceGuardProxy.d.ts.map +0 -1
  177. package/dist-esm/samples-dev/deleteResourceGuardProxy.js +0 -32
  178. package/dist-esm/samples-dev/deleteResourceGuardProxy.js.map +0 -1
  179. package/dist-esm/samples-dev/enableProtectionOnAzureIaasVM.d.ts +0 -2
  180. package/dist-esm/samples-dev/enableProtectionOnAzureIaasVM.d.ts.map +0 -1
  181. package/dist-esm/samples-dev/enableProtectionOnAzureIaasVM.js +0 -43
  182. package/dist-esm/samples-dev/enableProtectionOnAzureIaasVM.js.map +0 -1
  183. package/dist-esm/samples-dev/exportJobs.d.ts +0 -2
  184. package/dist-esm/samples-dev/exportJobs.d.ts.map +0 -1
  185. package/dist-esm/samples-dev/exportJobs.js +0 -31
  186. package/dist-esm/samples-dev/exportJobs.js.map +0 -1
  187. package/dist-esm/samples-dev/exportJobsOperationResults.d.ts +0 -2
  188. package/dist-esm/samples-dev/exportJobsOperationResults.d.ts.map +0 -1
  189. package/dist-esm/samples-dev/exportJobsOperationResults.js +0 -34
  190. package/dist-esm/samples-dev/exportJobsOperationResults.js.map +0 -1
  191. package/dist-esm/samples-dev/getAzureIaasVMEnhancedProtectionPolicyDetails.d.ts +0 -2
  192. package/dist-esm/samples-dev/getAzureIaasVMEnhancedProtectionPolicyDetails.d.ts.map +0 -1
  193. package/dist-esm/samples-dev/getAzureIaasVMEnhancedProtectionPolicyDetails.js +0 -34
  194. package/dist-esm/samples-dev/getAzureIaasVMEnhancedProtectionPolicyDetails.js.map +0 -1
  195. package/dist-esm/samples-dev/getAzureIaasVMProtectionPolicyDetails.d.ts +0 -2
  196. package/dist-esm/samples-dev/getAzureIaasVMProtectionPolicyDetails.d.ts.map +0 -1
  197. package/dist-esm/samples-dev/getAzureIaasVMProtectionPolicyDetails.js +0 -34
  198. package/dist-esm/samples-dev/getAzureIaasVMProtectionPolicyDetails.js.map +0 -1
  199. package/dist-esm/samples-dev/getAzureStorageProtectionContainerOperationResult.d.ts +0 -2
  200. package/dist-esm/samples-dev/getAzureStorageProtectionContainerOperationResult.d.ts.map +0 -1
  201. package/dist-esm/samples-dev/getAzureStorageProtectionContainerOperationResult.js +0 -34
  202. package/dist-esm/samples-dev/getAzureStorageProtectionContainerOperationResult.js.map +0 -1
  203. package/dist-esm/samples-dev/getAzureVMRecoveryPointDetails.d.ts +0 -2
  204. package/dist-esm/samples-dev/getAzureVMRecoveryPointDetails.d.ts.map +0 -1
  205. package/dist-esm/samples-dev/getAzureVMRecoveryPointDetails.js +0 -37
  206. package/dist-esm/samples-dev/getAzureVMRecoveryPointDetails.js.map +0 -1
  207. package/dist-esm/samples-dev/getAzureVirtualMachineBackupStatus.d.ts +0 -2
  208. package/dist-esm/samples-dev/getAzureVirtualMachineBackupStatus.d.ts.map +0 -1
  209. package/dist-esm/samples-dev/getAzureVirtualMachineBackupStatus.js +0 -34
  210. package/dist-esm/samples-dev/getAzureVirtualMachineBackupStatus.js.map +0 -1
  211. package/dist-esm/samples-dev/getDpmOrAzureBackupServerOrLajollaBackupEngineDetails.d.ts +0 -2
  212. package/dist-esm/samples-dev/getDpmOrAzureBackupServerOrLajollaBackupEngineDetails.d.ts.map +0 -1
  213. package/dist-esm/samples-dev/getDpmOrAzureBackupServerOrLajollaBackupEngineDetails.js +0 -32
  214. package/dist-esm/samples-dev/getDpmOrAzureBackupServerOrLajollaBackupEngineDetails.js.map +0 -1
  215. package/dist-esm/samples-dev/getJobDetails.d.ts +0 -2
  216. package/dist-esm/samples-dev/getJobDetails.d.ts.map +0 -1
  217. package/dist-esm/samples-dev/getJobDetails.js +0 -32
  218. package/dist-esm/samples-dev/getJobDetails.js.map +0 -1
  219. package/dist-esm/samples-dev/getOperationResultForPrepareDataMove.d.ts +0 -2
  220. package/dist-esm/samples-dev/getOperationResultForPrepareDataMove.d.ts.map +0 -1
  221. package/dist-esm/samples-dev/getOperationResultForPrepareDataMove.js +0 -32
  222. package/dist-esm/samples-dev/getOperationResultForPrepareDataMove.js.map +0 -1
  223. package/dist-esm/samples-dev/getOperationResultsOfProtectedVM.d.ts +0 -2
  224. package/dist-esm/samples-dev/getOperationResultsOfProtectedVM.d.ts.map +0 -1
  225. package/dist-esm/samples-dev/getOperationResultsOfProtectedVM.js +0 -35
  226. package/dist-esm/samples-dev/getOperationResultsOfProtectedVM.js.map +0 -1
  227. package/dist-esm/samples-dev/getOperationResultsOfValidateOperation.d.ts +0 -2
  228. package/dist-esm/samples-dev/getOperationResultsOfValidateOperation.d.ts.map +0 -1
  229. package/dist-esm/samples-dev/getOperationResultsOfValidateOperation.js +0 -32
  230. package/dist-esm/samples-dev/getOperationResultsOfValidateOperation.js.map +0 -1
  231. package/dist-esm/samples-dev/getOperationStatus.d.ts +0 -2
  232. package/dist-esm/samples-dev/getOperationStatus.d.ts.map +0 -1
  233. package/dist-esm/samples-dev/getOperationStatus.js +0 -32
  234. package/dist-esm/samples-dev/getOperationStatus.js.map +0 -1
  235. package/dist-esm/samples-dev/getOperationStatusOfProtectedVM.d.ts +0 -2
  236. package/dist-esm/samples-dev/getOperationStatusOfProtectedVM.d.ts.map +0 -1
  237. package/dist-esm/samples-dev/getOperationStatusOfProtectedVM.js +0 -39
  238. package/dist-esm/samples-dev/getOperationStatusOfProtectedVM.js.map +0 -1
  239. package/dist-esm/samples-dev/getOperationStatusOfValidateOperation.d.ts +0 -2
  240. package/dist-esm/samples-dev/getOperationStatusOfValidateOperation.d.ts.map +0 -1
  241. package/dist-esm/samples-dev/getOperationStatusOfValidateOperation.js +0 -36
  242. package/dist-esm/samples-dev/getOperationStatusOfValidateOperation.js.map +0 -1
  243. package/dist-esm/samples-dev/getPrivateEndpointConnection.d.ts +0 -2
  244. package/dist-esm/samples-dev/getPrivateEndpointConnection.d.ts.map +0 -1
  245. package/dist-esm/samples-dev/getPrivateEndpointConnection.js +0 -32
  246. package/dist-esm/samples-dev/getPrivateEndpointConnection.js.map +0 -1
  247. package/dist-esm/samples-dev/getProtectedAzureVMRecoveryPoints.d.ts +0 -2
  248. package/dist-esm/samples-dev/getProtectedAzureVMRecoveryPoints.d.ts.map +0 -1
  249. package/dist-esm/samples-dev/getProtectedAzureVMRecoveryPoints.js +0 -48
  250. package/dist-esm/samples-dev/getProtectedAzureVMRecoveryPoints.js.map +0 -1
  251. package/dist-esm/samples-dev/getProtectedAzureVMRecoveryPointsRecommendedForMove.d.ts +0 -2
  252. package/dist-esm/samples-dev/getProtectedAzureVMRecoveryPointsRecommendedForMove.d.ts.map +0 -1
  253. package/dist-esm/samples-dev/getProtectedAzureVMRecoveryPointsRecommendedForMove.js +0 -52
  254. package/dist-esm/samples-dev/getProtectedAzureVMRecoveryPointsRecommendedForMove.js.map +0 -1
  255. package/dist-esm/samples-dev/getProtectedClassicVirtualMachineDetails.d.ts +0 -2
  256. package/dist-esm/samples-dev/getProtectedClassicVirtualMachineDetails.d.ts.map +0 -1
  257. package/dist-esm/samples-dev/getProtectedClassicVirtualMachineDetails.js +0 -36
  258. package/dist-esm/samples-dev/getProtectedClassicVirtualMachineDetails.js.map +0 -1
  259. package/dist-esm/samples-dev/getProtectedContainersUsagesSummary.d.ts +0 -2
  260. package/dist-esm/samples-dev/getProtectedContainersUsagesSummary.d.ts.map +0 -1
  261. package/dist-esm/samples-dev/getProtectedContainersUsagesSummary.js +0 -47
  262. package/dist-esm/samples-dev/getProtectedContainersUsagesSummary.js.map +0 -1
  263. package/dist-esm/samples-dev/getProtectedItemDeleteOperationStatus.d.ts +0 -2
  264. package/dist-esm/samples-dev/getProtectedItemDeleteOperationStatus.d.ts.map +0 -1
  265. package/dist-esm/samples-dev/getProtectedItemDeleteOperationStatus.js +0 -36
  266. package/dist-esm/samples-dev/getProtectedItemDeleteOperationStatus.js.map +0 -1
  267. package/dist-esm/samples-dev/getProtectedItemsUsagesSummary.d.ts +0 -2
  268. package/dist-esm/samples-dev/getProtectedItemsUsagesSummary.d.ts.map +0 -1
  269. package/dist-esm/samples-dev/getProtectedItemsUsagesSummary.js +0 -47
  270. package/dist-esm/samples-dev/getProtectedItemsUsagesSummary.js.map +0 -1
  271. package/dist-esm/samples-dev/getProtectedVirtualMachineDetails.d.ts +0 -2
  272. package/dist-esm/samples-dev/getProtectedVirtualMachineDetails.d.ts.map +0 -1
  273. package/dist-esm/samples-dev/getProtectedVirtualMachineDetails.js +0 -36
  274. package/dist-esm/samples-dev/getProtectedVirtualMachineDetails.js.map +0 -1
  275. package/dist-esm/samples-dev/getProtectionContainerDetails.d.ts +0 -2
  276. package/dist-esm/samples-dev/getProtectionContainerDetails.d.ts.map +0 -1
  277. package/dist-esm/samples-dev/getProtectionContainerDetails.js +0 -33
  278. package/dist-esm/samples-dev/getProtectionContainerDetails.js.map +0 -1
  279. package/dist-esm/samples-dev/getProtectionIntentForAnItem.d.ts +0 -2
  280. package/dist-esm/samples-dev/getProtectionIntentForAnItem.d.ts.map +0 -1
  281. package/dist-esm/samples-dev/getProtectionIntentForAnItem.js +0 -35
  282. package/dist-esm/samples-dev/getProtectionIntentForAnItem.js.map +0 -1
  283. package/dist-esm/samples-dev/getProtectionPolicyOperationResults.d.ts +0 -2
  284. package/dist-esm/samples-dev/getProtectionPolicyOperationResults.d.ts.map +0 -1
  285. package/dist-esm/samples-dev/getProtectionPolicyOperationResults.js +0 -33
  286. package/dist-esm/samples-dev/getProtectionPolicyOperationResults.js.map +0 -1
  287. package/dist-esm/samples-dev/getProtectionPolicyOperationStatus.d.ts +0 -2
  288. package/dist-esm/samples-dev/getProtectionPolicyOperationStatus.d.ts.map +0 -1
  289. package/dist-esm/samples-dev/getProtectionPolicyOperationStatus.js +0 -37
  290. package/dist-esm/samples-dev/getProtectionPolicyOperationStatus.js.map +0 -1
  291. package/dist-esm/samples-dev/getResourceGuardProxy.d.ts +0 -2
  292. package/dist-esm/samples-dev/getResourceGuardProxy.d.ts.map +0 -1
  293. package/dist-esm/samples-dev/getResourceGuardProxy.js +0 -32
  294. package/dist-esm/samples-dev/getResourceGuardProxy.js.map +0 -1
  295. package/dist-esm/samples-dev/getResultForProtectedItemDeleteOperation.d.ts +0 -2
  296. package/dist-esm/samples-dev/getResultForProtectedItemDeleteOperation.d.ts.map +0 -1
  297. package/dist-esm/samples-dev/getResultForProtectedItemDeleteOperation.js +0 -38
  298. package/dist-esm/samples-dev/getResultForProtectedItemDeleteOperation.js.map +0 -1
  299. package/dist-esm/samples-dev/getVaultEncryptionConfiguration.d.ts +0 -2
  300. package/dist-esm/samples-dev/getVaultEncryptionConfiguration.d.ts.map +0 -1
  301. package/dist-esm/samples-dev/getVaultEncryptionConfiguration.js +0 -31
  302. package/dist-esm/samples-dev/getVaultEncryptionConfiguration.js.map +0 -1
  303. package/dist-esm/samples-dev/getVaultGuardProxies.d.ts +0 -2
  304. package/dist-esm/samples-dev/getVaultGuardProxies.d.ts.map +0 -1
  305. package/dist-esm/samples-dev/getVaultGuardProxies.js +0 -45
  306. package/dist-esm/samples-dev/getVaultGuardProxies.js.map +0 -1
  307. package/dist-esm/samples-dev/getVaultSecurityConfig.d.ts +0 -2
  308. package/dist-esm/samples-dev/getVaultSecurityConfig.d.ts.map +0 -1
  309. package/dist-esm/samples-dev/getVaultSecurityConfig.js +0 -31
  310. package/dist-esm/samples-dev/getVaultSecurityConfig.js.map +0 -1
  311. package/dist-esm/samples-dev/getVaultSecurityPin.d.ts +0 -2
  312. package/dist-esm/samples-dev/getVaultSecurityPin.d.ts.map +0 -1
  313. package/dist-esm/samples-dev/getVaultSecurityPin.js +0 -31
  314. package/dist-esm/samples-dev/getVaultSecurityPin.js.map +0 -1
  315. package/dist-esm/samples-dev/getVaultStorageConfiguration.d.ts +0 -2
  316. package/dist-esm/samples-dev/getVaultStorageConfiguration.d.ts.map +0 -1
  317. package/dist-esm/samples-dev/getVaultStorageConfiguration.js +0 -31
  318. package/dist-esm/samples-dev/getVaultStorageConfiguration.js.map +0 -1
  319. package/dist-esm/samples-dev/inquireAzureStorageProtectionContainers.d.ts +0 -2
  320. package/dist-esm/samples-dev/inquireAzureStorageProtectionContainers.d.ts.map +0 -1
  321. package/dist-esm/samples-dev/inquireAzureStorageProtectionContainers.js +0 -33
  322. package/dist-esm/samples-dev/inquireAzureStorageProtectionContainers.js.map +0 -1
  323. package/dist-esm/samples-dev/listAllJobs.d.ts +0 -2
  324. package/dist-esm/samples-dev/listAllJobs.d.ts.map +0 -1
  325. package/dist-esm/samples-dev/listAllJobs.js +0 -45
  326. package/dist-esm/samples-dev/listAllJobs.js.map +0 -1
  327. package/dist-esm/samples-dev/listBackupProtectionContainers.d.ts +0 -2
  328. package/dist-esm/samples-dev/listBackupProtectionContainers.d.ts.map +0 -1
  329. package/dist-esm/samples-dev/listBackupProtectionContainers.js +0 -47
  330. package/dist-esm/samples-dev/listBackupProtectionContainers.js.map +0 -1
  331. package/dist-esm/samples-dev/listDpmOrAzureBackupServerOrLajollaBackupEngines.d.ts +0 -2
  332. package/dist-esm/samples-dev/listDpmOrAzureBackupServerOrLajollaBackupEngines.d.ts.map +0 -1
  333. package/dist-esm/samples-dev/listDpmOrAzureBackupServerOrLajollaBackupEngines.js +0 -45
  334. package/dist-esm/samples-dev/listDpmOrAzureBackupServerOrLajollaBackupEngines.js.map +0 -1
  335. package/dist-esm/samples-dev/listJobsWithFilters.d.ts +0 -2
  336. package/dist-esm/samples-dev/listJobsWithFilters.d.ts.map +0 -1
  337. package/dist-esm/samples-dev/listJobsWithFilters.js +0 -47
  338. package/dist-esm/samples-dev/listJobsWithFilters.js.map +0 -1
  339. package/dist-esm/samples-dev/listJobsWithTimeFilter.d.ts +0 -2
  340. package/dist-esm/samples-dev/listJobsWithTimeFilter.d.ts.map +0 -1
  341. package/dist-esm/samples-dev/listJobsWithTimeFilter.js +0 -47
  342. package/dist-esm/samples-dev/listJobsWithTimeFilter.js.map +0 -1
  343. package/dist-esm/samples-dev/listOperations.d.ts +0 -2
  344. package/dist-esm/samples-dev/listOperations.d.ts.map +0 -1
  345. package/dist-esm/samples-dev/listOperations.js +0 -43
  346. package/dist-esm/samples-dev/listOperations.js.map +0 -1
  347. package/dist-esm/samples-dev/listProtectableItemsWithBackupManagementTypeFilterAsAzureIaasVM.d.ts +0 -2
  348. package/dist-esm/samples-dev/listProtectableItemsWithBackupManagementTypeFilterAsAzureIaasVM.d.ts.map +0 -1
  349. package/dist-esm/samples-dev/listProtectableItemsWithBackupManagementTypeFilterAsAzureIaasVM.js +0 -49
  350. package/dist-esm/samples-dev/listProtectableItemsWithBackupManagementTypeFilterAsAzureIaasVM.js.map +0 -1
  351. package/dist-esm/samples-dev/listProtectableItemsWithBackupManagementTypeFilterAsAzureStorage.d.ts +0 -2
  352. package/dist-esm/samples-dev/listProtectableItemsWithBackupManagementTypeFilterAsAzureStorage.d.ts.map +0 -1
  353. package/dist-esm/samples-dev/listProtectableItemsWithBackupManagementTypeFilterAsAzureStorage.js +0 -48
  354. package/dist-esm/samples-dev/listProtectableItemsWithBackupManagementTypeFilterAsAzureStorage.js.map +0 -1
  355. package/dist-esm/samples-dev/listProtectedItemsWithBackupManagementTypeFilterAsAzureIaasVM.d.ts +0 -2
  356. package/dist-esm/samples-dev/listProtectedItemsWithBackupManagementTypeFilterAsAzureIaasVM.d.ts.map +0 -1
  357. package/dist-esm/samples-dev/listProtectedItemsWithBackupManagementTypeFilterAsAzureIaasVM.js +0 -47
  358. package/dist-esm/samples-dev/listProtectedItemsWithBackupManagementTypeFilterAsAzureIaasVM.js.map +0 -1
  359. package/dist-esm/samples-dev/listProtectionIntentWithBackupManagementTypeFilter.d.ts +0 -2
  360. package/dist-esm/samples-dev/listProtectionIntentWithBackupManagementTypeFilter.d.ts.map +0 -1
  361. package/dist-esm/samples-dev/listProtectionIntentWithBackupManagementTypeFilter.js +0 -45
  362. package/dist-esm/samples-dev/listProtectionIntentWithBackupManagementTypeFilter.js.map +0 -1
  363. package/dist-esm/samples-dev/listProtectionPoliciesWithBackupManagementTypeFilterAsAzureIaasVM.d.ts +0 -2
  364. package/dist-esm/samples-dev/listProtectionPoliciesWithBackupManagementTypeFilterAsAzureIaasVM.d.ts.map +0 -1
  365. package/dist-esm/samples-dev/listProtectionPoliciesWithBackupManagementTypeFilterAsAzureIaasVM.js +0 -49
  366. package/dist-esm/samples-dev/listProtectionPoliciesWithBackupManagementTypeFilterAsAzureIaasVM.js.map +0 -1
  367. package/dist-esm/samples-dev/listProtectionPoliciesWithBackupManagementTypeFilterAsAzureIaasVMWithBothV1AndV2Policies.d.ts +0 -2
  368. package/dist-esm/samples-dev/listProtectionPoliciesWithBackupManagementTypeFilterAsAzureIaasVMWithBothV1AndV2Policies.d.ts.map +0 -1
  369. package/dist-esm/samples-dev/listProtectionPoliciesWithBackupManagementTypeFilterAsAzureIaasVMWithBothV1AndV2Policies.js +0 -49
  370. package/dist-esm/samples-dev/listProtectionPoliciesWithBackupManagementTypeFilterAsAzureIaasVMWithBothV1AndV2Policies.js.map +0 -1
  371. package/dist-esm/samples-dev/listProtectionPoliciesWithBackupManagementTypeFilterAsAzureWorkload.d.ts +0 -2
  372. package/dist-esm/samples-dev/listProtectionPoliciesWithBackupManagementTypeFilterAsAzureWorkload.d.ts.map +0 -1
  373. package/dist-esm/samples-dev/listProtectionPoliciesWithBackupManagementTypeFilterAsAzureWorkload.js +0 -49
  374. package/dist-esm/samples-dev/listProtectionPoliciesWithBackupManagementTypeFilterAsAzureWorkload.js.map +0 -1
  375. package/dist-esm/samples-dev/listWorkloadItemsInContainer.d.ts +0 -2
  376. package/dist-esm/samples-dev/listWorkloadItemsInContainer.d.ts.map +0 -1
  377. package/dist-esm/samples-dev/listWorkloadItemsInContainer.js +0 -51
  378. package/dist-esm/samples-dev/listWorkloadItemsInContainer.js.map +0 -1
  379. package/dist-esm/samples-dev/prepareDataMove.d.ts +0 -2
  380. package/dist-esm/samples-dev/prepareDataMove.d.ts.map +0 -1
  381. package/dist-esm/samples-dev/prepareDataMove.js +0 -36
  382. package/dist-esm/samples-dev/prepareDataMove.js.map +0 -1
  383. package/dist-esm/samples-dev/provisionInstantItemLevelRecoveryForAzureVM.d.ts +0 -2
  384. package/dist-esm/samples-dev/provisionInstantItemLevelRecoveryForAzureVM.d.ts.map +0 -1
  385. package/dist-esm/samples-dev/provisionInstantItemLevelRecoveryForAzureVM.js +0 -48
  386. package/dist-esm/samples-dev/provisionInstantItemLevelRecoveryForAzureVM.js.map +0 -1
  387. package/dist-esm/samples-dev/registerAzureStorageProtectionContainers.d.ts +0 -2
  388. package/dist-esm/samples-dev/registerAzureStorageProtectionContainers.d.ts.map +0 -1
  389. package/dist-esm/samples-dev/registerAzureStorageProtectionContainers.js +0 -46
  390. package/dist-esm/samples-dev/registerAzureStorageProtectionContainers.js.map +0 -1
  391. package/dist-esm/samples-dev/restoreDisksWithIaasVMRestoreRequest.d.ts +0 -2
  392. package/dist-esm/samples-dev/restoreDisksWithIaasVMRestoreRequest.d.ts.map +0 -1
  393. package/dist-esm/samples-dev/restoreDisksWithIaasVMRestoreRequest.js +0 -54
  394. package/dist-esm/samples-dev/restoreDisksWithIaasVMRestoreRequest.js.map +0 -1
  395. package/dist-esm/samples-dev/restoreDisksWithIaasVMRestoreRequestWithIdentityBasedRestoreDetails.d.ts +0 -2
  396. package/dist-esm/samples-dev/restoreDisksWithIaasVMRestoreRequestWithIdentityBasedRestoreDetails.d.ts.map +0 -1
  397. package/dist-esm/samples-dev/restoreDisksWithIaasVMRestoreRequestWithIdentityBasedRestoreDetails.js +0 -56
  398. package/dist-esm/samples-dev/restoreDisksWithIaasVMRestoreRequestWithIdentityBasedRestoreDetails.js.map +0 -1
  399. package/dist-esm/samples-dev/restoreDisksWithIaasVMRestoreWithRehydrationRequest.d.ts +0 -2
  400. package/dist-esm/samples-dev/restoreDisksWithIaasVMRestoreWithRehydrationRequest.d.ts.map +0 -1
  401. package/dist-esm/samples-dev/restoreDisksWithIaasVMRestoreWithRehydrationRequest.js +0 -54
  402. package/dist-esm/samples-dev/restoreDisksWithIaasVMRestoreWithRehydrationRequest.js.map +0 -1
  403. package/dist-esm/samples-dev/restoreToNewAzureIaasVMWithIaasVMRestoreRequest.d.ts +0 -2
  404. package/dist-esm/samples-dev/restoreToNewAzureIaasVMWithIaasVMRestoreRequest.d.ts.map +0 -1
  405. package/dist-esm/samples-dev/restoreToNewAzureIaasVMWithIaasVMRestoreRequest.js +0 -55
  406. package/dist-esm/samples-dev/restoreToNewAzureIaasVMWithIaasVMRestoreRequest.js.map +0 -1
  407. package/dist-esm/samples-dev/restoreToNewAzureIaasVMWithIaasVMRestoreRequestWithIdentityBasedRestoreDetails.d.ts +0 -2
  408. package/dist-esm/samples-dev/restoreToNewAzureIaasVMWithIaasVMRestoreRequestWithIdentityBasedRestoreDetails.d.ts.map +0 -1
  409. package/dist-esm/samples-dev/restoreToNewAzureIaasVMWithIaasVMRestoreRequestWithIdentityBasedRestoreDetails.js +0 -57
  410. package/dist-esm/samples-dev/restoreToNewAzureIaasVMWithIaasVMRestoreRequestWithIdentityBasedRestoreDetails.js.map +0 -1
  411. package/dist-esm/samples-dev/restoreToNewAzureIaasVMWithIaasVMRestoreWithRehydrationRequest.d.ts +0 -2
  412. package/dist-esm/samples-dev/restoreToNewAzureIaasVMWithIaasVMRestoreWithRehydrationRequest.d.ts.map +0 -1
  413. package/dist-esm/samples-dev/restoreToNewAzureIaasVMWithIaasVMRestoreWithRehydrationRequest.js +0 -58
  414. package/dist-esm/samples-dev/restoreToNewAzureIaasVMWithIaasVMRestoreWithRehydrationRequest.js.map +0 -1
  415. package/dist-esm/samples-dev/revokeInstantItemLevelRecoveryForAzureVM.d.ts +0 -2
  416. package/dist-esm/samples-dev/revokeInstantItemLevelRecoveryForAzureVM.d.ts.map +0 -1
  417. package/dist-esm/samples-dev/revokeInstantItemLevelRecoveryForAzureVM.js +0 -37
  418. package/dist-esm/samples-dev/revokeInstantItemLevelRecoveryForAzureVM.js.map +0 -1
  419. package/dist-esm/samples-dev/stopProtectionWithRetainDataOnAzureIaasVM.d.ts +0 -2
  420. package/dist-esm/samples-dev/stopProtectionWithRetainDataOnAzureIaasVM.d.ts.map +0 -1
  421. package/dist-esm/samples-dev/stopProtectionWithRetainDataOnAzureIaasVM.js +0 -43
  422. package/dist-esm/samples-dev/stopProtectionWithRetainDataOnAzureIaasVM.js.map +0 -1
  423. package/dist-esm/samples-dev/triggerAzureVMDiscovery.d.ts +0 -2
  424. package/dist-esm/samples-dev/triggerAzureVMDiscovery.d.ts.map +0 -1
  425. package/dist-esm/samples-dev/triggerAzureVMDiscovery.js +0 -34
  426. package/dist-esm/samples-dev/triggerAzureVMDiscovery.js.map +0 -1
  427. package/dist-esm/samples-dev/triggerBackup.d.ts +0 -2
  428. package/dist-esm/samples-dev/triggerBackup.d.ts.map +0 -1
  429. package/dist-esm/samples-dev/triggerBackup.js +0 -39
  430. package/dist-esm/samples-dev/triggerBackup.js.map +0 -1
  431. package/dist-esm/samples-dev/triggerDataMove.d.ts +0 -2
  432. package/dist-esm/samples-dev/triggerDataMove.d.ts.map +0 -1
  433. package/dist-esm/samples-dev/triggerDataMove.js +0 -37
  434. package/dist-esm/samples-dev/triggerDataMove.js.map +0 -1
  435. package/dist-esm/samples-dev/triggerRpMoveOperation.d.ts +0 -2
  436. package/dist-esm/samples-dev/triggerRpMoveOperation.d.ts.map +0 -1
  437. package/dist-esm/samples-dev/triggerRpMoveOperation.js +0 -40
  438. package/dist-esm/samples-dev/triggerRpMoveOperation.js.map +0 -1
  439. package/dist-esm/samples-dev/triggerValidateOperation.d.ts +0 -2
  440. package/dist-esm/samples-dev/triggerValidateOperation.d.ts.map +0 -1
  441. package/dist-esm/samples-dev/triggerValidateOperation.js +0 -49
  442. package/dist-esm/samples-dev/triggerValidateOperation.js.map +0 -1
  443. package/dist-esm/samples-dev/unlockDeleteResourceGuardProxy.d.ts +0 -2
  444. package/dist-esm/samples-dev/unlockDeleteResourceGuardProxy.d.ts.map +0 -1
  445. package/dist-esm/samples-dev/unlockDeleteResourceGuardProxy.js +0 -38
  446. package/dist-esm/samples-dev/unlockDeleteResourceGuardProxy.js.map +0 -1
  447. package/dist-esm/samples-dev/unregisterProtectionContainer.d.ts +0 -2
  448. package/dist-esm/samples-dev/unregisterProtectionContainer.d.ts.map +0 -1
  449. package/dist-esm/samples-dev/unregisterProtectionContainer.js +0 -35
  450. package/dist-esm/samples-dev/unregisterProtectionContainer.js.map +0 -1
  451. package/dist-esm/samples-dev/updatePrivateEndpointConnection.d.ts +0 -2
  452. package/dist-esm/samples-dev/updatePrivateEndpointConnection.d.ts.map +0 -1
  453. package/dist-esm/samples-dev/updatePrivateEndpointConnection.js +0 -44
  454. package/dist-esm/samples-dev/updatePrivateEndpointConnection.js.map +0 -1
  455. package/dist-esm/samples-dev/updateVaultEncryptionConfiguration.d.ts +0 -2
  456. package/dist-esm/samples-dev/updateVaultEncryptionConfiguration.d.ts.map +0 -1
  457. package/dist-esm/samples-dev/updateVaultEncryptionConfiguration.js +0 -39
  458. package/dist-esm/samples-dev/updateVaultEncryptionConfiguration.js.map +0 -1
  459. package/dist-esm/samples-dev/updateVaultSecurityConfig.d.ts +0 -2
  460. package/dist-esm/samples-dev/updateVaultSecurityConfig.d.ts.map +0 -1
  461. package/dist-esm/samples-dev/updateVaultSecurityConfig.js +0 -37
  462. package/dist-esm/samples-dev/updateVaultSecurityConfig.js.map +0 -1
  463. package/dist-esm/samples-dev/updateVaultStorageConfiguration.d.ts +0 -2
  464. package/dist-esm/samples-dev/updateVaultStorageConfiguration.d.ts.map +0 -1
  465. package/dist-esm/samples-dev/updateVaultStorageConfiguration.js +0 -37
  466. package/dist-esm/samples-dev/updateVaultStorageConfiguration.js.map +0 -1
  467. package/dist-esm/samples-dev/validateEnableProtectionOnAzureVM.d.ts +0 -2
  468. package/dist-esm/samples-dev/validateEnableProtectionOnAzureVM.d.ts.map +0 -1
  469. package/dist-esm/samples-dev/validateEnableProtectionOnAzureVM.js +0 -42
  470. package/dist-esm/samples-dev/validateEnableProtectionOnAzureVM.js.map +0 -1
  471. package/dist-esm/samples-dev/validateOperation.d.ts +0 -2
  472. package/dist-esm/samples-dev/validateOperation.d.ts.map +0 -1
  473. package/dist-esm/samples-dev/validateOperation.js +0 -49
  474. package/dist-esm/samples-dev/validateOperation.js.map +0 -1
  475. package/dist-esm/samples-dev/validateOperationWithIdentityBasedRestoreDetails.d.ts +0 -2
  476. package/dist-esm/samples-dev/validateOperationWithIdentityBasedRestoreDetails.d.ts.map +0 -1
  477. package/dist-esm/samples-dev/validateOperationWithIdentityBasedRestoreDetails.js +0 -51
  478. package/dist-esm/samples-dev/validateOperationWithIdentityBasedRestoreDetails.js.map +0 -1
@@ -2020,274 +2020,285 @@ export interface RecoveryPointRehydrationInfo {
2020
2020
  }
2021
2021
 
2022
2022
  /** The resource storage details. */
2023
- export type BackupResourceConfigResource = Resource & {
2023
+ export interface BackupResourceConfigResource extends Resource {
2024
2024
  /** BackupResourceConfigResource properties */
2025
2025
  properties?: BackupResourceConfig;
2026
- };
2026
+ }
2027
2027
 
2028
2028
  /** Base class for backup ProtectionIntent. */
2029
- export type ProtectionIntentResource = Resource & {
2029
+ export interface ProtectionIntentResource extends Resource {
2030
2030
  /** ProtectionIntentResource properties */
2031
2031
  properties?: ProtectionIntentUnion;
2032
- };
2032
+ }
2033
2033
 
2034
2034
  /** Backup resource vault config details. */
2035
- export type BackupResourceVaultConfigResource = Resource & {
2035
+ export interface BackupResourceVaultConfigResource extends Resource {
2036
2036
  /** BackupResourceVaultConfigResource properties */
2037
2037
  properties?: BackupResourceVaultConfig;
2038
- };
2038
+ }
2039
2039
 
2040
- export type BackupResourceEncryptionConfigExtendedResource = Resource & {
2040
+ export interface BackupResourceEncryptionConfigExtendedResource
2041
+ extends Resource {
2041
2042
  /** BackupResourceEncryptionConfigExtendedResource properties */
2042
2043
  properties?: BackupResourceEncryptionConfigExtended;
2043
- };
2044
+ }
2044
2045
 
2045
- export type BackupResourceEncryptionConfigResource = Resource & {
2046
+ export interface BackupResourceEncryptionConfigResource extends Resource {
2046
2047
  /** BackupResourceEncryptionConfigResource properties */
2047
2048
  properties?: BackupResourceEncryptionConfig;
2048
- };
2049
+ }
2049
2050
 
2050
2051
  /** Private Endpoint Connection Response Properties */
2051
- export type PrivateEndpointConnectionResource = Resource & {
2052
+ export interface PrivateEndpointConnectionResource extends Resource {
2052
2053
  /** PrivateEndpointConnectionResource properties */
2053
2054
  properties?: PrivateEndpointConnection;
2054
- };
2055
+ }
2055
2056
 
2056
2057
  /** Base class for backup items. */
2057
- export type ProtectedItemResource = Resource & {
2058
+ export interface ProtectedItemResource extends Resource {
2058
2059
  /** ProtectedItemResource properties */
2059
2060
  properties?: ProtectedItemUnion;
2060
- };
2061
+ }
2061
2062
 
2062
2063
  /** Base class for backup copies. Workload-specific backup copies are derived from this class. */
2063
- export type RecoveryPointResource = Resource & {
2064
+ export interface RecoveryPointResource extends Resource {
2064
2065
  /** RecoveryPointResource properties */
2065
2066
  properties?: RecoveryPointUnion;
2066
- };
2067
+ }
2067
2068
 
2068
2069
  /** Base class for restore request. Workload-specific restore requests are derived from this class. */
2069
- export type RestoreRequestResource = Resource & {
2070
+ export interface RestoreRequestResource extends Resource {
2070
2071
  /** RestoreRequestResource properties */
2071
2072
  properties?: RestoreRequestUnion;
2072
- };
2073
+ }
2073
2074
 
2074
2075
  /** Base class for backup policy. Workload-specific backup policies are derived from this class. */
2075
- export type ProtectionPolicyResource = Resource & {
2076
+ export interface ProtectionPolicyResource extends Resource {
2076
2077
  /** ProtectionPolicyResource properties */
2077
2078
  properties?: ProtectionPolicyUnion;
2078
- };
2079
+ }
2079
2080
 
2080
2081
  /** Defines workload agnostic properties for a job. */
2081
- export type JobResource = Resource & {
2082
+ export interface JobResource extends Resource {
2082
2083
  /** JobResource properties */
2083
2084
  properties?: JobUnion;
2084
- };
2085
+ }
2085
2086
 
2086
2087
  /** The base backup engine class. All workload specific backup engines derive from this class. */
2087
- export type BackupEngineBaseResource = Resource & {
2088
+ export interface BackupEngineBaseResource extends Resource {
2088
2089
  /** BackupEngineBaseResource properties */
2089
2090
  properties?: BackupEngineBaseUnion;
2090
- };
2091
+ }
2091
2092
 
2092
2093
  /** Protectable Container Class. */
2093
- export type ProtectableContainerResource = Resource & {
2094
+ export interface ProtectableContainerResource extends Resource {
2094
2095
  /** ProtectableContainerResource properties */
2095
2096
  properties?: ProtectableContainerUnion;
2096
- };
2097
+ }
2097
2098
 
2098
2099
  /** Base class for container with backup items. Containers with specific workloads are derived from this class. */
2099
- export type ProtectionContainerResource = Resource & {
2100
+ export interface ProtectionContainerResource extends Resource {
2100
2101
  /** ProtectionContainerResource properties */
2101
2102
  properties?: ProtectionContainerUnion;
2102
- };
2103
+ }
2103
2104
 
2104
2105
  /** Base class for backup item. Workload-specific backup items are derived from this class. */
2105
- export type WorkloadItemResource = Resource & {
2106
+ export interface WorkloadItemResource extends Resource {
2106
2107
  /** WorkloadItemResource properties */
2107
2108
  properties?: WorkloadItemUnion;
2108
- };
2109
+ }
2109
2110
 
2110
2111
  /** Base class for backup request. Workload-specific backup requests are derived from this class. */
2111
- export type BackupRequestResource = Resource & {
2112
+ export interface BackupRequestResource extends Resource {
2112
2113
  /** BackupRequestResource properties */
2113
2114
  properties?: BackupRequestUnion;
2114
- };
2115
+ }
2115
2116
 
2116
2117
  /** Parameters to Provision ILR API. */
2117
- export type ILRRequestResource = Resource & {
2118
+ export interface ILRRequestResource extends Resource {
2118
2119
  /** ILRRequestResource properties */
2119
2120
  properties?: ILRRequestUnion;
2120
- };
2121
+ }
2121
2122
 
2122
2123
  /** Base class for backup item. Workload-specific backup items are derived from this class. */
2123
- export type WorkloadProtectableItemResource = Resource & {
2124
+ export interface WorkloadProtectableItemResource extends Resource {
2124
2125
  /** WorkloadProtectableItemResource properties */
2125
2126
  properties?: WorkloadProtectableItemUnion;
2126
- };
2127
+ }
2127
2128
 
2128
- export type ResourceGuardProxyBaseResource = Resource & {
2129
+ export interface ResourceGuardProxyBaseResource extends Resource {
2129
2130
  /** ResourceGuardProxyBaseResource properties */
2130
2131
  properties?: ResourceGuardProxyBase;
2131
- };
2132
+ }
2132
2133
 
2133
2134
  /** Azure backup goal feature specific request. */
2134
- export type AzureBackupGoalFeatureSupportRequest = FeatureSupportRequest & {
2135
+ export interface AzureBackupGoalFeatureSupportRequest
2136
+ extends FeatureSupportRequest {
2135
2137
  /** Polymorphic discriminator, which specifies the different types this object can be */
2136
2138
  featureType: "AzureBackupGoals";
2137
- };
2139
+ }
2138
2140
 
2139
2141
  /** AzureResource(IaaS VM) Specific feature support request */
2140
- export type AzureVMResourceFeatureSupportRequest = FeatureSupportRequest & {
2142
+ export interface AzureVMResourceFeatureSupportRequest
2143
+ extends FeatureSupportRequest {
2141
2144
  /** Polymorphic discriminator, which specifies the different types this object can be */
2142
2145
  featureType: "AzureVMResourceBackup";
2143
2146
  /** Size of the resource: VM size(A/D series etc) in case of IaasVM */
2144
2147
  vmSize?: string;
2145
2148
  /** SKUs (Premium/Managed etc) in case of IaasVM */
2146
2149
  vmSku?: string;
2147
- };
2150
+ }
2148
2151
 
2149
2152
  /** Azure Recovery Services Vault specific protection intent item. */
2150
- export type AzureRecoveryServiceVaultProtectionIntent = ProtectionIntent & {
2153
+ export interface AzureRecoveryServiceVaultProtectionIntent
2154
+ extends ProtectionIntent {
2151
2155
  /** Polymorphic discriminator, which specifies the different types this object can be */
2152
2156
  protectionIntentItemType:
2153
2157
  | "RecoveryServiceVaultItem"
2154
2158
  | "AzureWorkloadAutoProtectionIntent"
2155
2159
  | "AzureWorkloadSQLAutoProtectionIntent";
2156
- };
2160
+ }
2157
2161
 
2158
2162
  /** IaaS VM specific backup protection intent item. */
2159
- export type AzureResourceProtectionIntent = ProtectionIntent & {
2163
+ export interface AzureResourceProtectionIntent extends ProtectionIntent {
2160
2164
  /** Polymorphic discriminator, which specifies the different types this object can be */
2161
2165
  protectionIntentItemType: "AzureResourceItem";
2162
2166
  /** Friendly name of the VM represented by this backup item. */
2163
2167
  friendlyName?: string;
2164
- };
2168
+ }
2165
2169
 
2166
2170
  /** Azure workload specific protection intent item. */
2167
- export type AzureWorkloadContainerAutoProtectionIntent = ProtectionIntent & {
2171
+ export interface AzureWorkloadContainerAutoProtectionIntent
2172
+ extends ProtectionIntent {
2168
2173
  /** Polymorphic discriminator, which specifies the different types this object can be */
2169
2174
  protectionIntentItemType: "AzureWorkloadContainerAutoProtectionIntent";
2170
- };
2175
+ }
2171
2176
 
2172
2177
  /** List of ProtectionIntent resources */
2173
- export type ProtectionIntentResourceList = ResourceList & {
2178
+ export interface ProtectionIntentResourceList extends ResourceList {
2174
2179
  /** List of resources. */
2175
2180
  value?: ProtectionIntentResource[];
2176
- };
2181
+ }
2177
2182
 
2178
2183
  /** List of RecoveryPoint resources */
2179
- export type RecoveryPointResourceList = ResourceList & {
2184
+ export interface RecoveryPointResourceList extends ResourceList {
2180
2185
  /** List of resources. */
2181
2186
  value?: RecoveryPointResource[];
2182
- };
2187
+ }
2183
2188
 
2184
2189
  /** List of ProtectionPolicy resources */
2185
- export type ProtectionPolicyResourceList = ResourceList & {
2190
+ export interface ProtectionPolicyResourceList extends ResourceList {
2186
2191
  /** List of resources. */
2187
2192
  value?: ProtectionPolicyResource[];
2188
- };
2193
+ }
2189
2194
 
2190
2195
  /** List of Job resources */
2191
- export type JobResourceList = ResourceList & {
2196
+ export interface JobResourceList extends ResourceList {
2192
2197
  /** List of resources. */
2193
2198
  value?: JobResource[];
2194
- };
2199
+ }
2195
2200
 
2196
2201
  /** List of ProtectedItem resources */
2197
- export type ProtectedItemResourceList = ResourceList & {
2202
+ export interface ProtectedItemResourceList extends ResourceList {
2198
2203
  /** List of resources. */
2199
2204
  value?: ProtectedItemResource[];
2200
- };
2205
+ }
2201
2206
 
2202
2207
  /** List of BackupEngineBase resources */
2203
- export type BackupEngineBaseResourceList = ResourceList & {
2208
+ export interface BackupEngineBaseResourceList extends ResourceList {
2204
2209
  /** List of resources. */
2205
2210
  value?: BackupEngineBaseResource[];
2206
- };
2211
+ }
2207
2212
 
2208
2213
  /** List of ProtectableContainer resources */
2209
- export type ProtectableContainerResourceList = ResourceList & {
2214
+ export interface ProtectableContainerResourceList extends ResourceList {
2210
2215
  /** List of resources. */
2211
2216
  value?: ProtectableContainerResource[];
2212
- };
2217
+ }
2213
2218
 
2214
2219
  /** List of WorkloadItem resources */
2215
- export type WorkloadItemResourceList = ResourceList & {
2220
+ export interface WorkloadItemResourceList extends ResourceList {
2216
2221
  /** List of resources. */
2217
2222
  value?: WorkloadItemResource[];
2218
- };
2223
+ }
2219
2224
 
2220
2225
  /** List of WorkloadProtectableItem resources */
2221
- export type WorkloadProtectableItemResourceList = ResourceList & {
2226
+ export interface WorkloadProtectableItemResourceList extends ResourceList {
2222
2227
  /** List of resources. */
2223
2228
  value?: WorkloadProtectableItemResource[];
2224
- };
2229
+ }
2225
2230
 
2226
2231
  /** List of ProtectionContainer resources */
2227
- export type ProtectionContainerResourceList = ResourceList & {
2232
+ export interface ProtectionContainerResourceList extends ResourceList {
2228
2233
  /** List of resources. */
2229
2234
  value?: ProtectionContainerResource[];
2230
- };
2235
+ }
2231
2236
 
2232
2237
  /** List of ResourceGuardProxyBase resources */
2233
- export type ResourceGuardProxyBaseResourceList = ResourceList & {
2238
+ export interface ResourceGuardProxyBaseResourceList extends ResourceList {
2234
2239
  /** List of resources. */
2235
2240
  value?: ResourceGuardProxyBaseResource[];
2236
- };
2241
+ }
2237
2242
 
2238
- export type BackupResourceEncryptionConfigExtended = BackupResourceEncryptionConfig & {
2243
+ export interface BackupResourceEncryptionConfigExtended
2244
+ extends BackupResourceEncryptionConfig {
2239
2245
  /** User Assigned Identity Id */
2240
2246
  userAssignedIdentity?: string;
2241
2247
  /** bool to indicate whether to use system Assigned Identity or not */
2242
2248
  useSystemAssignedIdentity?: boolean;
2243
- };
2249
+ }
2244
2250
 
2245
2251
  /** Operation status job extended info. */
2246
- export type OperationStatusJobExtendedInfo = OperationStatusExtendedInfo & {
2252
+ export interface OperationStatusJobExtendedInfo
2253
+ extends OperationStatusExtendedInfo {
2247
2254
  /** Polymorphic discriminator, which specifies the different types this object can be */
2248
2255
  objectType: "OperationStatusJobExtendedInfo";
2249
2256
  /** ID of the job created for this protected item. */
2250
2257
  jobId?: string;
2251
- };
2258
+ }
2252
2259
 
2253
2260
  /** Operation status extended info for list of jobs. */
2254
- export type OperationStatusJobsExtendedInfo = OperationStatusExtendedInfo & {
2261
+ export interface OperationStatusJobsExtendedInfo
2262
+ extends OperationStatusExtendedInfo {
2255
2263
  /** Polymorphic discriminator, which specifies the different types this object can be */
2256
2264
  objectType: "OperationStatusJobsExtendedInfo";
2257
2265
  /** IDs of the jobs created for the protected item. */
2258
2266
  jobIds?: string[];
2259
2267
  /** Stores all the failed jobs along with the corresponding error codes. */
2260
2268
  failedJobsError?: { [propertyName: string]: string };
2261
- };
2269
+ }
2262
2270
 
2263
2271
  /** Operation status extended info for ILR provision action. */
2264
- export type OperationStatusProvisionILRExtendedInfo = OperationStatusExtendedInfo & {
2272
+ export interface OperationStatusProvisionILRExtendedInfo
2273
+ extends OperationStatusExtendedInfo {
2265
2274
  /** Polymorphic discriminator, which specifies the different types this object can be */
2266
2275
  objectType: "OperationStatusProvisionILRExtendedInfo";
2267
2276
  /** Target details for file / folder restore. */
2268
2277
  recoveryTarget?: InstantItemRecoveryTarget;
2269
- };
2278
+ }
2270
2279
 
2271
2280
  /** Operation status extended info for ValidateOperation action. */
2272
- export type OperationStatusValidateOperationExtendedInfo = OperationStatusExtendedInfo & {
2281
+ export interface OperationStatusValidateOperationExtendedInfo
2282
+ extends OperationStatusExtendedInfo {
2273
2283
  /** Polymorphic discriminator, which specifies the different types this object can be */
2274
2284
  objectType: "OperationStatusValidateOperationExtendedInfo";
2275
2285
  /** Gets the validation operation response */
2276
2286
  validateOperationResponse?: ValidateOperationResponse;
2277
- };
2287
+ }
2278
2288
 
2279
2289
  /** Prepare DataMove Response */
2280
- export type PrepareDataMoveResponse = VaultStorageConfigOperationResultResponse & {
2290
+ export interface PrepareDataMoveResponse
2291
+ extends VaultStorageConfigOperationResultResponse {
2281
2292
  /** Polymorphic discriminator, which specifies the different types this object can be */
2282
2293
  objectType: "PrepareDataMoveResponse";
2283
2294
  /** Co-relationId for move operation */
2284
2295
  correlationId?: string;
2285
2296
  /** Source Vault Properties */
2286
2297
  sourceVaultProperties?: { [propertyName: string]: string };
2287
- };
2298
+ }
2288
2299
 
2289
2300
  /** Azure File Share workload-specific backup item. */
2290
- export type AzureFileshareProtectedItem = ProtectedItem & {
2301
+ export interface AzureFileshareProtectedItem extends ProtectedItem {
2291
2302
  /** Polymorphic discriminator, which specifies the different types this object can be */
2292
2303
  protectedItemType: "AzureFileShareProtectedItem";
2293
2304
  /** Friendly name of the fileshare represented by this backup item. */
@@ -2304,10 +2315,10 @@ export type AzureFileshareProtectedItem = ProtectedItem & {
2304
2315
  kpisHealths?: { [propertyName: string]: KPIResourceHealthDetails };
2305
2316
  /** Additional information with this backup item. */
2306
2317
  extendedInfo?: AzureFileshareProtectedItemExtendedInfo;
2307
- };
2318
+ }
2308
2319
 
2309
2320
  /** IaaS VM workload-specific backup item. */
2310
- export type AzureIaaSVMProtectedItem = ProtectedItem & {
2321
+ export interface AzureIaaSVMProtectedItem extends ProtectedItem {
2311
2322
  /** Polymorphic discriminator, which specifies the different types this object can be */
2312
2323
  protectedItemType:
2313
2324
  | "AzureIaaSVMProtectedItem"
@@ -2337,10 +2348,10 @@ export type AzureIaaSVMProtectedItem = ProtectedItem & {
2337
2348
  extendedInfo?: AzureIaaSVMProtectedItemExtendedInfo;
2338
2349
  /** Extended Properties for Azure IaasVM Backup. */
2339
2350
  extendedProperties?: ExtendedProperties;
2340
- };
2351
+ }
2341
2352
 
2342
2353
  /** Azure SQL workload-specific backup item. */
2343
- export type AzureSqlProtectedItem = ProtectedItem & {
2354
+ export interface AzureSqlProtectedItem extends ProtectedItem {
2344
2355
  /** Polymorphic discriminator, which specifies the different types this object can be */
2345
2356
  protectedItemType: "Microsoft.Sql/servers/databases";
2346
2357
  /** Internal ID of a backup item. Used by Azure SQL Backup engine to contact Recovery Services. */
@@ -2349,10 +2360,10 @@ export type AzureSqlProtectedItem = ProtectedItem & {
2349
2360
  protectionState?: ProtectedItemState;
2350
2361
  /** Additional information for this backup item. */
2351
2362
  extendedInfo?: AzureSqlProtectedItemExtendedInfo;
2352
- };
2363
+ }
2353
2364
 
2354
2365
  /** Azure VM workload-specific protected item. */
2355
- export type AzureVmWorkloadProtectedItem = ProtectedItem & {
2366
+ export interface AzureVmWorkloadProtectedItem extends ProtectedItem {
2356
2367
  /** Polymorphic discriminator, which specifies the different types this object can be */
2357
2368
  protectedItemType:
2358
2369
  | "AzureVmWorkloadProtectedItem"
@@ -2385,10 +2396,10 @@ export type AzureVmWorkloadProtectedItem = ProtectedItem & {
2385
2396
  extendedInfo?: AzureVmWorkloadProtectedItemExtendedInfo;
2386
2397
  /** Health details of different KPIs */
2387
2398
  kpisHealths?: { [propertyName: string]: KPIResourceHealthDetails };
2388
- };
2399
+ }
2389
2400
 
2390
2401
  /** Additional information on Backup engine specific backup item. */
2391
- export type DPMProtectedItem = ProtectedItem & {
2402
+ export interface DPMProtectedItem extends ProtectedItem {
2392
2403
  /** Polymorphic discriminator, which specifies the different types this object can be */
2393
2404
  protectedItemType: "DPMProtectedItem";
2394
2405
  /** Friendly name of the managed item */
@@ -2399,10 +2410,10 @@ export type DPMProtectedItem = ProtectedItem & {
2399
2410
  protectionState?: ProtectedItemState;
2400
2411
  /** Extended info of the backup item. */
2401
2412
  extendedInfo?: DPMProtectedItemExtendedInfo;
2402
- };
2413
+ }
2403
2414
 
2404
2415
  /** Base class for backup items. */
2405
- export type GenericProtectedItem = ProtectedItem & {
2416
+ export interface GenericProtectedItem extends ProtectedItem {
2406
2417
  /** Polymorphic discriminator, which specifies the different types this object can be */
2407
2418
  protectedItemType: "GenericProtectedItem";
2408
2419
  /** Friendly name of the container. */
@@ -2417,10 +2428,10 @@ export type GenericProtectedItem = ProtectedItem & {
2417
2428
  sourceAssociations?: { [propertyName: string]: string };
2418
2429
  /** Name of this backup item's fabric. */
2419
2430
  fabricName?: string;
2420
- };
2431
+ }
2421
2432
 
2422
2433
  /** MAB workload-specific backup item. */
2423
- export type MabFileFolderProtectedItem = ProtectedItem & {
2434
+ export interface MabFileFolderProtectedItem extends ProtectedItem {
2424
2435
  /** Polymorphic discriminator, which specifies the different types this object can be */
2425
2436
  protectedItemType: "MabFileFolderProtectedItem";
2426
2437
  /** Friendly name of this backup item. */
@@ -2437,10 +2448,10 @@ export type MabFileFolderProtectedItem = ProtectedItem & {
2437
2448
  deferredDeleteSyncTimeInUTC?: number;
2438
2449
  /** Additional information with this backup item. */
2439
2450
  extendedInfo?: MabFileFolderProtectedItemExtendedInfo;
2440
- };
2451
+ }
2441
2452
 
2442
2453
  /** Azure File Share workload specific backup copy. */
2443
- export type AzureFileShareRecoveryPoint = RecoveryPoint & {
2454
+ export interface AzureFileShareRecoveryPoint extends RecoveryPoint {
2444
2455
  /** Polymorphic discriminator, which specifies the different types this object can be */
2445
2456
  objectType: "AzureFileShareRecoveryPoint";
2446
2457
  /** Type of the backup copy. Specifies whether it is a crash consistent backup or app consistent. */
@@ -2451,10 +2462,10 @@ export type AzureFileShareRecoveryPoint = RecoveryPoint & {
2451
2462
  fileShareSnapshotUri?: string;
2452
2463
  /** Contains recovery point size */
2453
2464
  recoveryPointSizeInGB?: number;
2454
- };
2465
+ }
2455
2466
 
2456
2467
  /** Workload specific recovery point, specifically encapsulates full/diff recovery point */
2457
- export type AzureWorkloadRecoveryPoint = RecoveryPoint & {
2468
+ export interface AzureWorkloadRecoveryPoint extends RecoveryPoint {
2458
2469
  /** Polymorphic discriminator, which specifies the different types this object can be */
2459
2470
  objectType:
2460
2471
  | "AzureWorkloadRecoveryPoint"
@@ -2473,10 +2484,10 @@ export type AzureWorkloadRecoveryPoint = RecoveryPoint & {
2473
2484
  recoveryPointMoveReadinessInfo?: {
2474
2485
  [propertyName: string]: RecoveryPointMoveReadinessInfo;
2475
2486
  };
2476
- };
2487
+ }
2477
2488
 
2478
2489
  /** Generic backup copy. */
2479
- export type GenericRecoveryPoint = RecoveryPoint & {
2490
+ export interface GenericRecoveryPoint extends RecoveryPoint {
2480
2491
  /** Polymorphic discriminator, which specifies the different types this object can be */
2481
2492
  objectType: "GenericRecoveryPoint";
2482
2493
  /** Friendly name of the backup copy. */
@@ -2487,10 +2498,10 @@ export type GenericRecoveryPoint = RecoveryPoint & {
2487
2498
  recoveryPointTime?: Date;
2488
2499
  /** Additional information associated with this backup copy. */
2489
2500
  recoveryPointAdditionalInfo?: string;
2490
- };
2501
+ }
2491
2502
 
2492
2503
  /** IaaS VM workload specific backup copy. */
2493
- export type IaasVMRecoveryPoint = RecoveryPoint & {
2504
+ export interface IaasVMRecoveryPoint extends RecoveryPoint {
2494
2505
  /** Polymorphic discriminator, which specifies the different types this object can be */
2495
2506
  objectType: "IaasVMRecoveryPoint";
2496
2507
  /** Type of the backup copy. */
@@ -2525,10 +2536,10 @@ export type IaasVMRecoveryPoint = RecoveryPoint & {
2525
2536
  recoveryPointMoveReadinessInfo?: {
2526
2537
  [propertyName: string]: RecoveryPointMoveReadinessInfo;
2527
2538
  };
2528
- };
2539
+ }
2529
2540
 
2530
2541
  /** AzureFileShare Restore Request */
2531
- export type AzureFileShareRestoreRequest = RestoreRequest & {
2542
+ export interface AzureFileShareRestoreRequest extends RestoreRequest {
2532
2543
  /** Polymorphic discriminator, which specifies the different types this object can be */
2533
2544
  objectType: "AzureFileShareRestoreRequest";
2534
2545
  /** Type of this recovery. */
@@ -2543,10 +2554,10 @@ export type AzureFileShareRestoreRequest = RestoreRequest & {
2543
2554
  restoreFileSpecs?: RestoreFileSpecs[];
2544
2555
  /** Target File Share Details */
2545
2556
  targetDetails?: TargetAFSRestoreInfo;
2546
- };
2557
+ }
2547
2558
 
2548
2559
  /** AzureWorkload-specific restore. */
2549
- export type AzureWorkloadRestoreRequest = RestoreRequest & {
2560
+ export interface AzureWorkloadRestoreRequest extends RestoreRequest {
2550
2561
  /** Polymorphic discriminator, which specifies the different types this object can be */
2551
2562
  objectType:
2552
2563
  | "AzureWorkloadRestoreRequest"
@@ -2574,10 +2585,10 @@ export type AzureWorkloadRestoreRequest = RestoreRequest & {
2574
2585
  * For e.g. /subscriptions/{subId}/resourcegroups/{rg}/provider/Microsoft.Compute/virtualmachines/{vm}
2575
2586
  */
2576
2587
  targetVirtualMachineId?: string;
2577
- };
2588
+ }
2578
2589
 
2579
2590
  /** IaaS VM workload-specific restore. */
2580
- export type IaasVMRestoreRequest = RestoreRequest & {
2591
+ export interface IaasVMRestoreRequest extends RestoreRequest {
2581
2592
  /** Polymorphic discriminator, which specifies the different types this object can be */
2582
2593
  objectType: "IaasVMRestoreRequest" | "IaasVMRestoreWithRehydrationRequest";
2583
2594
  /** ID of the backup copy to be recovered. */
@@ -2639,10 +2650,10 @@ export type IaasVMRestoreRequest = RestoreRequest & {
2639
2650
  identityInfo?: IdentityInfo;
2640
2651
  /** IaaS VM workload specific restore details for restores using managed identity. */
2641
2652
  identityBasedRestoreDetails?: IdentityBasedRestoreDetails;
2642
- };
2653
+ }
2643
2654
 
2644
2655
  /** Azure VM (Mercury) workload-specific backup policy. */
2645
- export type AzureVmWorkloadProtectionPolicy = ProtectionPolicy & {
2656
+ export interface AzureVmWorkloadProtectionPolicy extends ProtectionPolicy {
2646
2657
  /** Polymorphic discriminator, which specifies the different types this object can be */
2647
2658
  backupManagementType: "AzureWorkload";
2648
2659
  /** Type of workload for the backup management */
@@ -2653,10 +2664,10 @@ export type AzureVmWorkloadProtectionPolicy = ProtectionPolicy & {
2653
2664
  subProtectionPolicy?: SubProtectionPolicy[];
2654
2665
  /** Fix the policy inconsistency */
2655
2666
  makePolicyConsistent?: boolean;
2656
- };
2667
+ }
2657
2668
 
2658
2669
  /** AzureStorage backup policy. */
2659
- export type AzureFileShareProtectionPolicy = ProtectionPolicy & {
2670
+ export interface AzureFileShareProtectionPolicy extends ProtectionPolicy {
2660
2671
  /** Polymorphic discriminator, which specifies the different types this object can be */
2661
2672
  backupManagementType: "AzureStorage";
2662
2673
  /** Type of workload for the backup management */
@@ -2667,10 +2678,10 @@ export type AzureFileShareProtectionPolicy = ProtectionPolicy & {
2667
2678
  retentionPolicy?: RetentionPolicyUnion;
2668
2679
  /** TimeZone optional input as string. For example: TimeZone = "Pacific Standard Time". */
2669
2680
  timeZone?: string;
2670
- };
2681
+ }
2671
2682
 
2672
2683
  /** IaaS VM workload-specific backup policy. */
2673
- export type AzureIaaSVMProtectionPolicy = ProtectionPolicy & {
2684
+ export interface AzureIaaSVMProtectionPolicy extends ProtectionPolicy {
2674
2685
  /** Polymorphic discriminator, which specifies the different types this object can be */
2675
2686
  backupManagementType: "AzureIaasVM";
2676
2687
  instantRPDetails?: InstantRPAdditionalDetails;
@@ -2682,19 +2693,20 @@ export type AzureIaaSVMProtectionPolicy = ProtectionPolicy & {
2682
2693
  instantRpRetentionRangeInDays?: number;
2683
2694
  /** TimeZone optional input as string. For example: TimeZone = "Pacific Standard Time". */
2684
2695
  timeZone?: string;
2696
+ /** Type of backup policy type */
2685
2697
  policyType?: IaasvmPolicyType;
2686
- };
2698
+ }
2687
2699
 
2688
2700
  /** Azure SQL workload-specific backup policy. */
2689
- export type AzureSqlProtectionPolicy = ProtectionPolicy & {
2701
+ export interface AzureSqlProtectionPolicy extends ProtectionPolicy {
2690
2702
  /** Polymorphic discriminator, which specifies the different types this object can be */
2691
2703
  backupManagementType: "AzureSql";
2692
2704
  /** Retention policy details. */
2693
2705
  retentionPolicy?: RetentionPolicyUnion;
2694
- };
2706
+ }
2695
2707
 
2696
2708
  /** Azure VM (Mercury) workload-specific backup policy. */
2697
- export type GenericProtectionPolicy = ProtectionPolicy & {
2709
+ export interface GenericProtectionPolicy extends ProtectionPolicy {
2698
2710
  /** Polymorphic discriminator, which specifies the different types this object can be */
2699
2711
  backupManagementType: "GenericProtectionPolicy";
2700
2712
  /** List of sub-protection policies which includes schedule and retention */
@@ -2703,20 +2715,20 @@ export type GenericProtectionPolicy = ProtectionPolicy & {
2703
2715
  timeZone?: string;
2704
2716
  /** Name of this policy's fabric. */
2705
2717
  fabricName?: string;
2706
- };
2718
+ }
2707
2719
 
2708
2720
  /** Mab container-specific backup policy. */
2709
- export type MabProtectionPolicy = ProtectionPolicy & {
2721
+ export interface MabProtectionPolicy extends ProtectionPolicy {
2710
2722
  /** Polymorphic discriminator, which specifies the different types this object can be */
2711
2723
  backupManagementType: "MAB";
2712
2724
  /** Backup schedule of backup policy. */
2713
2725
  schedulePolicy?: SchedulePolicyUnion;
2714
2726
  /** Retention policy details. */
2715
2727
  retentionPolicy?: RetentionPolicyUnion;
2716
- };
2728
+ }
2717
2729
 
2718
2730
  /** Azure IaaS VM workload-specific job object. */
2719
- export type AzureIaaSVMJob = Job & {
2731
+ export interface AzureIaaSVMJob extends Job {
2720
2732
  /** Polymorphic discriminator, which specifies the different types this object can be */
2721
2733
  jobType: "AzureIaaSVMJob";
2722
2734
  /** Time elapsed during the execution of this job. */
@@ -2733,10 +2745,10 @@ export type AzureIaaSVMJob = Job & {
2733
2745
  containerName?: string;
2734
2746
  /** Indicated that whether the job is adhoc(true) or scheduled(false) */
2735
2747
  isUserTriggered?: boolean;
2736
- };
2748
+ }
2737
2749
 
2738
2750
  /** Azure IaaS VM workload-specific job object. */
2739
- export type AzureIaaSVMJobV2 = Job & {
2751
+ export interface AzureIaaSVMJobV2 extends Job {
2740
2752
  /** Polymorphic discriminator, which specifies the different types this object can be */
2741
2753
  jobType: "AzureIaaSVMJobV2";
2742
2754
  /** Gets or sets the state/actions applicable on this job like cancel/retry. */
@@ -2751,10 +2763,10 @@ export type AzureIaaSVMJobV2 = Job & {
2751
2763
  virtualMachineVersion?: string;
2752
2764
  /** Additional information for this job. */
2753
2765
  extendedInfo?: AzureIaaSVMJobExtendedInfo;
2754
- };
2766
+ }
2755
2767
 
2756
2768
  /** Azure storage specific job. */
2757
- export type AzureStorageJob = Job & {
2769
+ export interface AzureStorageJob extends Job {
2758
2770
  /** Polymorphic discriminator, which specifies the different types this object can be */
2759
2771
  jobType: "AzureStorageJob";
2760
2772
  /** Time elapsed during the execution of this job. */
@@ -2771,10 +2783,10 @@ export type AzureStorageJob = Job & {
2771
2783
  extendedInfo?: AzureStorageJobExtendedInfo;
2772
2784
  /** Indicated that whether the job is adhoc(true) or scheduled(false) */
2773
2785
  isUserTriggered?: boolean;
2774
- };
2786
+ }
2775
2787
 
2776
2788
  /** Azure storage specific job. */
2777
- export type AzureWorkloadJob = Job & {
2789
+ export interface AzureWorkloadJob extends Job {
2778
2790
  /** Polymorphic discriminator, which specifies the different types this object can be */
2779
2791
  jobType: "AzureWorkloadJob";
2780
2792
  /** Workload type of the job */
@@ -2787,10 +2799,10 @@ export type AzureWorkloadJob = Job & {
2787
2799
  errorDetails?: AzureWorkloadErrorInfo[];
2788
2800
  /** Additional information about the job. */
2789
2801
  extendedInfo?: AzureWorkloadJobExtendedInfo;
2790
- };
2802
+ }
2791
2803
 
2792
2804
  /** DPM workload-specific job object. */
2793
- export type DpmJob = Job & {
2805
+ export interface DpmJob extends Job {
2794
2806
  /** Polymorphic discriminator, which specifies the different types this object can be */
2795
2807
  jobType: "DpmJob";
2796
2808
  /** Time elapsed for job. */
@@ -2809,10 +2821,10 @@ export type DpmJob = Job & {
2809
2821
  errorDetails?: DpmErrorInfo[];
2810
2822
  /** Additional information for this job. */
2811
2823
  extendedInfo?: DpmJobExtendedInfo;
2812
- };
2824
+ }
2813
2825
 
2814
2826
  /** MAB workload-specific job. */
2815
- export type MabJob = Job & {
2827
+ export interface MabJob extends Job {
2816
2828
  /** Polymorphic discriminator, which specifies the different types this object can be */
2817
2829
  jobType: "MabJob";
2818
2830
  /** Time taken by job to run. */
@@ -2829,10 +2841,10 @@ export type MabJob = Job & {
2829
2841
  errorDetails?: MabErrorInfo[];
2830
2842
  /** Additional information on the job. */
2831
2843
  extendedInfo?: MabJobExtendedInfo;
2832
- };
2844
+ }
2833
2845
 
2834
2846
  /** Vault level Job */
2835
- export type VaultJob = Job & {
2847
+ export interface VaultJob extends Job {
2836
2848
  /** Polymorphic discriminator, which specifies the different types this object can be */
2837
2849
  jobType: "VaultJob";
2838
2850
  /** Time elapsed during the execution of this job. */
@@ -2843,10 +2855,10 @@ export type VaultJob = Job & {
2843
2855
  errorDetails?: VaultJobErrorInfo[];
2844
2856
  /** Additional information about the job. */
2845
2857
  extendedInfo?: VaultJobExtendedInfo;
2846
- };
2858
+ }
2847
2859
 
2848
2860
  /** This class is used to send blob details after exporting jobs. */
2849
- export type ExportJobsOperationResultInfo = OperationResultInfoBase & {
2861
+ export interface ExportJobsOperationResultInfo extends OperationResultInfoBase {
2850
2862
  /** Polymorphic discriminator, which specifies the different types this object can be */
2851
2863
  objectType: "ExportJobsOperationResultInfo";
2852
2864
  /** URL of the blob into which the serialized string of list of jobs is exported. */
@@ -2857,58 +2869,61 @@ export type ExportJobsOperationResultInfo = OperationResultInfoBase & {
2857
2869
  excelFileBlobUrl?: string;
2858
2870
  /** SAS key to access the blob. It expires in 15 mins. */
2859
2871
  excelFileBlobSasKey?: string;
2860
- };
2872
+ }
2861
2873
 
2862
2874
  /** Operation result info. */
2863
- export type OperationResultInfo = OperationResultInfoBase & {
2875
+ export interface OperationResultInfo extends OperationResultInfoBase {
2864
2876
  /** Polymorphic discriminator, which specifies the different types this object can be */
2865
2877
  objectType: "OperationResultInfo";
2866
2878
  /** List of jobs created by this operation. */
2867
2879
  jobList?: string[];
2868
- };
2880
+ }
2869
2881
 
2870
2882
  /** Base class for operation result info. */
2871
- export type OperationResultInfoBaseResource = OperationWorkerResponse & {
2883
+ export interface OperationResultInfoBaseResource
2884
+ extends OperationWorkerResponse {
2872
2885
  /** OperationResultInfoBaseResource operation */
2873
2886
  operation?: OperationResultInfoBaseUnion;
2874
- };
2887
+ }
2875
2888
 
2876
2889
  /** AzureRestoreValidation request. */
2877
- export type ValidateRestoreOperationRequest = ValidateOperationRequest & {
2890
+ export interface ValidateRestoreOperationRequest
2891
+ extends ValidateOperationRequest {
2878
2892
  /** Polymorphic discriminator, which specifies the different types this object can be */
2879
2893
  objectType:
2880
2894
  | "ValidateRestoreOperationRequest"
2881
2895
  | "ValidateIaasVMRestoreOperationRequest";
2882
2896
  /** Sets restore request to be validated */
2883
2897
  restoreRequest?: RestoreRequestUnion;
2884
- };
2898
+ }
2885
2899
 
2886
2900
  /** Backup engine type when Azure Backup Server is used to manage the backups. */
2887
- export type AzureBackupServerEngine = BackupEngineBase & {
2901
+ export interface AzureBackupServerEngine extends BackupEngineBase {
2888
2902
  /** Polymorphic discriminator, which specifies the different types this object can be */
2889
2903
  backupEngineType: "AzureBackupServerEngine";
2890
- };
2904
+ }
2891
2905
 
2892
2906
  /** Data Protection Manager (DPM) specific backup engine. */
2893
- export type DpmBackupEngine = BackupEngineBase & {
2907
+ export interface DpmBackupEngine extends BackupEngineBase {
2894
2908
  /** Polymorphic discriminator, which specifies the different types this object can be */
2895
2909
  backupEngineType: "DpmBackupEngine";
2896
- };
2910
+ }
2897
2911
 
2898
2912
  /** Azure Storage-specific protectable containers */
2899
- export type AzureStorageProtectableContainer = ProtectableContainer & {
2913
+ export interface AzureStorageProtectableContainer extends ProtectableContainer {
2900
2914
  /** Polymorphic discriminator, which specifies the different types this object can be */
2901
2915
  protectableContainerType: "StorageContainer";
2902
- };
2916
+ }
2903
2917
 
2904
2918
  /** Azure workload-specific container */
2905
- export type AzureVMAppContainerProtectableContainer = ProtectableContainer & {
2919
+ export interface AzureVMAppContainerProtectableContainer
2920
+ extends ProtectableContainer {
2906
2921
  /** Polymorphic discriminator, which specifies the different types this object can be */
2907
2922
  protectableContainerType: "VMAppContainer";
2908
- };
2923
+ }
2909
2924
 
2910
2925
  /** DPM workload-specific protection container. */
2911
- export type DpmContainer = ProtectionContainer & {
2926
+ export interface DpmContainer extends ProtectionContainer {
2912
2927
  /** Polymorphic discriminator, which specifies the different types this object can be */
2913
2928
  containerType: "DPMContainer" | "AzureBackupServerContainer";
2914
2929
  /** Specifies whether the container is re-registrable. */
@@ -2927,10 +2942,10 @@ export type DpmContainer = ProtectionContainer & {
2927
2942
  protectionStatus?: string;
2928
2943
  /** Extended Info of the container. */
2929
2944
  extendedInfo?: DPMContainerExtendedInfo;
2930
- };
2945
+ }
2931
2946
 
2932
2947
  /** IaaS VM workload-specific container. */
2933
- export type IaaSVMContainer = ProtectionContainer & {
2948
+ export interface IaaSVMContainer extends ProtectionContainer {
2934
2949
  /** Polymorphic discriminator, which specifies the different types this object can be */
2935
2950
  containerType:
2936
2951
  | "IaasVMContainer"
@@ -2942,10 +2957,10 @@ export type IaaSVMContainer = ProtectionContainer & {
2942
2957
  virtualMachineVersion?: string;
2943
2958
  /** Resource group name of Recovery Services Vault. */
2944
2959
  resourceGroup?: string;
2945
- };
2960
+ }
2946
2961
 
2947
2962
  /** Container for the workloads running inside Azure Compute or Classic Compute. */
2948
- export type AzureWorkloadContainer = ProtectionContainer & {
2963
+ export interface AzureWorkloadContainer extends ProtectionContainer {
2949
2964
  /** Polymorphic discriminator, which specifies the different types this object can be */
2950
2965
  containerType:
2951
2966
  | "AzureWorkloadContainer"
@@ -2961,16 +2976,16 @@ export type AzureWorkloadContainer = ProtectionContainer & {
2961
2976
  workloadType?: WorkloadType;
2962
2977
  /** Re-Do Operation */
2963
2978
  operationType?: OperationType;
2964
- };
2979
+ }
2965
2980
 
2966
2981
  /** Azure Sql workload-specific container. */
2967
- export type AzureSqlContainer = ProtectionContainer & {
2982
+ export interface AzureSqlContainer extends ProtectionContainer {
2968
2983
  /** Polymorphic discriminator, which specifies the different types this object can be */
2969
2984
  containerType: "AzureSqlContainer";
2970
- };
2985
+ }
2971
2986
 
2972
2987
  /** Azure Storage Account workload-specific container. */
2973
- export type AzureStorageContainer = ProtectionContainer & {
2988
+ export interface AzureStorageContainer extends ProtectionContainer {
2974
2989
  /** Polymorphic discriminator, which specifies the different types this object can be */
2975
2990
  containerType: "StorageContainer";
2976
2991
  /** Fully qualified ARM url. */
@@ -2983,20 +2998,20 @@ export type AzureStorageContainer = ProtectionContainer & {
2983
2998
  protectedItemCount?: number;
2984
2999
  /** Whether storage account lock is to be acquired for this container or not. */
2985
3000
  acquireStorageAccountLock?: AcquireStorageAccountLock;
2986
- };
3001
+ }
2987
3002
 
2988
3003
  /** Base class for generic container of backup items */
2989
- export type GenericContainer = ProtectionContainer & {
3004
+ export interface GenericContainer extends ProtectionContainer {
2990
3005
  /** Polymorphic discriminator, which specifies the different types this object can be */
2991
3006
  containerType: "GenericContainer";
2992
3007
  /** Name of the container's fabric */
2993
3008
  fabricName?: string;
2994
3009
  /** Extended information (not returned in List container API calls) */
2995
3010
  extendedInformation?: GenericContainerExtendedInfo;
2996
- };
3011
+ }
2997
3012
 
2998
3013
  /** Container with items backed up using MAB backup engine. */
2999
- export type MabContainer = ProtectionContainer & {
3014
+ export interface MabContainer extends ProtectionContainer {
3000
3015
  /** Polymorphic discriminator, which specifies the different types this object can be */
3001
3016
  containerType: "Windows";
3002
3017
  /** Can the container be registered one more time. */
@@ -3013,10 +3028,10 @@ export type MabContainer = ProtectionContainer & {
3013
3028
  mabContainerHealthDetails?: MABContainerHealthDetails[];
3014
3029
  /** Health state of mab container. */
3015
3030
  containerHealthState?: string;
3016
- };
3031
+ }
3017
3032
 
3018
3033
  /** Azure VM workload-specific workload item. */
3019
- export type AzureVmWorkloadItem = WorkloadItem & {
3034
+ export interface AzureVmWorkloadItem extends WorkloadItem {
3020
3035
  /** Polymorphic discriminator, which specifies the different types this object can be */
3021
3036
  workloadItemType:
3022
3037
  | "AzureVmWorkloadItem"
@@ -3036,18 +3051,18 @@ export type AzureVmWorkloadItem = WorkloadItem & {
3036
3051
  subinquireditemcount?: number;
3037
3052
  /** For instance or AG, indicates number of DB's to be protected */
3038
3053
  subWorkloadItemCount?: number;
3039
- };
3054
+ }
3040
3055
 
3041
3056
  /** AzureFileShare workload-specific backup request. */
3042
- export type AzureFileShareBackupRequest = BackupRequest & {
3057
+ export interface AzureFileShareBackupRequest extends BackupRequest {
3043
3058
  /** Polymorphic discriminator, which specifies the different types this object can be */
3044
3059
  objectType: "AzureFileShareBackupRequest";
3045
3060
  /** Backup copy will expire after the time specified (UTC). */
3046
3061
  recoveryPointExpiryTimeInUTC?: Date;
3047
- };
3062
+ }
3048
3063
 
3049
3064
  /** AzureWorkload workload-specific backup request. */
3050
- export type AzureWorkloadBackupRequest = BackupRequest & {
3065
+ export interface AzureWorkloadBackupRequest extends BackupRequest {
3051
3066
  /** Polymorphic discriminator, which specifies the different types this object can be */
3052
3067
  objectType: "AzureWorkloadBackupRequest";
3053
3068
  /** Type of backup, viz. Full, Differential, Log or CopyOnlyFull */
@@ -3056,28 +3071,28 @@ export type AzureWorkloadBackupRequest = BackupRequest & {
3056
3071
  enableCompression?: boolean;
3057
3072
  /** Backup copy will expire after the time specified (UTC). */
3058
3073
  recoveryPointExpiryTimeInUTC?: Date;
3059
- };
3074
+ }
3060
3075
 
3061
3076
  /** IaaS VM workload-specific backup request. */
3062
- export type IaasVMBackupRequest = BackupRequest & {
3077
+ export interface IaasVMBackupRequest extends BackupRequest {
3063
3078
  /** Polymorphic discriminator, which specifies the different types this object can be */
3064
3079
  objectType: "IaasVMBackupRequest";
3065
3080
  /** Backup copy will expire after the time specified (UTC). */
3066
3081
  recoveryPointExpiryTimeInUTC?: Date;
3067
- };
3082
+ }
3068
3083
 
3069
3084
  /** Update snapshot Uri with the correct friendly Name of the source Azure file share. */
3070
- export type AzureFileShareProvisionILRRequest = ILRRequest & {
3085
+ export interface AzureFileShareProvisionILRRequest extends ILRRequest {
3071
3086
  /** Polymorphic discriminator, which specifies the different types this object can be */
3072
3087
  objectType: "AzureFileShareProvisionILRRequest";
3073
3088
  /** Recovery point ID. */
3074
3089
  recoveryPointId?: string;
3075
3090
  /** Source Storage account ARM Id */
3076
3091
  sourceResourceId?: string;
3077
- };
3092
+ }
3078
3093
 
3079
3094
  /** Restore files/folders from a backup copy of IaaS VM. */
3080
- export type IaasVmilrRegistrationRequest = ILRRequest & {
3095
+ export interface IaasVmilrRegistrationRequest extends ILRRequest {
3081
3096
  /** Polymorphic discriminator, which specifies the different types this object can be */
3082
3097
  objectType: "IaasVMILRRegistrationRequest";
3083
3098
  /** ID of the IaaS VM backup copy from where the files/folders have to be restored. */
@@ -3088,10 +3103,10 @@ export type IaasVmilrRegistrationRequest = ILRRequest & {
3088
3103
  initiatorName?: string;
3089
3104
  /** Whether to renew existing registration with the iSCSI server. */
3090
3105
  renewExistingRegistration?: boolean;
3091
- };
3106
+ }
3092
3107
 
3093
3108
  /** Protectable item for Azure Fileshare workloads. */
3094
- export type AzureFileShareProtectableItem = WorkloadProtectableItem & {
3109
+ export interface AzureFileShareProtectableItem extends WorkloadProtectableItem {
3095
3110
  /** Polymorphic discriminator, which specifies the different types this object can be */
3096
3111
  protectableItemType: "AzureFileShare";
3097
3112
  /** Full Fabric ID of container to which this protectable item belongs. For example, ARM ID. */
@@ -3100,10 +3115,10 @@ export type AzureFileShareProtectableItem = WorkloadProtectableItem & {
3100
3115
  parentContainerFriendlyName?: string;
3101
3116
  /** File Share type XSync or XSMB. */
3102
3117
  azureFileShareType?: AzureFileShareType;
3103
- };
3118
+ }
3104
3119
 
3105
3120
  /** IaaS VM workload-specific backup item. */
3106
- export type IaaSVMProtectableItem = WorkloadProtectableItem & {
3121
+ export interface IaaSVMProtectableItem extends WorkloadProtectableItem {
3107
3122
  /** Polymorphic discriminator, which specifies the different types this object can be */
3108
3123
  protectableItemType:
3109
3124
  | "IaaSVMProtectableItem"
@@ -3115,10 +3130,11 @@ export type IaaSVMProtectableItem = WorkloadProtectableItem & {
3115
3130
  virtualMachineVersion?: string;
3116
3131
  /** Resource group name of Recovery Services Vault. */
3117
3132
  resourceGroup?: string;
3118
- };
3133
+ }
3119
3134
 
3120
3135
  /** Azure VM workload-specific protectable item. */
3121
- export type AzureVmWorkloadProtectableItem = WorkloadProtectableItem & {
3136
+ export interface AzureVmWorkloadProtectableItem
3137
+ extends WorkloadProtectableItem {
3122
3138
  /** Polymorphic discriminator, which specifies the different types this object can be */
3123
3139
  protectableItemType:
3124
3140
  | "AzureVmWorkloadProtectableItem"
@@ -3147,27 +3163,27 @@ export type AzureVmWorkloadProtectableItem = WorkloadProtectableItem & {
3147
3163
  subprotectableitemcount?: number;
3148
3164
  /** Pre-backup validation for protectable objects */
3149
3165
  prebackupvalidation?: PreBackupValidation;
3150
- };
3166
+ }
3151
3167
 
3152
3168
  /** Azure IaaS VM workload-specific Health Details. */
3153
- export type AzureIaaSVMHealthDetails = ResourceHealthDetails & {};
3169
+ export interface AzureIaaSVMHealthDetails extends ResourceHealthDetails {}
3154
3170
 
3155
3171
  /** Log policy schedule. */
3156
- export type LogSchedulePolicy = SchedulePolicy & {
3172
+ export interface LogSchedulePolicy extends SchedulePolicy {
3157
3173
  /** Polymorphic discriminator, which specifies the different types this object can be */
3158
3174
  schedulePolicyType: "LogSchedulePolicy";
3159
3175
  /** Frequency of the log schedule operation of this policy in minutes. */
3160
3176
  scheduleFrequencyInMins?: number;
3161
- };
3177
+ }
3162
3178
 
3163
3179
  /** Long term policy schedule. */
3164
- export type LongTermSchedulePolicy = SchedulePolicy & {
3180
+ export interface LongTermSchedulePolicy extends SchedulePolicy {
3165
3181
  /** Polymorphic discriminator, which specifies the different types this object can be */
3166
3182
  schedulePolicyType: "LongTermSchedulePolicy";
3167
- };
3183
+ }
3168
3184
 
3169
3185
  /** Simple policy schedule. */
3170
- export type SimpleSchedulePolicy = SchedulePolicy & {
3186
+ export interface SimpleSchedulePolicy extends SchedulePolicy {
3171
3187
  /** Polymorphic discriminator, which specifies the different types this object can be */
3172
3188
  schedulePolicyType: "SimpleSchedulePolicy";
3173
3189
  /** Frequency of the schedule operation of this policy. */
@@ -3180,10 +3196,10 @@ export type SimpleSchedulePolicy = SchedulePolicy & {
3180
3196
  hourlySchedule?: HourlySchedule;
3181
3197
  /** At every number weeks this schedule has to be run. */
3182
3198
  scheduleWeeklyFrequency?: number;
3183
- };
3199
+ }
3184
3200
 
3185
3201
  /** The V2 policy schedule for IaaS that supports hourly backups. */
3186
- export type SimpleSchedulePolicyV2 = SchedulePolicy & {
3202
+ export interface SimpleSchedulePolicyV2 extends SchedulePolicy {
3187
3203
  /** Polymorphic discriminator, which specifies the different types this object can be */
3188
3204
  schedulePolicyType: "SimpleSchedulePolicyV2";
3189
3205
  /** Frequency of the schedule operation of this policy. */
@@ -3194,10 +3210,10 @@ export type SimpleSchedulePolicyV2 = SchedulePolicy & {
3194
3210
  dailySchedule?: DailySchedule;
3195
3211
  /** Weekly schedule of this policy */
3196
3212
  weeklySchedule?: WeeklySchedule;
3197
- };
3213
+ }
3198
3214
 
3199
3215
  /** Long term retention policy. */
3200
- export type LongTermRetentionPolicy = RetentionPolicy & {
3216
+ export interface LongTermRetentionPolicy extends RetentionPolicy {
3201
3217
  /** Polymorphic discriminator, which specifies the different types this object can be */
3202
3218
  retentionPolicyType: "LongTermRetentionPolicy";
3203
3219
  /** Daily retention schedule of the protection policy. */
@@ -3208,75 +3224,85 @@ export type LongTermRetentionPolicy = RetentionPolicy & {
3208
3224
  monthlySchedule?: MonthlyRetentionSchedule;
3209
3225
  /** Yearly retention schedule of the protection policy. */
3210
3226
  yearlySchedule?: YearlyRetentionSchedule;
3211
- };
3227
+ }
3212
3228
 
3213
3229
  /** Simple policy retention. */
3214
- export type SimpleRetentionPolicy = RetentionPolicy & {
3230
+ export interface SimpleRetentionPolicy extends RetentionPolicy {
3215
3231
  /** Polymorphic discriminator, which specifies the different types this object can be */
3216
3232
  retentionPolicyType: "SimpleRetentionPolicy";
3217
3233
  /** Retention duration of the protection policy. */
3218
3234
  retentionDuration?: RetentionDuration;
3219
- };
3235
+ }
3220
3236
 
3221
3237
  /** RecoveryPoint Tier Information V2 */
3222
- export type RecoveryPointTierInformationV2 = RecoveryPointTierInformation & {};
3238
+ export interface RecoveryPointTierInformationV2
3239
+ extends RecoveryPointTierInformation {}
3223
3240
 
3224
3241
  /** Azure Recovery Services Vault specific protection intent item. */
3225
- export type AzureWorkloadAutoProtectionIntent = AzureRecoveryServiceVaultProtectionIntent & {
3242
+ export interface AzureWorkloadAutoProtectionIntent
3243
+ extends AzureRecoveryServiceVaultProtectionIntent {
3226
3244
  /** Polymorphic discriminator, which specifies the different types this object can be */
3227
3245
  protectionIntentItemType:
3228
3246
  | "AzureWorkloadAutoProtectionIntent"
3229
3247
  | "AzureWorkloadSQLAutoProtectionIntent";
3230
- };
3248
+ }
3231
3249
 
3232
3250
  /** IaaS VM workload-specific backup item representing the Classic Compute VM. */
3233
- export type AzureIaaSClassicComputeVMProtectedItem = AzureIaaSVMProtectedItem & {
3251
+ export interface AzureIaaSClassicComputeVMProtectedItem
3252
+ extends AzureIaaSVMProtectedItem {
3234
3253
  /** Polymorphic discriminator, which specifies the different types this object can be */
3235
3254
  protectedItemType: "Microsoft.ClassicCompute/virtualMachines";
3236
- };
3255
+ }
3237
3256
 
3238
3257
  /** IaaS VM workload-specific backup item representing the Azure Resource Manager VM. */
3239
- export type AzureIaaSComputeVMProtectedItem = AzureIaaSVMProtectedItem & {
3258
+ export interface AzureIaaSComputeVMProtectedItem
3259
+ extends AzureIaaSVMProtectedItem {
3240
3260
  /** Polymorphic discriminator, which specifies the different types this object can be */
3241
3261
  protectedItemType: "Microsoft.Compute/virtualMachines";
3242
- };
3262
+ }
3243
3263
 
3244
3264
  /** Azure VM workload-specific protected item representing SAP ASE Database. */
3245
- export type AzureVmWorkloadSAPAseDatabaseProtectedItem = AzureVmWorkloadProtectedItem & {
3265
+ export interface AzureVmWorkloadSAPAseDatabaseProtectedItem
3266
+ extends AzureVmWorkloadProtectedItem {
3246
3267
  /** Polymorphic discriminator, which specifies the different types this object can be */
3247
3268
  protectedItemType: "AzureVmWorkloadSAPAseDatabase";
3248
- };
3269
+ }
3249
3270
 
3250
3271
  /** Azure VM workload-specific protected item representing SAP HANA Database. */
3251
- export type AzureVmWorkloadSAPHanaDatabaseProtectedItem = AzureVmWorkloadProtectedItem & {
3272
+ export interface AzureVmWorkloadSAPHanaDatabaseProtectedItem
3273
+ extends AzureVmWorkloadProtectedItem {
3252
3274
  /** Polymorphic discriminator, which specifies the different types this object can be */
3253
3275
  protectedItemType: "AzureVmWorkloadSAPHanaDatabase";
3254
- };
3276
+ }
3255
3277
 
3256
3278
  /** Azure VM workload-specific protected item representing SQL Database. */
3257
- export type AzureVmWorkloadSQLDatabaseProtectedItem = AzureVmWorkloadProtectedItem & {
3279
+ export interface AzureVmWorkloadSQLDatabaseProtectedItem
3280
+ extends AzureVmWorkloadProtectedItem {
3258
3281
  /** Polymorphic discriminator, which specifies the different types this object can be */
3259
3282
  protectedItemType: "AzureVmWorkloadSQLDatabase";
3260
- };
3283
+ }
3261
3284
 
3262
3285
  /** Recovery point specific to PointInTime */
3263
- export type AzureWorkloadPointInTimeRecoveryPoint = AzureWorkloadRecoveryPoint & {
3286
+ export interface AzureWorkloadPointInTimeRecoveryPoint
3287
+ extends AzureWorkloadRecoveryPoint {
3264
3288
  /** Polymorphic discriminator, which specifies the different types this object can be */
3265
3289
  objectType:
3266
3290
  | "AzureWorkloadPointInTimeRecoveryPoint"
3267
3291
  | "AzureWorkloadSAPHanaPointInTimeRecoveryPoint";
3268
3292
  /** List of log ranges */
3269
3293
  timeRanges?: PointInTimeRange[];
3270
- };
3294
+ }
3271
3295
 
3272
3296
  /** SAPHana specific recoverypoint, specifically encapsulates full/diff recoverypoints */
3273
- export type AzureWorkloadSAPHanaRecoveryPoint = AzureWorkloadRecoveryPoint & {
3297
+ export interface AzureWorkloadSAPHanaRecoveryPoint
3298
+ extends AzureWorkloadRecoveryPoint {
3274
3299
  /** Polymorphic discriminator, which specifies the different types this object can be */
3275
3300
  objectType: "AzureWorkloadSAPHanaRecoveryPoint";
3276
- };
3301
+ }
3277
3302
 
3278
3303
  /** SQL specific recoverypoint, specifically encapsulates full/diff recoverypoint along with extended info */
3279
- export type AzureWorkloadSQLRecoveryPoint = AzureWorkloadRecoveryPoint & {
3304
+ export interface AzureWorkloadSQLRecoveryPoint
3305
+ extends AzureWorkloadRecoveryPoint {
3280
3306
  /** Polymorphic discriminator, which specifies the different types this object can be */
3281
3307
  objectType:
3282
3308
  | "AzureWorkloadSQLRecoveryPoint"
@@ -3287,28 +3313,31 @@ export type AzureWorkloadSQLRecoveryPoint = AzureWorkloadRecoveryPoint & {
3287
3313
  * Or when ListRecoveryPoints is called for Log RP only with ExtendedInfo query filter
3288
3314
  */
3289
3315
  extendedInfo?: AzureWorkloadSQLRecoveryPointExtendedInfo;
3290
- };
3316
+ }
3291
3317
 
3292
3318
  /** AzureWorkload SAP Hana -specific restore. Specifically for PointInTime/Log restore */
3293
- export type AzureWorkloadPointInTimeRestoreRequest = AzureWorkloadRestoreRequest & {
3319
+ export interface AzureWorkloadPointInTimeRestoreRequest
3320
+ extends AzureWorkloadRestoreRequest {
3294
3321
  /** Polymorphic discriminator, which specifies the different types this object can be */
3295
3322
  objectType: "AzureWorkloadPointInTimeRestoreRequest";
3296
3323
  /** PointInTime value */
3297
3324
  pointInTime?: Date;
3298
- };
3325
+ }
3299
3326
 
3300
3327
  /** AzureWorkload SAP Hana-specific restore. */
3301
- export type AzureWorkloadSAPHanaRestoreRequest = AzureWorkloadRestoreRequest & {
3328
+ export interface AzureWorkloadSAPHanaRestoreRequest
3329
+ extends AzureWorkloadRestoreRequest {
3302
3330
  /** Polymorphic discriminator, which specifies the different types this object can be */
3303
3331
  objectType:
3304
3332
  | "AzureWorkloadSAPHanaRestoreRequest"
3305
3333
  | "AzureWorkloadSAPHanaPointInTimeRestoreRequest"
3306
3334
  | "AzureWorkloadSAPHanaPointInTimeRestoreWithRehydrateRequest"
3307
3335
  | "AzureWorkloadSAPHanaRestoreWithRehydrateRequest";
3308
- };
3336
+ }
3309
3337
 
3310
3338
  /** AzureWorkload SQL -specific restore. Specifically for full/diff restore */
3311
- export type AzureWorkloadSQLRestoreRequest = AzureWorkloadRestoreRequest & {
3339
+ export interface AzureWorkloadSQLRestoreRequest
3340
+ extends AzureWorkloadRestoreRequest {
3312
3341
  /** Polymorphic discriminator, which specifies the different types this object can be */
3313
3342
  objectType:
3314
3343
  | "AzureWorkloadSQLRestoreRequest"
@@ -3321,218 +3350,250 @@ export type AzureWorkloadSQLRestoreRequest = AzureWorkloadRestoreRequest & {
3321
3350
  isNonRecoverable?: boolean;
3322
3351
  /** Data directory details */
3323
3352
  alternateDirectoryPaths?: SQLDataDirectoryMapping[];
3324
- };
3353
+ }
3325
3354
 
3326
3355
  /** IaaS VM workload-specific restore with integrated rehydration of recovery point. */
3327
- export type IaasVMRestoreWithRehydrationRequest = IaasVMRestoreRequest & {
3356
+ export interface IaasVMRestoreWithRehydrationRequest
3357
+ extends IaasVMRestoreRequest {
3328
3358
  /** Polymorphic discriminator, which specifies the different types this object can be */
3329
3359
  objectType: "IaasVMRestoreWithRehydrationRequest";
3330
3360
  /** RP Rehydration Info */
3331
3361
  recoveryPointRehydrationInfo?: RecoveryPointRehydrationInfo;
3332
- };
3362
+ }
3333
3363
 
3334
3364
  /** AzureRestoreValidation request. */
3335
- export type ValidateIaasVMRestoreOperationRequest = ValidateRestoreOperationRequest & {
3365
+ export interface ValidateIaasVMRestoreOperationRequest
3366
+ extends ValidateRestoreOperationRequest {
3336
3367
  /** Polymorphic discriminator, which specifies the different types this object can be */
3337
3368
  objectType: "ValidateIaasVMRestoreOperationRequest";
3338
- };
3369
+ }
3339
3370
 
3340
3371
  /** AzureBackupServer (DPMVenus) workload-specific protection container. */
3341
- export type AzureBackupServerContainer = DpmContainer & {
3372
+ export interface AzureBackupServerContainer extends DpmContainer {
3342
3373
  /** Polymorphic discriminator, which specifies the different types this object can be */
3343
3374
  containerType: "AzureBackupServerContainer";
3344
- };
3375
+ }
3345
3376
 
3346
3377
  /** IaaS VM workload-specific backup item representing a classic virtual machine. */
3347
- export type AzureIaaSClassicComputeVMContainer = IaaSVMContainer & {
3378
+ export interface AzureIaaSClassicComputeVMContainer extends IaaSVMContainer {
3348
3379
  /** Polymorphic discriminator, which specifies the different types this object can be */
3349
3380
  containerType: "Microsoft.ClassicCompute/virtualMachines";
3350
- };
3381
+ }
3351
3382
 
3352
3383
  /** IaaS VM workload-specific backup item representing an Azure Resource Manager virtual machine. */
3353
- export type AzureIaaSComputeVMContainer = IaaSVMContainer & {
3384
+ export interface AzureIaaSComputeVMContainer extends IaaSVMContainer {
3354
3385
  /** Polymorphic discriminator, which specifies the different types this object can be */
3355
3386
  containerType: "Microsoft.Compute/virtualMachines";
3356
- };
3387
+ }
3357
3388
 
3358
3389
  /** Container for SQL workloads under SQL Availability Group. */
3359
- export type AzureSqlagWorkloadContainerProtectionContainer = AzureWorkloadContainer & {
3390
+ export interface AzureSqlagWorkloadContainerProtectionContainer
3391
+ extends AzureWorkloadContainer {
3360
3392
  /** Polymorphic discriminator, which specifies the different types this object can be */
3361
3393
  containerType: "SQLAGWorkLoadContainer";
3362
- };
3394
+ }
3363
3395
 
3364
3396
  /** Container for SQL workloads under Azure Virtual Machines. */
3365
- export type AzureVMAppContainerProtectionContainer = AzureWorkloadContainer & {
3397
+ export interface AzureVMAppContainerProtectionContainer
3398
+ extends AzureWorkloadContainer {
3366
3399
  /** Polymorphic discriminator, which specifies the different types this object can be */
3367
3400
  containerType: "VMAppContainer";
3368
- };
3401
+ }
3369
3402
 
3370
3403
  /** Azure VM workload-specific workload item representing SAP ASE Database. */
3371
- export type AzureVmWorkloadSAPAseDatabaseWorkloadItem = AzureVmWorkloadItem & {
3404
+ export interface AzureVmWorkloadSAPAseDatabaseWorkloadItem
3405
+ extends AzureVmWorkloadItem {
3372
3406
  /** Polymorphic discriminator, which specifies the different types this object can be */
3373
3407
  workloadItemType: "SAPAseDatabase";
3374
- };
3408
+ }
3375
3409
 
3376
3410
  /** Azure VM workload-specific workload item representing SAP ASE System. */
3377
- export type AzureVmWorkloadSAPAseSystemWorkloadItem = AzureVmWorkloadItem & {
3411
+ export interface AzureVmWorkloadSAPAseSystemWorkloadItem
3412
+ extends AzureVmWorkloadItem {
3378
3413
  /** Polymorphic discriminator, which specifies the different types this object can be */
3379
3414
  workloadItemType: "SAPAseSystem";
3380
- };
3415
+ }
3381
3416
 
3382
3417
  /** Azure VM workload-specific workload item representing SAP HANA Database. */
3383
- export type AzureVmWorkloadSAPHanaDatabaseWorkloadItem = AzureVmWorkloadItem & {
3418
+ export interface AzureVmWorkloadSAPHanaDatabaseWorkloadItem
3419
+ extends AzureVmWorkloadItem {
3384
3420
  /** Polymorphic discriminator, which specifies the different types this object can be */
3385
3421
  workloadItemType: "SAPHanaDatabase";
3386
- };
3422
+ }
3387
3423
 
3388
3424
  /** Azure VM workload-specific workload item representing SAP HANA System. */
3389
- export type AzureVmWorkloadSAPHanaSystemWorkloadItem = AzureVmWorkloadItem & {
3425
+ export interface AzureVmWorkloadSAPHanaSystemWorkloadItem
3426
+ extends AzureVmWorkloadItem {
3390
3427
  /** Polymorphic discriminator, which specifies the different types this object can be */
3391
3428
  workloadItemType: "SAPHanaSystem";
3392
- };
3429
+ }
3393
3430
 
3394
3431
  /** Azure VM workload-specific workload item representing SQL Database. */
3395
- export type AzureVmWorkloadSQLDatabaseWorkloadItem = AzureVmWorkloadItem & {
3432
+ export interface AzureVmWorkloadSQLDatabaseWorkloadItem
3433
+ extends AzureVmWorkloadItem {
3396
3434
  /** Polymorphic discriminator, which specifies the different types this object can be */
3397
3435
  workloadItemType: "SQLDataBase";
3398
- };
3436
+ }
3399
3437
 
3400
3438
  /** Azure VM workload-specific workload item representing SQL Instance. */
3401
- export type AzureVmWorkloadSQLInstanceWorkloadItem = AzureVmWorkloadItem & {
3439
+ export interface AzureVmWorkloadSQLInstanceWorkloadItem
3440
+ extends AzureVmWorkloadItem {
3402
3441
  /** Polymorphic discriminator, which specifies the different types this object can be */
3403
3442
  workloadItemType: "SQLInstance";
3404
3443
  /** Data Directory Paths for default directories */
3405
3444
  dataDirectoryPaths?: SQLDataDirectory[];
3406
- };
3445
+ }
3407
3446
 
3408
3447
  /** IaaS VM workload-specific backup item representing the Classic Compute VM. */
3409
- export type AzureIaaSClassicComputeVMProtectableItem = IaaSVMProtectableItem & {
3448
+ export interface AzureIaaSClassicComputeVMProtectableItem
3449
+ extends IaaSVMProtectableItem {
3410
3450
  /** Polymorphic discriminator, which specifies the different types this object can be */
3411
3451
  protectableItemType: "Microsoft.ClassicCompute/virtualMachines";
3412
- };
3452
+ }
3413
3453
 
3414
3454
  /** IaaS VM workload-specific backup item representing the Azure Resource Manager VM. */
3415
- export type AzureIaaSComputeVMProtectableItem = IaaSVMProtectableItem & {
3455
+ export interface AzureIaaSComputeVMProtectableItem
3456
+ extends IaaSVMProtectableItem {
3416
3457
  /** Polymorphic discriminator, which specifies the different types this object can be */
3417
3458
  protectableItemType: "Microsoft.Compute/virtualMachines";
3418
- };
3459
+ }
3419
3460
 
3420
3461
  /** Azure VM workload-specific protectable item representing SAP ASE System. */
3421
- export type AzureVmWorkloadSAPAseSystemProtectableItem = AzureVmWorkloadProtectableItem & {
3462
+ export interface AzureVmWorkloadSAPAseSystemProtectableItem
3463
+ extends AzureVmWorkloadProtectableItem {
3422
3464
  /** Polymorphic discriminator, which specifies the different types this object can be */
3423
3465
  protectableItemType: "SAPAseSystem";
3424
- };
3466
+ }
3425
3467
 
3426
3468
  /** Azure VM workload-specific protectable item representing SAP HANA Database. */
3427
- export type AzureVmWorkloadSAPHanaDatabaseProtectableItem = AzureVmWorkloadProtectableItem & {
3469
+ export interface AzureVmWorkloadSAPHanaDatabaseProtectableItem
3470
+ extends AzureVmWorkloadProtectableItem {
3428
3471
  /** Polymorphic discriminator, which specifies the different types this object can be */
3429
3472
  protectableItemType: "SAPHanaDatabase";
3430
- };
3473
+ }
3431
3474
 
3432
3475
  /** Azure VM workload-specific protectable item representing SAP HANA System. */
3433
- export type AzureVmWorkloadSAPHanaSystemProtectableItem = AzureVmWorkloadProtectableItem & {
3476
+ export interface AzureVmWorkloadSAPHanaSystemProtectableItem
3477
+ extends AzureVmWorkloadProtectableItem {
3434
3478
  /** Polymorphic discriminator, which specifies the different types this object can be */
3435
3479
  protectableItemType: "SAPHanaSystem";
3436
- };
3480
+ }
3437
3481
 
3438
3482
  /** Azure VM workload-specific protectable item representing SQL Availability Group. */
3439
- export type AzureVmWorkloadSQLAvailabilityGroupProtectableItem = AzureVmWorkloadProtectableItem & {
3483
+ export interface AzureVmWorkloadSQLAvailabilityGroupProtectableItem
3484
+ extends AzureVmWorkloadProtectableItem {
3440
3485
  /** Polymorphic discriminator, which specifies the different types this object can be */
3441
3486
  protectableItemType: "SQLAvailabilityGroupContainer";
3442
- };
3487
+ }
3443
3488
 
3444
3489
  /** Azure VM workload-specific protectable item representing SQL Database. */
3445
- export type AzureVmWorkloadSQLDatabaseProtectableItem = AzureVmWorkloadProtectableItem & {
3490
+ export interface AzureVmWorkloadSQLDatabaseProtectableItem
3491
+ extends AzureVmWorkloadProtectableItem {
3446
3492
  /** Polymorphic discriminator, which specifies the different types this object can be */
3447
3493
  protectableItemType: "SQLDataBase";
3448
- };
3494
+ }
3449
3495
 
3450
3496
  /** Azure VM workload-specific protectable item representing SQL Instance. */
3451
- export type AzureVmWorkloadSQLInstanceProtectableItem = AzureVmWorkloadProtectableItem & {
3497
+ export interface AzureVmWorkloadSQLInstanceProtectableItem
3498
+ extends AzureVmWorkloadProtectableItem {
3452
3499
  /** Polymorphic discriminator, which specifies the different types this object can be */
3453
3500
  protectableItemType: "SQLInstance";
3454
- };
3501
+ }
3455
3502
 
3456
3503
  /** Azure Workload SQL Auto Protection intent item. */
3457
- export type AzureWorkloadSQLAutoProtectionIntent = AzureWorkloadAutoProtectionIntent & {
3504
+ export interface AzureWorkloadSQLAutoProtectionIntent
3505
+ extends AzureWorkloadAutoProtectionIntent {
3458
3506
  /** Polymorphic discriminator, which specifies the different types this object can be */
3459
3507
  protectionIntentItemType: "AzureWorkloadSQLAutoProtectionIntent";
3460
3508
  /** Workload item type of the item for which intent is to be set */
3461
3509
  workloadItemType?: WorkloadItemType;
3462
- };
3510
+ }
3463
3511
 
3464
3512
  /** Recovery point specific to PointInTime in SAPHana */
3465
- export type AzureWorkloadSAPHanaPointInTimeRecoveryPoint = AzureWorkloadPointInTimeRecoveryPoint & {
3513
+ export interface AzureWorkloadSAPHanaPointInTimeRecoveryPoint
3514
+ extends AzureWorkloadPointInTimeRecoveryPoint {
3466
3515
  /** Polymorphic discriminator, which specifies the different types this object can be */
3467
3516
  objectType: "AzureWorkloadSAPHanaPointInTimeRecoveryPoint";
3468
- };
3517
+ }
3469
3518
 
3470
3519
  /** Recovery point specific to PointInTime */
3471
- export type AzureWorkloadSQLPointInTimeRecoveryPoint = AzureWorkloadSQLRecoveryPoint & {
3520
+ export interface AzureWorkloadSQLPointInTimeRecoveryPoint
3521
+ extends AzureWorkloadSQLRecoveryPoint {
3472
3522
  /** Polymorphic discriminator, which specifies the different types this object can be */
3473
3523
  objectType: "AzureWorkloadSQLPointInTimeRecoveryPoint";
3474
3524
  /** List of log ranges */
3475
3525
  timeRanges?: PointInTimeRange[];
3476
- };
3526
+ }
3477
3527
 
3478
3528
  /** AzureWorkload SAP Hana -specific restore. Specifically for PointInTime/Log restore */
3479
- export type AzureWorkloadSAPHanaPointInTimeRestoreRequest = AzureWorkloadSAPHanaRestoreRequest & {
3529
+ export interface AzureWorkloadSAPHanaPointInTimeRestoreRequest
3530
+ extends AzureWorkloadSAPHanaRestoreRequest {
3480
3531
  /** Polymorphic discriminator, which specifies the different types this object can be */
3481
3532
  objectType:
3482
3533
  | "AzureWorkloadSAPHanaPointInTimeRestoreRequest"
3483
3534
  | "AzureWorkloadSAPHanaPointInTimeRestoreWithRehydrateRequest";
3484
3535
  /** PointInTime value */
3485
3536
  pointInTime?: Date;
3486
- };
3537
+ }
3487
3538
 
3488
3539
  /** AzureWorkload SAP Hana-specific restore with integrated rehydration of recovery point. */
3489
- export type AzureWorkloadSAPHanaRestoreWithRehydrateRequest = AzureWorkloadSAPHanaRestoreRequest & {
3540
+ export interface AzureWorkloadSAPHanaRestoreWithRehydrateRequest
3541
+ extends AzureWorkloadSAPHanaRestoreRequest {
3490
3542
  /** Polymorphic discriminator, which specifies the different types this object can be */
3491
3543
  objectType: "AzureWorkloadSAPHanaRestoreWithRehydrateRequest";
3492
3544
  /** RP Rehydration Info */
3493
3545
  recoveryPointRehydrationInfo?: RecoveryPointRehydrationInfo;
3494
- };
3546
+ }
3495
3547
 
3496
3548
  /** AzureWorkload SQL -specific restore. Specifically for PointInTime/Log restore */
3497
- export type AzureWorkloadSQLPointInTimeRestoreRequest = AzureWorkloadSQLRestoreRequest & {
3549
+ export interface AzureWorkloadSQLPointInTimeRestoreRequest
3550
+ extends AzureWorkloadSQLRestoreRequest {
3498
3551
  /** Polymorphic discriminator, which specifies the different types this object can be */
3499
3552
  objectType:
3500
3553
  | "AzureWorkloadSQLPointInTimeRestoreRequest"
3501
3554
  | "AzureWorkloadSQLPointInTimeRestoreWithRehydrateRequest";
3502
3555
  /** PointInTime value */
3503
3556
  pointInTime?: Date;
3504
- };
3557
+ }
3505
3558
 
3506
3559
  /** AzureWorkload SQL-specific restore with integrated rehydration of recovery point */
3507
- export type AzureWorkloadSQLRestoreWithRehydrateRequest = AzureWorkloadSQLRestoreRequest & {
3560
+ export interface AzureWorkloadSQLRestoreWithRehydrateRequest
3561
+ extends AzureWorkloadSQLRestoreRequest {
3508
3562
  /** Polymorphic discriminator, which specifies the different types this object can be */
3509
3563
  objectType: "AzureWorkloadSQLRestoreWithRehydrateRequest";
3510
3564
  /** RP Rehydration Info */
3511
3565
  recoveryPointRehydrationInfo?: RecoveryPointRehydrationInfo;
3512
- };
3566
+ }
3513
3567
 
3514
3568
  /** AzureWorkload SAP Hana-specific restore with integrated rehydration of recovery point. */
3515
- export type AzureWorkloadSAPHanaPointInTimeRestoreWithRehydrateRequest = AzureWorkloadSAPHanaPointInTimeRestoreRequest & {
3569
+ export interface AzureWorkloadSAPHanaPointInTimeRestoreWithRehydrateRequest
3570
+ extends AzureWorkloadSAPHanaPointInTimeRestoreRequest {
3516
3571
  /** Polymorphic discriminator, which specifies the different types this object can be */
3517
3572
  objectType: "AzureWorkloadSAPHanaPointInTimeRestoreWithRehydrateRequest";
3518
3573
  /** RP Rehydration Info */
3519
3574
  recoveryPointRehydrationInfo?: RecoveryPointRehydrationInfo;
3520
- };
3575
+ }
3521
3576
 
3522
3577
  /** AzureWorkload SQL-specific restore with integrated rehydration of recovery point. */
3523
- export type AzureWorkloadSQLPointInTimeRestoreWithRehydrateRequest = AzureWorkloadSQLPointInTimeRestoreRequest & {
3578
+ export interface AzureWorkloadSQLPointInTimeRestoreWithRehydrateRequest
3579
+ extends AzureWorkloadSQLPointInTimeRestoreRequest {
3524
3580
  /** Polymorphic discriminator, which specifies the different types this object can be */
3525
3581
  objectType: "AzureWorkloadSQLPointInTimeRestoreWithRehydrateRequest";
3526
3582
  /** RP Rehydration Info */
3527
3583
  recoveryPointRehydrationInfo?: RecoveryPointRehydrationInfo;
3528
- };
3584
+ }
3529
3585
 
3530
3586
  /** Known values of {@link StorageType} that the service accepts. */
3531
3587
  export enum KnownStorageType {
3588
+ /** Invalid */
3532
3589
  Invalid = "Invalid",
3590
+ /** GeoRedundant */
3533
3591
  GeoRedundant = "GeoRedundant",
3592
+ /** LocallyRedundant */
3534
3593
  LocallyRedundant = "LocallyRedundant",
3594
+ /** ZoneRedundant */
3535
3595
  ZoneRedundant = "ZoneRedundant",
3596
+ /** ReadAccessGeoZoneRedundant */
3536
3597
  ReadAccessGeoZoneRedundant = "ReadAccessGeoZoneRedundant"
3537
3598
  }
3538
3599
 
@@ -3551,8 +3612,11 @@ export type StorageType = string;
3551
3612
 
3552
3613
  /** Known values of {@link StorageTypeState} that the service accepts. */
3553
3614
  export enum KnownStorageTypeState {
3615
+ /** Invalid */
3554
3616
  Invalid = "Invalid",
3617
+ /** Locked */
3555
3618
  Locked = "Locked",
3619
+ /** Unlocked */
3556
3620
  Unlocked = "Unlocked"
3557
3621
  }
3558
3622
 
@@ -3569,8 +3633,11 @@ export type StorageTypeState = string;
3569
3633
 
3570
3634
  /** Known values of {@link DedupState} that the service accepts. */
3571
3635
  export enum KnownDedupState {
3636
+ /** Invalid */
3572
3637
  Invalid = "Invalid",
3638
+ /** Enabled */
3573
3639
  Enabled = "Enabled",
3640
+ /** Disabled */
3574
3641
  Disabled = "Disabled"
3575
3642
  }
3576
3643
 
@@ -3587,8 +3654,11 @@ export type DedupState = string;
3587
3654
 
3588
3655
  /** Known values of {@link XcoolState} that the service accepts. */
3589
3656
  export enum KnownXcoolState {
3657
+ /** Invalid */
3590
3658
  Invalid = "Invalid",
3659
+ /** Enabled */
3591
3660
  Enabled = "Enabled",
3661
+ /** Disabled */
3592
3662
  Disabled = "Disabled"
3593
3663
  }
3594
3664
 
@@ -3605,20 +3675,35 @@ export type XcoolState = string;
3605
3675
 
3606
3676
  /** Known values of {@link DataSourceType} that the service accepts. */
3607
3677
  export enum KnownDataSourceType {
3678
+ /** Invalid */
3608
3679
  Invalid = "Invalid",
3680
+ /** VM */
3609
3681
  VM = "VM",
3682
+ /** FileFolder */
3610
3683
  FileFolder = "FileFolder",
3684
+ /** AzureSqlDb */
3611
3685
  AzureSqlDb = "AzureSqlDb",
3686
+ /** Sqldb */
3612
3687
  Sqldb = "SQLDB",
3688
+ /** Exchange */
3613
3689
  Exchange = "Exchange",
3690
+ /** Sharepoint */
3614
3691
  Sharepoint = "Sharepoint",
3692
+ /** VMwareVM */
3615
3693
  VMwareVM = "VMwareVM",
3694
+ /** SystemState */
3616
3695
  SystemState = "SystemState",
3696
+ /** Client */
3617
3697
  Client = "Client",
3698
+ /** GenericDataSource */
3618
3699
  GenericDataSource = "GenericDataSource",
3700
+ /** SQLDataBase */
3619
3701
  SQLDataBase = "SQLDataBase",
3702
+ /** AzureFileShare */
3620
3703
  AzureFileShare = "AzureFileShare",
3704
+ /** SAPHanaDatabase */
3621
3705
  SAPHanaDatabase = "SAPHanaDatabase",
3706
+ /** SAPAseDatabase */
3622
3707
  SAPAseDatabase = "SAPAseDatabase"
3623
3708
  }
3624
3709
 
@@ -3647,8 +3732,11 @@ export type DataSourceType = string;
3647
3732
 
3648
3733
  /** Known values of {@link ValidationStatus} that the service accepts. */
3649
3734
  export enum KnownValidationStatus {
3735
+ /** Invalid */
3650
3736
  Invalid = "Invalid",
3737
+ /** Succeeded */
3651
3738
  Succeeded = "Succeeded",
3739
+ /** Failed */
3652
3740
  Failed = "Failed"
3653
3741
  }
3654
3742
 
@@ -3665,10 +3753,15 @@ export type ValidationStatus = string;
3665
3753
 
3666
3754
  /** Known values of {@link ProtectionStatus} that the service accepts. */
3667
3755
  export enum KnownProtectionStatus {
3756
+ /** Invalid */
3668
3757
  Invalid = "Invalid",
3758
+ /** NotProtected */
3669
3759
  NotProtected = "NotProtected",
3760
+ /** Protecting */
3670
3761
  Protecting = "Protecting",
3762
+ /** Protected */
3671
3763
  Protected = "Protected",
3764
+ /** ProtectionFailed */
3672
3765
  ProtectionFailed = "ProtectionFailed"
3673
3766
  }
3674
3767
 
@@ -3687,7 +3780,9 @@ export type ProtectionStatus = string;
3687
3780
 
3688
3781
  /** Known values of {@link FabricName} that the service accepts. */
3689
3782
  export enum KnownFabricName {
3783
+ /** Invalid */
3690
3784
  Invalid = "Invalid",
3785
+ /** Azure */
3691
3786
  Azure = "Azure"
3692
3787
  }
3693
3788
 
@@ -3703,10 +3798,15 @@ export type FabricName = string;
3703
3798
 
3704
3799
  /** Known values of {@link SupportStatus} that the service accepts. */
3705
3800
  export enum KnownSupportStatus {
3801
+ /** Invalid */
3706
3802
  Invalid = "Invalid",
3803
+ /** Supported */
3707
3804
  Supported = "Supported",
3805
+ /** DefaultOFF */
3708
3806
  DefaultOFF = "DefaultOFF",
3807
+ /** DefaultON */
3709
3808
  DefaultON = "DefaultON",
3809
+ /** NotSupported */
3710
3810
  NotSupported = "NotSupported"
3711
3811
  }
3712
3812
 
@@ -3725,11 +3825,17 @@ export type SupportStatus = string;
3725
3825
 
3726
3826
  /** Known values of {@link ProtectionIntentItemType} that the service accepts. */
3727
3827
  export enum KnownProtectionIntentItemType {
3828
+ /** Invalid */
3728
3829
  Invalid = "Invalid",
3830
+ /** AzureResourceItem */
3729
3831
  AzureResourceItem = "AzureResourceItem",
3832
+ /** RecoveryServiceVaultItem */
3730
3833
  RecoveryServiceVaultItem = "RecoveryServiceVaultItem",
3834
+ /** AzureWorkloadContainerAutoProtectionIntent */
3731
3835
  AzureWorkloadContainerAutoProtectionIntent = "AzureWorkloadContainerAutoProtectionIntent",
3836
+ /** AzureWorkloadAutoProtectionIntent */
3732
3837
  AzureWorkloadAutoProtectionIntent = "AzureWorkloadAutoProtectionIntent",
3838
+ /** AzureWorkloadSQLAutoProtectionIntent */
3733
3839
  AzureWorkloadSQLAutoProtectionIntent = "AzureWorkloadSQLAutoProtectionIntent"
3734
3840
  }
3735
3841
 
@@ -3749,14 +3855,23 @@ export type ProtectionIntentItemType = string;
3749
3855
 
3750
3856
  /** Known values of {@link BackupManagementType} that the service accepts. */
3751
3857
  export enum KnownBackupManagementType {
3858
+ /** Invalid */
3752
3859
  Invalid = "Invalid",
3860
+ /** AzureIaasVM */
3753
3861
  AzureIaasVM = "AzureIaasVM",
3862
+ /** MAB */
3754
3863
  MAB = "MAB",
3864
+ /** DPM */
3755
3865
  DPM = "DPM",
3866
+ /** AzureBackupServer */
3756
3867
  AzureBackupServer = "AzureBackupServer",
3868
+ /** AzureSql */
3757
3869
  AzureSql = "AzureSql",
3870
+ /** AzureStorage */
3758
3871
  AzureStorage = "AzureStorage",
3872
+ /** AzureWorkload */
3759
3873
  AzureWorkload = "AzureWorkload",
3874
+ /** DefaultBackup */
3760
3875
  DefaultBackup = "DefaultBackup"
3761
3876
  }
3762
3877
 
@@ -3779,11 +3894,17 @@ export type BackupManagementType = string;
3779
3894
 
3780
3895
  /** Known values of {@link UsagesUnit} that the service accepts. */
3781
3896
  export enum KnownUsagesUnit {
3897
+ /** Count */
3782
3898
  Count = "Count",
3899
+ /** Bytes */
3783
3900
  Bytes = "Bytes",
3901
+ /** Seconds */
3784
3902
  Seconds = "Seconds",
3903
+ /** Percent */
3785
3904
  Percent = "Percent",
3905
+ /** CountPerSecond */
3786
3906
  CountPerSecond = "CountPerSecond",
3907
+ /** BytesPerSecond */
3787
3908
  BytesPerSecond = "BytesPerSecond"
3788
3909
  }
3789
3910
 
@@ -3803,8 +3924,11 @@ export type UsagesUnit = string;
3803
3924
 
3804
3925
  /** Known values of {@link EnhancedSecurityState} that the service accepts. */
3805
3926
  export enum KnownEnhancedSecurityState {
3927
+ /** Invalid */
3806
3928
  Invalid = "Invalid",
3929
+ /** Enabled */
3807
3930
  Enabled = "Enabled",
3931
+ /** Disabled */
3808
3932
  Disabled = "Disabled"
3809
3933
  }
3810
3934
 
@@ -3821,8 +3945,11 @@ export type EnhancedSecurityState = string;
3821
3945
 
3822
3946
  /** Known values of {@link SoftDeleteFeatureState} that the service accepts. */
3823
3947
  export enum KnownSoftDeleteFeatureState {
3948
+ /** Invalid */
3824
3949
  Invalid = "Invalid",
3950
+ /** Enabled */
3825
3951
  Enabled = "Enabled",
3952
+ /** Disabled */
3826
3953
  Disabled = "Disabled"
3827
3954
  }
3828
3955
 
@@ -3839,8 +3966,11 @@ export type SoftDeleteFeatureState = string;
3839
3966
 
3840
3967
  /** Known values of {@link EncryptionAtRestType} that the service accepts. */
3841
3968
  export enum KnownEncryptionAtRestType {
3969
+ /** Invalid */
3842
3970
  Invalid = "Invalid",
3971
+ /** MicrosoftManaged */
3843
3972
  MicrosoftManaged = "MicrosoftManaged",
3973
+ /** CustomerManaged */
3844
3974
  CustomerManaged = "CustomerManaged"
3845
3975
  }
3846
3976
 
@@ -3857,13 +3987,21 @@ export type EncryptionAtRestType = string;
3857
3987
 
3858
3988
  /** Known values of {@link LastUpdateStatus} that the service accepts. */
3859
3989
  export enum KnownLastUpdateStatus {
3990
+ /** Invalid */
3860
3991
  Invalid = "Invalid",
3992
+ /** NotEnabled */
3861
3993
  NotEnabled = "NotEnabled",
3994
+ /** PartiallySucceeded */
3862
3995
  PartiallySucceeded = "PartiallySucceeded",
3996
+ /** PartiallyFailed */
3863
3997
  PartiallyFailed = "PartiallyFailed",
3998
+ /** Failed */
3864
3999
  Failed = "Failed",
4000
+ /** Succeeded */
3865
4001
  Succeeded = "Succeeded",
4002
+ /** Initialized */
3866
4003
  Initialized = "Initialized",
4004
+ /** FirstInitialization */
3867
4005
  FirstInitialization = "FirstInitialization"
3868
4006
  }
3869
4007
 
@@ -3885,8 +4023,11 @@ export type LastUpdateStatus = string;
3885
4023
 
3886
4024
  /** Known values of {@link InfrastructureEncryptionState} that the service accepts. */
3887
4025
  export enum KnownInfrastructureEncryptionState {
4026
+ /** Invalid */
3888
4027
  Invalid = "Invalid",
4028
+ /** Disabled */
3889
4029
  Disabled = "Disabled",
4030
+ /** Enabled */
3890
4031
  Enabled = "Enabled"
3891
4032
  }
3892
4033
 
@@ -3903,9 +4044,13 @@ export type InfrastructureEncryptionState = string;
3903
4044
 
3904
4045
  /** Known values of {@link ProvisioningState} that the service accepts. */
3905
4046
  export enum KnownProvisioningState {
4047
+ /** Succeeded */
3906
4048
  Succeeded = "Succeeded",
4049
+ /** Deleting */
3907
4050
  Deleting = "Deleting",
4051
+ /** Failed */
3908
4052
  Failed = "Failed",
4053
+ /** Pending */
3909
4054
  Pending = "Pending"
3910
4055
  }
3911
4056
 
@@ -3923,9 +4068,13 @@ export type ProvisioningState = string;
3923
4068
 
3924
4069
  /** Known values of {@link PrivateEndpointConnectionStatus} that the service accepts. */
3925
4070
  export enum KnownPrivateEndpointConnectionStatus {
4071
+ /** Pending */
3926
4072
  Pending = "Pending",
4073
+ /** Approved */
3927
4074
  Approved = "Approved",
4075
+ /** Rejected */
3928
4076
  Rejected = "Rejected",
4077
+ /** Disconnected */
3929
4078
  Disconnected = "Disconnected"
3930
4079
  }
3931
4080
 
@@ -3943,10 +4092,15 @@ export type PrivateEndpointConnectionStatus = string;
3943
4092
 
3944
4093
  /** Known values of {@link OperationStatusValues} that the service accepts. */
3945
4094
  export enum KnownOperationStatusValues {
4095
+ /** Invalid */
3946
4096
  Invalid = "Invalid",
4097
+ /** InProgress */
3947
4098
  InProgress = "InProgress",
4099
+ /** Succeeded */
3948
4100
  Succeeded = "Succeeded",
4101
+ /** Failed */
3949
4102
  Failed = "Failed",
4103
+ /** Canceled */
3950
4104
  Canceled = "Canceled"
3951
4105
  }
3952
4106
 
@@ -3965,8 +4119,11 @@ export type OperationStatusValues = string;
3965
4119
 
3966
4120
  /** Known values of {@link DataMoveLevel} that the service accepts. */
3967
4121
  export enum KnownDataMoveLevel {
4122
+ /** Invalid */
3968
4123
  Invalid = "Invalid",
4124
+ /** Vault */
3969
4125
  Vault = "Vault",
4126
+ /** Container */
3970
4127
  Container = "Container"
3971
4128
  }
3972
4129
 
@@ -3983,8 +4140,11 @@ export type DataMoveLevel = string;
3983
4140
 
3984
4141
  /** Known values of {@link CreateMode} that the service accepts. */
3985
4142
  export enum KnownCreateMode {
4143
+ /** Invalid */
3986
4144
  Invalid = "Invalid",
4145
+ /** Default */
3987
4146
  Default = "Default",
4147
+ /** Recover */
3988
4148
  Recover = "Recover"
3989
4149
  }
3990
4150
 
@@ -4001,8 +4161,11 @@ export type CreateMode = string;
4001
4161
 
4002
4162
  /** Known values of {@link BackupEngineType} that the service accepts. */
4003
4163
  export enum KnownBackupEngineType {
4164
+ /** Invalid */
4004
4165
  Invalid = "Invalid",
4166
+ /** DpmBackupEngine */
4005
4167
  DpmBackupEngine = "DpmBackupEngine",
4168
+ /** AzureBackupServerEngine */
4006
4169
  AzureBackupServerEngine = "AzureBackupServerEngine"
4007
4170
  }
4008
4171
 
@@ -4019,23 +4182,41 @@ export type BackupEngineType = string;
4019
4182
 
4020
4183
  /** Known values of {@link ContainerType} that the service accepts. */
4021
4184
  export enum KnownContainerType {
4185
+ /** Invalid */
4022
4186
  Invalid = "Invalid",
4187
+ /** Unknown */
4023
4188
  Unknown = "Unknown",
4189
+ /** IaasVMContainer */
4024
4190
  IaasVMContainer = "IaasVMContainer",
4191
+ /** IaasVMServiceContainer */
4025
4192
  IaasVMServiceContainer = "IaasVMServiceContainer",
4193
+ /** DPMContainer */
4026
4194
  DPMContainer = "DPMContainer",
4195
+ /** AzureBackupServerContainer */
4027
4196
  AzureBackupServerContainer = "AzureBackupServerContainer",
4197
+ /** MABContainer */
4028
4198
  MABContainer = "MABContainer",
4199
+ /** Cluster */
4029
4200
  Cluster = "Cluster",
4201
+ /** AzureSqlContainer */
4030
4202
  AzureSqlContainer = "AzureSqlContainer",
4203
+ /** Windows */
4031
4204
  Windows = "Windows",
4205
+ /** VCenter */
4032
4206
  VCenter = "VCenter",
4207
+ /** VMAppContainer */
4033
4208
  VMAppContainer = "VMAppContainer",
4209
+ /** SqlagWorkLoadContainer */
4034
4210
  SqlagWorkLoadContainer = "SQLAGWorkLoadContainer",
4211
+ /** StorageContainer */
4035
4212
  StorageContainer = "StorageContainer",
4213
+ /** GenericContainer */
4036
4214
  GenericContainer = "GenericContainer",
4215
+ /** MicrosoftClassicComputeVirtualMachines */
4037
4216
  MicrosoftClassicComputeVirtualMachines = "Microsoft.ClassicCompute/virtualMachines",
4217
+ /** MicrosoftComputeVirtualMachines */
4038
4218
  MicrosoftComputeVirtualMachines = "Microsoft.Compute/virtualMachines",
4219
+ /** AzureWorkloadContainer */
4039
4220
  AzureWorkloadContainer = "AzureWorkloadContainer"
4040
4221
  }
4041
4222
 
@@ -4067,11 +4248,17 @@ export type ContainerType = string;
4067
4248
 
4068
4249
  /** Known values of {@link ProtectionState} that the service accepts. */
4069
4250
  export enum KnownProtectionState {
4251
+ /** Invalid */
4070
4252
  Invalid = "Invalid",
4253
+ /** IRPending */
4071
4254
  IRPending = "IRPending",
4255
+ /** Protected */
4072
4256
  Protected = "Protected",
4257
+ /** ProtectionError */
4073
4258
  ProtectionError = "ProtectionError",
4259
+ /** ProtectionStopped */
4074
4260
  ProtectionStopped = "ProtectionStopped",
4261
+ /** ProtectionPaused */
4075
4262
  ProtectionPaused = "ProtectionPaused"
4076
4263
  }
4077
4264
 
@@ -4091,11 +4278,17 @@ export type ProtectionState = string;
4091
4278
 
4092
4279
  /** Known values of {@link ResourceHealthStatus} that the service accepts. */
4093
4280
  export enum KnownResourceHealthStatus {
4281
+ /** Healthy */
4094
4282
  Healthy = "Healthy",
4283
+ /** TransientDegraded */
4095
4284
  TransientDegraded = "TransientDegraded",
4285
+ /** PersistentDegraded */
4096
4286
  PersistentDegraded = "PersistentDegraded",
4287
+ /** TransientUnhealthy */
4097
4288
  TransientUnhealthy = "TransientUnhealthy",
4289
+ /** PersistentUnhealthy */
4098
4290
  PersistentUnhealthy = "PersistentUnhealthy",
4291
+ /** Invalid */
4099
4292
  Invalid = "Invalid"
4100
4293
  }
4101
4294
 
@@ -4115,10 +4308,15 @@ export type ResourceHealthStatus = string;
4115
4308
 
4116
4309
  /** Known values of {@link RecoveryType} that the service accepts. */
4117
4310
  export enum KnownRecoveryType {
4311
+ /** Invalid */
4118
4312
  Invalid = "Invalid",
4313
+ /** OriginalLocation */
4119
4314
  OriginalLocation = "OriginalLocation",
4315
+ /** AlternateLocation */
4120
4316
  AlternateLocation = "AlternateLocation",
4317
+ /** RestoreDisks */
4121
4318
  RestoreDisks = "RestoreDisks",
4319
+ /** Offline */
4122
4320
  Offline = "Offline"
4123
4321
  }
4124
4322
 
@@ -4137,10 +4335,15 @@ export type RecoveryType = string;
4137
4335
 
4138
4336
  /** Known values of {@link CopyOptions} that the service accepts. */
4139
4337
  export enum KnownCopyOptions {
4338
+ /** Invalid */
4140
4339
  Invalid = "Invalid",
4340
+ /** CreateCopy */
4141
4341
  CreateCopy = "CreateCopy",
4342
+ /** Skip */
4142
4343
  Skip = "Skip",
4344
+ /** Overwrite */
4143
4345
  Overwrite = "Overwrite",
4346
+ /** FailOnConflict */
4144
4347
  FailOnConflict = "FailOnConflict"
4145
4348
  }
4146
4349
 
@@ -4159,8 +4362,11 @@ export type CopyOptions = string;
4159
4362
 
4160
4363
  /** Known values of {@link RestoreRequestType} that the service accepts. */
4161
4364
  export enum KnownRestoreRequestType {
4365
+ /** Invalid */
4162
4366
  Invalid = "Invalid",
4367
+ /** FullShareRestore */
4163
4368
  FullShareRestore = "FullShareRestore",
4369
+ /** ItemLevelRestore */
4164
4370
  ItemLevelRestore = "ItemLevelRestore"
4165
4371
  }
4166
4372
 
@@ -4177,20 +4383,35 @@ export type RestoreRequestType = string;
4177
4383
 
4178
4384
  /** Known values of {@link WorkloadType} that the service accepts. */
4179
4385
  export enum KnownWorkloadType {
4386
+ /** Invalid */
4180
4387
  Invalid = "Invalid",
4388
+ /** VM */
4181
4389
  VM = "VM",
4390
+ /** FileFolder */
4182
4391
  FileFolder = "FileFolder",
4392
+ /** AzureSqlDb */
4183
4393
  AzureSqlDb = "AzureSqlDb",
4394
+ /** Sqldb */
4184
4395
  Sqldb = "SQLDB",
4396
+ /** Exchange */
4185
4397
  Exchange = "Exchange",
4398
+ /** Sharepoint */
4186
4399
  Sharepoint = "Sharepoint",
4400
+ /** VMwareVM */
4187
4401
  VMwareVM = "VMwareVM",
4402
+ /** SystemState */
4188
4403
  SystemState = "SystemState",
4404
+ /** Client */
4189
4405
  Client = "Client",
4406
+ /** GenericDataSource */
4190
4407
  GenericDataSource = "GenericDataSource",
4408
+ /** SQLDataBase */
4191
4409
  SQLDataBase = "SQLDataBase",
4410
+ /** AzureFileShare */
4192
4411
  AzureFileShare = "AzureFileShare",
4412
+ /** SAPHanaDatabase */
4193
4413
  SAPHanaDatabase = "SAPHanaDatabase",
4414
+ /** SAPAseDatabase */
4194
4415
  SAPAseDatabase = "SAPAseDatabase"
4195
4416
  }
4196
4417
 
@@ -4219,11 +4440,17 @@ export type WorkloadType = string;
4219
4440
 
4220
4441
  /** Known values of {@link PolicyType} that the service accepts. */
4221
4442
  export enum KnownPolicyType {
4443
+ /** Invalid */
4222
4444
  Invalid = "Invalid",
4445
+ /** Full */
4223
4446
  Full = "Full",
4447
+ /** Differential */
4224
4448
  Differential = "Differential",
4449
+ /** Log */
4225
4450
  Log = "Log",
4451
+ /** CopyOnlyFull */
4226
4452
  CopyOnlyFull = "CopyOnlyFull",
4453
+ /** Incremental */
4227
4454
  Incremental = "Incremental"
4228
4455
  }
4229
4456
 
@@ -4243,9 +4470,13 @@ export type PolicyType = string;
4243
4470
 
4244
4471
  /** Known values of {@link HealthStatus} that the service accepts. */
4245
4472
  export enum KnownHealthStatus {
4473
+ /** Passed */
4246
4474
  Passed = "Passed",
4475
+ /** ActionRequired */
4247
4476
  ActionRequired = "ActionRequired",
4477
+ /** ActionSuggested */
4248
4478
  ActionSuggested = "ActionSuggested",
4479
+ /** Invalid */
4249
4480
  Invalid = "Invalid"
4250
4481
  }
4251
4482
 
@@ -4263,8 +4494,11 @@ export type HealthStatus = string;
4263
4494
 
4264
4495
  /** Known values of {@link IaasvmPolicyType} that the service accepts. */
4265
4496
  export enum KnownIaasvmPolicyType {
4497
+ /** Invalid */
4266
4498
  Invalid = "Invalid",
4499
+ /** V1 */
4267
4500
  V1 = "V1",
4501
+ /** V2 */
4268
4502
  V2 = "V2"
4269
4503
  }
4270
4504
 
@@ -4281,11 +4515,17 @@ export type IaasvmPolicyType = string;
4281
4515
 
4282
4516
  /** Known values of {@link ProtectedItemState} that the service accepts. */
4283
4517
  export enum KnownProtectedItemState {
4518
+ /** Invalid */
4284
4519
  Invalid = "Invalid",
4520
+ /** IRPending */
4285
4521
  IRPending = "IRPending",
4522
+ /** Protected */
4286
4523
  Protected = "Protected",
4524
+ /** ProtectionError */
4287
4525
  ProtectionError = "ProtectionError",
4526
+ /** ProtectionStopped */
4288
4527
  ProtectionStopped = "ProtectionStopped",
4528
+ /** ProtectionPaused */
4289
4529
  ProtectionPaused = "ProtectionPaused"
4290
4530
  }
4291
4531
 
@@ -4305,9 +4545,13 @@ export type ProtectedItemState = string;
4305
4545
 
4306
4546
  /** Known values of {@link LastBackupStatus} that the service accepts. */
4307
4547
  export enum KnownLastBackupStatus {
4548
+ /** Invalid */
4308
4549
  Invalid = "Invalid",
4550
+ /** Healthy */
4309
4551
  Healthy = "Healthy",
4552
+ /** Unhealthy */
4310
4553
  Unhealthy = "Unhealthy",
4554
+ /** IRPending */
4311
4555
  IRPending = "IRPending"
4312
4556
  }
4313
4557
 
@@ -4325,10 +4569,15 @@ export type LastBackupStatus = string;
4325
4569
 
4326
4570
  /** Known values of {@link ProtectedItemHealthStatus} that the service accepts. */
4327
4571
  export enum KnownProtectedItemHealthStatus {
4572
+ /** Invalid */
4328
4573
  Invalid = "Invalid",
4574
+ /** Healthy */
4329
4575
  Healthy = "Healthy",
4576
+ /** Unhealthy */
4330
4577
  Unhealthy = "Unhealthy",
4578
+ /** NotReachable */
4331
4579
  NotReachable = "NotReachable",
4580
+ /** IRPending */
4332
4581
  IRPending = "IRPending"
4333
4582
  }
4334
4583
 
@@ -4347,10 +4596,15 @@ export type ProtectedItemHealthStatus = string;
4347
4596
 
4348
4597
  /** Known values of {@link RestorePointType} that the service accepts. */
4349
4598
  export enum KnownRestorePointType {
4599
+ /** Invalid */
4350
4600
  Invalid = "Invalid",
4601
+ /** Full */
4351
4602
  Full = "Full",
4603
+ /** Log */
4352
4604
  Log = "Log",
4605
+ /** Differential */
4353
4606
  Differential = "Differential",
4607
+ /** Incremental */
4354
4608
  Incremental = "Incremental"
4355
4609
  }
4356
4610
 
@@ -4369,8 +4623,11 @@ export type RestorePointType = string;
4369
4623
 
4370
4624
  /** Known values of {@link OverwriteOptions} that the service accepts. */
4371
4625
  export enum KnownOverwriteOptions {
4626
+ /** Invalid */
4372
4627
  Invalid = "Invalid",
4628
+ /** FailOnConflict */
4373
4629
  FailOnConflict = "FailOnConflict",
4630
+ /** Overwrite */
4374
4631
  Overwrite = "Overwrite"
4375
4632
  }
4376
4633
 
@@ -4387,8 +4644,11 @@ export type OverwriteOptions = string;
4387
4644
 
4388
4645
  /** Known values of {@link RecoveryMode} that the service accepts. */
4389
4646
  export enum KnownRecoveryMode {
4647
+ /** Invalid */
4390
4648
  Invalid = "Invalid",
4649
+ /** FileRecovery */
4391
4650
  FileRecovery = "FileRecovery",
4651
+ /** WorkloadRecovery */
4392
4652
  WorkloadRecovery = "WorkloadRecovery"
4393
4653
  }
4394
4654
 
@@ -4405,8 +4665,11 @@ export type RecoveryMode = string;
4405
4665
 
4406
4666
  /** Known values of {@link SQLDataDirectoryType} that the service accepts. */
4407
4667
  export enum KnownSQLDataDirectoryType {
4668
+ /** Invalid */
4408
4669
  Invalid = "Invalid",
4670
+ /** Data */
4409
4671
  Data = "Data",
4672
+ /** Log */
4410
4673
  Log = "Log"
4411
4674
  }
4412
4675
 
@@ -4423,12 +4686,19 @@ export type SQLDataDirectoryType = string;
4423
4686
 
4424
4687
  /** Known values of {@link RestorePointQueryType} that the service accepts. */
4425
4688
  export enum KnownRestorePointQueryType {
4689
+ /** Invalid */
4426
4690
  Invalid = "Invalid",
4691
+ /** Full */
4427
4692
  Full = "Full",
4693
+ /** Log */
4428
4694
  Log = "Log",
4695
+ /** Differential */
4429
4696
  Differential = "Differential",
4697
+ /** FullAndDifferential */
4430
4698
  FullAndDifferential = "FullAndDifferential",
4699
+ /** All */
4431
4700
  All = "All",
4701
+ /** Incremental */
4432
4702
  Incremental = "Incremental"
4433
4703
  }
4434
4704
 
@@ -4449,10 +4719,15 @@ export type RestorePointQueryType = string;
4449
4719
 
4450
4720
  /** Known values of {@link RetentionDurationType} that the service accepts. */
4451
4721
  export enum KnownRetentionDurationType {
4722
+ /** Invalid */
4452
4723
  Invalid = "Invalid",
4724
+ /** Days */
4453
4725
  Days = "Days",
4726
+ /** Weeks */
4454
4727
  Weeks = "Weeks",
4728
+ /** Months */
4455
4729
  Months = "Months",
4730
+ /** Years */
4456
4731
  Years = "Years"
4457
4732
  }
4458
4733
 
@@ -4471,12 +4746,19 @@ export type RetentionDurationType = string;
4471
4746
 
4472
4747
  /** Known values of {@link JobStatus} that the service accepts. */
4473
4748
  export enum KnownJobStatus {
4749
+ /** Invalid */
4474
4750
  Invalid = "Invalid",
4751
+ /** InProgress */
4475
4752
  InProgress = "InProgress",
4753
+ /** Completed */
4476
4754
  Completed = "Completed",
4755
+ /** Failed */
4477
4756
  Failed = "Failed",
4757
+ /** CompletedWithWarnings */
4478
4758
  CompletedWithWarnings = "CompletedWithWarnings",
4759
+ /** Cancelled */
4479
4760
  Cancelled = "Cancelled",
4761
+ /** Cancelling */
4480
4762
  Cancelling = "Cancelling"
4481
4763
  }
4482
4764
 
@@ -4497,16 +4779,27 @@ export type JobStatus = string;
4497
4779
 
4498
4780
  /** Known values of {@link JobOperationType} that the service accepts. */
4499
4781
  export enum KnownJobOperationType {
4782
+ /** Invalid */
4500
4783
  Invalid = "Invalid",
4784
+ /** Register */
4501
4785
  Register = "Register",
4786
+ /** UnRegister */
4502
4787
  UnRegister = "UnRegister",
4788
+ /** ConfigureBackup */
4503
4789
  ConfigureBackup = "ConfigureBackup",
4790
+ /** Backup */
4504
4791
  Backup = "Backup",
4792
+ /** Restore */
4505
4793
  Restore = "Restore",
4794
+ /** DisableBackup */
4506
4795
  DisableBackup = "DisableBackup",
4796
+ /** DeleteBackupData */
4507
4797
  DeleteBackupData = "DeleteBackupData",
4798
+ /** CrossRegionRestore */
4508
4799
  CrossRegionRestore = "CrossRegionRestore",
4800
+ /** Undelete */
4509
4801
  Undelete = "Undelete",
4802
+ /** UpdateCustomerManagedKey */
4510
4803
  UpdateCustomerManagedKey = "UpdateCustomerManagedKey"
4511
4804
  }
4512
4805
 
@@ -4531,8 +4824,11 @@ export type JobOperationType = string;
4531
4824
 
4532
4825
  /** Known values of {@link RetentionScheduleFormat} that the service accepts. */
4533
4826
  export enum KnownRetentionScheduleFormat {
4827
+ /** Invalid */
4534
4828
  Invalid = "Invalid",
4829
+ /** Daily */
4535
4830
  Daily = "Daily",
4831
+ /** Weekly */
4536
4832
  Weekly = "Weekly"
4537
4833
  }
4538
4834
 
@@ -4549,20 +4845,35 @@ export type RetentionScheduleFormat = string;
4549
4845
 
4550
4846
  /** Known values of {@link MabServerType} that the service accepts. */
4551
4847
  export enum KnownMabServerType {
4848
+ /** Invalid */
4552
4849
  Invalid = "Invalid",
4850
+ /** Unknown */
4553
4851
  Unknown = "Unknown",
4852
+ /** IaasVMContainer */
4554
4853
  IaasVMContainer = "IaasVMContainer",
4854
+ /** IaasVMServiceContainer */
4555
4855
  IaasVMServiceContainer = "IaasVMServiceContainer",
4856
+ /** DPMContainer */
4556
4857
  DPMContainer = "DPMContainer",
4858
+ /** AzureBackupServerContainer */
4557
4859
  AzureBackupServerContainer = "AzureBackupServerContainer",
4860
+ /** MABContainer */
4558
4861
  MABContainer = "MABContainer",
4862
+ /** Cluster */
4559
4863
  Cluster = "Cluster",
4864
+ /** AzureSqlContainer */
4560
4865
  AzureSqlContainer = "AzureSqlContainer",
4866
+ /** Windows */
4561
4867
  Windows = "Windows",
4868
+ /** VCenter */
4562
4869
  VCenter = "VCenter",
4870
+ /** VMAppContainer */
4563
4871
  VMAppContainer = "VMAppContainer",
4872
+ /** SqlagWorkLoadContainer */
4564
4873
  SqlagWorkLoadContainer = "SQLAGWorkLoadContainer",
4874
+ /** StorageContainer */
4565
4875
  StorageContainer = "StorageContainer",
4876
+ /** GenericContainer */
4566
4877
  GenericContainer = "GenericContainer"
4567
4878
  }
4568
4879
 
@@ -4591,9 +4902,13 @@ export type MabServerType = string;
4591
4902
 
4592
4903
  /** Known values of {@link HealthState} that the service accepts. */
4593
4904
  export enum KnownHealthState {
4905
+ /** Passed */
4594
4906
  Passed = "Passed",
4907
+ /** ActionRequired */
4595
4908
  ActionRequired = "ActionRequired",
4909
+ /** ActionSuggested */
4596
4910
  ActionSuggested = "ActionSuggested",
4911
+ /** Invalid */
4597
4912
  Invalid = "Invalid"
4598
4913
  }
4599
4914
 
@@ -4611,9 +4926,13 @@ export type HealthState = string;
4611
4926
 
4612
4927
  /** Known values of {@link ScheduleRunType} that the service accepts. */
4613
4928
  export enum KnownScheduleRunType {
4929
+ /** Invalid */
4614
4930
  Invalid = "Invalid",
4931
+ /** Daily */
4615
4932
  Daily = "Daily",
4933
+ /** Weekly */
4616
4934
  Weekly = "Weekly",
4935
+ /** Hourly */
4617
4936
  Hourly = "Hourly"
4618
4937
  }
4619
4938
 
@@ -4631,8 +4950,11 @@ export type ScheduleRunType = string;
4631
4950
 
4632
4951
  /** Known values of {@link AzureFileShareType} that the service accepts. */
4633
4952
  export enum KnownAzureFileShareType {
4953
+ /** Invalid */
4634
4954
  Invalid = "Invalid",
4955
+ /** Xsmb */
4635
4956
  Xsmb = "XSMB",
4957
+ /** XSync */
4636
4958
  XSync = "XSync"
4637
4959
  }
4638
4960
 
@@ -4649,8 +4971,11 @@ export type AzureFileShareType = string;
4649
4971
 
4650
4972
  /** Known values of {@link OperationType} that the service accepts. */
4651
4973
  export enum KnownOperationType {
4974
+ /** Invalid */
4652
4975
  Invalid = "Invalid",
4976
+ /** Register */
4653
4977
  Register = "Register",
4978
+ /** Reregister */
4654
4979
  Reregister = "Reregister"
4655
4980
  }
4656
4981
 
@@ -4667,7 +4992,9 @@ export type OperationType = string;
4667
4992
 
4668
4993
  /** Known values of {@link AcquireStorageAccountLock} that the service accepts. */
4669
4994
  export enum KnownAcquireStorageAccountLock {
4995
+ /** Acquire */
4670
4996
  Acquire = "Acquire",
4997
+ /** NotAcquire */
4671
4998
  NotAcquire = "NotAcquire"
4672
4999
  }
4673
5000
 
@@ -4683,8 +5010,11 @@ export type AcquireStorageAccountLock = string;
4683
5010
 
4684
5011
  /** Known values of {@link InquiryStatus} that the service accepts. */
4685
5012
  export enum KnownInquiryStatus {
5013
+ /** Invalid */
4686
5014
  Invalid = "Invalid",
5015
+ /** Success */
4687
5016
  Success = "Success",
5017
+ /** Failed */
4688
5018
  Failed = "Failed"
4689
5019
  }
4690
5020
 
@@ -4701,11 +5031,17 @@ export type InquiryStatus = string;
4701
5031
 
4702
5032
  /** Known values of {@link BackupType} that the service accepts. */
4703
5033
  export enum KnownBackupType {
5034
+ /** Invalid */
4704
5035
  Invalid = "Invalid",
5036
+ /** Full */
4705
5037
  Full = "Full",
5038
+ /** Differential */
4706
5039
  Differential = "Differential",
5040
+ /** Log */
4707
5041
  Log = "Log",
5042
+ /** CopyOnlyFull */
4708
5043
  CopyOnlyFull = "CopyOnlyFull",
5044
+ /** Incremental */
4709
5045
  Incremental = "Incremental"
4710
5046
  }
4711
5047
 
@@ -4725,12 +5061,19 @@ export type BackupType = string;
4725
5061
 
4726
5062
  /** Known values of {@link WorkloadItemType} that the service accepts. */
4727
5063
  export enum KnownWorkloadItemType {
5064
+ /** Invalid */
4728
5065
  Invalid = "Invalid",
5066
+ /** SQLInstance */
4729
5067
  SQLInstance = "SQLInstance",
5068
+ /** SQLDataBase */
4730
5069
  SQLDataBase = "SQLDataBase",
5070
+ /** SAPHanaSystem */
4731
5071
  SAPHanaSystem = "SAPHanaSystem",
5072
+ /** SAPHanaDatabase */
4732
5073
  SAPHanaDatabase = "SAPHanaDatabase",
5074
+ /** SAPAseSystem */
4733
5075
  SAPAseSystem = "SAPAseSystem",
5076
+ /** SAPAseDatabase */
4734
5077
  SAPAseDatabase = "SAPAseDatabase"
4735
5078
  }
4736
5079
 
@@ -4751,8 +5094,11 @@ export type WorkloadItemType = string;
4751
5094
 
4752
5095
  /** Known values of {@link Type} that the service accepts. */
4753
5096
  export enum KnownType {
5097
+ /** Invalid */
4754
5098
  Invalid = "Invalid",
5099
+ /** BackupProtectedItemCountSummary */
4755
5100
  BackupProtectedItemCountSummary = "BackupProtectedItemCountSummary",
5101
+ /** BackupProtectionContainerCountSummary */
4756
5102
  BackupProtectionContainerCountSummary = "BackupProtectionContainerCountSummary"
4757
5103
  }
4758
5104
 
@@ -4769,8 +5115,11 @@ export type Type = string;
4769
5115
 
4770
5116
  /** Known values of {@link IntentItemType} that the service accepts. */
4771
5117
  export enum KnownIntentItemType {
5118
+ /** Invalid */
4772
5119
  Invalid = "Invalid",
5120
+ /** SQLInstance */
4773
5121
  SQLInstance = "SQLInstance",
5122
+ /** SQLAvailabilityGroupContainer */
4774
5123
  SQLAvailabilityGroupContainer = "SQLAvailabilityGroupContainer"
4775
5124
  }
4776
5125
 
@@ -4787,20 +5136,35 @@ export type IntentItemType = string;
4787
5136
 
4788
5137
  /** Known values of {@link BackupItemType} that the service accepts. */
4789
5138
  export enum KnownBackupItemType {
5139
+ /** Invalid */
4790
5140
  Invalid = "Invalid",
5141
+ /** VM */
4791
5142
  VM = "VM",
5143
+ /** FileFolder */
4792
5144
  FileFolder = "FileFolder",
5145
+ /** AzureSqlDb */
4793
5146
  AzureSqlDb = "AzureSqlDb",
5147
+ /** Sqldb */
4794
5148
  Sqldb = "SQLDB",
5149
+ /** Exchange */
4795
5150
  Exchange = "Exchange",
5151
+ /** Sharepoint */
4796
5152
  Sharepoint = "Sharepoint",
5153
+ /** VMwareVM */
4797
5154
  VMwareVM = "VMwareVM",
5155
+ /** SystemState */
4798
5156
  SystemState = "SystemState",
5157
+ /** Client */
4799
5158
  Client = "Client",
5159
+ /** GenericDataSource */
4800
5160
  GenericDataSource = "GenericDataSource",
5161
+ /** SQLDataBase */
4801
5162
  SQLDataBase = "SQLDataBase",
5163
+ /** AzureFileShare */
4802
5164
  AzureFileShare = "AzureFileShare",
5165
+ /** SAPHanaDatabase */
4803
5166
  SAPHanaDatabase = "SAPHanaDatabase",
5167
+ /** SAPAseDatabase */
4804
5168
  SAPAseDatabase = "SAPAseDatabase"
4805
5169
  }
4806
5170
 
@@ -4829,7 +5193,9 @@ export type BackupItemType = string;
4829
5193
 
4830
5194
  /** Known values of {@link RehydrationPriority} that the service accepts. */
4831
5195
  export enum KnownRehydrationPriority {
5196
+ /** Standard */
4832
5197
  Standard = "Standard",
5198
+ /** High */
4833
5199
  High = "High"
4834
5200
  }
4835
5201
 
@@ -5010,12 +5376,7 @@ export type BackupProtectionIntentListResponse = ProtectionIntentResourceList;
5010
5376
 
5011
5377
  /** Optional parameters. */
5012
5378
  export interface BackupProtectionIntentListNextOptionalParams
5013
- extends coreClient.OperationOptions {
5014
- /** OData filter options. */
5015
- filter?: string;
5016
- /** skipToken Filter. */
5017
- skipToken?: string;
5018
- }
5379
+ extends coreClient.OperationOptions {}
5019
5380
 
5020
5381
  /** Contains response data for the listNext operation. */
5021
5382
  export type BackupProtectionIntentListNextResponse = ProtectionIntentResourceList;
@@ -5201,10 +5562,7 @@ export type RecoveryPointsGetResponse = RecoveryPointResource;
5201
5562
 
5202
5563
  /** Optional parameters. */
5203
5564
  export interface RecoveryPointsListNextOptionalParams
5204
- extends coreClient.OperationOptions {
5205
- /** OData filter options. */
5206
- filter?: string;
5207
- }
5565
+ extends coreClient.OperationOptions {}
5208
5566
 
5209
5567
  /** Contains response data for the listNext operation. */
5210
5568
  export type RecoveryPointsListNextResponse = RecoveryPointResourceList;
@@ -5230,10 +5588,7 @@ export type BackupPoliciesListResponse = ProtectionPolicyResourceList;
5230
5588
 
5231
5589
  /** Optional parameters. */
5232
5590
  export interface BackupPoliciesListNextOptionalParams
5233
- extends coreClient.OperationOptions {
5234
- /** OData filter options. */
5235
- filter?: string;
5236
- }
5591
+ extends coreClient.OperationOptions {}
5237
5592
 
5238
5593
  /** Contains response data for the listNext operation. */
5239
5594
  export type BackupPoliciesListNextResponse = ProtectionPolicyResourceList;
@@ -5282,12 +5637,7 @@ export type BackupJobsListResponse = JobResourceList;
5282
5637
 
5283
5638
  /** Optional parameters. */
5284
5639
  export interface BackupJobsListNextOptionalParams
5285
- extends coreClient.OperationOptions {
5286
- /** OData filter options. */
5287
- filter?: string;
5288
- /** skipToken Filter. */
5289
- skipToken?: string;
5290
- }
5640
+ extends coreClient.OperationOptions {}
5291
5641
 
5292
5642
  /** Contains response data for the listNext operation. */
5293
5643
  export type BackupJobsListNextResponse = JobResourceList;
@@ -5334,12 +5684,7 @@ export type BackupProtectedItemsListResponse = ProtectedItemResourceList;
5334
5684
 
5335
5685
  /** Optional parameters. */
5336
5686
  export interface BackupProtectedItemsListNextOptionalParams
5337
- extends coreClient.OperationOptions {
5338
- /** OData filter options. */
5339
- filter?: string;
5340
- /** skipToken Filter. */
5341
- skipToken?: string;
5342
- }
5687
+ extends coreClient.OperationOptions {}
5343
5688
 
5344
5689
  /** Contains response data for the listNext operation. */
5345
5690
  export type BackupProtectedItemsListNextResponse = ProtectedItemResourceList;
@@ -5400,12 +5745,7 @@ export type BackupEnginesGetResponse = BackupEngineBaseResource;
5400
5745
 
5401
5746
  /** Optional parameters. */
5402
5747
  export interface BackupEnginesListNextOptionalParams
5403
- extends coreClient.OperationOptions {
5404
- /** OData filter options. */
5405
- filter?: string;
5406
- /** skipToken Filter. */
5407
- skipToken?: string;
5408
- }
5748
+ extends coreClient.OperationOptions {}
5409
5749
 
5410
5750
  /** Contains response data for the listNext operation. */
5411
5751
  export type BackupEnginesListNextResponse = BackupEngineBaseResourceList;
@@ -5426,10 +5766,7 @@ export type ProtectableContainersListResponse = ProtectableContainerResourceList
5426
5766
 
5427
5767
  /** Optional parameters. */
5428
5768
  export interface ProtectableContainersListNextOptionalParams
5429
- extends coreClient.OperationOptions {
5430
- /** OData filter options. */
5431
- filter?: string;
5432
- }
5769
+ extends coreClient.OperationOptions {}
5433
5770
 
5434
5771
  /** Contains response data for the listNext operation. */
5435
5772
  export type ProtectableContainersListNextResponse = ProtectableContainerResourceList;
@@ -5480,12 +5817,7 @@ export type BackupWorkloadItemsListResponse = WorkloadItemResourceList;
5480
5817
 
5481
5818
  /** Optional parameters. */
5482
5819
  export interface BackupWorkloadItemsListNextOptionalParams
5483
- extends coreClient.OperationOptions {
5484
- /** OData filter options. */
5485
- filter?: string;
5486
- /** skipToken Filter. */
5487
- skipToken?: string;
5488
- }
5820
+ extends coreClient.OperationOptions {}
5489
5821
 
5490
5822
  /** Contains response data for the listNext operation. */
5491
5823
  export type BackupWorkloadItemsListNextResponse = WorkloadItemResourceList;
@@ -5548,12 +5880,7 @@ export type BackupProtectableItemsListResponse = WorkloadProtectableItemResource
5548
5880
 
5549
5881
  /** Optional parameters. */
5550
5882
  export interface BackupProtectableItemsListNextOptionalParams
5551
- extends coreClient.OperationOptions {
5552
- /** OData filter options. */
5553
- filter?: string;
5554
- /** skipToken Filter. */
5555
- skipToken?: string;
5556
- }
5883
+ extends coreClient.OperationOptions {}
5557
5884
 
5558
5885
  /** Contains response data for the listNext operation. */
5559
5886
  export type BackupProtectableItemsListNextResponse = WorkloadProtectableItemResourceList;
@@ -5570,10 +5897,7 @@ export type BackupProtectionContainersListResponse = ProtectionContainerResource
5570
5897
 
5571
5898
  /** Optional parameters. */
5572
5899
  export interface BackupProtectionContainersListNextOptionalParams
5573
- extends coreClient.OperationOptions {
5574
- /** OData filter options. */
5575
- filter?: string;
5576
- }
5900
+ extends coreClient.OperationOptions {}
5577
5901
 
5578
5902
  /** Contains response data for the listNext operation. */
5579
5903
  export type BackupProtectionContainersListNextResponse = ProtectionContainerResourceList;