@azure/arm-recoveryservicesbackup 10.0.0-alpha.20221214.1 → 10.0.0

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 (203) hide show
  1. package/CHANGELOG.md +44 -1
  2. package/LICENSE +1 -1
  3. package/dist/index.js +615 -220
  4. package/dist/index.js.map +1 -1
  5. package/dist/index.min.js +1 -1
  6. package/dist/index.min.js.map +1 -1
  7. package/dist-esm/samples-dev/backupEnginesGetSample.js +12 -4
  8. package/dist-esm/samples-dev/backupEnginesGetSample.js.map +1 -1
  9. package/dist-esm/samples-dev/backupEnginesListSample.js +12 -4
  10. package/dist-esm/samples-dev/backupEnginesListSample.js.map +1 -1
  11. package/dist-esm/samples-dev/backupJobsListSample.js +22 -12
  12. package/dist-esm/samples-dev/backupJobsListSample.js.map +1 -1
  13. package/dist-esm/samples-dev/backupOperationResultsGetSample.js +13 -4
  14. package/dist-esm/samples-dev/backupOperationResultsGetSample.js.map +1 -1
  15. package/dist-esm/samples-dev/backupOperationStatusesGetSample.js +13 -4
  16. package/dist-esm/samples-dev/backupOperationStatusesGetSample.js.map +1 -1
  17. package/dist-esm/samples-dev/backupPoliciesListSample.js +22 -12
  18. package/dist-esm/samples-dev/backupPoliciesListSample.js.map +1 -1
  19. package/dist-esm/samples-dev/backupProtectableItemsListSample.js +12 -4
  20. package/dist-esm/samples-dev/backupProtectableItemsListSample.js.map +1 -1
  21. package/dist-esm/samples-dev/backupProtectedItemsListSample.js +12 -4
  22. package/dist-esm/samples-dev/backupProtectedItemsListSample.js.map +1 -1
  23. package/dist-esm/samples-dev/backupProtectionContainersListSample.js +12 -4
  24. package/dist-esm/samples-dev/backupProtectionContainersListSample.js.map +1 -1
  25. package/dist-esm/samples-dev/backupProtectionIntentListSample.js +12 -4
  26. package/dist-esm/samples-dev/backupProtectionIntentListSample.js.map +1 -1
  27. package/dist-esm/samples-dev/backupResourceEncryptionConfigsGetSample.js +12 -4
  28. package/dist-esm/samples-dev/backupResourceEncryptionConfigsGetSample.js.map +1 -1
  29. package/dist-esm/samples-dev/backupResourceEncryptionConfigsUpdateSample.js +12 -4
  30. package/dist-esm/samples-dev/backupResourceEncryptionConfigsUpdateSample.js.map +1 -1
  31. package/dist-esm/samples-dev/backupResourceStorageConfigsNonCrrGetSample.js +13 -4
  32. package/dist-esm/samples-dev/backupResourceStorageConfigsNonCrrGetSample.js.map +1 -1
  33. package/dist-esm/samples-dev/backupResourceStorageConfigsNonCrrPatchSample.js +13 -4
  34. package/dist-esm/samples-dev/backupResourceStorageConfigsNonCrrPatchSample.js.map +1 -1
  35. package/dist-esm/samples-dev/backupResourceStorageConfigsNonCrrUpdateSample.js +13 -4
  36. package/dist-esm/samples-dev/backupResourceStorageConfigsNonCrrUpdateSample.js.map +1 -1
  37. package/dist-esm/samples-dev/backupResourceVaultConfigsGetSample.js +12 -4
  38. package/dist-esm/samples-dev/backupResourceVaultConfigsGetSample.js.map +1 -1
  39. package/dist-esm/samples-dev/backupResourceVaultConfigsPutSample.js +12 -4
  40. package/dist-esm/samples-dev/backupResourceVaultConfigsPutSample.js.map +1 -1
  41. package/dist-esm/samples-dev/backupResourceVaultConfigsUpdateSample.js +12 -4
  42. package/dist-esm/samples-dev/backupResourceVaultConfigsUpdateSample.js.map +1 -1
  43. package/dist-esm/samples-dev/backupStatusGetSample.js +11 -3
  44. package/dist-esm/samples-dev/backupStatusGetSample.js.map +1 -1
  45. package/dist-esm/samples-dev/backupUsageSummariesListSample.js +17 -8
  46. package/dist-esm/samples-dev/backupUsageSummariesListSample.js.map +1 -1
  47. package/dist-esm/samples-dev/backupWorkloadItemsListSample.js +12 -4
  48. package/dist-esm/samples-dev/backupWorkloadItemsListSample.js.map +1 -1
  49. package/dist-esm/samples-dev/backupsTriggerSample.js +12 -4
  50. package/dist-esm/samples-dev/backupsTriggerSample.js.map +1 -1
  51. package/dist-esm/samples-dev/bmsPrepareDataMoveOperationResultGetSample.js +12 -4
  52. package/dist-esm/samples-dev/bmsPrepareDataMoveOperationResultGetSample.js.map +1 -1
  53. package/dist-esm/samples-dev/bmsPrepareDataMoveSample.js +12 -4
  54. package/dist-esm/samples-dev/bmsPrepareDataMoveSample.js.map +1 -1
  55. package/dist-esm/samples-dev/bmsTriggerDataMoveSample.js +12 -4
  56. package/dist-esm/samples-dev/bmsTriggerDataMoveSample.js.map +1 -1
  57. package/dist-esm/samples-dev/deletedProtectionContainersListSample.d.ts +2 -0
  58. package/dist-esm/samples-dev/deletedProtectionContainersListSample.d.ts.map +1 -0
  59. package/dist-esm/samples-dev/deletedProtectionContainersListSample.js +55 -0
  60. package/dist-esm/samples-dev/deletedProtectionContainersListSample.js.map +1 -0
  61. package/dist-esm/samples-dev/exportJobsOperationResultsGetSample.js +12 -4
  62. package/dist-esm/samples-dev/exportJobsOperationResultsGetSample.js.map +1 -1
  63. package/dist-esm/samples-dev/featureSupportValidateSample.js +11 -3
  64. package/dist-esm/samples-dev/featureSupportValidateSample.js.map +1 -1
  65. package/dist-esm/samples-dev/getOperationStatusSample.js +12 -4
  66. package/dist-esm/samples-dev/getOperationStatusSample.js.map +1 -1
  67. package/dist-esm/samples-dev/itemLevelRecoveryConnectionsProvisionSample.js +13 -4
  68. package/dist-esm/samples-dev/itemLevelRecoveryConnectionsProvisionSample.js.map +1 -1
  69. package/dist-esm/samples-dev/itemLevelRecoveryConnectionsRevokeSample.js +13 -4
  70. package/dist-esm/samples-dev/itemLevelRecoveryConnectionsRevokeSample.js.map +1 -1
  71. package/dist-esm/samples-dev/jobCancellationsTriggerSample.js +12 -4
  72. package/dist-esm/samples-dev/jobCancellationsTriggerSample.js.map +1 -1
  73. package/dist-esm/samples-dev/jobDetailsGetSample.js +12 -4
  74. package/dist-esm/samples-dev/jobDetailsGetSample.js.map +1 -1
  75. package/dist-esm/samples-dev/jobOperationResultsGetSample.js +12 -4
  76. package/dist-esm/samples-dev/jobOperationResultsGetSample.js.map +1 -1
  77. package/dist-esm/samples-dev/jobsExportSample.js +12 -4
  78. package/dist-esm/samples-dev/jobsExportSample.js.map +1 -1
  79. package/dist-esm/samples-dev/moveRecoveryPointSample.js +12 -4
  80. package/dist-esm/samples-dev/moveRecoveryPointSample.js.map +1 -1
  81. package/dist-esm/samples-dev/operationValidateSample.js +17 -8
  82. package/dist-esm/samples-dev/operationValidateSample.js.map +1 -1
  83. package/dist-esm/samples-dev/operationsListSample.js +11 -3
  84. package/dist-esm/samples-dev/operationsListSample.js.map +1 -1
  85. package/dist-esm/samples-dev/privateEndpointConnectionDeleteSample.js +12 -4
  86. package/dist-esm/samples-dev/privateEndpointConnectionDeleteSample.js.map +1 -1
  87. package/dist-esm/samples-dev/privateEndpointConnectionGetSample.js +12 -4
  88. package/dist-esm/samples-dev/privateEndpointConnectionGetSample.js.map +1 -1
  89. package/dist-esm/samples-dev/privateEndpointConnectionPutSample.js +12 -4
  90. package/dist-esm/samples-dev/privateEndpointConnectionPutSample.js.map +1 -1
  91. package/dist-esm/samples-dev/privateEndpointGetOperationStatusSample.js +12 -4
  92. package/dist-esm/samples-dev/privateEndpointGetOperationStatusSample.js.map +1 -1
  93. package/dist-esm/samples-dev/protectableContainersListSample.js +12 -4
  94. package/dist-esm/samples-dev/protectableContainersListSample.js.map +1 -1
  95. package/dist-esm/samples-dev/protectedItemOperationResultsGetSample.js +12 -4
  96. package/dist-esm/samples-dev/protectedItemOperationResultsGetSample.js.map +1 -1
  97. package/dist-esm/samples-dev/protectedItemOperationStatusesGetSample.js +12 -4
  98. package/dist-esm/samples-dev/protectedItemOperationStatusesGetSample.js.map +1 -1
  99. package/dist-esm/samples-dev/protectedItemsCreateOrUpdateSample.js +17 -8
  100. package/dist-esm/samples-dev/protectedItemsCreateOrUpdateSample.js.map +1 -1
  101. package/dist-esm/samples-dev/protectedItemsDeleteSample.js +13 -4
  102. package/dist-esm/samples-dev/protectedItemsDeleteSample.js.map +1 -1
  103. package/dist-esm/samples-dev/protectedItemsGetSample.js +19 -8
  104. package/dist-esm/samples-dev/protectedItemsGetSample.js.map +1 -1
  105. package/dist-esm/samples-dev/protectionContainerOperationResultsGetSample.js +12 -4
  106. package/dist-esm/samples-dev/protectionContainerOperationResultsGetSample.js.map +1 -1
  107. package/dist-esm/samples-dev/protectionContainerRefreshOperationResultsGetSample.js +12 -4
  108. package/dist-esm/samples-dev/protectionContainerRefreshOperationResultsGetSample.js.map +1 -1
  109. package/dist-esm/samples-dev/protectionContainersGetSample.js +12 -4
  110. package/dist-esm/samples-dev/protectionContainersGetSample.js.map +1 -1
  111. package/dist-esm/samples-dev/protectionContainersInquireSample.js +12 -4
  112. package/dist-esm/samples-dev/protectionContainersInquireSample.js.map +1 -1
  113. package/dist-esm/samples-dev/protectionContainersRefreshSample.js +12 -4
  114. package/dist-esm/samples-dev/protectionContainersRefreshSample.js.map +1 -1
  115. package/dist-esm/samples-dev/protectionContainersRegisterSample.js +12 -4
  116. package/dist-esm/samples-dev/protectionContainersRegisterSample.js.map +1 -1
  117. package/dist-esm/samples-dev/protectionContainersUnregisterSample.js +12 -4
  118. package/dist-esm/samples-dev/protectionContainersUnregisterSample.js.map +1 -1
  119. package/dist-esm/samples-dev/protectionIntentCreateOrUpdateSample.js +12 -4
  120. package/dist-esm/samples-dev/protectionIntentCreateOrUpdateSample.js.map +1 -1
  121. package/dist-esm/samples-dev/protectionIntentDeleteSample.js +12 -4
  122. package/dist-esm/samples-dev/protectionIntentDeleteSample.js.map +1 -1
  123. package/dist-esm/samples-dev/protectionIntentGetSample.js +12 -4
  124. package/dist-esm/samples-dev/protectionIntentGetSample.js.map +1 -1
  125. package/dist-esm/samples-dev/protectionIntentValidateSample.js +11 -3
  126. package/dist-esm/samples-dev/protectionIntentValidateSample.js.map +1 -1
  127. package/dist-esm/samples-dev/protectionPoliciesCreateOrUpdateSample.js +42 -28
  128. package/dist-esm/samples-dev/protectionPoliciesCreateOrUpdateSample.js.map +1 -1
  129. package/dist-esm/samples-dev/protectionPoliciesDeleteSample.js +12 -4
  130. package/dist-esm/samples-dev/protectionPoliciesDeleteSample.js.map +1 -1
  131. package/dist-esm/samples-dev/protectionPoliciesGetSample.js +17 -8
  132. package/dist-esm/samples-dev/protectionPoliciesGetSample.js.map +1 -1
  133. package/dist-esm/samples-dev/protectionPolicyOperationResultsGetSample.js +12 -4
  134. package/dist-esm/samples-dev/protectionPolicyOperationResultsGetSample.js.map +1 -1
  135. package/dist-esm/samples-dev/protectionPolicyOperationStatusesGetSample.js +12 -4
  136. package/dist-esm/samples-dev/protectionPolicyOperationStatusesGetSample.js.map +1 -1
  137. package/dist-esm/samples-dev/recoveryPointsGetSample.js +12 -4
  138. package/dist-esm/samples-dev/recoveryPointsGetSample.js.map +1 -1
  139. package/dist-esm/samples-dev/recoveryPointsListSample.js +12 -4
  140. package/dist-esm/samples-dev/recoveryPointsListSample.js.map +1 -1
  141. package/dist-esm/samples-dev/recoveryPointsRecommendedForMoveListSample.js +12 -4
  142. package/dist-esm/samples-dev/recoveryPointsRecommendedForMoveListSample.js.map +1 -1
  143. package/dist-esm/samples-dev/resourceGuardProxiesGetSample.js +13 -4
  144. package/dist-esm/samples-dev/resourceGuardProxiesGetSample.js.map +1 -1
  145. package/dist-esm/samples-dev/resourceGuardProxyDeleteSample.js +13 -4
  146. package/dist-esm/samples-dev/resourceGuardProxyDeleteSample.js.map +1 -1
  147. package/dist-esm/samples-dev/resourceGuardProxyGetSample.js +13 -4
  148. package/dist-esm/samples-dev/resourceGuardProxyGetSample.js.map +1 -1
  149. package/dist-esm/samples-dev/resourceGuardProxyPutSample.js +13 -6
  150. package/dist-esm/samples-dev/resourceGuardProxyPutSample.js.map +1 -1
  151. package/dist-esm/samples-dev/resourceGuardProxyUnlockDeleteSample.js +13 -4
  152. package/dist-esm/samples-dev/resourceGuardProxyUnlockDeleteSample.js.map +1 -1
  153. package/dist-esm/samples-dev/restoresTriggerSample.js +37 -24
  154. package/dist-esm/samples-dev/restoresTriggerSample.js.map +1 -1
  155. package/dist-esm/samples-dev/securityPiNsGetSample.js +12 -4
  156. package/dist-esm/samples-dev/securityPiNsGetSample.js.map +1 -1
  157. package/dist-esm/samples-dev/validateOperationResultsGetSample.js +12 -4
  158. package/dist-esm/samples-dev/validateOperationResultsGetSample.js.map +1 -1
  159. package/dist-esm/samples-dev/validateOperationStatusesGetSample.js +12 -4
  160. package/dist-esm/samples-dev/validateOperationStatusesGetSample.js.map +1 -1
  161. package/dist-esm/samples-dev/validateOperationTriggerSample.js +12 -4
  162. package/dist-esm/samples-dev/validateOperationTriggerSample.js.map +1 -1
  163. package/dist-esm/src/models/index.d.ts +317 -136
  164. package/dist-esm/src/models/index.d.ts.map +1 -1
  165. package/dist-esm/src/models/index.js +90 -54
  166. package/dist-esm/src/models/index.js.map +1 -1
  167. package/dist-esm/src/models/mappers.d.ts +8 -0
  168. package/dist-esm/src/models/mappers.d.ts.map +1 -1
  169. package/dist-esm/src/models/mappers.js +209 -2
  170. package/dist-esm/src/models/mappers.js.map +1 -1
  171. package/dist-esm/src/models/parameters.js +1 -1
  172. package/dist-esm/src/operations/deletedProtectionContainers.d.ts +41 -0
  173. package/dist-esm/src/operations/deletedProtectionContainers.d.ts.map +1 -0
  174. package/dist-esm/src/operations/deletedProtectionContainers.js +151 -0
  175. package/dist-esm/src/operations/deletedProtectionContainers.js.map +1 -0
  176. package/dist-esm/src/operations/index.d.ts +1 -0
  177. package/dist-esm/src/operations/index.d.ts.map +1 -1
  178. package/dist-esm/src/operations/index.js +1 -0
  179. package/dist-esm/src/operations/index.js.map +1 -1
  180. package/dist-esm/src/operationsInterfaces/deletedProtectionContainers.d.ts +14 -0
  181. package/dist-esm/src/operationsInterfaces/deletedProtectionContainers.d.ts.map +1 -0
  182. package/dist-esm/src/operationsInterfaces/deletedProtectionContainers.js +9 -0
  183. package/dist-esm/src/operationsInterfaces/deletedProtectionContainers.js.map +1 -0
  184. package/dist-esm/src/operationsInterfaces/index.d.ts +1 -0
  185. package/dist-esm/src/operationsInterfaces/index.d.ts.map +1 -1
  186. package/dist-esm/src/operationsInterfaces/index.js +1 -0
  187. package/dist-esm/src/operationsInterfaces/index.js.map +1 -1
  188. package/dist-esm/src/recoveryServicesBackupClient.d.ts +2 -1
  189. package/dist-esm/src/recoveryServicesBackupClient.d.ts.map +1 -1
  190. package/dist-esm/src/recoveryServicesBackupClient.js +3 -2
  191. package/dist-esm/src/recoveryServicesBackupClient.js.map +1 -1
  192. package/package.json +6 -5
  193. package/review/arm-recoveryservicesbackup.api.md +116 -22
  194. package/src/models/index.ts +353 -134
  195. package/src/models/mappers.ts +228 -2
  196. package/src/models/parameters.ts +1 -1
  197. package/src/operations/deletedProtectionContainers.ts +198 -0
  198. package/src/operations/index.ts +1 -0
  199. package/src/operationsInterfaces/deletedProtectionContainers.ts +30 -0
  200. package/src/operationsInterfaces/index.ts +1 -0
  201. package/src/recoveryServicesBackupClient.ts +7 -1
  202. package/types/arm-recoveryservicesbackup.d.ts +262 -56
  203. package/types/tsdoc-metadata.json +1 -1
@@ -130,6 +130,8 @@ export declare interface AzureFileShareRecoveryPoint extends RecoveryPoint {
130
130
  fileShareSnapshotUri?: string;
131
131
  /** Contains recovery point size */
132
132
  recoveryPointSizeInGB?: number;
133
+ /** Properties of Recovery Point */
134
+ recoveryPointProperties?: RecoveryPointProperties;
133
135
  }
134
136
 
135
137
  /** AzureFileShare Restore Request */
@@ -310,16 +312,25 @@ export declare interface AzureIaaSVMJobV2 extends Job {
310
312
  export declare interface AzureIaaSVMProtectedItem extends ProtectedItem {
311
313
  /** Polymorphic discriminator, which specifies the different types this object can be */
312
314
  protectedItemType: "AzureIaaSVMProtectedItem" | "Microsoft.ClassicCompute/virtualMachines" | "Microsoft.Compute/virtualMachines";
313
- /** Friendly name of the VM represented by this backup item. */
314
- friendlyName?: string;
315
- /** Fully qualified ARM ID of the virtual machine represented by this item. */
316
- virtualMachineId?: string;
315
+ /**
316
+ * Friendly name of the VM represented by this backup item.
317
+ * NOTE: This property will not be serialized. It can only be populated by the server.
318
+ */
319
+ readonly friendlyName?: string;
320
+ /**
321
+ * Fully qualified ARM ID of the virtual machine represented by this item.
322
+ * NOTE: This property will not be serialized. It can only be populated by the server.
323
+ */
324
+ readonly virtualMachineId?: string;
317
325
  /** Backup status of this backup item. */
318
326
  protectionStatus?: string;
319
327
  /** Backup state of this backup item. */
320
328
  protectionState?: ProtectionState;
321
- /** Health status of protected item. */
322
- healthStatus?: HealthStatus;
329
+ /**
330
+ * Health status of protected item.
331
+ * NOTE: This property will not be serialized. It can only be populated by the server.
332
+ */
333
+ readonly healthStatus?: HealthStatus;
323
334
  /** Health details on this backup item. */
324
335
  healthDetails?: AzureIaaSVMHealthDetails[];
325
336
  /** Health details of different KPIs */
@@ -328,10 +339,16 @@ export declare interface AzureIaaSVMProtectedItem extends ProtectedItem {
328
339
  };
329
340
  /** Last backup operation status. */
330
341
  lastBackupStatus?: string;
331
- /** Timestamp of the last backup operation on this backup item. */
332
- lastBackupTime?: Date;
333
- /** Data ID of the protected item. */
334
- protectedItemDataId?: string;
342
+ /**
343
+ * Timestamp of the last backup operation on this backup item.
344
+ * NOTE: This property will not be serialized. It can only be populated by the server.
345
+ */
346
+ readonly lastBackupTime?: Date;
347
+ /**
348
+ * Data ID of the protected item.
349
+ * NOTE: This property will not be serialized. It can only be populated by the server.
350
+ */
351
+ readonly protectedItemDataId?: string;
335
352
  /** Additional information for this backup item. */
336
353
  extendedInfo?: AzureIaaSVMProtectedItemExtendedInfo;
337
354
  /** Extended Properties for Azure IaasVM Backup. */
@@ -340,8 +357,14 @@ export declare interface AzureIaaSVMProtectedItem extends ProtectedItem {
340
357
 
341
358
  /** Additional information on Azure IaaS VM specific backup item. */
342
359
  export declare interface AzureIaaSVMProtectedItemExtendedInfo {
343
- /** The oldest backup copy available for this backup item. */
360
+ /** The oldest backup copy available for this backup item across all tiers. */
344
361
  oldestRecoveryPoint?: Date;
362
+ /** The oldest backup copy available for this backup item in vault tier */
363
+ oldestRecoveryPointInVault?: Date;
364
+ /** The oldest backup copy available for this backup item in archive tier */
365
+ oldestRecoveryPointInArchive?: Date;
366
+ /** The latest backup copy available for this backup item in archive tier */
367
+ newestRecoveryPointInArchive?: Date;
345
368
  /** Number of backup copies available for this backup item. */
346
369
  recoveryPointCount?: number;
347
370
  /** Specifies if backup policy associated with the backup item is inconsistent. */
@@ -359,11 +382,18 @@ export declare interface AzureIaaSVMProtectionPolicy extends ProtectionPolicy {
359
382
  schedulePolicy?: SchedulePolicyUnion;
360
383
  /** Retention policy with the details on backup copy retention ranges. */
361
384
  retentionPolicy?: RetentionPolicyUnion;
385
+ /**
386
+ * Tiering policy to automatically move RPs to another tier
387
+ * Key is Target Tier, defined in RecoveryPointTierType enum.
388
+ * Tiering policy specifies the criteria to move RP to the target tier.
389
+ */
390
+ tieringPolicy?: {
391
+ [propertyName: string]: TieringPolicy;
392
+ };
362
393
  /** Instant RP retention policy range in days */
363
394
  instantRpRetentionRangeInDays?: number;
364
395
  /** TimeZone optional input as string. For example: TimeZone = "Pacific Standard Time". */
365
396
  timeZone?: string;
366
- /** Type of backup policy type */
367
397
  policyType?: IaasvmPolicyType;
368
398
  }
369
399
 
@@ -546,7 +576,7 @@ export declare type AzureVmWorkloadItemUnion = AzureVmWorkloadItem | AzureVmWork
546
576
  /** Azure VM workload-specific protectable item. */
547
577
  export declare interface AzureVmWorkloadProtectableItem extends WorkloadProtectableItem {
548
578
  /** Polymorphic discriminator, which specifies the different types this object can be */
549
- protectableItemType: "AzureVmWorkloadProtectableItem" | "SAPAseSystem" | "SAPHanaDatabase" | "SAPHanaSystem" | "SQLAvailabilityGroupContainer" | "SQLDataBase" | "SQLInstance";
579
+ protectableItemType: "AzureVmWorkloadProtectableItem" | "SAPAseSystem" | "SAPHanaDatabase" | "SAPHanaSystem" | "SAPHanaDBInstance" | "SAPHanaHSR" | "SQLAvailabilityGroupContainer" | "SQLDataBase" | "SQLInstance";
550
580
  /** Name for instance or AG */
551
581
  parentName?: string;
552
582
  /**
@@ -568,22 +598,28 @@ export declare interface AzureVmWorkloadProtectableItem extends WorkloadProtecta
568
598
  prebackupvalidation?: PreBackupValidation;
569
599
  }
570
600
 
571
- export declare type AzureVmWorkloadProtectableItemUnion = AzureVmWorkloadProtectableItem | AzureVmWorkloadSAPAseSystemProtectableItem | AzureVmWorkloadSAPHanaDatabaseProtectableItem | AzureVmWorkloadSAPHanaSystemProtectableItem | AzureVmWorkloadSQLAvailabilityGroupProtectableItem | AzureVmWorkloadSQLDatabaseProtectableItem | AzureVmWorkloadSQLInstanceProtectableItem;
601
+ export declare type AzureVmWorkloadProtectableItemUnion = AzureVmWorkloadProtectableItem | AzureVmWorkloadSAPAseSystemProtectableItem | AzureVmWorkloadSAPHanaDatabaseProtectableItem | AzureVmWorkloadSAPHanaSystemProtectableItem | AzureVmWorkloadSAPHanaDBInstance | AzureVmWorkloadSAPHanaHSR | AzureVmWorkloadSQLAvailabilityGroupProtectableItem | AzureVmWorkloadSQLDatabaseProtectableItem | AzureVmWorkloadSQLInstanceProtectableItem;
572
602
 
573
603
  /** Azure VM workload-specific protected item. */
574
604
  export declare interface AzureVmWorkloadProtectedItem extends ProtectedItem {
575
605
  /** Polymorphic discriminator, which specifies the different types this object can be */
576
- protectedItemType: "AzureVmWorkloadProtectedItem" | "AzureVmWorkloadSAPAseDatabase" | "AzureVmWorkloadSAPHanaDatabase" | "AzureVmWorkloadSQLDatabase";
577
- /** Friendly name of the DB represented by this backup item. */
578
- friendlyName?: string;
606
+ protectedItemType: "AzureVmWorkloadProtectedItem" | "AzureVmWorkloadSAPAseDatabase" | "AzureVmWorkloadSAPHanaDatabase" | "AzureVmWorkloadSAPHanaDBInstance" | "AzureVmWorkloadSQLDatabase";
607
+ /**
608
+ * Friendly name of the DB represented by this backup item.
609
+ * NOTE: This property will not be serialized. It can only be populated by the server.
610
+ */
611
+ readonly friendlyName?: string;
579
612
  /** Host/Cluster Name for instance or AG */
580
613
  serverName?: string;
581
614
  /** Parent name of the DB such as Instance or Availability Group. */
582
615
  parentName?: string;
583
616
  /** Parent type of protected item, example: for a DB, standalone server or distributed */
584
617
  parentType?: string;
585
- /** Backup status of this backup item. */
586
- protectionStatus?: string;
618
+ /**
619
+ * Backup status of this backup item.
620
+ * NOTE: This property will not be serialized. It can only be populated by the server.
621
+ */
622
+ readonly protectionStatus?: string;
587
623
  /** Backup state of this backup item. */
588
624
  protectionState?: ProtectionState;
589
625
  /** Last backup operation status. Possible values: Healthy, Unhealthy. */
@@ -606,8 +642,14 @@ export declare interface AzureVmWorkloadProtectedItem extends ProtectedItem {
606
642
 
607
643
  /** Additional information on Azure Workload for SQL specific backup item. */
608
644
  export declare interface AzureVmWorkloadProtectedItemExtendedInfo {
609
- /** The oldest backup copy available for this backup item. */
645
+ /** The oldest backup copy available for this backup item across all tiers. */
610
646
  oldestRecoveryPoint?: Date;
647
+ /** The oldest backup copy available for this backup item in vault tier */
648
+ oldestRecoveryPointInVault?: Date;
649
+ /** The oldest backup copy available for this backup item in archive tier */
650
+ oldestRecoveryPointInArchive?: Date;
651
+ /** The latest backup copy available for this backup item in archive tier */
652
+ newestRecoveryPointInArchive?: Date;
611
653
  /** Number of backup copies available for this backup item. */
612
654
  recoveryPointCount?: number;
613
655
  /** Indicates consistency of policy object and policy applied to this backup item. */
@@ -616,7 +658,7 @@ export declare interface AzureVmWorkloadProtectedItemExtendedInfo {
616
658
  recoveryModel?: string;
617
659
  }
618
660
 
619
- export declare type AzureVmWorkloadProtectedItemUnion = AzureVmWorkloadProtectedItem | AzureVmWorkloadSAPAseDatabaseProtectedItem | AzureVmWorkloadSAPHanaDatabaseProtectedItem | AzureVmWorkloadSQLDatabaseProtectedItem;
661
+ export declare type AzureVmWorkloadProtectedItemUnion = AzureVmWorkloadProtectedItem | AzureVmWorkloadSAPAseDatabaseProtectedItem | AzureVmWorkloadSAPHanaDatabaseProtectedItem | AzureVmWorkloadSAPHanaDBInstanceProtectedItem | AzureVmWorkloadSQLDatabaseProtectedItem;
620
662
 
621
663
  /** Azure VM (Mercury) workload-specific backup policy. */
622
664
  export declare interface AzureVmWorkloadProtectionPolicy extends ProtectionPolicy {
@@ -674,6 +716,24 @@ export declare interface AzureVmWorkloadSAPHanaDatabaseWorkloadItem extends Azur
674
716
  workloadItemType: "SAPHanaDatabase";
675
717
  }
676
718
 
719
+ /** Azure VM workload-specific protectable item representing SAP HANA Dbinstance. */
720
+ export declare interface AzureVmWorkloadSAPHanaDBInstance extends AzureVmWorkloadProtectableItem {
721
+ /** Polymorphic discriminator, which specifies the different types this object can be */
722
+ protectableItemType: "SAPHanaDBInstance";
723
+ }
724
+
725
+ /** Azure VM workload-specific protected item representing SAP HANA DBInstance. */
726
+ export declare interface AzureVmWorkloadSAPHanaDBInstanceProtectedItem extends AzureVmWorkloadProtectedItem {
727
+ /** Polymorphic discriminator, which specifies the different types this object can be */
728
+ protectedItemType: "AzureVmWorkloadSAPHanaDBInstance";
729
+ }
730
+
731
+ /** Azure VM workload-specific protectable item representing SAP HANA Dbinstance. */
732
+ export declare interface AzureVmWorkloadSAPHanaHSR extends AzureVmWorkloadProtectableItem {
733
+ /** Polymorphic discriminator, which specifies the different types this object can be */
734
+ protectableItemType: "SAPHanaHSR";
735
+ }
736
+
677
737
  /** Azure VM workload-specific protectable item representing SAP HANA System. */
678
738
  export declare interface AzureVmWorkloadSAPHanaSystemProtectableItem extends AzureVmWorkloadProtectableItem {
679
739
  /** Polymorphic discriminator, which specifies the different types this object can be */
@@ -860,6 +920,8 @@ export declare interface AzureWorkloadRecoveryPoint extends RecoveryPoint {
860
920
  recoveryPointMoveReadinessInfo?: {
861
921
  [propertyName: string]: RecoveryPointMoveReadinessInfo;
862
922
  };
923
+ /** Properties of Recovery Point */
924
+ recoveryPointProperties?: RecoveryPointProperties;
863
925
  }
864
926
 
865
927
  export declare type AzureWorkloadRecoveryPointUnion = AzureWorkloadRecoveryPoint | AzureWorkloadPointInTimeRecoveryPointUnion | AzureWorkloadSAPHanaRecoveryPoint | AzureWorkloadSQLRecoveryPointUnion;
@@ -1157,7 +1219,8 @@ export declare type BackupEngineType = string;
1157
1219
  * **SQLDataBase** \
1158
1220
  * **AzureFileShare** \
1159
1221
  * **SAPHanaDatabase** \
1160
- * **SAPAseDatabase**
1222
+ * **SAPAseDatabase** \
1223
+ * **SAPHanaDBInstance**
1161
1224
  */
1162
1225
  export declare type BackupItemType = string;
1163
1226
 
@@ -1728,7 +1791,9 @@ export declare interface BackupsTriggerOptionalParams extends coreClient.Operati
1728
1791
  * **Differential** \
1729
1792
  * **Log** \
1730
1793
  * **CopyOnlyFull** \
1731
- * **Incremental**
1794
+ * **Incremental** \
1795
+ * **SnapshotFull** \
1796
+ * **SnapshotCopyOnlyFull**
1732
1797
  */
1733
1798
  export declare type BackupType = string;
1734
1799
 
@@ -2065,9 +2130,7 @@ export declare interface ContainerIdentityInfo {
2065
2130
  * **SQLAGWorkLoadContainer** \
2066
2131
  * **StorageContainer** \
2067
2132
  * **GenericContainer** \
2068
- * **Microsoft.ClassicCompute\/virtualMachines** \
2069
- * **Microsoft.Compute\/virtualMachines** \
2070
- * **AzureWorkloadContainer**
2133
+ * **HanaHSRContainer**
2071
2134
  */
2072
2135
  export declare type ContainerType = string;
2073
2136
 
@@ -2144,7 +2207,8 @@ export declare type DataMoveLevel = string;
2144
2207
  * **SQLDataBase** \
2145
2208
  * **AzureFileShare** \
2146
2209
  * **SAPHanaDatabase** \
2147
- * **SAPAseDatabase**
2210
+ * **SAPAseDatabase** \
2211
+ * **SAPHanaDBInstance**
2148
2212
  */
2149
2213
  export declare type DataSourceType = string;
2150
2214
 
@@ -2170,6 +2234,34 @@ export declare type DayOfWeek = "Sunday" | "Monday" | "Tuesday" | "Wednesday" |
2170
2234
  */
2171
2235
  export declare type DedupState = string;
2172
2236
 
2237
+ /** Interface representing a DeletedProtectionContainers. */
2238
+ export declare interface DeletedProtectionContainers {
2239
+ /**
2240
+ * Lists the soft deleted containers registered to Recovery Services Vault.
2241
+ * @param resourceGroupName The name of the resource group where the recovery services vault is
2242
+ * present.
2243
+ * @param vaultName The name of the recovery services vault.
2244
+ * @param options The options parameters.
2245
+ */
2246
+ list(resourceGroupName: string, vaultName: string, options?: DeletedProtectionContainersListOptionalParams): PagedAsyncIterableIterator<ProtectionContainerResource>;
2247
+ }
2248
+
2249
+ /** Optional parameters. */
2250
+ export declare interface DeletedProtectionContainersListNextOptionalParams extends coreClient.OperationOptions {
2251
+ }
2252
+
2253
+ /** Contains response data for the listNext operation. */
2254
+ export declare type DeletedProtectionContainersListNextResponse = ProtectionContainerResourceList;
2255
+
2256
+ /** Optional parameters. */
2257
+ export declare interface DeletedProtectionContainersListOptionalParams extends coreClient.OperationOptions {
2258
+ /** OData filter options. */
2259
+ filter?: string;
2260
+ }
2261
+
2262
+ /** Contains response data for the list operation. */
2263
+ export declare type DeletedProtectionContainersListResponse = ProtectionContainerResourceList;
2264
+
2173
2265
  export declare interface DiskExclusionProperties {
2174
2266
  /** List of Disks' Logical Unit Numbers (LUN) to be used for VM Protection. */
2175
2267
  diskLunList?: number[];
@@ -2552,6 +2644,8 @@ export declare interface GenericRecoveryPoint extends RecoveryPoint {
2552
2644
  recoveryPointTime?: Date;
2553
2645
  /** Additional information associated with this backup copy. */
2554
2646
  recoveryPointAdditionalInfo?: string;
2647
+ /** Properties of Recovery Point */
2648
+ recoveryPointProperties?: RecoveryPointProperties;
2555
2649
  }
2556
2650
 
2557
2651
  /**
@@ -2712,6 +2806,8 @@ export declare interface IaasVMRecoveryPoint extends RecoveryPoint {
2712
2806
  recoveryPointMoveReadinessInfo?: {
2713
2807
  [propertyName: string]: RecoveryPointMoveReadinessInfo;
2714
2808
  };
2809
+ /** Properties of Recovery Point */
2810
+ recoveryPointProperties?: RecoveryPointProperties;
2715
2811
  }
2716
2812
 
2717
2813
  /** IaaS VM workload-specific restore. */
@@ -3190,7 +3286,9 @@ export declare enum KnownBackupItemType {
3190
3286
  /** SAPHanaDatabase */
3191
3287
  SAPHanaDatabase = "SAPHanaDatabase",
3192
3288
  /** SAPAseDatabase */
3193
- SAPAseDatabase = "SAPAseDatabase"
3289
+ SAPAseDatabase = "SAPAseDatabase",
3290
+ /** SAPHanaDBInstance */
3291
+ SAPHanaDBInstance = "SAPHanaDBInstance"
3194
3292
  }
3195
3293
 
3196
3294
  /** Known values of {@link BackupManagementType} that the service accepts. */
@@ -3228,7 +3326,11 @@ export declare enum KnownBackupType {
3228
3326
  /** CopyOnlyFull */
3229
3327
  CopyOnlyFull = "CopyOnlyFull",
3230
3328
  /** Incremental */
3231
- Incremental = "Incremental"
3329
+ Incremental = "Incremental",
3330
+ /** SnapshotFull */
3331
+ SnapshotFull = "SnapshotFull",
3332
+ /** SnapshotCopyOnlyFull */
3333
+ SnapshotCopyOnlyFull = "SnapshotCopyOnlyFull"
3232
3334
  }
3233
3335
 
3234
3336
  /** Known values of {@link ContainerType} that the service accepts. */
@@ -3263,12 +3365,8 @@ export declare enum KnownContainerType {
3263
3365
  StorageContainer = "StorageContainer",
3264
3366
  /** GenericContainer */
3265
3367
  GenericContainer = "GenericContainer",
3266
- /** MicrosoftClassicComputeVirtualMachines */
3267
- MicrosoftClassicComputeVirtualMachines = "Microsoft.ClassicCompute/virtualMachines",
3268
- /** MicrosoftComputeVirtualMachines */
3269
- MicrosoftComputeVirtualMachines = "Microsoft.Compute/virtualMachines",
3270
- /** AzureWorkloadContainer */
3271
- AzureWorkloadContainer = "AzureWorkloadContainer"
3368
+ /** HanaHSRContainer */
3369
+ HanaHSRContainer = "HanaHSRContainer"
3272
3370
  }
3273
3371
 
3274
3372
  /** Known values of {@link CopyOptions} that the service accepts. */
@@ -3336,7 +3434,9 @@ export declare enum KnownDataSourceType {
3336
3434
  /** SAPHanaDatabase */
3337
3435
  SAPHanaDatabase = "SAPHanaDatabase",
3338
3436
  /** SAPAseDatabase */
3339
- SAPAseDatabase = "SAPAseDatabase"
3437
+ SAPAseDatabase = "SAPAseDatabase",
3438
+ /** SAPHanaDBInstance */
3439
+ SAPHanaDBInstance = "SAPHanaDBInstance"
3340
3440
  }
3341
3441
 
3342
3442
  /** Known values of {@link DedupState} that the service accepts. */
@@ -3598,7 +3698,11 @@ export declare enum KnownPolicyType {
3598
3698
  /** CopyOnlyFull */
3599
3699
  CopyOnlyFull = "CopyOnlyFull",
3600
3700
  /** Incremental */
3601
- Incremental = "Incremental"
3701
+ Incremental = "Incremental",
3702
+ /** SnapshotFull */
3703
+ SnapshotFull = "SnapshotFull",
3704
+ /** SnapshotCopyOnlyFull */
3705
+ SnapshotCopyOnlyFull = "SnapshotCopyOnlyFull"
3602
3706
  }
3603
3707
 
3604
3708
  /** Known values of {@link PrivateEndpointConnectionStatus} that the service accepts. */
@@ -3640,7 +3744,9 @@ export declare enum KnownProtectedItemState {
3640
3744
  /** ProtectionStopped */
3641
3745
  ProtectionStopped = "ProtectionStopped",
3642
3746
  /** ProtectionPaused */
3643
- ProtectionPaused = "ProtectionPaused"
3747
+ ProtectionPaused = "ProtectionPaused",
3748
+ /** BackupsSuspended */
3749
+ BackupsSuspended = "BackupsSuspended"
3644
3750
  }
3645
3751
 
3646
3752
  /** Known values of {@link ProtectionIntentItemType} that the service accepts. */
@@ -3672,7 +3778,9 @@ export declare enum KnownProtectionState {
3672
3778
  /** ProtectionStopped */
3673
3779
  ProtectionStopped = "ProtectionStopped",
3674
3780
  /** ProtectionPaused */
3675
- ProtectionPaused = "ProtectionPaused"
3781
+ ProtectionPaused = "ProtectionPaused",
3782
+ /** BackupsSuspended */
3783
+ BackupsSuspended = "BackupsSuspended"
3676
3784
  }
3677
3785
 
3678
3786
  /** Known values of {@link ProtectionStatus} that the service accepts. */
@@ -3764,7 +3872,11 @@ export declare enum KnownRestorePointQueryType {
3764
3872
  /** All */
3765
3873
  All = "All",
3766
3874
  /** Incremental */
3767
- Incremental = "Incremental"
3875
+ Incremental = "Incremental",
3876
+ /** SnapshotFull */
3877
+ SnapshotFull = "SnapshotFull",
3878
+ /** SnapshotCopyOnlyFull */
3879
+ SnapshotCopyOnlyFull = "SnapshotCopyOnlyFull"
3768
3880
  }
3769
3881
 
3770
3882
  /** Known values of {@link RestorePointType} that the service accepts. */
@@ -3778,7 +3890,11 @@ export declare enum KnownRestorePointType {
3778
3890
  /** Differential */
3779
3891
  Differential = "Differential",
3780
3892
  /** Incremental */
3781
- Incremental = "Incremental"
3893
+ Incremental = "Incremental",
3894
+ /** SnapshotFull */
3895
+ SnapshotFull = "SnapshotFull",
3896
+ /** SnapshotCopyOnlyFull */
3897
+ SnapshotCopyOnlyFull = "SnapshotCopyOnlyFull"
3782
3898
  }
3783
3899
 
3784
3900
  /** Known values of {@link RestoreRequestType} that the service accepts. */
@@ -3885,6 +4001,18 @@ export declare enum KnownSupportStatus {
3885
4001
  NotSupported = "NotSupported"
3886
4002
  }
3887
4003
 
4004
+ /** Known values of {@link TieringMode} that the service accepts. */
4005
+ export declare enum KnownTieringMode {
4006
+ /** Invalid */
4007
+ Invalid = "Invalid",
4008
+ /** TierRecommended */
4009
+ TierRecommended = "TierRecommended",
4010
+ /** TierAfter */
4011
+ TierAfter = "TierAfter",
4012
+ /** DoNotTier */
4013
+ DoNotTier = "DoNotTier"
4014
+ }
4015
+
3888
4016
  /** Known values of {@link Type} that the service accepts. */
3889
4017
  export declare enum KnownType {
3890
4018
  /** Invalid */
@@ -3936,7 +4064,9 @@ export declare enum KnownWorkloadItemType {
3936
4064
  /** SAPAseSystem */
3937
4065
  SAPAseSystem = "SAPAseSystem",
3938
4066
  /** SAPAseDatabase */
3939
- SAPAseDatabase = "SAPAseDatabase"
4067
+ SAPAseDatabase = "SAPAseDatabase",
4068
+ /** SAPHanaDBInstance */
4069
+ SAPHanaDBInstance = "SAPHanaDBInstance"
3940
4070
  }
3941
4071
 
3942
4072
  /** Known values of {@link WorkloadType} that the service accepts. */
@@ -3970,7 +4100,9 @@ export declare enum KnownWorkloadType {
3970
4100
  /** SAPHanaDatabase */
3971
4101
  SAPHanaDatabase = "SAPHanaDatabase",
3972
4102
  /** SAPAseDatabase */
3973
- SAPAseDatabase = "SAPAseDatabase"
4103
+ SAPAseDatabase = "SAPAseDatabase",
4104
+ /** SAPHanaDBInstance */
4105
+ SAPHanaDBInstance = "SAPHanaDBInstance"
3974
4106
  }
3975
4107
 
3976
4108
  /** Known values of {@link XcoolState} that the service accepts. */
@@ -4499,7 +4631,9 @@ export declare interface PointInTimeRange {
4499
4631
  * **Differential** \
4500
4632
  * **Log** \
4501
4633
  * **CopyOnlyFull** \
4502
- * **Incremental**
4634
+ * **Incremental** \
4635
+ * **SnapshotFull** \
4636
+ * **SnapshotCopyOnlyFull**
4503
4637
  */
4504
4638
  export declare type PolicyType = string;
4505
4639
 
@@ -4776,16 +4910,25 @@ export declare interface ProtectableContainersListOptionalParams extends coreCli
4776
4910
  /** Contains response data for the list operation. */
4777
4911
  export declare type ProtectableContainersListResponse = ProtectableContainerResourceList;
4778
4912
 
4913
+ /** Defines values for ProtectableContainerType. */
4914
+ export declare type ProtectableContainerType = "Invalid" | "Unknown" | "IaasVMContainer" | "IaasVMServiceContainer" | "DPMContainer" | "AzureBackupServerContainer" | "MABContainer" | "Cluster" | "AzureSqlContainer" | "Windows" | "VCenter" | "VMAppContainer" | "SQLAGWorkLoadContainer" | "StorageContainer" | "GenericContainer" | "Microsoft.ClassicCompute/virtualMachines" | "Microsoft.Compute/virtualMachines" | "AzureWorkloadContainer";
4915
+
4779
4916
  export declare type ProtectableContainerUnion = ProtectableContainer | AzureStorageProtectableContainer | AzureVMAppContainerProtectableContainer;
4780
4917
 
4781
4918
  /** Base class for backup items. */
4782
4919
  export declare interface ProtectedItem {
4783
4920
  /** Polymorphic discriminator, which specifies the different types this object can be */
4784
- protectedItemType: "AzureFileShareProtectedItem" | "AzureIaaSVMProtectedItem" | "Microsoft.ClassicCompute/virtualMachines" | "Microsoft.Compute/virtualMachines" | "Microsoft.Sql/servers/databases" | "AzureVmWorkloadProtectedItem" | "AzureVmWorkloadSAPAseDatabase" | "AzureVmWorkloadSAPHanaDatabase" | "AzureVmWorkloadSQLDatabase" | "DPMProtectedItem" | "GenericProtectedItem" | "MabFileFolderProtectedItem";
4785
- /** Type of backup management for the backed up item. */
4786
- backupManagementType?: BackupManagementType;
4787
- /** Type of workload this item represents. */
4788
- workloadType?: DataSourceType;
4921
+ protectedItemType: "AzureFileShareProtectedItem" | "AzureIaaSVMProtectedItem" | "Microsoft.ClassicCompute/virtualMachines" | "Microsoft.Compute/virtualMachines" | "Microsoft.Sql/servers/databases" | "AzureVmWorkloadProtectedItem" | "AzureVmWorkloadSAPAseDatabase" | "AzureVmWorkloadSAPHanaDatabase" | "AzureVmWorkloadSAPHanaDBInstance" | "AzureVmWorkloadSQLDatabase" | "DPMProtectedItem" | "GenericProtectedItem" | "MabFileFolderProtectedItem";
4922
+ /**
4923
+ * Type of backup management for the backed up item.
4924
+ * NOTE: This property will not be serialized. It can only be populated by the server.
4925
+ */
4926
+ readonly backupManagementType?: BackupManagementType;
4927
+ /**
4928
+ * Type of workload this item represents.
4929
+ * NOTE: This property will not be serialized. It can only be populated by the server.
4930
+ */
4931
+ readonly workloadType?: DataSourceType;
4789
4932
  /** Unique name of container */
4790
4933
  containerName?: string;
4791
4934
  /** ARM ID of the resource to be backed up. */
@@ -4814,6 +4957,8 @@ export declare interface ProtectedItem {
4814
4957
  isArchiveEnabled?: boolean;
4815
4958
  /** Name of the policy used for protection */
4816
4959
  policyName?: string;
4960
+ /** Soft delete retention period in days */
4961
+ softDeleteRetentionPeriod?: number;
4817
4962
  }
4818
4963
 
4819
4964
  /**
@@ -4987,7 +5132,8 @@ export declare type ProtectedItemsGetResponse = ProtectedItemResource;
4987
5132
  * **Protected** \
4988
5133
  * **ProtectionError** \
4989
5134
  * **ProtectionStopped** \
4990
- * **ProtectionPaused**
5135
+ * **ProtectionPaused** \
5136
+ * **BackupsSuspended**
4991
5137
  */
4992
5138
  export declare type ProtectedItemState = string;
4993
5139
 
@@ -5446,7 +5592,8 @@ export declare type ProtectionPolicyUnion = ProtectionPolicy | AzureVmWorkloadPr
5446
5592
  * **Protected** \
5447
5593
  * **ProtectionError** \
5448
5594
  * **ProtectionStopped** \
5449
- * **ProtectionPaused**
5595
+ * **ProtectionPaused** \
5596
+ * **BackupsSuspended**
5450
5597
  */
5451
5598
  export declare type ProtectionState = string;
5452
5599
 
@@ -5509,6 +5656,14 @@ export declare interface RecoveryPointMoveReadinessInfo {
5509
5656
  additionalInfo?: string;
5510
5657
  }
5511
5658
 
5659
+ /** Properties of Recovery Point */
5660
+ export declare interface RecoveryPointProperties {
5661
+ /** Expiry time of Recovery Point in UTC. */
5662
+ expiryTime?: string;
5663
+ /** Rule name tagged on Recovery Point that governs life cycle */
5664
+ ruleName?: string;
5665
+ }
5666
+
5512
5667
  /** RP Rehydration Info */
5513
5668
  export declare interface RecoveryPointRehydrationInfo {
5514
5669
  /**
@@ -5766,6 +5921,7 @@ export declare class RecoveryServicesBackupClient extends coreClient.ServiceClie
5766
5921
  protectionPolicyOperationStatuses: ProtectionPolicyOperationStatuses;
5767
5922
  backupProtectableItems: BackupProtectableItems;
5768
5923
  backupProtectionContainers: BackupProtectionContainers;
5924
+ deletedProtectionContainers: DeletedProtectionContainers;
5769
5925
  securityPINs: SecurityPINs;
5770
5926
  recoveryPointsRecommendedForMove: RecoveryPointsRecommendedForMove;
5771
5927
  resourceGuardProxies: ResourceGuardProxies;
@@ -6014,7 +6170,9 @@ export declare interface RestoreFileSpecs {
6014
6170
  * **Differential** \
6015
6171
  * **FullAndDifferential** \
6016
6172
  * **All** \
6017
- * **Incremental**
6173
+ * **Incremental** \
6174
+ * **SnapshotFull** \
6175
+ * **SnapshotCopyOnlyFull**
6018
6176
  */
6019
6177
  export declare type RestorePointQueryType = string;
6020
6178
 
@@ -6027,7 +6185,9 @@ export declare type RestorePointQueryType = string;
6027
6185
  * **Full** \
6028
6186
  * **Log** \
6029
6187
  * **Differential** \
6030
- * **Incremental**
6188
+ * **Incremental** \
6189
+ * **SnapshotFull** \
6190
+ * **SnapshotCopyOnlyFull**
6031
6191
  */
6032
6192
  export declare type RestorePointType = string;
6033
6193
 
@@ -6315,6 +6475,14 @@ export declare interface SubProtectionPolicy {
6315
6475
  schedulePolicy?: SchedulePolicyUnion;
6316
6476
  /** Retention policy with the details on backup copy retention ranges. */
6317
6477
  retentionPolicy?: RetentionPolicyUnion;
6478
+ /**
6479
+ * Tiering policy to automatically move RPs to another tier.
6480
+ * Key is Target Tier, defined in RecoveryPointTierType enum.
6481
+ * Tiering policy specifies the criteria to move RP to the target tier.
6482
+ */
6483
+ tieringPolicy?: {
6484
+ [propertyName: string]: TieringPolicy;
6485
+ };
6318
6486
  }
6319
6487
 
6320
6488
  /**
@@ -6350,6 +6518,42 @@ export declare interface TargetRestoreInfo {
6350
6518
  targetDirectoryForFileRestore?: string;
6351
6519
  }
6352
6520
 
6521
+ /**
6522
+ * Defines values for TieringMode. \
6523
+ * {@link KnownTieringMode} can be used interchangeably with TieringMode,
6524
+ * this enum contains the known values that the service supports.
6525
+ * ### Known values supported by the service
6526
+ * **Invalid** \
6527
+ * **TierRecommended** \
6528
+ * **TierAfter** \
6529
+ * **DoNotTier**
6530
+ */
6531
+ export declare type TieringMode = string;
6532
+
6533
+ /**
6534
+ * Tiering Policy for a target tier.
6535
+ * If the policy is not specified for a given target tier, service retains the existing configured tiering policy for that tier
6536
+ */
6537
+ export declare interface TieringPolicy {
6538
+ /**
6539
+ * Tiering Mode to control automatic tiering of recovery points. Supported values are:
6540
+ * 1. TierRecommended: Tier all recovery points recommended to be tiered
6541
+ * 2. TierAfter: Tier all recovery points after a fixed period, as specified in duration + durationType below.
6542
+ * 3. DoNotTier: Do not tier any recovery points
6543
+ */
6544
+ tieringMode?: TieringMode;
6545
+ /**
6546
+ * Number of days/weeks/months/years to retain backups in current tier before tiering.
6547
+ * Used only if TieringMode is set to TierAfter
6548
+ */
6549
+ duration?: number;
6550
+ /**
6551
+ * Retention duration type: days/weeks/months/years
6552
+ * Used only if TieringMode is set to TierAfter
6553
+ */
6554
+ durationType?: RetentionDurationType;
6555
+ }
6556
+
6353
6557
  /** The token information details. */
6354
6558
  export declare interface TokenInformation {
6355
6559
  /** Token value. */
@@ -6648,7 +6852,8 @@ export declare interface WorkloadItemResourceList extends ResourceList {
6648
6852
  * **SAPHanaSystem** \
6649
6853
  * **SAPHanaDatabase** \
6650
6854
  * **SAPAseSystem** \
6651
- * **SAPAseDatabase**
6855
+ * **SAPAseDatabase** \
6856
+ * **SAPHanaDBInstance**
6652
6857
  */
6653
6858
  export declare type WorkloadItemType = string;
6654
6859
 
@@ -6657,7 +6862,7 @@ export declare type WorkloadItemUnion = WorkloadItem | AzureVmWorkloadItemUnion;
6657
6862
  /** Base class for backup item. Workload-specific backup items are derived from this class. */
6658
6863
  export declare interface WorkloadProtectableItem {
6659
6864
  /** Polymorphic discriminator, which specifies the different types this object can be */
6660
- protectableItemType: "AzureFileShare" | "IaaSVMProtectableItem" | "Microsoft.ClassicCompute/virtualMachines" | "Microsoft.Compute/virtualMachines" | "AzureVmWorkloadProtectableItem" | "SAPAseSystem" | "SAPHanaDatabase" | "SAPHanaSystem" | "SQLAvailabilityGroupContainer" | "SQLDataBase" | "SQLInstance";
6865
+ protectableItemType: "AzureFileShare" | "IaaSVMProtectableItem" | "Microsoft.ClassicCompute/virtualMachines" | "Microsoft.Compute/virtualMachines" | "AzureVmWorkloadProtectableItem" | "SAPAseSystem" | "SAPHanaDatabase" | "SAPHanaSystem" | "SAPHanaDBInstance" | "SAPHanaHSR" | "SQLAvailabilityGroupContainer" | "SQLDataBase" | "SQLInstance";
6661
6866
  /** Type of backup management to backup an item. */
6662
6867
  backupManagementType?: string;
6663
6868
  /** Type of workload for the backup management */
@@ -6701,7 +6906,8 @@ export declare type WorkloadProtectableItemUnion = WorkloadProtectableItem | Azu
6701
6906
  * **SQLDataBase** \
6702
6907
  * **AzureFileShare** \
6703
6908
  * **SAPHanaDatabase** \
6704
- * **SAPAseDatabase**
6909
+ * **SAPAseDatabase** \
6910
+ * **SAPHanaDBInstance**
6705
6911
  */
6706
6912
  export declare type WorkloadType = string;
6707
6913
 
@@ -5,7 +5,7 @@
5
5
  "toolPackages": [
6
6
  {
7
7
  "packageName": "@microsoft/api-extractor",
8
- "packageVersion": "7.33.6"
8
+ "packageVersion": "7.33.7"
9
9
  }
10
10
  ]
11
11
  }