@azure/arm-recoveryservicesbackup 9.0.1-alpha.20221101.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 (479) hide show
  1. package/CHANGELOG.md +165 -8
  2. package/dist/index.js +770 -273
  3. package/dist/index.js.map +1 -1
  4. package/dist/index.min.js +1 -1
  5. package/dist/index.min.js.map +1 -1
  6. package/dist-esm/samples-dev/resourceGuardProxyPutSample.js +8 -1
  7. package/dist-esm/samples-dev/resourceGuardProxyPutSample.js.map +1 -1
  8. package/dist-esm/src/index.d.ts +1 -0
  9. package/dist-esm/src/index.d.ts.map +1 -1
  10. package/dist-esm/src/index.js +1 -0
  11. package/dist-esm/src/index.js.map +1 -1
  12. package/dist-esm/src/models/index.d.ts +595 -314
  13. package/dist-esm/src/models/index.d.ts.map +1 -1
  14. package/dist-esm/src/models/index.js +310 -0
  15. package/dist-esm/src/models/index.js.map +1 -1
  16. package/dist-esm/src/models/mappers.d.ts +42 -42
  17. package/dist-esm/src/models/mappers.d.ts.map +1 -1
  18. package/dist-esm/src/models/mappers.js +120 -119
  19. package/dist-esm/src/models/mappers.js.map +1 -1
  20. package/dist-esm/src/models/parameters.d.ts +1 -0
  21. package/dist-esm/src/models/parameters.d.ts.map +1 -1
  22. package/dist-esm/src/models/parameters.js +5 -1
  23. package/dist-esm/src/models/parameters.js.map +1 -1
  24. package/dist-esm/src/operations/backupEngines.d.ts.map +1 -1
  25. package/dist-esm/src/operations/backupEngines.js +19 -12
  26. package/dist-esm/src/operations/backupEngines.js.map +1 -1
  27. package/dist-esm/src/operations/backupJobs.d.ts.map +1 -1
  28. package/dist-esm/src/operations/backupJobs.js +19 -12
  29. package/dist-esm/src/operations/backupJobs.js.map +1 -1
  30. package/dist-esm/src/operations/backupPolicies.d.ts.map +1 -1
  31. package/dist-esm/src/operations/backupPolicies.js +19 -8
  32. package/dist-esm/src/operations/backupPolicies.js.map +1 -1
  33. package/dist-esm/src/operations/backupProtectableItems.d.ts.map +1 -1
  34. package/dist-esm/src/operations/backupProtectableItems.js +19 -12
  35. package/dist-esm/src/operations/backupProtectableItems.js.map +1 -1
  36. package/dist-esm/src/operations/backupProtectedItems.d.ts.map +1 -1
  37. package/dist-esm/src/operations/backupProtectedItems.js +19 -12
  38. package/dist-esm/src/operations/backupProtectedItems.js.map +1 -1
  39. package/dist-esm/src/operations/backupProtectionContainers.d.ts.map +1 -1
  40. package/dist-esm/src/operations/backupProtectionContainers.js +19 -8
  41. package/dist-esm/src/operations/backupProtectionContainers.js.map +1 -1
  42. package/dist-esm/src/operations/backupProtectionIntent.d.ts.map +1 -1
  43. package/dist-esm/src/operations/backupProtectionIntent.js +19 -12
  44. package/dist-esm/src/operations/backupProtectionIntent.js.map +1 -1
  45. package/dist-esm/src/operations/backupUsageSummaries.d.ts.map +1 -1
  46. package/dist-esm/src/operations/backupUsageSummaries.js +8 -4
  47. package/dist-esm/src/operations/backupUsageSummaries.js.map +1 -1
  48. package/dist-esm/src/operations/backupWorkloadItems.d.ts.map +1 -1
  49. package/dist-esm/src/operations/backupWorkloadItems.js +19 -12
  50. package/dist-esm/src/operations/backupWorkloadItems.js.map +1 -1
  51. package/dist-esm/src/operations/operations.d.ts.map +1 -1
  52. package/dist-esm/src/operations/operations.js +19 -8
  53. package/dist-esm/src/operations/operations.js.map +1 -1
  54. package/dist-esm/src/operations/protectableContainers.d.ts.map +1 -1
  55. package/dist-esm/src/operations/protectableContainers.js +19 -8
  56. package/dist-esm/src/operations/protectableContainers.js.map +1 -1
  57. package/dist-esm/src/operations/recoveryPoints.d.ts.map +1 -1
  58. package/dist-esm/src/operations/recoveryPoints.js +19 -8
  59. package/dist-esm/src/operations/recoveryPoints.js.map +1 -1
  60. package/dist-esm/src/operations/recoveryPointsRecommendedForMove.d.ts.map +1 -1
  61. package/dist-esm/src/operations/recoveryPointsRecommendedForMove.js +19 -8
  62. package/dist-esm/src/operations/recoveryPointsRecommendedForMove.js.map +1 -1
  63. package/dist-esm/src/operations/resourceGuardProxies.d.ts.map +1 -1
  64. package/dist-esm/src/operations/resourceGuardProxies.js +19 -8
  65. package/dist-esm/src/operations/resourceGuardProxies.js.map +1 -1
  66. package/dist-esm/src/operations/resourceGuardProxy.d.ts +3 -2
  67. package/dist-esm/src/operations/resourceGuardProxy.d.ts.map +1 -1
  68. package/dist-esm/src/operations/resourceGuardProxy.js +13 -4
  69. package/dist-esm/src/operations/resourceGuardProxy.js.map +1 -1
  70. package/dist-esm/src/operationsInterfaces/resourceGuardProxy.d.ts +3 -2
  71. package/dist-esm/src/operationsInterfaces/resourceGuardProxy.d.ts.map +1 -1
  72. package/dist-esm/src/pagingHelper.d.ts +13 -0
  73. package/dist-esm/src/pagingHelper.d.ts.map +1 -0
  74. package/dist-esm/src/pagingHelper.js +32 -0
  75. package/dist-esm/src/pagingHelper.js.map +1 -0
  76. package/dist-esm/src/recoveryServicesBackupClient.d.ts +2 -0
  77. package/dist-esm/src/recoveryServicesBackupClient.d.ts.map +1 -1
  78. package/dist-esm/src/recoveryServicesBackupClient.js +48 -18
  79. package/dist-esm/src/recoveryServicesBackupClient.js.map +1 -1
  80. package/dist-esm/test/sampleTest.js +11 -13
  81. package/dist-esm/test/sampleTest.js.map +1 -1
  82. package/package.json +12 -8
  83. package/review/arm-recoveryservicesbackup.api.md +445 -765
  84. package/src/index.ts +1 -0
  85. package/src/models/index.ts +658 -334
  86. package/src/models/mappers.ts +137 -119
  87. package/src/models/parameters.ts +6 -0
  88. package/src/operations/backupEngines.ts +26 -13
  89. package/src/operations/backupJobs.ts +26 -13
  90. package/src/operations/backupPolicies.ts +26 -9
  91. package/src/operations/backupProtectableItems.ts +26 -13
  92. package/src/operations/backupProtectedItems.ts +26 -13
  93. package/src/operations/backupProtectionContainers.ts +26 -9
  94. package/src/operations/backupProtectionIntent.ts +26 -13
  95. package/src/operations/backupUsageSummaries.ts +15 -5
  96. package/src/operations/backupWorkloadItems.ts +28 -19
  97. package/src/operations/operations.ts +21 -9
  98. package/src/operations/protectableContainers.ts +27 -14
  99. package/src/operations/recoveryPoints.ts +29 -16
  100. package/src/operations/recoveryPointsRecommendedForMove.ts +30 -17
  101. package/src/operations/resourceGuardProxies.ts +26 -9
  102. package/src/operations/resourceGuardProxy.ts +14 -3
  103. package/src/operationsInterfaces/resourceGuardProxy.ts +3 -0
  104. package/src/pagingHelper.ts +39 -0
  105. package/src/recoveryServicesBackupClient.ts +60 -20
  106. package/types/arm-recoveryservicesbackup.d.ts +608 -315
  107. package/types/tsdoc-metadata.json +1 -1
  108. package/dist-esm/samples-dev/azureVMDiscoveryOperationResult.d.ts +0 -2
  109. package/dist-esm/samples-dev/azureVMDiscoveryOperationResult.d.ts.map +0 -1
  110. package/dist-esm/samples-dev/azureVMDiscoveryOperationResult.js +0 -33
  111. package/dist-esm/samples-dev/azureVMDiscoveryOperationResult.js.map +0 -1
  112. package/dist-esm/samples-dev/cancelJob.d.ts +0 -2
  113. package/dist-esm/samples-dev/cancelJob.d.ts.map +0 -1
  114. package/dist-esm/samples-dev/cancelJob.js +0 -34
  115. package/dist-esm/samples-dev/cancelJob.js.map +0 -1
  116. package/dist-esm/samples-dev/cancelJobOperationResult.d.ts +0 -2
  117. package/dist-esm/samples-dev/cancelJobOperationResult.d.ts.map +0 -1
  118. package/dist-esm/samples-dev/cancelJobOperationResult.js +0 -33
  119. package/dist-esm/samples-dev/cancelJobOperationResult.js.map +0 -1
  120. package/dist-esm/samples-dev/checkAzureVMBackupFeatureSupport.d.ts +0 -2
  121. package/dist-esm/samples-dev/checkAzureVMBackupFeatureSupport.d.ts.map +0 -1
  122. package/dist-esm/samples-dev/checkAzureVMBackupFeatureSupport.js +0 -35
  123. package/dist-esm/samples-dev/checkAzureVMBackupFeatureSupport.js.map +0 -1
  124. package/dist-esm/samples-dev/createOrUpdateAzureVMProtectionIntent.d.ts +0 -2
  125. package/dist-esm/samples-dev/createOrUpdateAzureVMProtectionIntent.d.ts.map +0 -1
  126. package/dist-esm/samples-dev/createOrUpdateAzureVMProtectionIntent.js +0 -40
  127. package/dist-esm/samples-dev/createOrUpdateAzureVMProtectionIntent.js.map +0 -1
  128. package/dist-esm/samples-dev/createOrUpdateDailyAzureStorageProtectionPolicy.d.ts +0 -2
  129. package/dist-esm/samples-dev/createOrUpdateDailyAzureStorageProtectionPolicy.d.ts.map +0 -1
  130. package/dist-esm/samples-dev/createOrUpdateDailyAzureStorageProtectionPolicy.js +0 -79
  131. package/dist-esm/samples-dev/createOrUpdateDailyAzureStorageProtectionPolicy.js.map +0 -1
  132. package/dist-esm/samples-dev/createOrUpdateEnhancedAzureVMProtectionPolicyWithDailyBackup.d.ts +0 -2
  133. package/dist-esm/samples-dev/createOrUpdateEnhancedAzureVMProtectionPolicyWithDailyBackup.d.ts.map +0 -1
  134. package/dist-esm/samples-dev/createOrUpdateEnhancedAzureVMProtectionPolicyWithDailyBackup.js +0 -80
  135. package/dist-esm/samples-dev/createOrUpdateEnhancedAzureVMProtectionPolicyWithDailyBackup.js.map +0 -1
  136. package/dist-esm/samples-dev/createOrUpdateEnhancedAzureVMProtectionPolicyWithHourlyBackup.d.ts +0 -2
  137. package/dist-esm/samples-dev/createOrUpdateEnhancedAzureVMProtectionPolicyWithHourlyBackup.d.ts.map +0 -1
  138. package/dist-esm/samples-dev/createOrUpdateEnhancedAzureVMProtectionPolicyWithHourlyBackup.js +0 -84
  139. package/dist-esm/samples-dev/createOrUpdateEnhancedAzureVMProtectionPolicyWithHourlyBackup.js.map +0 -1
  140. package/dist-esm/samples-dev/createOrUpdateFullAzureVMProtectionPolicy.d.ts +0 -2
  141. package/dist-esm/samples-dev/createOrUpdateFullAzureVMProtectionPolicy.d.ts.map +0 -1
  142. package/dist-esm/samples-dev/createOrUpdateFullAzureVMProtectionPolicy.js +0 -73
  143. package/dist-esm/samples-dev/createOrUpdateFullAzureVMProtectionPolicy.js.map +0 -1
  144. package/dist-esm/samples-dev/createOrUpdateFullAzureWorkloadProtectionPolicy.d.ts +0 -2
  145. package/dist-esm/samples-dev/createOrUpdateFullAzureWorkloadProtectionPolicy.d.ts.map +0 -1
  146. package/dist-esm/samples-dev/createOrUpdateFullAzureWorkloadProtectionPolicy.js +0 -103
  147. package/dist-esm/samples-dev/createOrUpdateFullAzureWorkloadProtectionPolicy.js.map +0 -1
  148. package/dist-esm/samples-dev/createOrUpdateHourlyAzureStorageProtectionPolicy.d.ts +0 -2
  149. package/dist-esm/samples-dev/createOrUpdateHourlyAzureStorageProtectionPolicy.d.ts.map +0 -1
  150. package/dist-esm/samples-dev/createOrUpdateHourlyAzureStorageProtectionPolicy.js +0 -83
  151. package/dist-esm/samples-dev/createOrUpdateHourlyAzureStorageProtectionPolicy.js.map +0 -1
  152. package/dist-esm/samples-dev/createOrUpdateSimpleAzureVMProtectionPolicy.d.ts +0 -2
  153. package/dist-esm/samples-dev/createOrUpdateSimpleAzureVMProtectionPolicy.d.ts.map +0 -1
  154. package/dist-esm/samples-dev/createOrUpdateSimpleAzureVMProtectionPolicy.js +0 -52
  155. package/dist-esm/samples-dev/createOrUpdateSimpleAzureVMProtectionPolicy.js.map +0 -1
  156. package/dist-esm/samples-dev/createResourceGuardProxy.d.ts +0 -2
  157. package/dist-esm/samples-dev/createResourceGuardProxy.d.ts.map +0 -1
  158. package/dist-esm/samples-dev/createResourceGuardProxy.js +0 -34
  159. package/dist-esm/samples-dev/createResourceGuardProxy.js.map +0 -1
  160. package/dist-esm/samples-dev/deleteAzureVMProtectionPolicy.d.ts +0 -2
  161. package/dist-esm/samples-dev/deleteAzureVMProtectionPolicy.d.ts.map +0 -1
  162. package/dist-esm/samples-dev/deleteAzureVMProtectionPolicy.js +0 -34
  163. package/dist-esm/samples-dev/deleteAzureVMProtectionPolicy.js.map +0 -1
  164. package/dist-esm/samples-dev/deletePrivateEndpointConnection.d.ts +0 -2
  165. package/dist-esm/samples-dev/deletePrivateEndpointConnection.d.ts.map +0 -1
  166. package/dist-esm/samples-dev/deletePrivateEndpointConnection.js +0 -32
  167. package/dist-esm/samples-dev/deletePrivateEndpointConnection.js.map +0 -1
  168. package/dist-esm/samples-dev/deleteProtectionFromAzureVirtualMachine.d.ts +0 -2
  169. package/dist-esm/samples-dev/deleteProtectionFromAzureVirtualMachine.d.ts.map +0 -1
  170. package/dist-esm/samples-dev/deleteProtectionFromAzureVirtualMachine.js +0 -36
  171. package/dist-esm/samples-dev/deleteProtectionFromAzureVirtualMachine.js.map +0 -1
  172. package/dist-esm/samples-dev/deleteProtectionIntentFromItem.d.ts +0 -2
  173. package/dist-esm/samples-dev/deleteProtectionIntentFromItem.d.ts.map +0 -1
  174. package/dist-esm/samples-dev/deleteProtectionIntentFromItem.js +0 -33
  175. package/dist-esm/samples-dev/deleteProtectionIntentFromItem.js.map +0 -1
  176. package/dist-esm/samples-dev/deleteResourceGuardProxy.d.ts +0 -2
  177. package/dist-esm/samples-dev/deleteResourceGuardProxy.d.ts.map +0 -1
  178. package/dist-esm/samples-dev/deleteResourceGuardProxy.js +0 -32
  179. package/dist-esm/samples-dev/deleteResourceGuardProxy.js.map +0 -1
  180. package/dist-esm/samples-dev/enableProtectionOnAzureIaasVM.d.ts +0 -2
  181. package/dist-esm/samples-dev/enableProtectionOnAzureIaasVM.d.ts.map +0 -1
  182. package/dist-esm/samples-dev/enableProtectionOnAzureIaasVM.js +0 -43
  183. package/dist-esm/samples-dev/enableProtectionOnAzureIaasVM.js.map +0 -1
  184. package/dist-esm/samples-dev/exportJobs.d.ts +0 -2
  185. package/dist-esm/samples-dev/exportJobs.d.ts.map +0 -1
  186. package/dist-esm/samples-dev/exportJobs.js +0 -31
  187. package/dist-esm/samples-dev/exportJobs.js.map +0 -1
  188. package/dist-esm/samples-dev/exportJobsOperationResults.d.ts +0 -2
  189. package/dist-esm/samples-dev/exportJobsOperationResults.d.ts.map +0 -1
  190. package/dist-esm/samples-dev/exportJobsOperationResults.js +0 -34
  191. package/dist-esm/samples-dev/exportJobsOperationResults.js.map +0 -1
  192. package/dist-esm/samples-dev/getAzureIaasVMEnhancedProtectionPolicyDetails.d.ts +0 -2
  193. package/dist-esm/samples-dev/getAzureIaasVMEnhancedProtectionPolicyDetails.d.ts.map +0 -1
  194. package/dist-esm/samples-dev/getAzureIaasVMEnhancedProtectionPolicyDetails.js +0 -34
  195. package/dist-esm/samples-dev/getAzureIaasVMEnhancedProtectionPolicyDetails.js.map +0 -1
  196. package/dist-esm/samples-dev/getAzureIaasVMProtectionPolicyDetails.d.ts +0 -2
  197. package/dist-esm/samples-dev/getAzureIaasVMProtectionPolicyDetails.d.ts.map +0 -1
  198. package/dist-esm/samples-dev/getAzureIaasVMProtectionPolicyDetails.js +0 -34
  199. package/dist-esm/samples-dev/getAzureIaasVMProtectionPolicyDetails.js.map +0 -1
  200. package/dist-esm/samples-dev/getAzureStorageProtectionContainerOperationResult.d.ts +0 -2
  201. package/dist-esm/samples-dev/getAzureStorageProtectionContainerOperationResult.d.ts.map +0 -1
  202. package/dist-esm/samples-dev/getAzureStorageProtectionContainerOperationResult.js +0 -34
  203. package/dist-esm/samples-dev/getAzureStorageProtectionContainerOperationResult.js.map +0 -1
  204. package/dist-esm/samples-dev/getAzureVMRecoveryPointDetails.d.ts +0 -2
  205. package/dist-esm/samples-dev/getAzureVMRecoveryPointDetails.d.ts.map +0 -1
  206. package/dist-esm/samples-dev/getAzureVMRecoveryPointDetails.js +0 -37
  207. package/dist-esm/samples-dev/getAzureVMRecoveryPointDetails.js.map +0 -1
  208. package/dist-esm/samples-dev/getAzureVirtualMachineBackupStatus.d.ts +0 -2
  209. package/dist-esm/samples-dev/getAzureVirtualMachineBackupStatus.d.ts.map +0 -1
  210. package/dist-esm/samples-dev/getAzureVirtualMachineBackupStatus.js +0 -34
  211. package/dist-esm/samples-dev/getAzureVirtualMachineBackupStatus.js.map +0 -1
  212. package/dist-esm/samples-dev/getDpmOrAzureBackupServerOrLajollaBackupEngineDetails.d.ts +0 -2
  213. package/dist-esm/samples-dev/getDpmOrAzureBackupServerOrLajollaBackupEngineDetails.d.ts.map +0 -1
  214. package/dist-esm/samples-dev/getDpmOrAzureBackupServerOrLajollaBackupEngineDetails.js +0 -32
  215. package/dist-esm/samples-dev/getDpmOrAzureBackupServerOrLajollaBackupEngineDetails.js.map +0 -1
  216. package/dist-esm/samples-dev/getJobDetails.d.ts +0 -2
  217. package/dist-esm/samples-dev/getJobDetails.d.ts.map +0 -1
  218. package/dist-esm/samples-dev/getJobDetails.js +0 -32
  219. package/dist-esm/samples-dev/getJobDetails.js.map +0 -1
  220. package/dist-esm/samples-dev/getOperationResultForPrepareDataMove.d.ts +0 -2
  221. package/dist-esm/samples-dev/getOperationResultForPrepareDataMove.d.ts.map +0 -1
  222. package/dist-esm/samples-dev/getOperationResultForPrepareDataMove.js +0 -32
  223. package/dist-esm/samples-dev/getOperationResultForPrepareDataMove.js.map +0 -1
  224. package/dist-esm/samples-dev/getOperationResultsOfProtectedVM.d.ts +0 -2
  225. package/dist-esm/samples-dev/getOperationResultsOfProtectedVM.d.ts.map +0 -1
  226. package/dist-esm/samples-dev/getOperationResultsOfProtectedVM.js +0 -35
  227. package/dist-esm/samples-dev/getOperationResultsOfProtectedVM.js.map +0 -1
  228. package/dist-esm/samples-dev/getOperationResultsOfValidateOperation.d.ts +0 -2
  229. package/dist-esm/samples-dev/getOperationResultsOfValidateOperation.d.ts.map +0 -1
  230. package/dist-esm/samples-dev/getOperationResultsOfValidateOperation.js +0 -32
  231. package/dist-esm/samples-dev/getOperationResultsOfValidateOperation.js.map +0 -1
  232. package/dist-esm/samples-dev/getOperationStatus.d.ts +0 -2
  233. package/dist-esm/samples-dev/getOperationStatus.d.ts.map +0 -1
  234. package/dist-esm/samples-dev/getOperationStatus.js +0 -32
  235. package/dist-esm/samples-dev/getOperationStatus.js.map +0 -1
  236. package/dist-esm/samples-dev/getOperationStatusOfProtectedVM.d.ts +0 -2
  237. package/dist-esm/samples-dev/getOperationStatusOfProtectedVM.d.ts.map +0 -1
  238. package/dist-esm/samples-dev/getOperationStatusOfProtectedVM.js +0 -39
  239. package/dist-esm/samples-dev/getOperationStatusOfProtectedVM.js.map +0 -1
  240. package/dist-esm/samples-dev/getOperationStatusOfValidateOperation.d.ts +0 -2
  241. package/dist-esm/samples-dev/getOperationStatusOfValidateOperation.d.ts.map +0 -1
  242. package/dist-esm/samples-dev/getOperationStatusOfValidateOperation.js +0 -36
  243. package/dist-esm/samples-dev/getOperationStatusOfValidateOperation.js.map +0 -1
  244. package/dist-esm/samples-dev/getPrivateEndpointConnection.d.ts +0 -2
  245. package/dist-esm/samples-dev/getPrivateEndpointConnection.d.ts.map +0 -1
  246. package/dist-esm/samples-dev/getPrivateEndpointConnection.js +0 -32
  247. package/dist-esm/samples-dev/getPrivateEndpointConnection.js.map +0 -1
  248. package/dist-esm/samples-dev/getProtectedAzureVMRecoveryPoints.d.ts +0 -2
  249. package/dist-esm/samples-dev/getProtectedAzureVMRecoveryPoints.d.ts.map +0 -1
  250. package/dist-esm/samples-dev/getProtectedAzureVMRecoveryPoints.js +0 -48
  251. package/dist-esm/samples-dev/getProtectedAzureVMRecoveryPoints.js.map +0 -1
  252. package/dist-esm/samples-dev/getProtectedAzureVMRecoveryPointsRecommendedForMove.d.ts +0 -2
  253. package/dist-esm/samples-dev/getProtectedAzureVMRecoveryPointsRecommendedForMove.d.ts.map +0 -1
  254. package/dist-esm/samples-dev/getProtectedAzureVMRecoveryPointsRecommendedForMove.js +0 -52
  255. package/dist-esm/samples-dev/getProtectedAzureVMRecoveryPointsRecommendedForMove.js.map +0 -1
  256. package/dist-esm/samples-dev/getProtectedClassicVirtualMachineDetails.d.ts +0 -2
  257. package/dist-esm/samples-dev/getProtectedClassicVirtualMachineDetails.d.ts.map +0 -1
  258. package/dist-esm/samples-dev/getProtectedClassicVirtualMachineDetails.js +0 -36
  259. package/dist-esm/samples-dev/getProtectedClassicVirtualMachineDetails.js.map +0 -1
  260. package/dist-esm/samples-dev/getProtectedContainersUsagesSummary.d.ts +0 -2
  261. package/dist-esm/samples-dev/getProtectedContainersUsagesSummary.d.ts.map +0 -1
  262. package/dist-esm/samples-dev/getProtectedContainersUsagesSummary.js +0 -47
  263. package/dist-esm/samples-dev/getProtectedContainersUsagesSummary.js.map +0 -1
  264. package/dist-esm/samples-dev/getProtectedItemDeleteOperationStatus.d.ts +0 -2
  265. package/dist-esm/samples-dev/getProtectedItemDeleteOperationStatus.d.ts.map +0 -1
  266. package/dist-esm/samples-dev/getProtectedItemDeleteOperationStatus.js +0 -36
  267. package/dist-esm/samples-dev/getProtectedItemDeleteOperationStatus.js.map +0 -1
  268. package/dist-esm/samples-dev/getProtectedItemsUsagesSummary.d.ts +0 -2
  269. package/dist-esm/samples-dev/getProtectedItemsUsagesSummary.d.ts.map +0 -1
  270. package/dist-esm/samples-dev/getProtectedItemsUsagesSummary.js +0 -47
  271. package/dist-esm/samples-dev/getProtectedItemsUsagesSummary.js.map +0 -1
  272. package/dist-esm/samples-dev/getProtectedVirtualMachineDetails.d.ts +0 -2
  273. package/dist-esm/samples-dev/getProtectedVirtualMachineDetails.d.ts.map +0 -1
  274. package/dist-esm/samples-dev/getProtectedVirtualMachineDetails.js +0 -36
  275. package/dist-esm/samples-dev/getProtectedVirtualMachineDetails.js.map +0 -1
  276. package/dist-esm/samples-dev/getProtectionContainerDetails.d.ts +0 -2
  277. package/dist-esm/samples-dev/getProtectionContainerDetails.d.ts.map +0 -1
  278. package/dist-esm/samples-dev/getProtectionContainerDetails.js +0 -33
  279. package/dist-esm/samples-dev/getProtectionContainerDetails.js.map +0 -1
  280. package/dist-esm/samples-dev/getProtectionIntentForAnItem.d.ts +0 -2
  281. package/dist-esm/samples-dev/getProtectionIntentForAnItem.d.ts.map +0 -1
  282. package/dist-esm/samples-dev/getProtectionIntentForAnItem.js +0 -35
  283. package/dist-esm/samples-dev/getProtectionIntentForAnItem.js.map +0 -1
  284. package/dist-esm/samples-dev/getProtectionPolicyOperationResults.d.ts +0 -2
  285. package/dist-esm/samples-dev/getProtectionPolicyOperationResults.d.ts.map +0 -1
  286. package/dist-esm/samples-dev/getProtectionPolicyOperationResults.js +0 -33
  287. package/dist-esm/samples-dev/getProtectionPolicyOperationResults.js.map +0 -1
  288. package/dist-esm/samples-dev/getProtectionPolicyOperationStatus.d.ts +0 -2
  289. package/dist-esm/samples-dev/getProtectionPolicyOperationStatus.d.ts.map +0 -1
  290. package/dist-esm/samples-dev/getProtectionPolicyOperationStatus.js +0 -37
  291. package/dist-esm/samples-dev/getProtectionPolicyOperationStatus.js.map +0 -1
  292. package/dist-esm/samples-dev/getResourceGuardProxy.d.ts +0 -2
  293. package/dist-esm/samples-dev/getResourceGuardProxy.d.ts.map +0 -1
  294. package/dist-esm/samples-dev/getResourceGuardProxy.js +0 -32
  295. package/dist-esm/samples-dev/getResourceGuardProxy.js.map +0 -1
  296. package/dist-esm/samples-dev/getResultForProtectedItemDeleteOperation.d.ts +0 -2
  297. package/dist-esm/samples-dev/getResultForProtectedItemDeleteOperation.d.ts.map +0 -1
  298. package/dist-esm/samples-dev/getResultForProtectedItemDeleteOperation.js +0 -38
  299. package/dist-esm/samples-dev/getResultForProtectedItemDeleteOperation.js.map +0 -1
  300. package/dist-esm/samples-dev/getVaultEncryptionConfiguration.d.ts +0 -2
  301. package/dist-esm/samples-dev/getVaultEncryptionConfiguration.d.ts.map +0 -1
  302. package/dist-esm/samples-dev/getVaultEncryptionConfiguration.js +0 -31
  303. package/dist-esm/samples-dev/getVaultEncryptionConfiguration.js.map +0 -1
  304. package/dist-esm/samples-dev/getVaultGuardProxies.d.ts +0 -2
  305. package/dist-esm/samples-dev/getVaultGuardProxies.d.ts.map +0 -1
  306. package/dist-esm/samples-dev/getVaultGuardProxies.js +0 -45
  307. package/dist-esm/samples-dev/getVaultGuardProxies.js.map +0 -1
  308. package/dist-esm/samples-dev/getVaultSecurityConfig.d.ts +0 -2
  309. package/dist-esm/samples-dev/getVaultSecurityConfig.d.ts.map +0 -1
  310. package/dist-esm/samples-dev/getVaultSecurityConfig.js +0 -31
  311. package/dist-esm/samples-dev/getVaultSecurityConfig.js.map +0 -1
  312. package/dist-esm/samples-dev/getVaultSecurityPin.d.ts +0 -2
  313. package/dist-esm/samples-dev/getVaultSecurityPin.d.ts.map +0 -1
  314. package/dist-esm/samples-dev/getVaultSecurityPin.js +0 -31
  315. package/dist-esm/samples-dev/getVaultSecurityPin.js.map +0 -1
  316. package/dist-esm/samples-dev/getVaultStorageConfiguration.d.ts +0 -2
  317. package/dist-esm/samples-dev/getVaultStorageConfiguration.d.ts.map +0 -1
  318. package/dist-esm/samples-dev/getVaultStorageConfiguration.js +0 -31
  319. package/dist-esm/samples-dev/getVaultStorageConfiguration.js.map +0 -1
  320. package/dist-esm/samples-dev/inquireAzureStorageProtectionContainers.d.ts +0 -2
  321. package/dist-esm/samples-dev/inquireAzureStorageProtectionContainers.d.ts.map +0 -1
  322. package/dist-esm/samples-dev/inquireAzureStorageProtectionContainers.js +0 -33
  323. package/dist-esm/samples-dev/inquireAzureStorageProtectionContainers.js.map +0 -1
  324. package/dist-esm/samples-dev/listAllJobs.d.ts +0 -2
  325. package/dist-esm/samples-dev/listAllJobs.d.ts.map +0 -1
  326. package/dist-esm/samples-dev/listAllJobs.js +0 -45
  327. package/dist-esm/samples-dev/listAllJobs.js.map +0 -1
  328. package/dist-esm/samples-dev/listBackupProtectionContainers.d.ts +0 -2
  329. package/dist-esm/samples-dev/listBackupProtectionContainers.d.ts.map +0 -1
  330. package/dist-esm/samples-dev/listBackupProtectionContainers.js +0 -47
  331. package/dist-esm/samples-dev/listBackupProtectionContainers.js.map +0 -1
  332. package/dist-esm/samples-dev/listDpmOrAzureBackupServerOrLajollaBackupEngines.d.ts +0 -2
  333. package/dist-esm/samples-dev/listDpmOrAzureBackupServerOrLajollaBackupEngines.d.ts.map +0 -1
  334. package/dist-esm/samples-dev/listDpmOrAzureBackupServerOrLajollaBackupEngines.js +0 -45
  335. package/dist-esm/samples-dev/listDpmOrAzureBackupServerOrLajollaBackupEngines.js.map +0 -1
  336. package/dist-esm/samples-dev/listJobsWithFilters.d.ts +0 -2
  337. package/dist-esm/samples-dev/listJobsWithFilters.d.ts.map +0 -1
  338. package/dist-esm/samples-dev/listJobsWithFilters.js +0 -47
  339. package/dist-esm/samples-dev/listJobsWithFilters.js.map +0 -1
  340. package/dist-esm/samples-dev/listJobsWithTimeFilter.d.ts +0 -2
  341. package/dist-esm/samples-dev/listJobsWithTimeFilter.d.ts.map +0 -1
  342. package/dist-esm/samples-dev/listJobsWithTimeFilter.js +0 -47
  343. package/dist-esm/samples-dev/listJobsWithTimeFilter.js.map +0 -1
  344. package/dist-esm/samples-dev/listOperations.d.ts +0 -2
  345. package/dist-esm/samples-dev/listOperations.d.ts.map +0 -1
  346. package/dist-esm/samples-dev/listOperations.js +0 -43
  347. package/dist-esm/samples-dev/listOperations.js.map +0 -1
  348. package/dist-esm/samples-dev/listProtectableItemsWithBackupManagementTypeFilterAsAzureIaasVM.d.ts +0 -2
  349. package/dist-esm/samples-dev/listProtectableItemsWithBackupManagementTypeFilterAsAzureIaasVM.d.ts.map +0 -1
  350. package/dist-esm/samples-dev/listProtectableItemsWithBackupManagementTypeFilterAsAzureIaasVM.js +0 -49
  351. package/dist-esm/samples-dev/listProtectableItemsWithBackupManagementTypeFilterAsAzureIaasVM.js.map +0 -1
  352. package/dist-esm/samples-dev/listProtectableItemsWithBackupManagementTypeFilterAsAzureStorage.d.ts +0 -2
  353. package/dist-esm/samples-dev/listProtectableItemsWithBackupManagementTypeFilterAsAzureStorage.d.ts.map +0 -1
  354. package/dist-esm/samples-dev/listProtectableItemsWithBackupManagementTypeFilterAsAzureStorage.js +0 -48
  355. package/dist-esm/samples-dev/listProtectableItemsWithBackupManagementTypeFilterAsAzureStorage.js.map +0 -1
  356. package/dist-esm/samples-dev/listProtectedItemsWithBackupManagementTypeFilterAsAzureIaasVM.d.ts +0 -2
  357. package/dist-esm/samples-dev/listProtectedItemsWithBackupManagementTypeFilterAsAzureIaasVM.d.ts.map +0 -1
  358. package/dist-esm/samples-dev/listProtectedItemsWithBackupManagementTypeFilterAsAzureIaasVM.js +0 -47
  359. package/dist-esm/samples-dev/listProtectedItemsWithBackupManagementTypeFilterAsAzureIaasVM.js.map +0 -1
  360. package/dist-esm/samples-dev/listProtectionIntentWithBackupManagementTypeFilter.d.ts +0 -2
  361. package/dist-esm/samples-dev/listProtectionIntentWithBackupManagementTypeFilter.d.ts.map +0 -1
  362. package/dist-esm/samples-dev/listProtectionIntentWithBackupManagementTypeFilter.js +0 -45
  363. package/dist-esm/samples-dev/listProtectionIntentWithBackupManagementTypeFilter.js.map +0 -1
  364. package/dist-esm/samples-dev/listProtectionPoliciesWithBackupManagementTypeFilterAsAzureIaasVM.d.ts +0 -2
  365. package/dist-esm/samples-dev/listProtectionPoliciesWithBackupManagementTypeFilterAsAzureIaasVM.d.ts.map +0 -1
  366. package/dist-esm/samples-dev/listProtectionPoliciesWithBackupManagementTypeFilterAsAzureIaasVM.js +0 -49
  367. package/dist-esm/samples-dev/listProtectionPoliciesWithBackupManagementTypeFilterAsAzureIaasVM.js.map +0 -1
  368. package/dist-esm/samples-dev/listProtectionPoliciesWithBackupManagementTypeFilterAsAzureIaasVMWithBothV1AndV2Policies.d.ts +0 -2
  369. package/dist-esm/samples-dev/listProtectionPoliciesWithBackupManagementTypeFilterAsAzureIaasVMWithBothV1AndV2Policies.d.ts.map +0 -1
  370. package/dist-esm/samples-dev/listProtectionPoliciesWithBackupManagementTypeFilterAsAzureIaasVMWithBothV1AndV2Policies.js +0 -49
  371. package/dist-esm/samples-dev/listProtectionPoliciesWithBackupManagementTypeFilterAsAzureIaasVMWithBothV1AndV2Policies.js.map +0 -1
  372. package/dist-esm/samples-dev/listProtectionPoliciesWithBackupManagementTypeFilterAsAzureWorkload.d.ts +0 -2
  373. package/dist-esm/samples-dev/listProtectionPoliciesWithBackupManagementTypeFilterAsAzureWorkload.d.ts.map +0 -1
  374. package/dist-esm/samples-dev/listProtectionPoliciesWithBackupManagementTypeFilterAsAzureWorkload.js +0 -49
  375. package/dist-esm/samples-dev/listProtectionPoliciesWithBackupManagementTypeFilterAsAzureWorkload.js.map +0 -1
  376. package/dist-esm/samples-dev/listWorkloadItemsInContainer.d.ts +0 -2
  377. package/dist-esm/samples-dev/listWorkloadItemsInContainer.d.ts.map +0 -1
  378. package/dist-esm/samples-dev/listWorkloadItemsInContainer.js +0 -51
  379. package/dist-esm/samples-dev/listWorkloadItemsInContainer.js.map +0 -1
  380. package/dist-esm/samples-dev/prepareDataMove.d.ts +0 -2
  381. package/dist-esm/samples-dev/prepareDataMove.d.ts.map +0 -1
  382. package/dist-esm/samples-dev/prepareDataMove.js +0 -36
  383. package/dist-esm/samples-dev/prepareDataMove.js.map +0 -1
  384. package/dist-esm/samples-dev/provisionInstantItemLevelRecoveryForAzureVM.d.ts +0 -2
  385. package/dist-esm/samples-dev/provisionInstantItemLevelRecoveryForAzureVM.d.ts.map +0 -1
  386. package/dist-esm/samples-dev/provisionInstantItemLevelRecoveryForAzureVM.js +0 -48
  387. package/dist-esm/samples-dev/provisionInstantItemLevelRecoveryForAzureVM.js.map +0 -1
  388. package/dist-esm/samples-dev/registerAzureStorageProtectionContainers.d.ts +0 -2
  389. package/dist-esm/samples-dev/registerAzureStorageProtectionContainers.d.ts.map +0 -1
  390. package/dist-esm/samples-dev/registerAzureStorageProtectionContainers.js +0 -46
  391. package/dist-esm/samples-dev/registerAzureStorageProtectionContainers.js.map +0 -1
  392. package/dist-esm/samples-dev/restoreDisksWithIaasVMRestoreRequest.d.ts +0 -2
  393. package/dist-esm/samples-dev/restoreDisksWithIaasVMRestoreRequest.d.ts.map +0 -1
  394. package/dist-esm/samples-dev/restoreDisksWithIaasVMRestoreRequest.js +0 -54
  395. package/dist-esm/samples-dev/restoreDisksWithIaasVMRestoreRequest.js.map +0 -1
  396. package/dist-esm/samples-dev/restoreDisksWithIaasVMRestoreRequestWithIdentityBasedRestoreDetails.d.ts +0 -2
  397. package/dist-esm/samples-dev/restoreDisksWithIaasVMRestoreRequestWithIdentityBasedRestoreDetails.d.ts.map +0 -1
  398. package/dist-esm/samples-dev/restoreDisksWithIaasVMRestoreRequestWithIdentityBasedRestoreDetails.js +0 -56
  399. package/dist-esm/samples-dev/restoreDisksWithIaasVMRestoreRequestWithIdentityBasedRestoreDetails.js.map +0 -1
  400. package/dist-esm/samples-dev/restoreDisksWithIaasVMRestoreWithRehydrationRequest.d.ts +0 -2
  401. package/dist-esm/samples-dev/restoreDisksWithIaasVMRestoreWithRehydrationRequest.d.ts.map +0 -1
  402. package/dist-esm/samples-dev/restoreDisksWithIaasVMRestoreWithRehydrationRequest.js +0 -54
  403. package/dist-esm/samples-dev/restoreDisksWithIaasVMRestoreWithRehydrationRequest.js.map +0 -1
  404. package/dist-esm/samples-dev/restoreToNewAzureIaasVMWithIaasVMRestoreRequest.d.ts +0 -2
  405. package/dist-esm/samples-dev/restoreToNewAzureIaasVMWithIaasVMRestoreRequest.d.ts.map +0 -1
  406. package/dist-esm/samples-dev/restoreToNewAzureIaasVMWithIaasVMRestoreRequest.js +0 -55
  407. package/dist-esm/samples-dev/restoreToNewAzureIaasVMWithIaasVMRestoreRequest.js.map +0 -1
  408. package/dist-esm/samples-dev/restoreToNewAzureIaasVMWithIaasVMRestoreRequestWithIdentityBasedRestoreDetails.d.ts +0 -2
  409. package/dist-esm/samples-dev/restoreToNewAzureIaasVMWithIaasVMRestoreRequestWithIdentityBasedRestoreDetails.d.ts.map +0 -1
  410. package/dist-esm/samples-dev/restoreToNewAzureIaasVMWithIaasVMRestoreRequestWithIdentityBasedRestoreDetails.js +0 -57
  411. package/dist-esm/samples-dev/restoreToNewAzureIaasVMWithIaasVMRestoreRequestWithIdentityBasedRestoreDetails.js.map +0 -1
  412. package/dist-esm/samples-dev/restoreToNewAzureIaasVMWithIaasVMRestoreWithRehydrationRequest.d.ts +0 -2
  413. package/dist-esm/samples-dev/restoreToNewAzureIaasVMWithIaasVMRestoreWithRehydrationRequest.d.ts.map +0 -1
  414. package/dist-esm/samples-dev/restoreToNewAzureIaasVMWithIaasVMRestoreWithRehydrationRequest.js +0 -58
  415. package/dist-esm/samples-dev/restoreToNewAzureIaasVMWithIaasVMRestoreWithRehydrationRequest.js.map +0 -1
  416. package/dist-esm/samples-dev/revokeInstantItemLevelRecoveryForAzureVM.d.ts +0 -2
  417. package/dist-esm/samples-dev/revokeInstantItemLevelRecoveryForAzureVM.d.ts.map +0 -1
  418. package/dist-esm/samples-dev/revokeInstantItemLevelRecoveryForAzureVM.js +0 -37
  419. package/dist-esm/samples-dev/revokeInstantItemLevelRecoveryForAzureVM.js.map +0 -1
  420. package/dist-esm/samples-dev/stopProtectionWithRetainDataOnAzureIaasVM.d.ts +0 -2
  421. package/dist-esm/samples-dev/stopProtectionWithRetainDataOnAzureIaasVM.d.ts.map +0 -1
  422. package/dist-esm/samples-dev/stopProtectionWithRetainDataOnAzureIaasVM.js +0 -43
  423. package/dist-esm/samples-dev/stopProtectionWithRetainDataOnAzureIaasVM.js.map +0 -1
  424. package/dist-esm/samples-dev/triggerAzureVMDiscovery.d.ts +0 -2
  425. package/dist-esm/samples-dev/triggerAzureVMDiscovery.d.ts.map +0 -1
  426. package/dist-esm/samples-dev/triggerAzureVMDiscovery.js +0 -34
  427. package/dist-esm/samples-dev/triggerAzureVMDiscovery.js.map +0 -1
  428. package/dist-esm/samples-dev/triggerBackup.d.ts +0 -2
  429. package/dist-esm/samples-dev/triggerBackup.d.ts.map +0 -1
  430. package/dist-esm/samples-dev/triggerBackup.js +0 -39
  431. package/dist-esm/samples-dev/triggerBackup.js.map +0 -1
  432. package/dist-esm/samples-dev/triggerDataMove.d.ts +0 -2
  433. package/dist-esm/samples-dev/triggerDataMove.d.ts.map +0 -1
  434. package/dist-esm/samples-dev/triggerDataMove.js +0 -37
  435. package/dist-esm/samples-dev/triggerDataMove.js.map +0 -1
  436. package/dist-esm/samples-dev/triggerRpMoveOperation.d.ts +0 -2
  437. package/dist-esm/samples-dev/triggerRpMoveOperation.d.ts.map +0 -1
  438. package/dist-esm/samples-dev/triggerRpMoveOperation.js +0 -40
  439. package/dist-esm/samples-dev/triggerRpMoveOperation.js.map +0 -1
  440. package/dist-esm/samples-dev/triggerValidateOperation.d.ts +0 -2
  441. package/dist-esm/samples-dev/triggerValidateOperation.d.ts.map +0 -1
  442. package/dist-esm/samples-dev/triggerValidateOperation.js +0 -49
  443. package/dist-esm/samples-dev/triggerValidateOperation.js.map +0 -1
  444. package/dist-esm/samples-dev/unlockDeleteResourceGuardProxy.d.ts +0 -2
  445. package/dist-esm/samples-dev/unlockDeleteResourceGuardProxy.d.ts.map +0 -1
  446. package/dist-esm/samples-dev/unlockDeleteResourceGuardProxy.js +0 -38
  447. package/dist-esm/samples-dev/unlockDeleteResourceGuardProxy.js.map +0 -1
  448. package/dist-esm/samples-dev/unregisterProtectionContainer.d.ts +0 -2
  449. package/dist-esm/samples-dev/unregisterProtectionContainer.d.ts.map +0 -1
  450. package/dist-esm/samples-dev/unregisterProtectionContainer.js +0 -35
  451. package/dist-esm/samples-dev/unregisterProtectionContainer.js.map +0 -1
  452. package/dist-esm/samples-dev/updatePrivateEndpointConnection.d.ts +0 -2
  453. package/dist-esm/samples-dev/updatePrivateEndpointConnection.d.ts.map +0 -1
  454. package/dist-esm/samples-dev/updatePrivateEndpointConnection.js +0 -44
  455. package/dist-esm/samples-dev/updatePrivateEndpointConnection.js.map +0 -1
  456. package/dist-esm/samples-dev/updateVaultEncryptionConfiguration.d.ts +0 -2
  457. package/dist-esm/samples-dev/updateVaultEncryptionConfiguration.d.ts.map +0 -1
  458. package/dist-esm/samples-dev/updateVaultEncryptionConfiguration.js +0 -39
  459. package/dist-esm/samples-dev/updateVaultEncryptionConfiguration.js.map +0 -1
  460. package/dist-esm/samples-dev/updateVaultSecurityConfig.d.ts +0 -2
  461. package/dist-esm/samples-dev/updateVaultSecurityConfig.d.ts.map +0 -1
  462. package/dist-esm/samples-dev/updateVaultSecurityConfig.js +0 -37
  463. package/dist-esm/samples-dev/updateVaultSecurityConfig.js.map +0 -1
  464. package/dist-esm/samples-dev/updateVaultStorageConfiguration.d.ts +0 -2
  465. package/dist-esm/samples-dev/updateVaultStorageConfiguration.d.ts.map +0 -1
  466. package/dist-esm/samples-dev/updateVaultStorageConfiguration.js +0 -37
  467. package/dist-esm/samples-dev/updateVaultStorageConfiguration.js.map +0 -1
  468. package/dist-esm/samples-dev/validateEnableProtectionOnAzureVM.d.ts +0 -2
  469. package/dist-esm/samples-dev/validateEnableProtectionOnAzureVM.d.ts.map +0 -1
  470. package/dist-esm/samples-dev/validateEnableProtectionOnAzureVM.js +0 -42
  471. package/dist-esm/samples-dev/validateEnableProtectionOnAzureVM.js.map +0 -1
  472. package/dist-esm/samples-dev/validateOperation.d.ts +0 -2
  473. package/dist-esm/samples-dev/validateOperation.d.ts.map +0 -1
  474. package/dist-esm/samples-dev/validateOperation.js +0 -49
  475. package/dist-esm/samples-dev/validateOperation.js.map +0 -1
  476. package/dist-esm/samples-dev/validateOperationWithIdentityBasedRestoreDetails.d.ts +0 -2
  477. package/dist-esm/samples-dev/validateOperationWithIdentityBasedRestoreDetails.d.ts.map +0 -1
  478. package/dist-esm/samples-dev/validateOperationWithIdentityBasedRestoreDetails.js +0 -51
  479. package/dist-esm/samples-dev/validateOperationWithIdentityBasedRestoreDetails.js.map +0 -1
@@ -8,543 +8,853 @@
8
8
  /** Known values of {@link StorageType} that the service accepts. */
9
9
  export var KnownStorageType;
10
10
  (function (KnownStorageType) {
11
+ /** Invalid */
11
12
  KnownStorageType["Invalid"] = "Invalid";
13
+ /** GeoRedundant */
12
14
  KnownStorageType["GeoRedundant"] = "GeoRedundant";
15
+ /** LocallyRedundant */
13
16
  KnownStorageType["LocallyRedundant"] = "LocallyRedundant";
17
+ /** ZoneRedundant */
14
18
  KnownStorageType["ZoneRedundant"] = "ZoneRedundant";
19
+ /** ReadAccessGeoZoneRedundant */
15
20
  KnownStorageType["ReadAccessGeoZoneRedundant"] = "ReadAccessGeoZoneRedundant";
16
21
  })(KnownStorageType || (KnownStorageType = {}));
17
22
  /** Known values of {@link StorageTypeState} that the service accepts. */
18
23
  export var KnownStorageTypeState;
19
24
  (function (KnownStorageTypeState) {
25
+ /** Invalid */
20
26
  KnownStorageTypeState["Invalid"] = "Invalid";
27
+ /** Locked */
21
28
  KnownStorageTypeState["Locked"] = "Locked";
29
+ /** Unlocked */
22
30
  KnownStorageTypeState["Unlocked"] = "Unlocked";
23
31
  })(KnownStorageTypeState || (KnownStorageTypeState = {}));
24
32
  /** Known values of {@link DedupState} that the service accepts. */
25
33
  export var KnownDedupState;
26
34
  (function (KnownDedupState) {
35
+ /** Invalid */
27
36
  KnownDedupState["Invalid"] = "Invalid";
37
+ /** Enabled */
28
38
  KnownDedupState["Enabled"] = "Enabled";
39
+ /** Disabled */
29
40
  KnownDedupState["Disabled"] = "Disabled";
30
41
  })(KnownDedupState || (KnownDedupState = {}));
31
42
  /** Known values of {@link XcoolState} that the service accepts. */
32
43
  export var KnownXcoolState;
33
44
  (function (KnownXcoolState) {
45
+ /** Invalid */
34
46
  KnownXcoolState["Invalid"] = "Invalid";
47
+ /** Enabled */
35
48
  KnownXcoolState["Enabled"] = "Enabled";
49
+ /** Disabled */
36
50
  KnownXcoolState["Disabled"] = "Disabled";
37
51
  })(KnownXcoolState || (KnownXcoolState = {}));
38
52
  /** Known values of {@link DataSourceType} that the service accepts. */
39
53
  export var KnownDataSourceType;
40
54
  (function (KnownDataSourceType) {
55
+ /** Invalid */
41
56
  KnownDataSourceType["Invalid"] = "Invalid";
57
+ /** VM */
42
58
  KnownDataSourceType["VM"] = "VM";
59
+ /** FileFolder */
43
60
  KnownDataSourceType["FileFolder"] = "FileFolder";
61
+ /** AzureSqlDb */
44
62
  KnownDataSourceType["AzureSqlDb"] = "AzureSqlDb";
63
+ /** Sqldb */
45
64
  KnownDataSourceType["Sqldb"] = "SQLDB";
65
+ /** Exchange */
46
66
  KnownDataSourceType["Exchange"] = "Exchange";
67
+ /** Sharepoint */
47
68
  KnownDataSourceType["Sharepoint"] = "Sharepoint";
69
+ /** VMwareVM */
48
70
  KnownDataSourceType["VMwareVM"] = "VMwareVM";
71
+ /** SystemState */
49
72
  KnownDataSourceType["SystemState"] = "SystemState";
73
+ /** Client */
50
74
  KnownDataSourceType["Client"] = "Client";
75
+ /** GenericDataSource */
51
76
  KnownDataSourceType["GenericDataSource"] = "GenericDataSource";
77
+ /** SQLDataBase */
52
78
  KnownDataSourceType["SQLDataBase"] = "SQLDataBase";
79
+ /** AzureFileShare */
53
80
  KnownDataSourceType["AzureFileShare"] = "AzureFileShare";
81
+ /** SAPHanaDatabase */
54
82
  KnownDataSourceType["SAPHanaDatabase"] = "SAPHanaDatabase";
83
+ /** SAPAseDatabase */
55
84
  KnownDataSourceType["SAPAseDatabase"] = "SAPAseDatabase";
56
85
  })(KnownDataSourceType || (KnownDataSourceType = {}));
57
86
  /** Known values of {@link ValidationStatus} that the service accepts. */
58
87
  export var KnownValidationStatus;
59
88
  (function (KnownValidationStatus) {
89
+ /** Invalid */
60
90
  KnownValidationStatus["Invalid"] = "Invalid";
91
+ /** Succeeded */
61
92
  KnownValidationStatus["Succeeded"] = "Succeeded";
93
+ /** Failed */
62
94
  KnownValidationStatus["Failed"] = "Failed";
63
95
  })(KnownValidationStatus || (KnownValidationStatus = {}));
64
96
  /** Known values of {@link ProtectionStatus} that the service accepts. */
65
97
  export var KnownProtectionStatus;
66
98
  (function (KnownProtectionStatus) {
99
+ /** Invalid */
67
100
  KnownProtectionStatus["Invalid"] = "Invalid";
101
+ /** NotProtected */
68
102
  KnownProtectionStatus["NotProtected"] = "NotProtected";
103
+ /** Protecting */
69
104
  KnownProtectionStatus["Protecting"] = "Protecting";
105
+ /** Protected */
70
106
  KnownProtectionStatus["Protected"] = "Protected";
107
+ /** ProtectionFailed */
71
108
  KnownProtectionStatus["ProtectionFailed"] = "ProtectionFailed";
72
109
  })(KnownProtectionStatus || (KnownProtectionStatus = {}));
73
110
  /** Known values of {@link FabricName} that the service accepts. */
74
111
  export var KnownFabricName;
75
112
  (function (KnownFabricName) {
113
+ /** Invalid */
76
114
  KnownFabricName["Invalid"] = "Invalid";
115
+ /** Azure */
77
116
  KnownFabricName["Azure"] = "Azure";
78
117
  })(KnownFabricName || (KnownFabricName = {}));
79
118
  /** Known values of {@link SupportStatus} that the service accepts. */
80
119
  export var KnownSupportStatus;
81
120
  (function (KnownSupportStatus) {
121
+ /** Invalid */
82
122
  KnownSupportStatus["Invalid"] = "Invalid";
123
+ /** Supported */
83
124
  KnownSupportStatus["Supported"] = "Supported";
125
+ /** DefaultOFF */
84
126
  KnownSupportStatus["DefaultOFF"] = "DefaultOFF";
127
+ /** DefaultON */
85
128
  KnownSupportStatus["DefaultON"] = "DefaultON";
129
+ /** NotSupported */
86
130
  KnownSupportStatus["NotSupported"] = "NotSupported";
87
131
  })(KnownSupportStatus || (KnownSupportStatus = {}));
88
132
  /** Known values of {@link ProtectionIntentItemType} that the service accepts. */
89
133
  export var KnownProtectionIntentItemType;
90
134
  (function (KnownProtectionIntentItemType) {
135
+ /** Invalid */
91
136
  KnownProtectionIntentItemType["Invalid"] = "Invalid";
137
+ /** AzureResourceItem */
92
138
  KnownProtectionIntentItemType["AzureResourceItem"] = "AzureResourceItem";
139
+ /** RecoveryServiceVaultItem */
93
140
  KnownProtectionIntentItemType["RecoveryServiceVaultItem"] = "RecoveryServiceVaultItem";
141
+ /** AzureWorkloadContainerAutoProtectionIntent */
94
142
  KnownProtectionIntentItemType["AzureWorkloadContainerAutoProtectionIntent"] = "AzureWorkloadContainerAutoProtectionIntent";
143
+ /** AzureWorkloadAutoProtectionIntent */
95
144
  KnownProtectionIntentItemType["AzureWorkloadAutoProtectionIntent"] = "AzureWorkloadAutoProtectionIntent";
145
+ /** AzureWorkloadSQLAutoProtectionIntent */
96
146
  KnownProtectionIntentItemType["AzureWorkloadSQLAutoProtectionIntent"] = "AzureWorkloadSQLAutoProtectionIntent";
97
147
  })(KnownProtectionIntentItemType || (KnownProtectionIntentItemType = {}));
98
148
  /** Known values of {@link BackupManagementType} that the service accepts. */
99
149
  export var KnownBackupManagementType;
100
150
  (function (KnownBackupManagementType) {
151
+ /** Invalid */
101
152
  KnownBackupManagementType["Invalid"] = "Invalid";
153
+ /** AzureIaasVM */
102
154
  KnownBackupManagementType["AzureIaasVM"] = "AzureIaasVM";
155
+ /** MAB */
103
156
  KnownBackupManagementType["MAB"] = "MAB";
157
+ /** DPM */
104
158
  KnownBackupManagementType["DPM"] = "DPM";
159
+ /** AzureBackupServer */
105
160
  KnownBackupManagementType["AzureBackupServer"] = "AzureBackupServer";
161
+ /** AzureSql */
106
162
  KnownBackupManagementType["AzureSql"] = "AzureSql";
163
+ /** AzureStorage */
107
164
  KnownBackupManagementType["AzureStorage"] = "AzureStorage";
165
+ /** AzureWorkload */
108
166
  KnownBackupManagementType["AzureWorkload"] = "AzureWorkload";
167
+ /** DefaultBackup */
109
168
  KnownBackupManagementType["DefaultBackup"] = "DefaultBackup";
110
169
  })(KnownBackupManagementType || (KnownBackupManagementType = {}));
111
170
  /** Known values of {@link UsagesUnit} that the service accepts. */
112
171
  export var KnownUsagesUnit;
113
172
  (function (KnownUsagesUnit) {
173
+ /** Count */
114
174
  KnownUsagesUnit["Count"] = "Count";
175
+ /** Bytes */
115
176
  KnownUsagesUnit["Bytes"] = "Bytes";
177
+ /** Seconds */
116
178
  KnownUsagesUnit["Seconds"] = "Seconds";
179
+ /** Percent */
117
180
  KnownUsagesUnit["Percent"] = "Percent";
181
+ /** CountPerSecond */
118
182
  KnownUsagesUnit["CountPerSecond"] = "CountPerSecond";
183
+ /** BytesPerSecond */
119
184
  KnownUsagesUnit["BytesPerSecond"] = "BytesPerSecond";
120
185
  })(KnownUsagesUnit || (KnownUsagesUnit = {}));
121
186
  /** Known values of {@link EnhancedSecurityState} that the service accepts. */
122
187
  export var KnownEnhancedSecurityState;
123
188
  (function (KnownEnhancedSecurityState) {
189
+ /** Invalid */
124
190
  KnownEnhancedSecurityState["Invalid"] = "Invalid";
191
+ /** Enabled */
125
192
  KnownEnhancedSecurityState["Enabled"] = "Enabled";
193
+ /** Disabled */
126
194
  KnownEnhancedSecurityState["Disabled"] = "Disabled";
127
195
  })(KnownEnhancedSecurityState || (KnownEnhancedSecurityState = {}));
128
196
  /** Known values of {@link SoftDeleteFeatureState} that the service accepts. */
129
197
  export var KnownSoftDeleteFeatureState;
130
198
  (function (KnownSoftDeleteFeatureState) {
199
+ /** Invalid */
131
200
  KnownSoftDeleteFeatureState["Invalid"] = "Invalid";
201
+ /** Enabled */
132
202
  KnownSoftDeleteFeatureState["Enabled"] = "Enabled";
203
+ /** Disabled */
133
204
  KnownSoftDeleteFeatureState["Disabled"] = "Disabled";
134
205
  })(KnownSoftDeleteFeatureState || (KnownSoftDeleteFeatureState = {}));
135
206
  /** Known values of {@link EncryptionAtRestType} that the service accepts. */
136
207
  export var KnownEncryptionAtRestType;
137
208
  (function (KnownEncryptionAtRestType) {
209
+ /** Invalid */
138
210
  KnownEncryptionAtRestType["Invalid"] = "Invalid";
211
+ /** MicrosoftManaged */
139
212
  KnownEncryptionAtRestType["MicrosoftManaged"] = "MicrosoftManaged";
213
+ /** CustomerManaged */
140
214
  KnownEncryptionAtRestType["CustomerManaged"] = "CustomerManaged";
141
215
  })(KnownEncryptionAtRestType || (KnownEncryptionAtRestType = {}));
142
216
  /** Known values of {@link LastUpdateStatus} that the service accepts. */
143
217
  export var KnownLastUpdateStatus;
144
218
  (function (KnownLastUpdateStatus) {
219
+ /** Invalid */
145
220
  KnownLastUpdateStatus["Invalid"] = "Invalid";
221
+ /** NotEnabled */
146
222
  KnownLastUpdateStatus["NotEnabled"] = "NotEnabled";
223
+ /** PartiallySucceeded */
147
224
  KnownLastUpdateStatus["PartiallySucceeded"] = "PartiallySucceeded";
225
+ /** PartiallyFailed */
148
226
  KnownLastUpdateStatus["PartiallyFailed"] = "PartiallyFailed";
227
+ /** Failed */
149
228
  KnownLastUpdateStatus["Failed"] = "Failed";
229
+ /** Succeeded */
150
230
  KnownLastUpdateStatus["Succeeded"] = "Succeeded";
231
+ /** Initialized */
151
232
  KnownLastUpdateStatus["Initialized"] = "Initialized";
233
+ /** FirstInitialization */
152
234
  KnownLastUpdateStatus["FirstInitialization"] = "FirstInitialization";
153
235
  })(KnownLastUpdateStatus || (KnownLastUpdateStatus = {}));
154
236
  /** Known values of {@link InfrastructureEncryptionState} that the service accepts. */
155
237
  export var KnownInfrastructureEncryptionState;
156
238
  (function (KnownInfrastructureEncryptionState) {
239
+ /** Invalid */
157
240
  KnownInfrastructureEncryptionState["Invalid"] = "Invalid";
241
+ /** Disabled */
158
242
  KnownInfrastructureEncryptionState["Disabled"] = "Disabled";
243
+ /** Enabled */
159
244
  KnownInfrastructureEncryptionState["Enabled"] = "Enabled";
160
245
  })(KnownInfrastructureEncryptionState || (KnownInfrastructureEncryptionState = {}));
161
246
  /** Known values of {@link ProvisioningState} that the service accepts. */
162
247
  export var KnownProvisioningState;
163
248
  (function (KnownProvisioningState) {
249
+ /** Succeeded */
164
250
  KnownProvisioningState["Succeeded"] = "Succeeded";
251
+ /** Deleting */
165
252
  KnownProvisioningState["Deleting"] = "Deleting";
253
+ /** Failed */
166
254
  KnownProvisioningState["Failed"] = "Failed";
255
+ /** Pending */
167
256
  KnownProvisioningState["Pending"] = "Pending";
168
257
  })(KnownProvisioningState || (KnownProvisioningState = {}));
169
258
  /** Known values of {@link PrivateEndpointConnectionStatus} that the service accepts. */
170
259
  export var KnownPrivateEndpointConnectionStatus;
171
260
  (function (KnownPrivateEndpointConnectionStatus) {
261
+ /** Pending */
172
262
  KnownPrivateEndpointConnectionStatus["Pending"] = "Pending";
263
+ /** Approved */
173
264
  KnownPrivateEndpointConnectionStatus["Approved"] = "Approved";
265
+ /** Rejected */
174
266
  KnownPrivateEndpointConnectionStatus["Rejected"] = "Rejected";
267
+ /** Disconnected */
175
268
  KnownPrivateEndpointConnectionStatus["Disconnected"] = "Disconnected";
176
269
  })(KnownPrivateEndpointConnectionStatus || (KnownPrivateEndpointConnectionStatus = {}));
177
270
  /** Known values of {@link OperationStatusValues} that the service accepts. */
178
271
  export var KnownOperationStatusValues;
179
272
  (function (KnownOperationStatusValues) {
273
+ /** Invalid */
180
274
  KnownOperationStatusValues["Invalid"] = "Invalid";
275
+ /** InProgress */
181
276
  KnownOperationStatusValues["InProgress"] = "InProgress";
277
+ /** Succeeded */
182
278
  KnownOperationStatusValues["Succeeded"] = "Succeeded";
279
+ /** Failed */
183
280
  KnownOperationStatusValues["Failed"] = "Failed";
281
+ /** Canceled */
184
282
  KnownOperationStatusValues["Canceled"] = "Canceled";
185
283
  })(KnownOperationStatusValues || (KnownOperationStatusValues = {}));
186
284
  /** Known values of {@link DataMoveLevel} that the service accepts. */
187
285
  export var KnownDataMoveLevel;
188
286
  (function (KnownDataMoveLevel) {
287
+ /** Invalid */
189
288
  KnownDataMoveLevel["Invalid"] = "Invalid";
289
+ /** Vault */
190
290
  KnownDataMoveLevel["Vault"] = "Vault";
291
+ /** Container */
191
292
  KnownDataMoveLevel["Container"] = "Container";
192
293
  })(KnownDataMoveLevel || (KnownDataMoveLevel = {}));
193
294
  /** Known values of {@link CreateMode} that the service accepts. */
194
295
  export var KnownCreateMode;
195
296
  (function (KnownCreateMode) {
297
+ /** Invalid */
196
298
  KnownCreateMode["Invalid"] = "Invalid";
299
+ /** Default */
197
300
  KnownCreateMode["Default"] = "Default";
301
+ /** Recover */
198
302
  KnownCreateMode["Recover"] = "Recover";
199
303
  })(KnownCreateMode || (KnownCreateMode = {}));
200
304
  /** Known values of {@link BackupEngineType} that the service accepts. */
201
305
  export var KnownBackupEngineType;
202
306
  (function (KnownBackupEngineType) {
307
+ /** Invalid */
203
308
  KnownBackupEngineType["Invalid"] = "Invalid";
309
+ /** DpmBackupEngine */
204
310
  KnownBackupEngineType["DpmBackupEngine"] = "DpmBackupEngine";
311
+ /** AzureBackupServerEngine */
205
312
  KnownBackupEngineType["AzureBackupServerEngine"] = "AzureBackupServerEngine";
206
313
  })(KnownBackupEngineType || (KnownBackupEngineType = {}));
207
314
  /** Known values of {@link ContainerType} that the service accepts. */
208
315
  export var KnownContainerType;
209
316
  (function (KnownContainerType) {
317
+ /** Invalid */
210
318
  KnownContainerType["Invalid"] = "Invalid";
319
+ /** Unknown */
211
320
  KnownContainerType["Unknown"] = "Unknown";
321
+ /** IaasVMContainer */
212
322
  KnownContainerType["IaasVMContainer"] = "IaasVMContainer";
323
+ /** IaasVMServiceContainer */
213
324
  KnownContainerType["IaasVMServiceContainer"] = "IaasVMServiceContainer";
325
+ /** DPMContainer */
214
326
  KnownContainerType["DPMContainer"] = "DPMContainer";
327
+ /** AzureBackupServerContainer */
215
328
  KnownContainerType["AzureBackupServerContainer"] = "AzureBackupServerContainer";
329
+ /** MABContainer */
216
330
  KnownContainerType["MABContainer"] = "MABContainer";
331
+ /** Cluster */
217
332
  KnownContainerType["Cluster"] = "Cluster";
333
+ /** AzureSqlContainer */
218
334
  KnownContainerType["AzureSqlContainer"] = "AzureSqlContainer";
335
+ /** Windows */
219
336
  KnownContainerType["Windows"] = "Windows";
337
+ /** VCenter */
220
338
  KnownContainerType["VCenter"] = "VCenter";
339
+ /** VMAppContainer */
221
340
  KnownContainerType["VMAppContainer"] = "VMAppContainer";
341
+ /** SqlagWorkLoadContainer */
222
342
  KnownContainerType["SqlagWorkLoadContainer"] = "SQLAGWorkLoadContainer";
343
+ /** StorageContainer */
223
344
  KnownContainerType["StorageContainer"] = "StorageContainer";
345
+ /** GenericContainer */
224
346
  KnownContainerType["GenericContainer"] = "GenericContainer";
347
+ /** MicrosoftClassicComputeVirtualMachines */
225
348
  KnownContainerType["MicrosoftClassicComputeVirtualMachines"] = "Microsoft.ClassicCompute/virtualMachines";
349
+ /** MicrosoftComputeVirtualMachines */
226
350
  KnownContainerType["MicrosoftComputeVirtualMachines"] = "Microsoft.Compute/virtualMachines";
351
+ /** AzureWorkloadContainer */
227
352
  KnownContainerType["AzureWorkloadContainer"] = "AzureWorkloadContainer";
228
353
  })(KnownContainerType || (KnownContainerType = {}));
229
354
  /** Known values of {@link ProtectionState} that the service accepts. */
230
355
  export var KnownProtectionState;
231
356
  (function (KnownProtectionState) {
357
+ /** Invalid */
232
358
  KnownProtectionState["Invalid"] = "Invalid";
359
+ /** IRPending */
233
360
  KnownProtectionState["IRPending"] = "IRPending";
361
+ /** Protected */
234
362
  KnownProtectionState["Protected"] = "Protected";
363
+ /** ProtectionError */
235
364
  KnownProtectionState["ProtectionError"] = "ProtectionError";
365
+ /** ProtectionStopped */
236
366
  KnownProtectionState["ProtectionStopped"] = "ProtectionStopped";
367
+ /** ProtectionPaused */
237
368
  KnownProtectionState["ProtectionPaused"] = "ProtectionPaused";
238
369
  })(KnownProtectionState || (KnownProtectionState = {}));
239
370
  /** Known values of {@link ResourceHealthStatus} that the service accepts. */
240
371
  export var KnownResourceHealthStatus;
241
372
  (function (KnownResourceHealthStatus) {
373
+ /** Healthy */
242
374
  KnownResourceHealthStatus["Healthy"] = "Healthy";
375
+ /** TransientDegraded */
243
376
  KnownResourceHealthStatus["TransientDegraded"] = "TransientDegraded";
377
+ /** PersistentDegraded */
244
378
  KnownResourceHealthStatus["PersistentDegraded"] = "PersistentDegraded";
379
+ /** TransientUnhealthy */
245
380
  KnownResourceHealthStatus["TransientUnhealthy"] = "TransientUnhealthy";
381
+ /** PersistentUnhealthy */
246
382
  KnownResourceHealthStatus["PersistentUnhealthy"] = "PersistentUnhealthy";
383
+ /** Invalid */
247
384
  KnownResourceHealthStatus["Invalid"] = "Invalid";
248
385
  })(KnownResourceHealthStatus || (KnownResourceHealthStatus = {}));
249
386
  /** Known values of {@link RecoveryType} that the service accepts. */
250
387
  export var KnownRecoveryType;
251
388
  (function (KnownRecoveryType) {
389
+ /** Invalid */
252
390
  KnownRecoveryType["Invalid"] = "Invalid";
391
+ /** OriginalLocation */
253
392
  KnownRecoveryType["OriginalLocation"] = "OriginalLocation";
393
+ /** AlternateLocation */
254
394
  KnownRecoveryType["AlternateLocation"] = "AlternateLocation";
395
+ /** RestoreDisks */
255
396
  KnownRecoveryType["RestoreDisks"] = "RestoreDisks";
397
+ /** Offline */
256
398
  KnownRecoveryType["Offline"] = "Offline";
257
399
  })(KnownRecoveryType || (KnownRecoveryType = {}));
258
400
  /** Known values of {@link CopyOptions} that the service accepts. */
259
401
  export var KnownCopyOptions;
260
402
  (function (KnownCopyOptions) {
403
+ /** Invalid */
261
404
  KnownCopyOptions["Invalid"] = "Invalid";
405
+ /** CreateCopy */
262
406
  KnownCopyOptions["CreateCopy"] = "CreateCopy";
407
+ /** Skip */
263
408
  KnownCopyOptions["Skip"] = "Skip";
409
+ /** Overwrite */
264
410
  KnownCopyOptions["Overwrite"] = "Overwrite";
411
+ /** FailOnConflict */
265
412
  KnownCopyOptions["FailOnConflict"] = "FailOnConflict";
266
413
  })(KnownCopyOptions || (KnownCopyOptions = {}));
267
414
  /** Known values of {@link RestoreRequestType} that the service accepts. */
268
415
  export var KnownRestoreRequestType;
269
416
  (function (KnownRestoreRequestType) {
417
+ /** Invalid */
270
418
  KnownRestoreRequestType["Invalid"] = "Invalid";
419
+ /** FullShareRestore */
271
420
  KnownRestoreRequestType["FullShareRestore"] = "FullShareRestore";
421
+ /** ItemLevelRestore */
272
422
  KnownRestoreRequestType["ItemLevelRestore"] = "ItemLevelRestore";
273
423
  })(KnownRestoreRequestType || (KnownRestoreRequestType = {}));
274
424
  /** Known values of {@link WorkloadType} that the service accepts. */
275
425
  export var KnownWorkloadType;
276
426
  (function (KnownWorkloadType) {
427
+ /** Invalid */
277
428
  KnownWorkloadType["Invalid"] = "Invalid";
429
+ /** VM */
278
430
  KnownWorkloadType["VM"] = "VM";
431
+ /** FileFolder */
279
432
  KnownWorkloadType["FileFolder"] = "FileFolder";
433
+ /** AzureSqlDb */
280
434
  KnownWorkloadType["AzureSqlDb"] = "AzureSqlDb";
435
+ /** Sqldb */
281
436
  KnownWorkloadType["Sqldb"] = "SQLDB";
437
+ /** Exchange */
282
438
  KnownWorkloadType["Exchange"] = "Exchange";
439
+ /** Sharepoint */
283
440
  KnownWorkloadType["Sharepoint"] = "Sharepoint";
441
+ /** VMwareVM */
284
442
  KnownWorkloadType["VMwareVM"] = "VMwareVM";
443
+ /** SystemState */
285
444
  KnownWorkloadType["SystemState"] = "SystemState";
445
+ /** Client */
286
446
  KnownWorkloadType["Client"] = "Client";
447
+ /** GenericDataSource */
287
448
  KnownWorkloadType["GenericDataSource"] = "GenericDataSource";
449
+ /** SQLDataBase */
288
450
  KnownWorkloadType["SQLDataBase"] = "SQLDataBase";
451
+ /** AzureFileShare */
289
452
  KnownWorkloadType["AzureFileShare"] = "AzureFileShare";
453
+ /** SAPHanaDatabase */
290
454
  KnownWorkloadType["SAPHanaDatabase"] = "SAPHanaDatabase";
455
+ /** SAPAseDatabase */
291
456
  KnownWorkloadType["SAPAseDatabase"] = "SAPAseDatabase";
292
457
  })(KnownWorkloadType || (KnownWorkloadType = {}));
293
458
  /** Known values of {@link PolicyType} that the service accepts. */
294
459
  export var KnownPolicyType;
295
460
  (function (KnownPolicyType) {
461
+ /** Invalid */
296
462
  KnownPolicyType["Invalid"] = "Invalid";
463
+ /** Full */
297
464
  KnownPolicyType["Full"] = "Full";
465
+ /** Differential */
298
466
  KnownPolicyType["Differential"] = "Differential";
467
+ /** Log */
299
468
  KnownPolicyType["Log"] = "Log";
469
+ /** CopyOnlyFull */
300
470
  KnownPolicyType["CopyOnlyFull"] = "CopyOnlyFull";
471
+ /** Incremental */
301
472
  KnownPolicyType["Incremental"] = "Incremental";
302
473
  })(KnownPolicyType || (KnownPolicyType = {}));
303
474
  /** Known values of {@link HealthStatus} that the service accepts. */
304
475
  export var KnownHealthStatus;
305
476
  (function (KnownHealthStatus) {
477
+ /** Passed */
306
478
  KnownHealthStatus["Passed"] = "Passed";
479
+ /** ActionRequired */
307
480
  KnownHealthStatus["ActionRequired"] = "ActionRequired";
481
+ /** ActionSuggested */
308
482
  KnownHealthStatus["ActionSuggested"] = "ActionSuggested";
483
+ /** Invalid */
309
484
  KnownHealthStatus["Invalid"] = "Invalid";
310
485
  })(KnownHealthStatus || (KnownHealthStatus = {}));
311
486
  /** Known values of {@link IaasvmPolicyType} that the service accepts. */
312
487
  export var KnownIaasvmPolicyType;
313
488
  (function (KnownIaasvmPolicyType) {
489
+ /** Invalid */
314
490
  KnownIaasvmPolicyType["Invalid"] = "Invalid";
491
+ /** V1 */
315
492
  KnownIaasvmPolicyType["V1"] = "V1";
493
+ /** V2 */
316
494
  KnownIaasvmPolicyType["V2"] = "V2";
317
495
  })(KnownIaasvmPolicyType || (KnownIaasvmPolicyType = {}));
318
496
  /** Known values of {@link ProtectedItemState} that the service accepts. */
319
497
  export var KnownProtectedItemState;
320
498
  (function (KnownProtectedItemState) {
499
+ /** Invalid */
321
500
  KnownProtectedItemState["Invalid"] = "Invalid";
501
+ /** IRPending */
322
502
  KnownProtectedItemState["IRPending"] = "IRPending";
503
+ /** Protected */
323
504
  KnownProtectedItemState["Protected"] = "Protected";
505
+ /** ProtectionError */
324
506
  KnownProtectedItemState["ProtectionError"] = "ProtectionError";
507
+ /** ProtectionStopped */
325
508
  KnownProtectedItemState["ProtectionStopped"] = "ProtectionStopped";
509
+ /** ProtectionPaused */
326
510
  KnownProtectedItemState["ProtectionPaused"] = "ProtectionPaused";
327
511
  })(KnownProtectedItemState || (KnownProtectedItemState = {}));
328
512
  /** Known values of {@link LastBackupStatus} that the service accepts. */
329
513
  export var KnownLastBackupStatus;
330
514
  (function (KnownLastBackupStatus) {
515
+ /** Invalid */
331
516
  KnownLastBackupStatus["Invalid"] = "Invalid";
517
+ /** Healthy */
332
518
  KnownLastBackupStatus["Healthy"] = "Healthy";
519
+ /** Unhealthy */
333
520
  KnownLastBackupStatus["Unhealthy"] = "Unhealthy";
521
+ /** IRPending */
334
522
  KnownLastBackupStatus["IRPending"] = "IRPending";
335
523
  })(KnownLastBackupStatus || (KnownLastBackupStatus = {}));
336
524
  /** Known values of {@link ProtectedItemHealthStatus} that the service accepts. */
337
525
  export var KnownProtectedItemHealthStatus;
338
526
  (function (KnownProtectedItemHealthStatus) {
527
+ /** Invalid */
339
528
  KnownProtectedItemHealthStatus["Invalid"] = "Invalid";
529
+ /** Healthy */
340
530
  KnownProtectedItemHealthStatus["Healthy"] = "Healthy";
531
+ /** Unhealthy */
341
532
  KnownProtectedItemHealthStatus["Unhealthy"] = "Unhealthy";
533
+ /** NotReachable */
342
534
  KnownProtectedItemHealthStatus["NotReachable"] = "NotReachable";
535
+ /** IRPending */
343
536
  KnownProtectedItemHealthStatus["IRPending"] = "IRPending";
344
537
  })(KnownProtectedItemHealthStatus || (KnownProtectedItemHealthStatus = {}));
345
538
  /** Known values of {@link RestorePointType} that the service accepts. */
346
539
  export var KnownRestorePointType;
347
540
  (function (KnownRestorePointType) {
541
+ /** Invalid */
348
542
  KnownRestorePointType["Invalid"] = "Invalid";
543
+ /** Full */
349
544
  KnownRestorePointType["Full"] = "Full";
545
+ /** Log */
350
546
  KnownRestorePointType["Log"] = "Log";
547
+ /** Differential */
351
548
  KnownRestorePointType["Differential"] = "Differential";
549
+ /** Incremental */
352
550
  KnownRestorePointType["Incremental"] = "Incremental";
353
551
  })(KnownRestorePointType || (KnownRestorePointType = {}));
354
552
  /** Known values of {@link OverwriteOptions} that the service accepts. */
355
553
  export var KnownOverwriteOptions;
356
554
  (function (KnownOverwriteOptions) {
555
+ /** Invalid */
357
556
  KnownOverwriteOptions["Invalid"] = "Invalid";
557
+ /** FailOnConflict */
358
558
  KnownOverwriteOptions["FailOnConflict"] = "FailOnConflict";
559
+ /** Overwrite */
359
560
  KnownOverwriteOptions["Overwrite"] = "Overwrite";
360
561
  })(KnownOverwriteOptions || (KnownOverwriteOptions = {}));
361
562
  /** Known values of {@link RecoveryMode} that the service accepts. */
362
563
  export var KnownRecoveryMode;
363
564
  (function (KnownRecoveryMode) {
565
+ /** Invalid */
364
566
  KnownRecoveryMode["Invalid"] = "Invalid";
567
+ /** FileRecovery */
365
568
  KnownRecoveryMode["FileRecovery"] = "FileRecovery";
569
+ /** WorkloadRecovery */
366
570
  KnownRecoveryMode["WorkloadRecovery"] = "WorkloadRecovery";
367
571
  })(KnownRecoveryMode || (KnownRecoveryMode = {}));
368
572
  /** Known values of {@link SQLDataDirectoryType} that the service accepts. */
369
573
  export var KnownSQLDataDirectoryType;
370
574
  (function (KnownSQLDataDirectoryType) {
575
+ /** Invalid */
371
576
  KnownSQLDataDirectoryType["Invalid"] = "Invalid";
577
+ /** Data */
372
578
  KnownSQLDataDirectoryType["Data"] = "Data";
579
+ /** Log */
373
580
  KnownSQLDataDirectoryType["Log"] = "Log";
374
581
  })(KnownSQLDataDirectoryType || (KnownSQLDataDirectoryType = {}));
375
582
  /** Known values of {@link RestorePointQueryType} that the service accepts. */
376
583
  export var KnownRestorePointQueryType;
377
584
  (function (KnownRestorePointQueryType) {
585
+ /** Invalid */
378
586
  KnownRestorePointQueryType["Invalid"] = "Invalid";
587
+ /** Full */
379
588
  KnownRestorePointQueryType["Full"] = "Full";
589
+ /** Log */
380
590
  KnownRestorePointQueryType["Log"] = "Log";
591
+ /** Differential */
381
592
  KnownRestorePointQueryType["Differential"] = "Differential";
593
+ /** FullAndDifferential */
382
594
  KnownRestorePointQueryType["FullAndDifferential"] = "FullAndDifferential";
595
+ /** All */
383
596
  KnownRestorePointQueryType["All"] = "All";
597
+ /** Incremental */
384
598
  KnownRestorePointQueryType["Incremental"] = "Incremental";
385
599
  })(KnownRestorePointQueryType || (KnownRestorePointQueryType = {}));
386
600
  /** Known values of {@link RetentionDurationType} that the service accepts. */
387
601
  export var KnownRetentionDurationType;
388
602
  (function (KnownRetentionDurationType) {
603
+ /** Invalid */
389
604
  KnownRetentionDurationType["Invalid"] = "Invalid";
605
+ /** Days */
390
606
  KnownRetentionDurationType["Days"] = "Days";
607
+ /** Weeks */
391
608
  KnownRetentionDurationType["Weeks"] = "Weeks";
609
+ /** Months */
392
610
  KnownRetentionDurationType["Months"] = "Months";
611
+ /** Years */
393
612
  KnownRetentionDurationType["Years"] = "Years";
394
613
  })(KnownRetentionDurationType || (KnownRetentionDurationType = {}));
395
614
  /** Known values of {@link JobStatus} that the service accepts. */
396
615
  export var KnownJobStatus;
397
616
  (function (KnownJobStatus) {
617
+ /** Invalid */
398
618
  KnownJobStatus["Invalid"] = "Invalid";
619
+ /** InProgress */
399
620
  KnownJobStatus["InProgress"] = "InProgress";
621
+ /** Completed */
400
622
  KnownJobStatus["Completed"] = "Completed";
623
+ /** Failed */
401
624
  KnownJobStatus["Failed"] = "Failed";
625
+ /** CompletedWithWarnings */
402
626
  KnownJobStatus["CompletedWithWarnings"] = "CompletedWithWarnings";
627
+ /** Cancelled */
403
628
  KnownJobStatus["Cancelled"] = "Cancelled";
629
+ /** Cancelling */
404
630
  KnownJobStatus["Cancelling"] = "Cancelling";
405
631
  })(KnownJobStatus || (KnownJobStatus = {}));
406
632
  /** Known values of {@link JobOperationType} that the service accepts. */
407
633
  export var KnownJobOperationType;
408
634
  (function (KnownJobOperationType) {
635
+ /** Invalid */
409
636
  KnownJobOperationType["Invalid"] = "Invalid";
637
+ /** Register */
410
638
  KnownJobOperationType["Register"] = "Register";
639
+ /** UnRegister */
411
640
  KnownJobOperationType["UnRegister"] = "UnRegister";
641
+ /** ConfigureBackup */
412
642
  KnownJobOperationType["ConfigureBackup"] = "ConfigureBackup";
643
+ /** Backup */
413
644
  KnownJobOperationType["Backup"] = "Backup";
645
+ /** Restore */
414
646
  KnownJobOperationType["Restore"] = "Restore";
647
+ /** DisableBackup */
415
648
  KnownJobOperationType["DisableBackup"] = "DisableBackup";
649
+ /** DeleteBackupData */
416
650
  KnownJobOperationType["DeleteBackupData"] = "DeleteBackupData";
651
+ /** CrossRegionRestore */
417
652
  KnownJobOperationType["CrossRegionRestore"] = "CrossRegionRestore";
653
+ /** Undelete */
418
654
  KnownJobOperationType["Undelete"] = "Undelete";
655
+ /** UpdateCustomerManagedKey */
419
656
  KnownJobOperationType["UpdateCustomerManagedKey"] = "UpdateCustomerManagedKey";
420
657
  })(KnownJobOperationType || (KnownJobOperationType = {}));
421
658
  /** Known values of {@link RetentionScheduleFormat} that the service accepts. */
422
659
  export var KnownRetentionScheduleFormat;
423
660
  (function (KnownRetentionScheduleFormat) {
661
+ /** Invalid */
424
662
  KnownRetentionScheduleFormat["Invalid"] = "Invalid";
663
+ /** Daily */
425
664
  KnownRetentionScheduleFormat["Daily"] = "Daily";
665
+ /** Weekly */
426
666
  KnownRetentionScheduleFormat["Weekly"] = "Weekly";
427
667
  })(KnownRetentionScheduleFormat || (KnownRetentionScheduleFormat = {}));
428
668
  /** Known values of {@link MabServerType} that the service accepts. */
429
669
  export var KnownMabServerType;
430
670
  (function (KnownMabServerType) {
671
+ /** Invalid */
431
672
  KnownMabServerType["Invalid"] = "Invalid";
673
+ /** Unknown */
432
674
  KnownMabServerType["Unknown"] = "Unknown";
675
+ /** IaasVMContainer */
433
676
  KnownMabServerType["IaasVMContainer"] = "IaasVMContainer";
677
+ /** IaasVMServiceContainer */
434
678
  KnownMabServerType["IaasVMServiceContainer"] = "IaasVMServiceContainer";
679
+ /** DPMContainer */
435
680
  KnownMabServerType["DPMContainer"] = "DPMContainer";
681
+ /** AzureBackupServerContainer */
436
682
  KnownMabServerType["AzureBackupServerContainer"] = "AzureBackupServerContainer";
683
+ /** MABContainer */
437
684
  KnownMabServerType["MABContainer"] = "MABContainer";
685
+ /** Cluster */
438
686
  KnownMabServerType["Cluster"] = "Cluster";
687
+ /** AzureSqlContainer */
439
688
  KnownMabServerType["AzureSqlContainer"] = "AzureSqlContainer";
689
+ /** Windows */
440
690
  KnownMabServerType["Windows"] = "Windows";
691
+ /** VCenter */
441
692
  KnownMabServerType["VCenter"] = "VCenter";
693
+ /** VMAppContainer */
442
694
  KnownMabServerType["VMAppContainer"] = "VMAppContainer";
695
+ /** SqlagWorkLoadContainer */
443
696
  KnownMabServerType["SqlagWorkLoadContainer"] = "SQLAGWorkLoadContainer";
697
+ /** StorageContainer */
444
698
  KnownMabServerType["StorageContainer"] = "StorageContainer";
699
+ /** GenericContainer */
445
700
  KnownMabServerType["GenericContainer"] = "GenericContainer";
446
701
  })(KnownMabServerType || (KnownMabServerType = {}));
447
702
  /** Known values of {@link HealthState} that the service accepts. */
448
703
  export var KnownHealthState;
449
704
  (function (KnownHealthState) {
705
+ /** Passed */
450
706
  KnownHealthState["Passed"] = "Passed";
707
+ /** ActionRequired */
451
708
  KnownHealthState["ActionRequired"] = "ActionRequired";
709
+ /** ActionSuggested */
452
710
  KnownHealthState["ActionSuggested"] = "ActionSuggested";
711
+ /** Invalid */
453
712
  KnownHealthState["Invalid"] = "Invalid";
454
713
  })(KnownHealthState || (KnownHealthState = {}));
455
714
  /** Known values of {@link ScheduleRunType} that the service accepts. */
456
715
  export var KnownScheduleRunType;
457
716
  (function (KnownScheduleRunType) {
717
+ /** Invalid */
458
718
  KnownScheduleRunType["Invalid"] = "Invalid";
719
+ /** Daily */
459
720
  KnownScheduleRunType["Daily"] = "Daily";
721
+ /** Weekly */
460
722
  KnownScheduleRunType["Weekly"] = "Weekly";
723
+ /** Hourly */
461
724
  KnownScheduleRunType["Hourly"] = "Hourly";
462
725
  })(KnownScheduleRunType || (KnownScheduleRunType = {}));
463
726
  /** Known values of {@link AzureFileShareType} that the service accepts. */
464
727
  export var KnownAzureFileShareType;
465
728
  (function (KnownAzureFileShareType) {
729
+ /** Invalid */
466
730
  KnownAzureFileShareType["Invalid"] = "Invalid";
731
+ /** Xsmb */
467
732
  KnownAzureFileShareType["Xsmb"] = "XSMB";
733
+ /** XSync */
468
734
  KnownAzureFileShareType["XSync"] = "XSync";
469
735
  })(KnownAzureFileShareType || (KnownAzureFileShareType = {}));
470
736
  /** Known values of {@link OperationType} that the service accepts. */
471
737
  export var KnownOperationType;
472
738
  (function (KnownOperationType) {
739
+ /** Invalid */
473
740
  KnownOperationType["Invalid"] = "Invalid";
741
+ /** Register */
474
742
  KnownOperationType["Register"] = "Register";
743
+ /** Reregister */
475
744
  KnownOperationType["Reregister"] = "Reregister";
476
745
  })(KnownOperationType || (KnownOperationType = {}));
477
746
  /** Known values of {@link AcquireStorageAccountLock} that the service accepts. */
478
747
  export var KnownAcquireStorageAccountLock;
479
748
  (function (KnownAcquireStorageAccountLock) {
749
+ /** Acquire */
480
750
  KnownAcquireStorageAccountLock["Acquire"] = "Acquire";
751
+ /** NotAcquire */
481
752
  KnownAcquireStorageAccountLock["NotAcquire"] = "NotAcquire";
482
753
  })(KnownAcquireStorageAccountLock || (KnownAcquireStorageAccountLock = {}));
483
754
  /** Known values of {@link InquiryStatus} that the service accepts. */
484
755
  export var KnownInquiryStatus;
485
756
  (function (KnownInquiryStatus) {
757
+ /** Invalid */
486
758
  KnownInquiryStatus["Invalid"] = "Invalid";
759
+ /** Success */
487
760
  KnownInquiryStatus["Success"] = "Success";
761
+ /** Failed */
488
762
  KnownInquiryStatus["Failed"] = "Failed";
489
763
  })(KnownInquiryStatus || (KnownInquiryStatus = {}));
490
764
  /** Known values of {@link BackupType} that the service accepts. */
491
765
  export var KnownBackupType;
492
766
  (function (KnownBackupType) {
767
+ /** Invalid */
493
768
  KnownBackupType["Invalid"] = "Invalid";
769
+ /** Full */
494
770
  KnownBackupType["Full"] = "Full";
771
+ /** Differential */
495
772
  KnownBackupType["Differential"] = "Differential";
773
+ /** Log */
496
774
  KnownBackupType["Log"] = "Log";
775
+ /** CopyOnlyFull */
497
776
  KnownBackupType["CopyOnlyFull"] = "CopyOnlyFull";
777
+ /** Incremental */
498
778
  KnownBackupType["Incremental"] = "Incremental";
499
779
  })(KnownBackupType || (KnownBackupType = {}));
500
780
  /** Known values of {@link WorkloadItemType} that the service accepts. */
501
781
  export var KnownWorkloadItemType;
502
782
  (function (KnownWorkloadItemType) {
783
+ /** Invalid */
503
784
  KnownWorkloadItemType["Invalid"] = "Invalid";
785
+ /** SQLInstance */
504
786
  KnownWorkloadItemType["SQLInstance"] = "SQLInstance";
787
+ /** SQLDataBase */
505
788
  KnownWorkloadItemType["SQLDataBase"] = "SQLDataBase";
789
+ /** SAPHanaSystem */
506
790
  KnownWorkloadItemType["SAPHanaSystem"] = "SAPHanaSystem";
791
+ /** SAPHanaDatabase */
507
792
  KnownWorkloadItemType["SAPHanaDatabase"] = "SAPHanaDatabase";
793
+ /** SAPAseSystem */
508
794
  KnownWorkloadItemType["SAPAseSystem"] = "SAPAseSystem";
795
+ /** SAPAseDatabase */
509
796
  KnownWorkloadItemType["SAPAseDatabase"] = "SAPAseDatabase";
510
797
  })(KnownWorkloadItemType || (KnownWorkloadItemType = {}));
511
798
  /** Known values of {@link Type} that the service accepts. */
512
799
  export var KnownType;
513
800
  (function (KnownType) {
801
+ /** Invalid */
514
802
  KnownType["Invalid"] = "Invalid";
803
+ /** BackupProtectedItemCountSummary */
515
804
  KnownType["BackupProtectedItemCountSummary"] = "BackupProtectedItemCountSummary";
805
+ /** BackupProtectionContainerCountSummary */
516
806
  KnownType["BackupProtectionContainerCountSummary"] = "BackupProtectionContainerCountSummary";
517
807
  })(KnownType || (KnownType = {}));
518
808
  /** Known values of {@link IntentItemType} that the service accepts. */
519
809
  export var KnownIntentItemType;
520
810
  (function (KnownIntentItemType) {
811
+ /** Invalid */
521
812
  KnownIntentItemType["Invalid"] = "Invalid";
813
+ /** SQLInstance */
522
814
  KnownIntentItemType["SQLInstance"] = "SQLInstance";
815
+ /** SQLAvailabilityGroupContainer */
523
816
  KnownIntentItemType["SQLAvailabilityGroupContainer"] = "SQLAvailabilityGroupContainer";
524
817
  })(KnownIntentItemType || (KnownIntentItemType = {}));
525
818
  /** Known values of {@link BackupItemType} that the service accepts. */
526
819
  export var KnownBackupItemType;
527
820
  (function (KnownBackupItemType) {
821
+ /** Invalid */
528
822
  KnownBackupItemType["Invalid"] = "Invalid";
823
+ /** VM */
529
824
  KnownBackupItemType["VM"] = "VM";
825
+ /** FileFolder */
530
826
  KnownBackupItemType["FileFolder"] = "FileFolder";
827
+ /** AzureSqlDb */
531
828
  KnownBackupItemType["AzureSqlDb"] = "AzureSqlDb";
829
+ /** Sqldb */
532
830
  KnownBackupItemType["Sqldb"] = "SQLDB";
831
+ /** Exchange */
533
832
  KnownBackupItemType["Exchange"] = "Exchange";
833
+ /** Sharepoint */
534
834
  KnownBackupItemType["Sharepoint"] = "Sharepoint";
835
+ /** VMwareVM */
535
836
  KnownBackupItemType["VMwareVM"] = "VMwareVM";
837
+ /** SystemState */
536
838
  KnownBackupItemType["SystemState"] = "SystemState";
839
+ /** Client */
537
840
  KnownBackupItemType["Client"] = "Client";
841
+ /** GenericDataSource */
538
842
  KnownBackupItemType["GenericDataSource"] = "GenericDataSource";
843
+ /** SQLDataBase */
539
844
  KnownBackupItemType["SQLDataBase"] = "SQLDataBase";
845
+ /** AzureFileShare */
540
846
  KnownBackupItemType["AzureFileShare"] = "AzureFileShare";
847
+ /** SAPHanaDatabase */
541
848
  KnownBackupItemType["SAPHanaDatabase"] = "SAPHanaDatabase";
849
+ /** SAPAseDatabase */
542
850
  KnownBackupItemType["SAPAseDatabase"] = "SAPAseDatabase";
543
851
  })(KnownBackupItemType || (KnownBackupItemType = {}));
544
852
  /** Known values of {@link RehydrationPriority} that the service accepts. */
545
853
  export var KnownRehydrationPriority;
546
854
  (function (KnownRehydrationPriority) {
855
+ /** Standard */
547
856
  KnownRehydrationPriority["Standard"] = "Standard";
857
+ /** High */
548
858
  KnownRehydrationPriority["High"] = "High";
549
859
  })(KnownRehydrationPriority || (KnownRehydrationPriority = {}));
550
860
  //# sourceMappingURL=index.js.map