@azure/arm-recoveryservicesbackup 13.2.0 → 14.0.0-beta.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +12 -12
- package/dist/browser/api/backupEngines/index.d.ts +3 -0
- package/dist/browser/api/backupEngines/index.js +4 -0
- package/dist/browser/api/backupEngines/index.js.map +1 -0
- package/dist/browser/api/backupEngines/operations.d.ts +14 -0
- package/dist/browser/api/backupEngines/operations.js +71 -0
- package/dist/browser/api/backupEngines/operations.js.map +1 -0
- package/dist/browser/api/backupEngines/options.d.ts +12 -0
- package/dist/browser/api/backupEngines/options.js +4 -0
- package/dist/browser/api/backupEngines/options.js.map +1 -0
- package/dist/browser/api/backupJobs/index.d.ts +3 -0
- package/dist/browser/api/backupJobs/index.js +4 -0
- package/dist/browser/api/backupJobs/index.js.map +1 -0
- package/dist/browser/api/backupJobs/operations.d.ts +10 -0
- package/dist/browser/api/backupJobs/operations.js +40 -0
- package/dist/browser/api/backupJobs/operations.js.map +1 -0
- package/dist/browser/api/backupJobs/options.d.ts +7 -0
- package/dist/browser/api/backupJobs/options.js +4 -0
- package/dist/browser/api/backupJobs/options.js.map +1 -0
- package/dist/browser/api/backupOperationResults/index.d.ts +3 -0
- package/dist/browser/api/backupOperationResults/index.js +4 -0
- package/dist/browser/api/backupOperationResults/index.js.map +1 -0
- package/dist/browser/api/backupOperationResults/operations.d.ts +13 -0
- package/dist/browser/api/backupOperationResults/operations.js +37 -0
- package/dist/browser/api/backupOperationResults/operations.js.map +1 -0
- package/dist/browser/api/backupOperationResults/options.d.ts +5 -0
- package/dist/browser/api/backupOperationResults/options.js +4 -0
- package/dist/browser/api/backupOperationResults/options.js.map +1 -0
- package/dist/browser/api/backupOperationStatuses/index.d.ts +3 -0
- package/dist/browser/api/backupOperationStatuses/index.js +4 -0
- package/dist/browser/api/backupOperationStatuses/index.js.map +1 -0
- package/dist/browser/api/backupOperationStatuses/operations.d.ts +13 -0
- package/dist/browser/api/backupOperationStatuses/operations.js +39 -0
- package/dist/browser/api/backupOperationStatuses/operations.js.map +1 -0
- package/dist/browser/api/backupOperationStatuses/options.d.ts +5 -0
- package/dist/browser/api/backupOperationStatuses/options.js +4 -0
- package/dist/browser/api/backupOperationStatuses/options.js.map +1 -0
- package/dist/browser/api/backupPolicies/index.d.ts +3 -0
- package/dist/browser/api/backupPolicies/index.js +4 -0
- package/dist/browser/api/backupPolicies/index.js.map +1 -0
- package/dist/browser/api/backupPolicies/operations.d.ts +13 -0
- package/dist/browser/api/backupPolicies/operations.js +42 -0
- package/dist/browser/api/backupPolicies/operations.js.map +1 -0
- package/dist/browser/api/backupPolicies/options.d.ts +6 -0
- package/dist/browser/api/backupPolicies/options.js +4 -0
- package/dist/browser/api/backupPolicies/options.js.map +1 -0
- package/dist/browser/api/backupProtectableItems/index.d.ts +3 -0
- package/dist/browser/api/backupProtectableItems/index.js +4 -0
- package/dist/browser/api/backupProtectableItems/index.js.map +1 -0
- package/dist/browser/api/backupProtectableItems/operations.d.ts +13 -0
- package/dist/browser/api/backupProtectableItems/operations.js +43 -0
- package/dist/browser/api/backupProtectableItems/operations.js.map +1 -0
- package/dist/browser/api/backupProtectableItems/options.d.ts +9 -0
- package/dist/browser/api/backupProtectableItems/options.js +4 -0
- package/dist/browser/api/backupProtectableItems/options.js.map +1 -0
- package/dist/browser/api/backupProtectedItems/index.d.ts +3 -0
- package/dist/browser/api/backupProtectedItems/index.js +4 -0
- package/dist/browser/api/backupProtectedItems/index.js.map +1 -0
- package/dist/browser/api/backupProtectedItems/operations.d.ts +10 -0
- package/dist/browser/api/backupProtectedItems/operations.js +40 -0
- package/dist/browser/api/backupProtectedItems/operations.js.map +1 -0
- package/dist/browser/api/backupProtectedItems/options.d.ts +9 -0
- package/dist/browser/api/backupProtectedItems/options.js +4 -0
- package/dist/browser/api/backupProtectedItems/options.js.map +1 -0
- package/dist/browser/api/backupProtectionContainers/index.d.ts +3 -0
- package/dist/browser/api/backupProtectionContainers/index.js +4 -0
- package/dist/browser/api/backupProtectionContainers/index.js.map +1 -0
- package/dist/browser/api/backupProtectionContainers/operations.d.ts +10 -0
- package/dist/browser/api/backupProtectionContainers/operations.js +39 -0
- package/dist/browser/api/backupProtectionContainers/operations.js.map +1 -0
- package/dist/browser/api/backupProtectionContainers/options.d.ts +7 -0
- package/dist/browser/api/backupProtectionContainers/options.js +4 -0
- package/dist/browser/api/backupProtectionContainers/options.js.map +1 -0
- package/dist/browser/api/backupProtectionIntent/index.d.ts +3 -0
- package/dist/browser/api/backupProtectionIntent/index.js +4 -0
- package/dist/browser/api/backupProtectionIntent/index.js.map +1 -0
- package/dist/browser/api/backupProtectionIntent/operations.d.ts +10 -0
- package/dist/browser/api/backupProtectionIntent/operations.js +40 -0
- package/dist/browser/api/backupProtectionIntent/operations.js.map +1 -0
- package/dist/browser/api/backupProtectionIntent/options.d.ts +9 -0
- package/dist/browser/api/backupProtectionIntent/options.js +4 -0
- package/dist/browser/api/backupProtectionIntent/options.js.map +1 -0
- package/dist/browser/api/backupResourceEncryptionConfigs/index.d.ts +3 -0
- package/dist/browser/api/backupResourceEncryptionConfigs/index.js +4 -0
- package/dist/browser/api/backupResourceEncryptionConfigs/index.js.map +1 -0
- package/dist/browser/api/backupResourceEncryptionConfigs/operations.d.ts +13 -0
- package/dist/browser/api/backupResourceEncryptionConfigs/operations.js +63 -0
- package/dist/browser/api/backupResourceEncryptionConfigs/operations.js.map +1 -0
- package/dist/browser/api/backupResourceEncryptionConfigs/options.d.ts +8 -0
- package/dist/browser/api/backupResourceEncryptionConfigs/options.js +4 -0
- package/dist/browser/api/backupResourceEncryptionConfigs/options.js.map +1 -0
- package/dist/browser/api/backupResourceStorageConfigsNonCRR/index.d.ts +3 -0
- package/dist/browser/api/backupResourceStorageConfigsNonCRR/index.js +4 -0
- package/dist/browser/api/backupResourceStorageConfigsNonCRR/index.js.map +1 -0
- package/dist/browser/api/backupResourceStorageConfigsNonCRR/operations.d.ts +17 -0
- package/dist/browser/api/backupResourceStorageConfigsNonCRR/operations.js +93 -0
- package/dist/browser/api/backupResourceStorageConfigsNonCRR/operations.js.map +1 -0
- package/dist/browser/api/backupResourceStorageConfigsNonCRR/options.d.ts +11 -0
- package/dist/browser/api/backupResourceStorageConfigsNonCRR/options.js +4 -0
- package/dist/browser/api/backupResourceStorageConfigsNonCRR/options.js.map +1 -0
- package/dist/browser/api/backupResourceVaultConfigs/index.d.ts +3 -0
- package/dist/browser/api/backupResourceVaultConfigs/index.js +4 -0
- package/dist/browser/api/backupResourceVaultConfigs/index.js.map +1 -0
- package/dist/browser/api/backupResourceVaultConfigs/operations.d.ts +17 -0
- package/dist/browser/api/backupResourceVaultConfigs/operations.js +106 -0
- package/dist/browser/api/backupResourceVaultConfigs/operations.js.map +1 -0
- package/dist/browser/api/backupResourceVaultConfigs/options.d.ts +13 -0
- package/dist/browser/api/backupResourceVaultConfigs/options.js +4 -0
- package/dist/browser/api/backupResourceVaultConfigs/options.js.map +1 -0
- package/dist/browser/api/backupStatus/index.d.ts +3 -0
- package/dist/browser/api/backupStatus/index.js +4 -0
- package/dist/browser/api/backupStatus/index.js.map +1 -0
- package/dist/browser/api/backupStatus/operations.d.ts +9 -0
- package/dist/browser/api/backupStatus/operations.js +35 -0
- package/dist/browser/api/backupStatus/operations.js.map +1 -0
- package/dist/browser/api/backupStatus/options.d.ts +5 -0
- package/dist/browser/api/backupStatus/options.js +4 -0
- package/dist/browser/api/backupStatus/options.js.map +1 -0
- package/dist/browser/api/backupUsageSummaries/index.d.ts +3 -0
- package/dist/browser/api/backupUsageSummaries/index.js +4 -0
- package/dist/browser/api/backupUsageSummaries/index.js.map +1 -0
- package/dist/browser/api/backupUsageSummaries/operations.d.ts +10 -0
- package/dist/browser/api/backupUsageSummaries/operations.js +40 -0
- package/dist/browser/api/backupUsageSummaries/operations.js.map +1 -0
- package/dist/browser/api/backupUsageSummaries/options.d.ts +9 -0
- package/dist/browser/api/backupUsageSummaries/options.js +4 -0
- package/dist/browser/api/backupUsageSummaries/options.js.map +1 -0
- package/dist/browser/api/backupWorkloadItems/index.d.ts +3 -0
- package/dist/browser/api/backupWorkloadItems/index.js +4 -0
- package/dist/browser/api/backupWorkloadItems/index.js.map +1 -0
- package/dist/browser/api/backupWorkloadItems/operations.d.ts +13 -0
- package/dist/browser/api/backupWorkloadItems/operations.js +45 -0
- package/dist/browser/api/backupWorkloadItems/operations.js.map +1 -0
- package/dist/browser/api/backupWorkloadItems/options.d.ts +7 -0
- package/dist/browser/api/backupWorkloadItems/options.js +4 -0
- package/dist/browser/api/backupWorkloadItems/options.js.map +1 -0
- package/dist/browser/api/backups/index.d.ts +3 -0
- package/dist/browser/api/backups/index.js +4 -0
- package/dist/browser/api/backups/index.js.map +1 -0
- package/dist/browser/api/backups/operations.d.ts +12 -0
- package/dist/browser/api/backups/operations.js +41 -0
- package/dist/browser/api/backups/operations.js.map +1 -0
- package/dist/browser/api/backups/options.d.ts +5 -0
- package/dist/browser/api/backups/options.js +4 -0
- package/dist/browser/api/backups/options.js.map +1 -0
- package/dist/browser/api/bmsPrepareDataMoveOperationResult/index.d.ts +3 -0
- package/dist/browser/api/bmsPrepareDataMoveOperationResult/index.js +4 -0
- package/dist/browser/api/bmsPrepareDataMoveOperationResult/index.js.map +1 -0
- package/dist/browser/api/bmsPrepareDataMoveOperationResult/operations.d.ts +9 -0
- package/dist/browser/api/bmsPrepareDataMoveOperationResult/operations.js +35 -0
- package/dist/browser/api/bmsPrepareDataMoveOperationResult/operations.js.map +1 -0
- package/dist/browser/api/bmsPrepareDataMoveOperationResult/options.d.ts +5 -0
- package/dist/browser/api/bmsPrepareDataMoveOperationResult/options.js +4 -0
- package/dist/browser/api/bmsPrepareDataMoveOperationResult/options.js.map +1 -0
- package/dist/browser/api/deletedProtectionContainers/index.d.ts +3 -0
- package/dist/browser/api/deletedProtectionContainers/index.js +4 -0
- package/dist/browser/api/deletedProtectionContainers/index.js.map +1 -0
- package/dist/browser/api/deletedProtectionContainers/operations.d.ts +10 -0
- package/dist/browser/api/deletedProtectionContainers/operations.js +39 -0
- package/dist/browser/api/deletedProtectionContainers/operations.js.map +1 -0
- package/dist/browser/api/deletedProtectionContainers/options.d.ts +7 -0
- package/dist/browser/api/deletedProtectionContainers/options.js +4 -0
- package/dist/browser/api/deletedProtectionContainers/options.js.map +1 -0
- package/dist/browser/api/exportJobsOperationResults/index.d.ts +3 -0
- package/dist/browser/api/exportJobsOperationResults/index.js +4 -0
- package/dist/browser/api/exportJobsOperationResults/index.js.map +1 -0
- package/dist/browser/api/exportJobsOperationResults/operations.d.ts +12 -0
- package/dist/browser/api/exportJobsOperationResults/operations.js +38 -0
- package/dist/browser/api/exportJobsOperationResults/operations.js.map +1 -0
- package/dist/browser/api/exportJobsOperationResults/options.d.ts +5 -0
- package/dist/browser/api/exportJobsOperationResults/options.js +4 -0
- package/dist/browser/api/exportJobsOperationResults/options.js.map +1 -0
- package/dist/browser/api/featureSupport/index.d.ts +3 -0
- package/dist/browser/api/featureSupport/index.js +4 -0
- package/dist/browser/api/featureSupport/index.js.map +1 -0
- package/dist/browser/api/featureSupport/operations.d.ts +9 -0
- package/dist/browser/api/featureSupport/operations.js +35 -0
- package/dist/browser/api/featureSupport/operations.js.map +1 -0
- package/dist/browser/api/featureSupport/options.d.ts +5 -0
- package/dist/browser/api/featureSupport/options.js +4 -0
- package/dist/browser/api/featureSupport/options.js.map +1 -0
- package/dist/browser/api/fetchTieringCost/index.d.ts +3 -0
- package/dist/browser/api/fetchTieringCost/index.js +4 -0
- package/dist/browser/api/fetchTieringCost/index.js.map +1 -0
- package/dist/browser/api/fetchTieringCost/operations.d.ts +13 -0
- package/dist/browser/api/fetchTieringCost/operations.js +45 -0
- package/dist/browser/api/fetchTieringCost/operations.js.map +1 -0
- package/dist/browser/api/fetchTieringCost/options.d.ts +7 -0
- package/dist/browser/api/fetchTieringCost/options.js +4 -0
- package/dist/browser/api/fetchTieringCost/options.js.map +1 -0
- package/dist/browser/api/getTieringCostOperationResult/index.d.ts +3 -0
- package/dist/browser/api/getTieringCostOperationResult/index.js +4 -0
- package/dist/browser/api/getTieringCostOperationResult/index.js.map +1 -0
- package/dist/browser/api/getTieringCostOperationResult/operations.d.ts +9 -0
- package/dist/browser/api/getTieringCostOperationResult/operations.js +35 -0
- package/dist/browser/api/getTieringCostOperationResult/operations.js.map +1 -0
- package/dist/browser/api/getTieringCostOperationResult/options.d.ts +5 -0
- package/dist/browser/api/getTieringCostOperationResult/options.js +4 -0
- package/dist/browser/api/getTieringCostOperationResult/options.js.map +1 -0
- package/dist/browser/api/index.d.ts +5 -0
- package/dist/browser/api/index.js +5 -0
- package/dist/browser/api/index.js.map +1 -0
- package/dist/browser/api/itemLevelRecoveryConnections/index.d.ts +3 -0
- package/dist/browser/api/itemLevelRecoveryConnections/index.js +4 -0
- package/dist/browser/api/itemLevelRecoveryConnections/index.js.map +1 -0
- package/dist/browser/api/itemLevelRecoveryConnections/operations.d.ts +20 -0
- package/dist/browser/api/itemLevelRecoveryConnections/operations.js +75 -0
- package/dist/browser/api/itemLevelRecoveryConnections/operations.js.map +1 -0
- package/dist/browser/api/itemLevelRecoveryConnections/options.d.ts +8 -0
- package/dist/browser/api/itemLevelRecoveryConnections/options.js +4 -0
- package/dist/browser/api/itemLevelRecoveryConnections/options.js.map +1 -0
- package/dist/browser/api/jobCancellations/index.d.ts +3 -0
- package/dist/browser/api/jobCancellations/index.js +4 -0
- package/dist/browser/api/jobCancellations/index.js.map +1 -0
- package/dist/browser/api/jobCancellations/operations.d.ts +11 -0
- package/dist/browser/api/jobCancellations/operations.js +35 -0
- package/dist/browser/api/jobCancellations/operations.js.map +1 -0
- package/dist/browser/api/jobCancellations/options.d.ts +5 -0
- package/dist/browser/api/jobCancellations/options.js +4 -0
- package/dist/browser/api/jobCancellations/options.js.map +1 -0
- package/dist/browser/api/jobDetails/index.d.ts +3 -0
- package/dist/browser/api/jobDetails/index.js +4 -0
- package/dist/browser/api/jobDetails/index.js.map +1 -0
- package/dist/browser/api/jobDetails/operations.d.ts +9 -0
- package/dist/browser/api/jobDetails/operations.js +35 -0
- package/dist/browser/api/jobDetails/operations.js.map +1 -0
- package/dist/browser/api/jobDetails/options.d.ts +5 -0
- package/dist/browser/api/jobDetails/options.js +4 -0
- package/dist/browser/api/jobDetails/options.js.map +1 -0
- package/dist/browser/api/jobOperationResults/index.d.ts +3 -0
- package/dist/browser/api/jobOperationResults/index.js +4 -0
- package/dist/browser/api/jobOperationResults/index.js.map +1 -0
- package/dist/browser/api/jobOperationResults/operations.d.ts +8 -0
- package/dist/browser/api/jobOperationResults/operations.js +33 -0
- package/dist/browser/api/jobOperationResults/operations.js.map +1 -0
- package/dist/browser/api/jobOperationResults/options.d.ts +5 -0
- package/dist/browser/api/jobOperationResults/options.js +4 -0
- package/dist/browser/api/jobOperationResults/options.js.map +1 -0
- package/dist/browser/api/jobs/index.d.ts +3 -0
- package/dist/browser/api/jobs/index.js +4 -0
- package/dist/browser/api/jobs/index.js.map +1 -0
- package/dist/browser/api/jobs/operations.d.ts +8 -0
- package/dist/browser/api/jobs/operations.js +32 -0
- package/dist/browser/api/jobs/operations.js.map +1 -0
- package/dist/browser/api/jobs/options.d.ts +7 -0
- package/dist/browser/api/jobs/options.js +4 -0
- package/dist/browser/api/jobs/options.js.map +1 -0
- package/dist/browser/api/operation/index.d.ts +3 -0
- package/dist/browser/api/operation/index.js +4 -0
- package/dist/browser/api/operation/index.js.map +1 -0
- package/dist/browser/api/operation/operations.d.ts +9 -0
- package/dist/browser/api/operation/operations.js +36 -0
- package/dist/browser/api/operation/operations.js.map +1 -0
- package/dist/browser/api/operation/options.d.ts +5 -0
- package/dist/browser/api/operation/options.js +4 -0
- package/dist/browser/api/operation/options.js.map +1 -0
- package/dist/browser/api/operations/index.d.ts +3 -0
- package/dist/browser/api/operations/index.js +4 -0
- package/dist/browser/api/operations/index.js.map +1 -0
- package/dist/browser/api/operations/operations.d.ts +10 -0
- package/dist/browser/api/operations/operations.js +35 -0
- package/dist/browser/api/operations/operations.js.map +1 -0
- package/dist/browser/api/operations/options.d.ts +5 -0
- package/dist/browser/api/operations/options.js +4 -0
- package/dist/browser/api/operations/options.js.map +1 -0
- package/dist/browser/api/operations.d.ts +22 -0
- package/dist/browser/api/operations.js +142 -0
- package/dist/browser/api/operations.js.map +1 -0
- package/dist/browser/api/options.d.ts +20 -0
- package/dist/browser/api/options.js +4 -0
- package/dist/browser/api/options.js.map +1 -0
- package/dist/browser/api/privateEndpoint/index.d.ts +3 -0
- package/dist/browser/api/privateEndpoint/index.js +4 -0
- package/dist/browser/api/privateEndpoint/index.js.map +1 -0
- package/dist/browser/api/privateEndpoint/operations.d.ts +9 -0
- package/dist/browser/api/privateEndpoint/operations.js +36 -0
- package/dist/browser/api/privateEndpoint/operations.js.map +1 -0
- package/dist/browser/api/privateEndpoint/options.d.ts +5 -0
- package/dist/browser/api/privateEndpoint/options.js +4 -0
- package/dist/browser/api/privateEndpoint/options.js.map +1 -0
- package/dist/browser/api/privateEndpointConnection/index.d.ts +3 -0
- package/dist/browser/api/privateEndpointConnection/index.js +4 -0
- package/dist/browser/api/privateEndpointConnection/index.js.map +1 -0
- package/dist/browser/api/privateEndpointConnection/operations.d.ts +18 -0
- package/dist/browser/api/privateEndpointConnection/operations.js +103 -0
- package/dist/browser/api/privateEndpointConnection/operations.js.map +1 -0
- package/dist/browser/api/privateEndpointConnection/options.d.ts +15 -0
- package/dist/browser/api/privateEndpointConnection/options.js +4 -0
- package/dist/browser/api/privateEndpointConnection/options.js.map +1 -0
- package/dist/browser/api/protectableContainers/index.d.ts +3 -0
- package/dist/browser/api/protectableContainers/index.js +4 -0
- package/dist/browser/api/protectableContainers/index.js.map +1 -0
- package/dist/browser/api/protectableContainers/operations.d.ts +10 -0
- package/dist/browser/api/protectableContainers/operations.js +40 -0
- package/dist/browser/api/protectableContainers/operations.js.map +1 -0
- package/dist/browser/api/protectableContainers/options.d.ts +7 -0
- package/dist/browser/api/protectableContainers/options.js +4 -0
- package/dist/browser/api/protectableContainers/options.js.map +1 -0
- package/dist/browser/api/protectedItemOperationResults/index.d.ts +3 -0
- package/dist/browser/api/protectedItemOperationResults/index.js +4 -0
- package/dist/browser/api/protectedItemOperationResults/index.js.map +1 -0
- package/dist/browser/api/protectedItemOperationResults/operations.d.ts +9 -0
- package/dist/browser/api/protectedItemOperationResults/operations.js +38 -0
- package/dist/browser/api/protectedItemOperationResults/operations.js.map +1 -0
- package/dist/browser/api/protectedItemOperationResults/options.d.ts +5 -0
- package/dist/browser/api/protectedItemOperationResults/options.js +4 -0
- package/dist/browser/api/protectedItemOperationResults/options.js.map +1 -0
- package/dist/browser/api/protectedItemOperationStatuses/index.d.ts +3 -0
- package/dist/browser/api/protectedItemOperationStatuses/index.js +4 -0
- package/dist/browser/api/protectedItemOperationStatuses/index.js.map +1 -0
- package/dist/browser/api/protectedItemOperationStatuses/operations.d.ts +13 -0
- package/dist/browser/api/protectedItemOperationStatuses/operations.js +42 -0
- package/dist/browser/api/protectedItemOperationStatuses/operations.js.map +1 -0
- package/dist/browser/api/protectedItemOperationStatuses/options.d.ts +5 -0
- package/dist/browser/api/protectedItemOperationStatuses/options.js +4 -0
- package/dist/browser/api/protectedItemOperationStatuses/options.js.map +1 -0
- package/dist/browser/api/protectedItems/index.d.ts +3 -0
- package/dist/browser/api/protectedItems/index.js +4 -0
- package/dist/browser/api/protectedItems/index.js.map +1 -0
- package/dist/browser/api/protectedItems/operations.d.ts +27 -0
- package/dist/browser/api/protectedItems/operations.js +120 -0
- package/dist/browser/api/protectedItems/operations.js.map +1 -0
- package/dist/browser/api/protectedItems/options.d.ts +15 -0
- package/dist/browser/api/protectedItems/options.js +4 -0
- package/dist/browser/api/protectedItems/options.js.map +1 -0
- package/dist/browser/api/protectionContainerOperationResults/index.d.ts +3 -0
- package/dist/browser/api/protectionContainerOperationResults/index.js +4 -0
- package/dist/browser/api/protectionContainerOperationResults/index.js.map +1 -0
- package/dist/browser/api/protectionContainerOperationResults/operations.d.ts +9 -0
- package/dist/browser/api/protectionContainerOperationResults/operations.js +37 -0
- package/dist/browser/api/protectionContainerOperationResults/operations.js.map +1 -0
- package/dist/browser/api/protectionContainerOperationResults/options.d.ts +5 -0
- package/dist/browser/api/protectionContainerOperationResults/options.js +4 -0
- package/dist/browser/api/protectionContainerOperationResults/options.js.map +1 -0
- package/dist/browser/api/protectionContainerRefreshOperationResults/index.d.ts +3 -0
- package/dist/browser/api/protectionContainerRefreshOperationResults/index.js +4 -0
- package/dist/browser/api/protectionContainerRefreshOperationResults/index.js.map +1 -0
- package/dist/browser/api/protectionContainerRefreshOperationResults/operations.d.ts +8 -0
- package/dist/browser/api/protectionContainerRefreshOperationResults/operations.js +33 -0
- package/dist/browser/api/protectionContainerRefreshOperationResults/operations.js.map +1 -0
- package/dist/browser/api/protectionContainerRefreshOperationResults/options.d.ts +5 -0
- package/dist/browser/api/protectionContainerRefreshOperationResults/options.js +4 -0
- package/dist/browser/api/protectionContainerRefreshOperationResults/options.js.map +1 -0
- package/dist/browser/api/protectionContainers/index.d.ts +3 -0
- package/dist/browser/api/protectionContainers/index.js +4 -0
- package/dist/browser/api/protectionContainers/index.js.map +1 -0
- package/dist/browser/api/protectionContainers/operations.d.ts +36 -0
- package/dist/browser/api/protectionContainers/operations.js +166 -0
- package/dist/browser/api/protectionContainers/operations.js.map +1 -0
- package/dist/browser/api/protectionContainers/options.d.ts +22 -0
- package/dist/browser/api/protectionContainers/options.js +4 -0
- package/dist/browser/api/protectionContainers/options.js.map +1 -0
- package/dist/browser/api/protectionIntent/index.d.ts +3 -0
- package/dist/browser/api/protectionIntent/index.js +4 -0
- package/dist/browser/api/protectionIntent/index.js.map +1 -0
- package/dist/browser/api/protectionIntent/operations.d.ts +29 -0
- package/dist/browser/api/protectionIntent/operations.js +132 -0
- package/dist/browser/api/protectionIntent/operations.js.map +1 -0
- package/dist/browser/api/protectionIntent/options.d.ts +14 -0
- package/dist/browser/api/protectionIntent/options.js +4 -0
- package/dist/browser/api/protectionIntent/options.js.map +1 -0
- package/dist/browser/api/protectionPolicies/index.d.ts +3 -0
- package/dist/browser/api/protectionPolicies/index.js +4 -0
- package/dist/browser/api/protectionPolicies/index.js.map +1 -0
- package/dist/browser/api/protectionPolicies/operations.d.ts +27 -0
- package/dist/browser/api/protectionPolicies/operations.js +113 -0
- package/dist/browser/api/protectionPolicies/operations.js.map +1 -0
- package/dist/browser/api/protectionPolicies/options.d.ts +14 -0
- package/dist/browser/api/protectionPolicies/options.js +4 -0
- package/dist/browser/api/protectionPolicies/options.js.map +1 -0
- package/dist/browser/api/protectionPolicyOperationResults/index.d.ts +3 -0
- package/dist/browser/api/protectionPolicyOperationResults/index.js +4 -0
- package/dist/browser/api/protectionPolicyOperationResults/index.js.map +1 -0
- package/dist/browser/api/protectionPolicyOperationResults/operations.d.ts +9 -0
- package/dist/browser/api/protectionPolicyOperationResults/operations.js +36 -0
- package/dist/browser/api/protectionPolicyOperationResults/operations.js.map +1 -0
- package/dist/browser/api/protectionPolicyOperationResults/options.d.ts +5 -0
- package/dist/browser/api/protectionPolicyOperationResults/options.js +4 -0
- package/dist/browser/api/protectionPolicyOperationResults/options.js.map +1 -0
- package/dist/browser/api/protectionPolicyOperationStatuses/index.d.ts +3 -0
- package/dist/browser/api/protectionPolicyOperationStatuses/index.js +4 -0
- package/dist/browser/api/protectionPolicyOperationStatuses/index.js.map +1 -0
- package/dist/browser/api/protectionPolicyOperationStatuses/operations.d.ts +13 -0
- package/dist/browser/api/protectionPolicyOperationStatuses/operations.js +40 -0
- package/dist/browser/api/protectionPolicyOperationStatuses/operations.js.map +1 -0
- package/dist/browser/api/protectionPolicyOperationStatuses/options.d.ts +5 -0
- package/dist/browser/api/protectionPolicyOperationStatuses/options.js +4 -0
- package/dist/browser/api/protectionPolicyOperationStatuses/options.js.map +1 -0
- package/dist/browser/api/recoveryPoints/index.d.ts +3 -0
- package/dist/browser/api/recoveryPoints/index.js +4 -0
- package/dist/browser/api/recoveryPoints/index.js.map +1 -0
- package/dist/browser/api/recoveryPoints/operations.d.ts +21 -0
- package/dist/browser/api/recoveryPoints/operations.js +111 -0
- package/dist/browser/api/recoveryPoints/operations.js.map +1 -0
- package/dist/browser/api/recoveryPoints/options.d.ts +12 -0
- package/dist/browser/api/recoveryPoints/options.js +4 -0
- package/dist/browser/api/recoveryPoints/options.js.map +1 -0
- package/dist/browser/api/recoveryPointsRecommendedForMove/index.d.ts +3 -0
- package/dist/browser/api/recoveryPointsRecommendedForMove/index.js +4 -0
- package/dist/browser/api/recoveryPointsRecommendedForMove/index.js.map +1 -0
- package/dist/browser/api/recoveryPointsRecommendedForMove/operations.d.ts +10 -0
- package/dist/browser/api/recoveryPointsRecommendedForMove/operations.js +43 -0
- package/dist/browser/api/recoveryPointsRecommendedForMove/operations.js.map +1 -0
- package/dist/browser/api/recoveryPointsRecommendedForMove/options.d.ts +5 -0
- package/dist/browser/api/recoveryPointsRecommendedForMove/options.js +4 -0
- package/dist/browser/api/recoveryPointsRecommendedForMove/options.js.map +1 -0
- package/dist/browser/api/recoveryServicesBackupContext.d.ts +22 -0
- package/dist/browser/api/recoveryServicesBackupContext.js +24 -0
- package/dist/browser/api/recoveryServicesBackupContext.js.map +1 -0
- package/dist/browser/api/resourceGuardProxies/index.d.ts +3 -0
- package/dist/browser/api/resourceGuardProxies/index.js +4 -0
- package/dist/browser/api/resourceGuardProxies/index.js.map +1 -0
- package/dist/browser/api/resourceGuardProxies/operations.d.ts +10 -0
- package/dist/browser/api/resourceGuardProxies/operations.js +38 -0
- package/dist/browser/api/resourceGuardProxies/operations.js.map +1 -0
- package/dist/browser/api/resourceGuardProxies/options.d.ts +5 -0
- package/dist/browser/api/resourceGuardProxies/options.js +4 -0
- package/dist/browser/api/resourceGuardProxies/options.js.map +1 -0
- package/dist/browser/api/resourceGuardProxy/index.d.ts +3 -0
- package/dist/browser/api/resourceGuardProxy/index.js +4 -0
- package/dist/browser/api/resourceGuardProxy/index.js.map +1 -0
- package/dist/browser/api/resourceGuardProxy/operations.d.ts +24 -0
- package/dist/browser/api/resourceGuardProxy/operations.js +126 -0
- package/dist/browser/api/resourceGuardProxy/operations.js.map +1 -0
- package/dist/browser/api/resourceGuardProxy/options.d.ts +14 -0
- package/dist/browser/api/resourceGuardProxy/options.js +4 -0
- package/dist/browser/api/resourceGuardProxy/options.js.map +1 -0
- package/dist/browser/api/restores/index.d.ts +3 -0
- package/dist/browser/api/restores/index.js +4 -0
- package/dist/browser/api/restores/index.js.map +1 -0
- package/dist/browser/api/restores/operations.d.ts +13 -0
- package/dist/browser/api/restores/operations.js +54 -0
- package/dist/browser/api/restores/operations.js.map +1 -0
- package/dist/browser/api/restores/options.d.ts +8 -0
- package/dist/browser/api/restores/options.js +4 -0
- package/dist/browser/api/restores/options.js.map +1 -0
- package/dist/browser/api/securityPINs/index.d.ts +3 -0
- package/dist/browser/api/securityPINs/index.js +4 -0
- package/dist/browser/api/securityPINs/index.js.map +1 -0
- package/dist/browser/api/securityPINs/operations.d.ts +9 -0
- package/dist/browser/api/securityPINs/operations.js +44 -0
- package/dist/browser/api/securityPINs/operations.js.map +1 -0
- package/dist/browser/api/securityPINs/options.d.ts +9 -0
- package/dist/browser/api/securityPINs/options.js +4 -0
- package/dist/browser/api/securityPINs/options.js.map +1 -0
- package/dist/browser/api/tieringCostOperationStatus/index.d.ts +3 -0
- package/dist/browser/api/tieringCostOperationStatus/index.js +4 -0
- package/dist/browser/api/tieringCostOperationStatus/index.js.map +1 -0
- package/dist/browser/api/tieringCostOperationStatus/operations.d.ts +9 -0
- package/dist/browser/api/tieringCostOperationStatus/operations.js +35 -0
- package/dist/browser/api/tieringCostOperationStatus/operations.js.map +1 -0
- package/dist/browser/api/tieringCostOperationStatus/options.d.ts +5 -0
- package/dist/browser/api/tieringCostOperationStatus/options.js +4 -0
- package/dist/browser/api/tieringCostOperationStatus/options.js.map +1 -0
- package/dist/browser/api/validateOperation/index.d.ts +3 -0
- package/dist/browser/api/validateOperation/index.js +4 -0
- package/dist/browser/api/validateOperation/index.js.map +1 -0
- package/dist/browser/api/validateOperation/operations.d.ts +10 -0
- package/dist/browser/api/validateOperation/operations.js +41 -0
- package/dist/browser/api/validateOperation/operations.js.map +1 -0
- package/dist/browser/api/validateOperation/options.d.ts +7 -0
- package/dist/browser/api/validateOperation/options.js +4 -0
- package/dist/browser/api/validateOperation/options.js.map +1 -0
- package/dist/browser/api/validateOperationResults/index.d.ts +3 -0
- package/dist/browser/api/validateOperationResults/index.js +4 -0
- package/dist/browser/api/validateOperationResults/index.js.map +1 -0
- package/dist/browser/api/validateOperationResults/operations.d.ts +9 -0
- package/dist/browser/api/validateOperationResults/operations.js +35 -0
- package/dist/browser/api/validateOperationResults/operations.js.map +1 -0
- package/dist/browser/api/validateOperationResults/options.d.ts +5 -0
- package/dist/browser/api/validateOperationResults/options.js +4 -0
- package/dist/browser/api/validateOperationResults/options.js.map +1 -0
- package/dist/browser/api/validateOperationStatuses/index.d.ts +3 -0
- package/dist/browser/api/validateOperationStatuses/index.js +4 -0
- package/dist/browser/api/validateOperationStatuses/index.js.map +1 -0
- package/dist/browser/api/validateOperationStatuses/operations.d.ts +13 -0
- package/dist/browser/api/validateOperationStatuses/operations.js +39 -0
- package/dist/browser/api/validateOperationStatuses/operations.js.map +1 -0
- package/dist/browser/api/validateOperationStatuses/options.d.ts +5 -0
- package/dist/browser/api/validateOperationStatuses/options.js +4 -0
- package/dist/browser/api/validateOperationStatuses/options.js.map +1 -0
- package/dist/browser/classic/backupEngines/index.d.ts +13 -0
- package/dist/browser/classic/backupEngines/index.js +15 -0
- package/dist/browser/classic/backupEngines/index.js.map +1 -0
- package/dist/browser/classic/backupJobs/index.d.ts +11 -0
- package/dist/browser/classic/backupJobs/index.js +14 -0
- package/dist/browser/classic/backupJobs/index.js.map +1 -0
- package/dist/browser/classic/backupOperationResults/index.d.ts +14 -0
- package/dist/browser/classic/backupOperationResults/index.js +14 -0
- package/dist/browser/classic/backupOperationResults/index.js.map +1 -0
- package/dist/browser/classic/backupOperationStatuses/index.d.ts +14 -0
- package/dist/browser/classic/backupOperationStatuses/index.js +14 -0
- package/dist/browser/classic/backupOperationStatuses/index.js.map +1 -0
- package/dist/browser/classic/backupPolicies/index.d.ts +14 -0
- package/dist/browser/classic/backupPolicies/index.js +14 -0
- package/dist/browser/classic/backupPolicies/index.js.map +1 -0
- package/dist/browser/classic/backupProtectableItems/index.d.ts +14 -0
- package/dist/browser/classic/backupProtectableItems/index.js +14 -0
- package/dist/browser/classic/backupProtectableItems/index.js.map +1 -0
- package/dist/browser/classic/backupProtectedItems/index.d.ts +11 -0
- package/dist/browser/classic/backupProtectedItems/index.js +14 -0
- package/dist/browser/classic/backupProtectedItems/index.js.map +1 -0
- package/dist/browser/classic/backupProtectionContainers/index.d.ts +11 -0
- package/dist/browser/classic/backupProtectionContainers/index.js +14 -0
- package/dist/browser/classic/backupProtectionContainers/index.js.map +1 -0
- package/dist/browser/classic/backupProtectionIntent/index.d.ts +11 -0
- package/dist/browser/classic/backupProtectionIntent/index.js +14 -0
- package/dist/browser/classic/backupProtectionIntent/index.js.map +1 -0
- package/dist/browser/classic/backupResourceEncryptionConfigs/index.d.ts +12 -0
- package/dist/browser/classic/backupResourceEncryptionConfigs/index.js +15 -0
- package/dist/browser/classic/backupResourceEncryptionConfigs/index.js.map +1 -0
- package/dist/browser/classic/backupResourceStorageConfigsNonCRR/index.d.ts +14 -0
- package/dist/browser/classic/backupResourceStorageConfigsNonCRR/index.js +16 -0
- package/dist/browser/classic/backupResourceStorageConfigsNonCRR/index.js.map +1 -0
- package/dist/browser/classic/backupResourceVaultConfigs/index.d.ts +14 -0
- package/dist/browser/classic/backupResourceVaultConfigs/index.js +16 -0
- package/dist/browser/classic/backupResourceVaultConfigs/index.js.map +1 -0
- package/dist/browser/classic/backupStatus/index.d.ts +10 -0
- package/dist/browser/classic/backupStatus/index.js +14 -0
- package/dist/browser/classic/backupStatus/index.js.map +1 -0
- package/dist/browser/classic/backupUsageSummaries/index.d.ts +11 -0
- package/dist/browser/classic/backupUsageSummaries/index.js +14 -0
- package/dist/browser/classic/backupUsageSummaries/index.js.map +1 -0
- package/dist/browser/classic/backupWorkloadItems/index.d.ts +14 -0
- package/dist/browser/classic/backupWorkloadItems/index.js +14 -0
- package/dist/browser/classic/backupWorkloadItems/index.js.map +1 -0
- package/dist/browser/classic/backups/index.d.ts +13 -0
- package/dist/browser/classic/backups/index.js +14 -0
- package/dist/browser/classic/backups/index.js.map +1 -0
- package/dist/browser/classic/bmsPrepareDataMoveOperationResult/index.d.ts +10 -0
- package/dist/browser/classic/bmsPrepareDataMoveOperationResult/index.js +14 -0
- package/dist/browser/classic/bmsPrepareDataMoveOperationResult/index.js.map +1 -0
- package/dist/browser/classic/deletedProtectionContainers/index.d.ts +11 -0
- package/dist/browser/classic/deletedProtectionContainers/index.js +14 -0
- package/dist/browser/classic/deletedProtectionContainers/index.js.map +1 -0
- package/dist/browser/classic/exportJobsOperationResults/index.d.ts +13 -0
- package/dist/browser/classic/exportJobsOperationResults/index.js +14 -0
- package/dist/browser/classic/exportJobsOperationResults/index.js.map +1 -0
- package/dist/browser/classic/featureSupport/index.d.ts +10 -0
- package/dist/browser/classic/featureSupport/index.js +14 -0
- package/dist/browser/classic/featureSupport/index.js.map +1 -0
- package/dist/browser/classic/fetchTieringCost/index.d.ts +19 -0
- package/dist/browser/classic/fetchTieringCost/index.js +23 -0
- package/dist/browser/classic/fetchTieringCost/index.js.map +1 -0
- package/dist/browser/classic/getTieringCostOperationResult/index.d.ts +10 -0
- package/dist/browser/classic/getTieringCostOperationResult/index.js +14 -0
- package/dist/browser/classic/getTieringCostOperationResult/index.js.map +1 -0
- package/dist/browser/classic/index.d.ts +53 -0
- package/dist/browser/classic/index.js +4 -0
- package/dist/browser/classic/index.js.map +1 -0
- package/dist/browser/classic/itemLevelRecoveryConnections/index.d.ts +19 -0
- package/dist/browser/classic/itemLevelRecoveryConnections/index.js +15 -0
- package/dist/browser/classic/itemLevelRecoveryConnections/index.js.map +1 -0
- package/dist/browser/classic/jobCancellations/index.d.ts +12 -0
- package/dist/browser/classic/jobCancellations/index.js +14 -0
- package/dist/browser/classic/jobCancellations/index.js.map +1 -0
- package/dist/browser/classic/jobDetails/index.d.ts +10 -0
- package/dist/browser/classic/jobDetails/index.js +14 -0
- package/dist/browser/classic/jobDetails/index.js.map +1 -0
- package/dist/browser/classic/jobOperationResults/index.d.ts +9 -0
- package/dist/browser/classic/jobOperationResults/index.js +14 -0
- package/dist/browser/classic/jobOperationResults/index.js.map +1 -0
- package/dist/browser/classic/jobs/index.d.ts +9 -0
- package/dist/browser/classic/jobs/index.js +14 -0
- package/dist/browser/classic/jobs/index.js.map +1 -0
- package/dist/browser/classic/operation/index.d.ts +10 -0
- package/dist/browser/classic/operation/index.js +14 -0
- package/dist/browser/classic/operation/index.js.map +1 -0
- package/dist/browser/classic/operations/index.d.ts +11 -0
- package/dist/browser/classic/operations/index.js +14 -0
- package/dist/browser/classic/operations/index.js.map +1 -0
- package/dist/browser/classic/privateEndpoint/index.d.ts +10 -0
- package/dist/browser/classic/privateEndpoint/index.js +14 -0
- package/dist/browser/classic/privateEndpoint/index.js.map +1 -0
- package/dist/browser/classic/privateEndpointConnection/index.d.ts +24 -0
- package/dist/browser/classic/privateEndpointConnection/index.js +33 -0
- package/dist/browser/classic/privateEndpointConnection/index.js.map +1 -0
- package/dist/browser/classic/protectableContainers/index.d.ts +11 -0
- package/dist/browser/classic/protectableContainers/index.js +14 -0
- package/dist/browser/classic/protectableContainers/index.js.map +1 -0
- package/dist/browser/classic/protectedItemOperationResults/index.d.ts +10 -0
- package/dist/browser/classic/protectedItemOperationResults/index.js +14 -0
- package/dist/browser/classic/protectedItemOperationResults/index.js.map +1 -0
- package/dist/browser/classic/protectedItemOperationStatuses/index.d.ts +14 -0
- package/dist/browser/classic/protectedItemOperationStatuses/index.js +14 -0
- package/dist/browser/classic/protectedItemOperationStatuses/index.js.map +1 -0
- package/dist/browser/classic/protectedItems/index.d.ts +29 -0
- package/dist/browser/classic/protectedItems/index.js +25 -0
- package/dist/browser/classic/protectedItems/index.js.map +1 -0
- package/dist/browser/classic/protectionContainerOperationResults/index.d.ts +10 -0
- package/dist/browser/classic/protectionContainerOperationResults/index.js +14 -0
- package/dist/browser/classic/protectionContainerOperationResults/index.js.map +1 -0
- package/dist/browser/classic/protectionContainerRefreshOperationResults/index.d.ts +9 -0
- package/dist/browser/classic/protectionContainerRefreshOperationResults/index.js +14 -0
- package/dist/browser/classic/protectionContainerRefreshOperationResults/index.js.map +1 -0
- package/dist/browser/classic/protectionContainers/index.d.ts +34 -0
- package/dist/browser/classic/protectionContainers/index.js +27 -0
- package/dist/browser/classic/protectionContainers/index.js.map +1 -0
- package/dist/browser/classic/protectionIntent/index.d.ts +24 -0
- package/dist/browser/classic/protectionIntent/index.js +17 -0
- package/dist/browser/classic/protectionIntent/index.js.map +1 -0
- package/dist/browser/classic/protectionPolicies/index.d.ts +29 -0
- package/dist/browser/classic/protectionPolicies/index.js +25 -0
- package/dist/browser/classic/protectionPolicies/index.js.map +1 -0
- package/dist/browser/classic/protectionPolicyOperationResults/index.d.ts +10 -0
- package/dist/browser/classic/protectionPolicyOperationResults/index.js +14 -0
- package/dist/browser/classic/protectionPolicyOperationResults/index.js.map +1 -0
- package/dist/browser/classic/protectionPolicyOperationStatuses/index.d.ts +14 -0
- package/dist/browser/classic/protectionPolicyOperationStatuses/index.js +14 -0
- package/dist/browser/classic/protectionPolicyOperationStatuses/index.js.map +1 -0
- package/dist/browser/classic/recoveryPoints/index.d.ts +18 -0
- package/dist/browser/classic/recoveryPoints/index.js +16 -0
- package/dist/browser/classic/recoveryPoints/index.js.map +1 -0
- package/dist/browser/classic/recoveryPointsRecommendedForMove/index.d.ts +11 -0
- package/dist/browser/classic/recoveryPointsRecommendedForMove/index.js +14 -0
- package/dist/browser/classic/recoveryPointsRecommendedForMove/index.js.map +1 -0
- package/dist/browser/classic/resourceGuardProxies/index.d.ts +11 -0
- package/dist/browser/classic/resourceGuardProxies/index.js +14 -0
- package/dist/browser/classic/resourceGuardProxies/index.js.map +1 -0
- package/dist/browser/classic/resourceGuardProxy/index.d.ts +19 -0
- package/dist/browser/classic/resourceGuardProxy/index.js +17 -0
- package/dist/browser/classic/resourceGuardProxy/index.js.map +1 -0
- package/dist/browser/classic/restores/index.d.ts +19 -0
- package/dist/browser/classic/restores/index.js +23 -0
- package/dist/browser/classic/restores/index.js.map +1 -0
- package/dist/browser/classic/securityPINs/index.d.ts +10 -0
- package/dist/browser/classic/securityPINs/index.js +14 -0
- package/dist/browser/classic/securityPINs/index.js.map +1 -0
- package/dist/browser/classic/tieringCostOperationStatus/index.d.ts +10 -0
- package/dist/browser/classic/tieringCostOperationStatus/index.js +14 -0
- package/dist/browser/classic/tieringCostOperationStatus/index.js.map +1 -0
- package/dist/browser/classic/validateOperation/index.d.ts +16 -0
- package/dist/browser/classic/validateOperation/index.js +23 -0
- package/dist/browser/classic/validateOperation/index.js.map +1 -0
- package/dist/browser/classic/validateOperationResults/index.d.ts +10 -0
- package/dist/browser/classic/validateOperationResults/index.js +14 -0
- package/dist/browser/classic/validateOperationResults/index.js.map +1 -0
- package/dist/browser/classic/validateOperationStatuses/index.d.ts +14 -0
- package/dist/browser/classic/validateOperationStatuses/index.js +14 -0
- package/dist/browser/classic/validateOperationStatuses/index.js.map +1 -0
- package/dist/browser/index.d.ts +65 -3
- package/dist/browser/index.js +6 -11
- package/dist/browser/index.js.map +1 -1
- package/dist/browser/logger.d.ts +2 -0
- package/dist/browser/logger.js +5 -0
- package/dist/browser/logger.js.map +1 -0
- package/dist/browser/models/index.d.ts +2 -5496
- package/dist/browser/models/index.js +3 -921
- package/dist/browser/models/index.js.map +1 -1
- package/dist/browser/models/models.d.ts +5511 -0
- package/dist/browser/models/models.js +8368 -0
- package/dist/browser/models/models.js.map +1 -0
- package/dist/browser/recoveryServicesBackupClient.d.ts +188 -139
- package/dist/browser/recoveryServicesBackupClient.js +272 -441
- package/dist/browser/recoveryServicesBackupClient.js.map +1 -1
- package/dist/browser/restorePollerHelpers.d.ts +21 -0
- package/dist/browser/restorePollerHelpers.js +114 -0
- package/dist/browser/restorePollerHelpers.js.map +1 -0
- package/dist/browser/static-helpers/cloudSettingHelpers.d.ts +22 -0
- package/dist/browser/static-helpers/cloudSettingHelpers.js +38 -0
- package/dist/browser/static-helpers/cloudSettingHelpers.js.map +1 -0
- package/dist/browser/static-helpers/pagingHelpers.d.ts +74 -0
- package/dist/browser/static-helpers/pagingHelpers.js +143 -0
- package/dist/browser/static-helpers/pagingHelpers.js.map +1 -0
- package/dist/browser/static-helpers/pollingHelpers.d.ts +34 -0
- package/dist/browser/static-helpers/pollingHelpers.js +95 -0
- package/dist/browser/static-helpers/pollingHelpers.js.map +1 -0
- package/dist/browser/static-helpers/simplePollerHelpers.d.ts +73 -0
- package/dist/browser/static-helpers/simplePollerHelpers.js +44 -0
- package/dist/browser/static-helpers/simplePollerHelpers.js.map +1 -0
- package/dist/browser/static-helpers/urlTemplate.d.ts +5 -0
- package/dist/browser/static-helpers/urlTemplate.js +200 -0
- package/dist/browser/static-helpers/urlTemplate.js.map +1 -0
- package/dist/commonjs/api/backupEngines/index.d.ts +3 -0
- package/dist/commonjs/api/backupEngines/index.js +30 -0
- package/dist/commonjs/api/backupEngines/index.js.map +7 -0
- package/dist/commonjs/api/backupEngines/operations.d.ts +14 -0
- package/dist/commonjs/api/backupEngines/operations.js +117 -0
- package/dist/commonjs/api/backupEngines/operations.js.map +7 -0
- package/dist/commonjs/api/backupEngines/options.d.ts +12 -0
- package/dist/commonjs/api/backupEngines/options.js +16 -0
- package/dist/commonjs/api/backupEngines/options.js.map +7 -0
- package/dist/commonjs/api/backupJobs/index.d.ts +3 -0
- package/dist/commonjs/api/backupJobs/index.js +28 -0
- package/dist/commonjs/api/backupJobs/index.js.map +7 -0
- package/dist/commonjs/api/backupJobs/operations.d.ts +10 -0
- package/dist/commonjs/api/backupJobs/operations.js +77 -0
- package/dist/commonjs/api/backupJobs/operations.js.map +7 -0
- package/dist/commonjs/api/backupJobs/options.d.ts +7 -0
- package/dist/commonjs/api/backupJobs/options.js +16 -0
- package/dist/commonjs/api/backupJobs/options.js.map +7 -0
- package/dist/commonjs/api/backupOperationResults/index.d.ts +3 -0
- package/dist/commonjs/api/backupOperationResults/index.js +28 -0
- package/dist/commonjs/api/backupOperationResults/index.js.map +7 -0
- package/dist/commonjs/api/backupOperationResults/operations.d.ts +13 -0
- package/dist/commonjs/api/backupOperationResults/operations.js +63 -0
- package/dist/commonjs/api/backupOperationResults/operations.js.map +7 -0
- package/dist/commonjs/api/backupOperationResults/options.d.ts +5 -0
- package/dist/commonjs/api/backupOperationResults/options.js +16 -0
- package/dist/commonjs/api/backupOperationResults/options.js.map +7 -0
- package/dist/commonjs/api/backupOperationStatuses/index.d.ts +3 -0
- package/dist/commonjs/api/backupOperationStatuses/index.js +28 -0
- package/dist/commonjs/api/backupOperationStatuses/index.js.map +7 -0
- package/dist/commonjs/api/backupOperationStatuses/operations.d.ts +13 -0
- package/dist/commonjs/api/backupOperationStatuses/operations.js +66 -0
- package/dist/commonjs/api/backupOperationStatuses/operations.js.map +7 -0
- package/dist/commonjs/api/backupOperationStatuses/options.d.ts +5 -0
- package/dist/commonjs/api/backupOperationStatuses/options.js +16 -0
- package/dist/commonjs/api/backupOperationStatuses/options.js.map +7 -0
- package/dist/commonjs/api/backupPolicies/index.d.ts +3 -0
- package/dist/commonjs/api/backupPolicies/index.js +28 -0
- package/dist/commonjs/api/backupPolicies/index.js.map +7 -0
- package/dist/commonjs/api/backupPolicies/operations.d.ts +13 -0
- package/dist/commonjs/api/backupPolicies/operations.js +76 -0
- package/dist/commonjs/api/backupPolicies/operations.js.map +7 -0
- package/dist/commonjs/api/backupPolicies/options.d.ts +6 -0
- package/dist/commonjs/api/backupPolicies/options.js +16 -0
- package/dist/commonjs/api/backupPolicies/options.js.map +7 -0
- package/dist/commonjs/api/backupProtectableItems/index.d.ts +3 -0
- package/dist/commonjs/api/backupProtectableItems/index.js +28 -0
- package/dist/commonjs/api/backupProtectableItems/index.js.map +7 -0
- package/dist/commonjs/api/backupProtectableItems/operations.d.ts +13 -0
- package/dist/commonjs/api/backupProtectableItems/operations.js +77 -0
- package/dist/commonjs/api/backupProtectableItems/operations.js.map +7 -0
- package/dist/commonjs/api/backupProtectableItems/options.d.ts +9 -0
- package/dist/commonjs/api/backupProtectableItems/options.js +16 -0
- package/dist/commonjs/api/backupProtectableItems/options.js.map +7 -0
- package/dist/commonjs/api/backupProtectedItems/index.d.ts +3 -0
- package/dist/commonjs/api/backupProtectedItems/index.js +28 -0
- package/dist/commonjs/api/backupProtectedItems/index.js.map +7 -0
- package/dist/commonjs/api/backupProtectedItems/operations.d.ts +10 -0
- package/dist/commonjs/api/backupProtectedItems/operations.js +77 -0
- package/dist/commonjs/api/backupProtectedItems/operations.js.map +7 -0
- package/dist/commonjs/api/backupProtectedItems/options.d.ts +9 -0
- package/dist/commonjs/api/backupProtectedItems/options.js +16 -0
- package/dist/commonjs/api/backupProtectedItems/options.js.map +7 -0
- package/dist/commonjs/api/backupProtectionContainers/index.d.ts +3 -0
- package/dist/commonjs/api/backupProtectionContainers/index.js +28 -0
- package/dist/commonjs/api/backupProtectionContainers/index.js.map +7 -0
- package/dist/commonjs/api/backupProtectionContainers/operations.d.ts +10 -0
- package/dist/commonjs/api/backupProtectionContainers/operations.js +76 -0
- package/dist/commonjs/api/backupProtectionContainers/operations.js.map +7 -0
- package/dist/commonjs/api/backupProtectionContainers/options.d.ts +7 -0
- package/dist/commonjs/api/backupProtectionContainers/options.js +16 -0
- package/dist/commonjs/api/backupProtectionContainers/options.js.map +7 -0
- package/dist/commonjs/api/backupProtectionIntent/index.d.ts +3 -0
- package/dist/commonjs/api/backupProtectionIntent/index.js +28 -0
- package/dist/commonjs/api/backupProtectionIntent/index.js.map +7 -0
- package/dist/commonjs/api/backupProtectionIntent/operations.d.ts +10 -0
- package/dist/commonjs/api/backupProtectionIntent/operations.js +77 -0
- package/dist/commonjs/api/backupProtectionIntent/operations.js.map +7 -0
- package/dist/commonjs/api/backupProtectionIntent/options.d.ts +9 -0
- package/dist/commonjs/api/backupProtectionIntent/options.js +16 -0
- package/dist/commonjs/api/backupProtectionIntent/options.js.map +7 -0
- package/dist/commonjs/api/backupResourceEncryptionConfigs/index.d.ts +3 -0
- package/dist/commonjs/api/backupResourceEncryptionConfigs/index.js +30 -0
- package/dist/commonjs/api/backupResourceEncryptionConfigs/index.js.map +7 -0
- package/dist/commonjs/api/backupResourceEncryptionConfigs/operations.d.ts +13 -0
- package/dist/commonjs/api/backupResourceEncryptionConfigs/operations.js +103 -0
- package/dist/commonjs/api/backupResourceEncryptionConfigs/operations.js.map +7 -0
- package/dist/commonjs/api/backupResourceEncryptionConfigs/options.d.ts +8 -0
- package/dist/commonjs/api/backupResourceEncryptionConfigs/options.js +16 -0
- package/dist/commonjs/api/backupResourceEncryptionConfigs/options.js.map +7 -0
- package/dist/commonjs/api/backupResourceStorageConfigsNonCRR/index.d.ts +3 -0
- package/dist/commonjs/api/backupResourceStorageConfigsNonCRR/index.js +32 -0
- package/dist/commonjs/api/backupResourceStorageConfigsNonCRR/index.js.map +7 -0
- package/dist/commonjs/api/backupResourceStorageConfigsNonCRR/operations.d.ts +17 -0
- package/dist/commonjs/api/backupResourceStorageConfigsNonCRR/operations.js +142 -0
- package/dist/commonjs/api/backupResourceStorageConfigsNonCRR/operations.js.map +7 -0
- package/dist/commonjs/api/backupResourceStorageConfigsNonCRR/options.d.ts +11 -0
- package/dist/commonjs/api/backupResourceStorageConfigsNonCRR/options.js +16 -0
- package/dist/commonjs/api/backupResourceStorageConfigsNonCRR/options.js.map +7 -0
- package/dist/commonjs/api/backupResourceVaultConfigs/index.d.ts +3 -0
- package/dist/commonjs/api/backupResourceVaultConfigs/index.js +32 -0
- package/dist/commonjs/api/backupResourceVaultConfigs/index.js.map +7 -0
- package/dist/commonjs/api/backupResourceVaultConfigs/operations.d.ts +17 -0
- package/dist/commonjs/api/backupResourceVaultConfigs/operations.js +151 -0
- package/dist/commonjs/api/backupResourceVaultConfigs/operations.js.map +7 -0
- package/dist/commonjs/api/backupResourceVaultConfigs/options.d.ts +13 -0
- package/dist/commonjs/api/backupResourceVaultConfigs/options.js +16 -0
- package/dist/commonjs/api/backupResourceVaultConfigs/options.js.map +7 -0
- package/dist/commonjs/api/backupStatus/index.d.ts +3 -0
- package/dist/commonjs/api/backupStatus/index.js +28 -0
- package/dist/commonjs/api/backupStatus/index.js.map +7 -0
- package/dist/commonjs/api/backupStatus/operations.d.ts +9 -0
- package/dist/commonjs/api/backupStatus/operations.js +66 -0
- package/dist/commonjs/api/backupStatus/operations.js.map +7 -0
- package/dist/commonjs/api/backupStatus/options.d.ts +5 -0
- package/dist/commonjs/api/backupStatus/options.js +16 -0
- package/dist/commonjs/api/backupStatus/options.js.map +7 -0
- package/dist/commonjs/api/backupUsageSummaries/index.d.ts +3 -0
- package/dist/commonjs/api/backupUsageSummaries/index.js +28 -0
- package/dist/commonjs/api/backupUsageSummaries/index.js.map +7 -0
- package/dist/commonjs/api/backupUsageSummaries/operations.d.ts +10 -0
- package/dist/commonjs/api/backupUsageSummaries/operations.js +77 -0
- package/dist/commonjs/api/backupUsageSummaries/operations.js.map +7 -0
- package/dist/commonjs/api/backupUsageSummaries/options.d.ts +9 -0
- package/dist/commonjs/api/backupUsageSummaries/options.js +16 -0
- package/dist/commonjs/api/backupUsageSummaries/options.js.map +7 -0
- package/dist/commonjs/api/backupWorkloadItems/index.d.ts +3 -0
- package/dist/commonjs/api/backupWorkloadItems/index.js +28 -0
- package/dist/commonjs/api/backupWorkloadItems/index.js.map +7 -0
- package/dist/commonjs/api/backupWorkloadItems/operations.d.ts +13 -0
- package/dist/commonjs/api/backupWorkloadItems/operations.js +79 -0
- package/dist/commonjs/api/backupWorkloadItems/operations.js.map +7 -0
- package/dist/commonjs/api/backupWorkloadItems/options.d.ts +7 -0
- package/dist/commonjs/api/backupWorkloadItems/options.js +16 -0
- package/dist/commonjs/api/backupWorkloadItems/options.js.map +7 -0
- package/dist/commonjs/api/backups/index.d.ts +3 -0
- package/dist/commonjs/api/backups/index.js +28 -0
- package/dist/commonjs/api/backups/index.js.map +7 -0
- package/dist/commonjs/api/backups/operations.d.ts +12 -0
- package/dist/commonjs/api/backups/operations.js +78 -0
- package/dist/commonjs/api/backups/operations.js.map +7 -0
- package/dist/commonjs/api/backups/options.d.ts +5 -0
- package/dist/commonjs/api/backups/options.js +16 -0
- package/dist/commonjs/api/backups/options.js.map +7 -0
- package/dist/commonjs/api/bmsPrepareDataMoveOperationResult/index.d.ts +3 -0
- package/dist/commonjs/api/bmsPrepareDataMoveOperationResult/index.js +28 -0
- package/dist/commonjs/api/bmsPrepareDataMoveOperationResult/index.js.map +7 -0
- package/dist/commonjs/api/bmsPrepareDataMoveOperationResult/operations.d.ts +9 -0
- package/dist/commonjs/api/bmsPrepareDataMoveOperationResult/operations.js +66 -0
- package/dist/commonjs/api/bmsPrepareDataMoveOperationResult/operations.js.map +7 -0
- package/dist/commonjs/api/bmsPrepareDataMoveOperationResult/options.d.ts +5 -0
- package/dist/commonjs/api/bmsPrepareDataMoveOperationResult/options.js +16 -0
- package/dist/commonjs/api/bmsPrepareDataMoveOperationResult/options.js.map +7 -0
- package/dist/commonjs/api/deletedProtectionContainers/index.d.ts +3 -0
- package/dist/commonjs/api/deletedProtectionContainers/index.js +28 -0
- package/dist/commonjs/api/deletedProtectionContainers/index.js.map +7 -0
- package/dist/commonjs/api/deletedProtectionContainers/operations.d.ts +10 -0
- package/dist/commonjs/api/deletedProtectionContainers/operations.js +76 -0
- package/dist/commonjs/api/deletedProtectionContainers/operations.js.map +7 -0
- package/dist/commonjs/api/deletedProtectionContainers/options.d.ts +7 -0
- package/dist/commonjs/api/deletedProtectionContainers/options.js +16 -0
- package/dist/commonjs/api/deletedProtectionContainers/options.js.map +7 -0
- package/dist/commonjs/api/exportJobsOperationResults/index.d.ts +3 -0
- package/dist/commonjs/api/exportJobsOperationResults/index.js +28 -0
- package/dist/commonjs/api/exportJobsOperationResults/index.js.map +7 -0
- package/dist/commonjs/api/exportJobsOperationResults/operations.d.ts +12 -0
- package/dist/commonjs/api/exportJobsOperationResults/operations.js +66 -0
- package/dist/commonjs/api/exportJobsOperationResults/operations.js.map +7 -0
- package/dist/commonjs/api/exportJobsOperationResults/options.d.ts +5 -0
- package/dist/commonjs/api/exportJobsOperationResults/options.js +16 -0
- package/dist/commonjs/api/exportJobsOperationResults/options.js.map +7 -0
- package/dist/commonjs/api/featureSupport/index.d.ts +3 -0
- package/dist/commonjs/api/featureSupport/index.js +28 -0
- package/dist/commonjs/api/featureSupport/index.js.map +7 -0
- package/dist/commonjs/api/featureSupport/operations.d.ts +9 -0
- package/dist/commonjs/api/featureSupport/operations.js +66 -0
- package/dist/commonjs/api/featureSupport/operations.js.map +7 -0
- package/dist/commonjs/api/featureSupport/options.d.ts +5 -0
- package/dist/commonjs/api/featureSupport/options.js +16 -0
- package/dist/commonjs/api/featureSupport/options.js.map +7 -0
- package/dist/commonjs/api/fetchTieringCost/index.d.ts +3 -0
- package/dist/commonjs/api/fetchTieringCost/index.js +28 -0
- package/dist/commonjs/api/fetchTieringCost/index.js.map +7 -0
- package/dist/commonjs/api/fetchTieringCost/operations.d.ts +13 -0
- package/dist/commonjs/api/fetchTieringCost/operations.js +73 -0
- package/dist/commonjs/api/fetchTieringCost/operations.js.map +7 -0
- package/dist/commonjs/api/fetchTieringCost/options.d.ts +7 -0
- package/dist/commonjs/api/fetchTieringCost/options.js +16 -0
- package/dist/commonjs/api/fetchTieringCost/options.js.map +7 -0
- package/dist/commonjs/api/getTieringCostOperationResult/index.d.ts +3 -0
- package/dist/commonjs/api/getTieringCostOperationResult/index.js +28 -0
- package/dist/commonjs/api/getTieringCostOperationResult/index.js.map +7 -0
- package/dist/commonjs/api/getTieringCostOperationResult/operations.d.ts +9 -0
- package/dist/commonjs/api/getTieringCostOperationResult/operations.js +66 -0
- package/dist/commonjs/api/getTieringCostOperationResult/operations.js.map +7 -0
- package/dist/commonjs/api/getTieringCostOperationResult/options.d.ts +5 -0
- package/dist/commonjs/api/getTieringCostOperationResult/options.js +16 -0
- package/dist/commonjs/api/getTieringCostOperationResult/options.js.map +7 -0
- package/dist/commonjs/api/index.d.ts +5 -0
- package/dist/commonjs/api/index.js +37 -0
- package/dist/commonjs/api/index.js.map +7 -0
- package/dist/commonjs/api/itemLevelRecoveryConnections/index.d.ts +3 -0
- package/dist/commonjs/api/itemLevelRecoveryConnections/index.js +30 -0
- package/dist/commonjs/api/itemLevelRecoveryConnections/index.js.map +7 -0
- package/dist/commonjs/api/itemLevelRecoveryConnections/operations.d.ts +20 -0
- package/dist/commonjs/api/itemLevelRecoveryConnections/operations.js +127 -0
- package/dist/commonjs/api/itemLevelRecoveryConnections/operations.js.map +7 -0
- package/dist/commonjs/api/itemLevelRecoveryConnections/options.d.ts +8 -0
- package/dist/commonjs/api/itemLevelRecoveryConnections/options.js +16 -0
- package/dist/commonjs/api/itemLevelRecoveryConnections/options.js.map +7 -0
- package/dist/commonjs/api/jobCancellations/index.d.ts +3 -0
- package/dist/commonjs/api/jobCancellations/index.js +28 -0
- package/dist/commonjs/api/jobCancellations/index.js.map +7 -0
- package/dist/commonjs/api/jobCancellations/operations.d.ts +11 -0
- package/dist/commonjs/api/jobCancellations/operations.js +63 -0
- package/dist/commonjs/api/jobCancellations/operations.js.map +7 -0
- package/dist/commonjs/api/jobCancellations/options.d.ts +5 -0
- package/dist/commonjs/api/jobCancellations/options.js +16 -0
- package/dist/commonjs/api/jobCancellations/options.js.map +7 -0
- package/dist/commonjs/api/jobDetails/index.d.ts +3 -0
- package/dist/commonjs/api/jobDetails/index.js +28 -0
- package/dist/commonjs/api/jobDetails/index.js.map +7 -0
- package/dist/commonjs/api/jobDetails/operations.d.ts +9 -0
- package/dist/commonjs/api/jobDetails/operations.js +66 -0
- package/dist/commonjs/api/jobDetails/operations.js.map +7 -0
- package/dist/commonjs/api/jobDetails/options.d.ts +5 -0
- package/dist/commonjs/api/jobDetails/options.js +16 -0
- package/dist/commonjs/api/jobDetails/options.js.map +7 -0
- package/dist/commonjs/api/jobOperationResults/index.d.ts +3 -0
- package/dist/commonjs/api/jobOperationResults/index.js +28 -0
- package/dist/commonjs/api/jobOperationResults/index.js.map +7 -0
- package/dist/commonjs/api/jobOperationResults/operations.d.ts +8 -0
- package/dist/commonjs/api/jobOperationResults/operations.js +71 -0
- package/dist/commonjs/api/jobOperationResults/operations.js.map +7 -0
- package/dist/commonjs/api/jobOperationResults/options.d.ts +5 -0
- package/dist/commonjs/api/jobOperationResults/options.js +16 -0
- package/dist/commonjs/api/jobOperationResults/options.js.map +7 -0
- package/dist/commonjs/api/jobs/index.d.ts +3 -0
- package/dist/commonjs/api/jobs/index.js +28 -0
- package/dist/commonjs/api/jobs/index.js.map +7 -0
- package/dist/commonjs/api/jobs/operations.d.ts +8 -0
- package/dist/commonjs/api/jobs/operations.js +63 -0
- package/dist/commonjs/api/jobs/operations.js.map +7 -0
- package/dist/commonjs/api/jobs/options.d.ts +7 -0
- package/dist/commonjs/api/jobs/options.js +16 -0
- package/dist/commonjs/api/jobs/options.js.map +7 -0
- package/dist/commonjs/api/operation/index.d.ts +3 -0
- package/dist/commonjs/api/operation/index.js +28 -0
- package/dist/commonjs/api/operation/index.js.map +7 -0
- package/dist/commonjs/api/operation/operations.d.ts +9 -0
- package/dist/commonjs/api/operation/operations.js +67 -0
- package/dist/commonjs/api/operation/operations.js.map +7 -0
- package/dist/commonjs/api/operation/options.d.ts +5 -0
- package/dist/commonjs/api/operation/options.js +16 -0
- package/dist/commonjs/api/operation/options.js.map +7 -0
- package/dist/commonjs/api/operations/index.d.ts +3 -0
- package/dist/commonjs/api/operations/index.js +28 -0
- package/dist/commonjs/api/operations/index.js.map +7 -0
- package/dist/commonjs/api/operations/operations.d.ts +10 -0
- package/dist/commonjs/api/operations/operations.js +72 -0
- package/dist/commonjs/api/operations/operations.js.map +7 -0
- package/dist/commonjs/api/operations/options.d.ts +5 -0
- package/dist/commonjs/api/operations/options.js +16 -0
- package/dist/commonjs/api/operations/options.js.map +7 -0
- package/dist/commonjs/api/operations.d.ts +22 -0
- package/dist/commonjs/api/operations.js +216 -0
- package/dist/commonjs/api/operations.js.map +7 -0
- package/dist/commonjs/api/options.d.ts +20 -0
- package/dist/commonjs/api/options.js +16 -0
- package/dist/commonjs/api/options.js.map +7 -0
- package/dist/commonjs/api/privateEndpoint/index.d.ts +3 -0
- package/dist/commonjs/api/privateEndpoint/index.js +28 -0
- package/dist/commonjs/api/privateEndpoint/index.js.map +7 -0
- package/dist/commonjs/api/privateEndpoint/operations.d.ts +9 -0
- package/dist/commonjs/api/privateEndpoint/operations.js +74 -0
- package/dist/commonjs/api/privateEndpoint/operations.js.map +7 -0
- package/dist/commonjs/api/privateEndpoint/options.d.ts +5 -0
- package/dist/commonjs/api/privateEndpoint/options.js +16 -0
- package/dist/commonjs/api/privateEndpoint/options.js.map +7 -0
- package/dist/commonjs/api/privateEndpointConnection/index.d.ts +3 -0
- package/dist/commonjs/api/privateEndpointConnection/index.js +32 -0
- package/dist/commonjs/api/privateEndpointConnection/index.js.map +7 -0
- package/dist/commonjs/api/privateEndpointConnection/operations.d.ts +18 -0
- package/dist/commonjs/api/privateEndpointConnection/operations.js +165 -0
- package/dist/commonjs/api/privateEndpointConnection/operations.js.map +7 -0
- package/dist/commonjs/api/privateEndpointConnection/options.d.ts +15 -0
- package/dist/commonjs/api/privateEndpointConnection/options.js +16 -0
- package/dist/commonjs/api/privateEndpointConnection/options.js.map +7 -0
- package/dist/commonjs/api/protectableContainers/index.d.ts +3 -0
- package/dist/commonjs/api/protectableContainers/index.js +28 -0
- package/dist/commonjs/api/protectableContainers/index.js.map +7 -0
- package/dist/commonjs/api/protectableContainers/operations.d.ts +10 -0
- package/dist/commonjs/api/protectableContainers/operations.js +77 -0
- package/dist/commonjs/api/protectableContainers/operations.js.map +7 -0
- package/dist/commonjs/api/protectableContainers/options.d.ts +7 -0
- package/dist/commonjs/api/protectableContainers/options.js +16 -0
- package/dist/commonjs/api/protectableContainers/options.js.map +7 -0
- package/dist/commonjs/api/protectedItemOperationResults/index.d.ts +3 -0
- package/dist/commonjs/api/protectedItemOperationResults/index.js +28 -0
- package/dist/commonjs/api/protectedItemOperationResults/index.js.map +7 -0
- package/dist/commonjs/api/protectedItemOperationResults/operations.d.ts +9 -0
- package/dist/commonjs/api/protectedItemOperationResults/operations.js +78 -0
- package/dist/commonjs/api/protectedItemOperationResults/operations.js.map +7 -0
- package/dist/commonjs/api/protectedItemOperationResults/options.d.ts +5 -0
- package/dist/commonjs/api/protectedItemOperationResults/options.js +16 -0
- package/dist/commonjs/api/protectedItemOperationResults/options.js.map +7 -0
- package/dist/commonjs/api/protectedItemOperationStatuses/index.d.ts +3 -0
- package/dist/commonjs/api/protectedItemOperationStatuses/index.js +28 -0
- package/dist/commonjs/api/protectedItemOperationStatuses/index.js.map +7 -0
- package/dist/commonjs/api/protectedItemOperationStatuses/operations.d.ts +13 -0
- package/dist/commonjs/api/protectedItemOperationStatuses/operations.js +78 -0
- package/dist/commonjs/api/protectedItemOperationStatuses/operations.js.map +7 -0
- package/dist/commonjs/api/protectedItemOperationStatuses/options.d.ts +5 -0
- package/dist/commonjs/api/protectedItemOperationStatuses/options.js +16 -0
- package/dist/commonjs/api/protectedItemOperationStatuses/options.js.map +7 -0
- package/dist/commonjs/api/protectedItems/index.d.ts +3 -0
- package/dist/commonjs/api/protectedItems/index.js +32 -0
- package/dist/commonjs/api/protectedItems/index.js.map +7 -0
- package/dist/commonjs/api/protectedItems/operations.d.ts +27 -0
- package/dist/commonjs/api/protectedItems/operations.js +183 -0
- package/dist/commonjs/api/protectedItems/operations.js.map +7 -0
- package/dist/commonjs/api/protectedItems/options.d.ts +15 -0
- package/dist/commonjs/api/protectedItems/options.js +16 -0
- package/dist/commonjs/api/protectedItems/options.js.map +7 -0
- package/dist/commonjs/api/protectionContainerOperationResults/index.d.ts +3 -0
- package/dist/commonjs/api/protectionContainerOperationResults/index.js +28 -0
- package/dist/commonjs/api/protectionContainerOperationResults/index.js.map +7 -0
- package/dist/commonjs/api/protectionContainerOperationResults/operations.d.ts +9 -0
- package/dist/commonjs/api/protectionContainerOperationResults/operations.js +76 -0
- package/dist/commonjs/api/protectionContainerOperationResults/operations.js.map +7 -0
- package/dist/commonjs/api/protectionContainerOperationResults/options.d.ts +5 -0
- package/dist/commonjs/api/protectionContainerOperationResults/options.js +16 -0
- package/dist/commonjs/api/protectionContainerOperationResults/options.js.map +7 -0
- package/dist/commonjs/api/protectionContainerRefreshOperationResults/index.d.ts +3 -0
- package/dist/commonjs/api/protectionContainerRefreshOperationResults/index.js +28 -0
- package/dist/commonjs/api/protectionContainerRefreshOperationResults/index.js.map +7 -0
- package/dist/commonjs/api/protectionContainerRefreshOperationResults/operations.d.ts +8 -0
- package/dist/commonjs/api/protectionContainerRefreshOperationResults/operations.js +71 -0
- package/dist/commonjs/api/protectionContainerRefreshOperationResults/operations.js.map +7 -0
- package/dist/commonjs/api/protectionContainerRefreshOperationResults/options.d.ts +5 -0
- package/dist/commonjs/api/protectionContainerRefreshOperationResults/options.js +16 -0
- package/dist/commonjs/api/protectionContainerRefreshOperationResults/options.js.map +7 -0
- package/dist/commonjs/api/protectionContainers/index.d.ts +3 -0
- package/dist/commonjs/api/protectionContainers/index.js +36 -0
- package/dist/commonjs/api/protectionContainers/index.js.map +7 -0
- package/dist/commonjs/api/protectionContainers/operations.d.ts +36 -0
- package/dist/commonjs/api/protectionContainers/operations.js +252 -0
- package/dist/commonjs/api/protectionContainers/operations.js.map +7 -0
- package/dist/commonjs/api/protectionContainers/options.d.ts +22 -0
- package/dist/commonjs/api/protectionContainers/options.js +16 -0
- package/dist/commonjs/api/protectionContainers/options.js.map +7 -0
- package/dist/commonjs/api/protectionIntent/index.d.ts +3 -0
- package/dist/commonjs/api/protectionIntent/index.js +34 -0
- package/dist/commonjs/api/protectionIntent/index.js.map +7 -0
- package/dist/commonjs/api/protectionIntent/operations.d.ts +29 -0
- package/dist/commonjs/api/protectionIntent/operations.js +204 -0
- package/dist/commonjs/api/protectionIntent/operations.js.map +7 -0
- package/dist/commonjs/api/protectionIntent/options.d.ts +14 -0
- package/dist/commonjs/api/protectionIntent/options.js +16 -0
- package/dist/commonjs/api/protectionIntent/options.js.map +7 -0
- package/dist/commonjs/api/protectionPolicies/index.d.ts +3 -0
- package/dist/commonjs/api/protectionPolicies/index.js +32 -0
- package/dist/commonjs/api/protectionPolicies/index.js.map +7 -0
- package/dist/commonjs/api/protectionPolicies/operations.d.ts +27 -0
- package/dist/commonjs/api/protectionPolicies/operations.js +158 -0
- package/dist/commonjs/api/protectionPolicies/operations.js.map +7 -0
- package/dist/commonjs/api/protectionPolicies/options.d.ts +14 -0
- package/dist/commonjs/api/protectionPolicies/options.js +16 -0
- package/dist/commonjs/api/protectionPolicies/options.js.map +7 -0
- package/dist/commonjs/api/protectionPolicyOperationResults/index.d.ts +3 -0
- package/dist/commonjs/api/protectionPolicyOperationResults/index.js +28 -0
- package/dist/commonjs/api/protectionPolicyOperationResults/index.js.map +7 -0
- package/dist/commonjs/api/protectionPolicyOperationResults/operations.d.ts +9 -0
- package/dist/commonjs/api/protectionPolicyOperationResults/operations.js +74 -0
- package/dist/commonjs/api/protectionPolicyOperationResults/operations.js.map +7 -0
- package/dist/commonjs/api/protectionPolicyOperationResults/options.d.ts +5 -0
- package/dist/commonjs/api/protectionPolicyOperationResults/options.js +16 -0
- package/dist/commonjs/api/protectionPolicyOperationResults/options.js.map +7 -0
- package/dist/commonjs/api/protectionPolicyOperationStatuses/index.d.ts +3 -0
- package/dist/commonjs/api/protectionPolicyOperationStatuses/index.js +28 -0
- package/dist/commonjs/api/protectionPolicyOperationStatuses/index.js.map +7 -0
- package/dist/commonjs/api/protectionPolicyOperationStatuses/operations.d.ts +13 -0
- package/dist/commonjs/api/protectionPolicyOperationStatuses/operations.js +74 -0
- package/dist/commonjs/api/protectionPolicyOperationStatuses/operations.js.map +7 -0
- package/dist/commonjs/api/protectionPolicyOperationStatuses/options.d.ts +5 -0
- package/dist/commonjs/api/protectionPolicyOperationStatuses/options.js +16 -0
- package/dist/commonjs/api/protectionPolicyOperationStatuses/options.js.map +7 -0
- package/dist/commonjs/api/recoveryPoints/index.d.ts +3 -0
- package/dist/commonjs/api/recoveryPoints/index.js +32 -0
- package/dist/commonjs/api/recoveryPoints/index.js.map +7 -0
- package/dist/commonjs/api/recoveryPoints/operations.d.ts +21 -0
- package/dist/commonjs/api/recoveryPoints/operations.js +190 -0
- package/dist/commonjs/api/recoveryPoints/operations.js.map +7 -0
- package/dist/commonjs/api/recoveryPoints/options.d.ts +12 -0
- package/dist/commonjs/api/recoveryPoints/options.js +16 -0
- package/dist/commonjs/api/recoveryPoints/options.js.map +7 -0
- package/dist/commonjs/api/recoveryPointsRecommendedForMove/index.d.ts +3 -0
- package/dist/commonjs/api/recoveryPointsRecommendedForMove/index.js +28 -0
- package/dist/commonjs/api/recoveryPointsRecommendedForMove/index.js.map +7 -0
- package/dist/commonjs/api/recoveryPointsRecommendedForMove/operations.d.ts +10 -0
- package/dist/commonjs/api/recoveryPointsRecommendedForMove/operations.js +89 -0
- package/dist/commonjs/api/recoveryPointsRecommendedForMove/operations.js.map +7 -0
- package/dist/commonjs/api/recoveryPointsRecommendedForMove/options.d.ts +5 -0
- package/dist/commonjs/api/recoveryPointsRecommendedForMove/options.js +16 -0
- package/dist/commonjs/api/recoveryPointsRecommendedForMove/options.js.map +7 -0
- package/dist/commonjs/api/recoveryServicesBackupContext.d.ts +22 -0
- package/dist/commonjs/api/recoveryServicesBackupContext.js +45 -0
- package/dist/commonjs/api/recoveryServicesBackupContext.js.map +7 -0
- package/dist/commonjs/api/resourceGuardProxies/index.d.ts +3 -0
- package/dist/commonjs/api/resourceGuardProxies/index.js +28 -0
- package/dist/commonjs/api/resourceGuardProxies/index.js.map +7 -0
- package/dist/commonjs/api/resourceGuardProxies/operations.d.ts +10 -0
- package/dist/commonjs/api/resourceGuardProxies/operations.js +75 -0
- package/dist/commonjs/api/resourceGuardProxies/operations.js.map +7 -0
- package/dist/commonjs/api/resourceGuardProxies/options.d.ts +5 -0
- package/dist/commonjs/api/resourceGuardProxies/options.js +16 -0
- package/dist/commonjs/api/resourceGuardProxies/options.js.map +7 -0
- package/dist/commonjs/api/resourceGuardProxy/index.d.ts +3 -0
- package/dist/commonjs/api/resourceGuardProxy/index.js +34 -0
- package/dist/commonjs/api/resourceGuardProxy/index.js.map +7 -0
- package/dist/commonjs/api/resourceGuardProxy/operations.d.ts +24 -0
- package/dist/commonjs/api/resourceGuardProxy/operations.js +207 -0
- package/dist/commonjs/api/resourceGuardProxy/operations.js.map +7 -0
- package/dist/commonjs/api/resourceGuardProxy/options.d.ts +14 -0
- package/dist/commonjs/api/resourceGuardProxy/options.js +16 -0
- package/dist/commonjs/api/resourceGuardProxy/options.js.map +7 -0
- package/dist/commonjs/api/restores/index.d.ts +3 -0
- package/dist/commonjs/api/restores/index.js +28 -0
- package/dist/commonjs/api/restores/index.js.map +7 -0
- package/dist/commonjs/api/restores/operations.d.ts +13 -0
- package/dist/commonjs/api/restores/operations.js +90 -0
- package/dist/commonjs/api/restores/operations.js.map +7 -0
- package/dist/commonjs/api/restores/options.d.ts +8 -0
- package/dist/commonjs/api/restores/options.js +16 -0
- package/dist/commonjs/api/restores/options.js.map +7 -0
- package/dist/commonjs/api/securityPINs/index.d.ts +3 -0
- package/dist/commonjs/api/securityPINs/index.js +28 -0
- package/dist/commonjs/api/securityPINs/index.js.map +7 -0
- package/dist/commonjs/api/securityPINs/operations.d.ts +9 -0
- package/dist/commonjs/api/securityPINs/operations.js +71 -0
- package/dist/commonjs/api/securityPINs/operations.js.map +7 -0
- package/dist/commonjs/api/securityPINs/options.d.ts +9 -0
- package/dist/commonjs/api/securityPINs/options.js +16 -0
- package/dist/commonjs/api/securityPINs/options.js.map +7 -0
- package/dist/commonjs/api/tieringCostOperationStatus/index.d.ts +3 -0
- package/dist/commonjs/api/tieringCostOperationStatus/index.js +28 -0
- package/dist/commonjs/api/tieringCostOperationStatus/index.js.map +7 -0
- package/dist/commonjs/api/tieringCostOperationStatus/operations.d.ts +9 -0
- package/dist/commonjs/api/tieringCostOperationStatus/operations.js +66 -0
- package/dist/commonjs/api/tieringCostOperationStatus/operations.js.map +7 -0
- package/dist/commonjs/api/tieringCostOperationStatus/options.d.ts +5 -0
- package/dist/commonjs/api/tieringCostOperationStatus/options.js +16 -0
- package/dist/commonjs/api/tieringCostOperationStatus/options.js.map +7 -0
- package/dist/commonjs/api/validateOperation/index.d.ts +3 -0
- package/dist/commonjs/api/validateOperation/index.js +28 -0
- package/dist/commonjs/api/validateOperation/index.js.map +7 -0
- package/dist/commonjs/api/validateOperation/operations.d.ts +10 -0
- package/dist/commonjs/api/validateOperation/operations.js +72 -0
- package/dist/commonjs/api/validateOperation/operations.js.map +7 -0
- package/dist/commonjs/api/validateOperation/options.d.ts +7 -0
- package/dist/commonjs/api/validateOperation/options.js +16 -0
- package/dist/commonjs/api/validateOperation/options.js.map +7 -0
- package/dist/commonjs/api/validateOperationResults/index.d.ts +3 -0
- package/dist/commonjs/api/validateOperationResults/index.js +28 -0
- package/dist/commonjs/api/validateOperationResults/index.js.map +7 -0
- package/dist/commonjs/api/validateOperationResults/operations.d.ts +9 -0
- package/dist/commonjs/api/validateOperationResults/operations.js +66 -0
- package/dist/commonjs/api/validateOperationResults/operations.js.map +7 -0
- package/dist/commonjs/api/validateOperationResults/options.d.ts +5 -0
- package/dist/commonjs/api/validateOperationResults/options.js +16 -0
- package/dist/commonjs/api/validateOperationResults/options.js.map +7 -0
- package/dist/commonjs/api/validateOperationStatuses/index.d.ts +3 -0
- package/dist/commonjs/api/validateOperationStatuses/index.js +28 -0
- package/dist/commonjs/api/validateOperationStatuses/index.js.map +7 -0
- package/dist/commonjs/api/validateOperationStatuses/operations.d.ts +13 -0
- package/dist/commonjs/api/validateOperationStatuses/operations.js +66 -0
- package/dist/commonjs/api/validateOperationStatuses/operations.js.map +7 -0
- package/dist/commonjs/api/validateOperationStatuses/options.d.ts +5 -0
- package/dist/commonjs/api/validateOperationStatuses/options.js +16 -0
- package/dist/commonjs/api/validateOperationStatuses/options.js.map +7 -0
- package/dist/commonjs/classic/backupEngines/index.d.ts +13 -0
- package/dist/commonjs/classic/backupEngines/index.js +39 -0
- package/dist/commonjs/classic/backupEngines/index.js.map +7 -0
- package/dist/commonjs/classic/backupJobs/index.d.ts +11 -0
- package/dist/commonjs/classic/backupJobs/index.js +38 -0
- package/dist/commonjs/classic/backupJobs/index.js.map +7 -0
- package/dist/commonjs/classic/backupOperationResults/index.d.ts +14 -0
- package/dist/commonjs/classic/backupOperationResults/index.js +38 -0
- package/dist/commonjs/classic/backupOperationResults/index.js.map +7 -0
- package/dist/commonjs/classic/backupOperationStatuses/index.d.ts +14 -0
- package/dist/commonjs/classic/backupOperationStatuses/index.js +38 -0
- package/dist/commonjs/classic/backupOperationStatuses/index.js.map +7 -0
- package/dist/commonjs/classic/backupPolicies/index.d.ts +14 -0
- package/dist/commonjs/classic/backupPolicies/index.js +38 -0
- package/dist/commonjs/classic/backupPolicies/index.js.map +7 -0
- package/dist/commonjs/classic/backupProtectableItems/index.d.ts +14 -0
- package/dist/commonjs/classic/backupProtectableItems/index.js +38 -0
- package/dist/commonjs/classic/backupProtectableItems/index.js.map +7 -0
- package/dist/commonjs/classic/backupProtectedItems/index.d.ts +11 -0
- package/dist/commonjs/classic/backupProtectedItems/index.js +38 -0
- package/dist/commonjs/classic/backupProtectedItems/index.js.map +7 -0
- package/dist/commonjs/classic/backupProtectionContainers/index.d.ts +11 -0
- package/dist/commonjs/classic/backupProtectionContainers/index.js +38 -0
- package/dist/commonjs/classic/backupProtectionContainers/index.js.map +7 -0
- package/dist/commonjs/classic/backupProtectionIntent/index.d.ts +11 -0
- package/dist/commonjs/classic/backupProtectionIntent/index.js +38 -0
- package/dist/commonjs/classic/backupProtectionIntent/index.js.map +7 -0
- package/dist/commonjs/classic/backupResourceEncryptionConfigs/index.d.ts +12 -0
- package/dist/commonjs/classic/backupResourceEncryptionConfigs/index.js +39 -0
- package/dist/commonjs/classic/backupResourceEncryptionConfigs/index.js.map +7 -0
- package/dist/commonjs/classic/backupResourceStorageConfigsNonCRR/index.d.ts +14 -0
- package/dist/commonjs/classic/backupResourceStorageConfigsNonCRR/index.js +40 -0
- package/dist/commonjs/classic/backupResourceStorageConfigsNonCRR/index.js.map +7 -0
- package/dist/commonjs/classic/backupResourceVaultConfigs/index.d.ts +14 -0
- package/dist/commonjs/classic/backupResourceVaultConfigs/index.js +40 -0
- package/dist/commonjs/classic/backupResourceVaultConfigs/index.js.map +7 -0
- package/dist/commonjs/classic/backupStatus/index.d.ts +10 -0
- package/dist/commonjs/classic/backupStatus/index.js +38 -0
- package/dist/commonjs/classic/backupStatus/index.js.map +7 -0
- package/dist/commonjs/classic/backupUsageSummaries/index.d.ts +11 -0
- package/dist/commonjs/classic/backupUsageSummaries/index.js +38 -0
- package/dist/commonjs/classic/backupUsageSummaries/index.js.map +7 -0
- package/dist/commonjs/classic/backupWorkloadItems/index.d.ts +14 -0
- package/dist/commonjs/classic/backupWorkloadItems/index.js +38 -0
- package/dist/commonjs/classic/backupWorkloadItems/index.js.map +7 -0
- package/dist/commonjs/classic/backups/index.d.ts +13 -0
- package/dist/commonjs/classic/backups/index.js +47 -0
- package/dist/commonjs/classic/backups/index.js.map +7 -0
- package/dist/commonjs/classic/bmsPrepareDataMoveOperationResult/index.d.ts +10 -0
- package/dist/commonjs/classic/bmsPrepareDataMoveOperationResult/index.js +38 -0
- package/dist/commonjs/classic/bmsPrepareDataMoveOperationResult/index.js.map +7 -0
- package/dist/commonjs/classic/deletedProtectionContainers/index.d.ts +11 -0
- package/dist/commonjs/classic/deletedProtectionContainers/index.js +38 -0
- package/dist/commonjs/classic/deletedProtectionContainers/index.js.map +7 -0
- package/dist/commonjs/classic/exportJobsOperationResults/index.d.ts +13 -0
- package/dist/commonjs/classic/exportJobsOperationResults/index.js +38 -0
- package/dist/commonjs/classic/exportJobsOperationResults/index.js.map +7 -0
- package/dist/commonjs/classic/featureSupport/index.d.ts +10 -0
- package/dist/commonjs/classic/featureSupport/index.js +38 -0
- package/dist/commonjs/classic/featureSupport/index.js.map +7 -0
- package/dist/commonjs/classic/fetchTieringCost/index.d.ts +19 -0
- package/dist/commonjs/classic/fetchTieringCost/index.js +47 -0
- package/dist/commonjs/classic/fetchTieringCost/index.js.map +7 -0
- package/dist/commonjs/classic/getTieringCostOperationResult/index.d.ts +10 -0
- package/dist/commonjs/classic/getTieringCostOperationResult/index.js +38 -0
- package/dist/commonjs/classic/getTieringCostOperationResult/index.js.map +7 -0
- package/dist/commonjs/classic/index.d.ts +53 -0
- package/dist/commonjs/classic/index.js +16 -0
- package/dist/commonjs/classic/index.js.map +7 -0
- package/dist/commonjs/classic/itemLevelRecoveryConnections/index.d.ts +19 -0
- package/dist/commonjs/classic/itemLevelRecoveryConnections/index.js +58 -0
- package/dist/commonjs/classic/itemLevelRecoveryConnections/index.js.map +7 -0
- package/dist/commonjs/classic/jobCancellations/index.d.ts +12 -0
- package/dist/commonjs/classic/jobCancellations/index.js +38 -0
- package/dist/commonjs/classic/jobCancellations/index.js.map +7 -0
- package/dist/commonjs/classic/jobDetails/index.d.ts +10 -0
- package/dist/commonjs/classic/jobDetails/index.js +38 -0
- package/dist/commonjs/classic/jobDetails/index.js.map +7 -0
- package/dist/commonjs/classic/jobOperationResults/index.d.ts +9 -0
- package/dist/commonjs/classic/jobOperationResults/index.js +38 -0
- package/dist/commonjs/classic/jobOperationResults/index.js.map +7 -0
- package/dist/commonjs/classic/jobs/index.d.ts +9 -0
- package/dist/commonjs/classic/jobs/index.js +38 -0
- package/dist/commonjs/classic/jobs/index.js.map +7 -0
- package/dist/commonjs/classic/operation/index.d.ts +10 -0
- package/dist/commonjs/classic/operation/index.js +38 -0
- package/dist/commonjs/classic/operation/index.js.map +7 -0
- package/dist/commonjs/classic/operations/index.d.ts +11 -0
- package/dist/commonjs/classic/operations/index.js +38 -0
- package/dist/commonjs/classic/operations/index.js.map +7 -0
- package/dist/commonjs/classic/privateEndpoint/index.d.ts +10 -0
- package/dist/commonjs/classic/privateEndpoint/index.js +45 -0
- package/dist/commonjs/classic/privateEndpoint/index.js.map +7 -0
- package/dist/commonjs/classic/privateEndpointConnection/index.d.ts +24 -0
- package/dist/commonjs/classic/privateEndpointConnection/index.js +90 -0
- package/dist/commonjs/classic/privateEndpointConnection/index.js.map +7 -0
- package/dist/commonjs/classic/protectableContainers/index.d.ts +11 -0
- package/dist/commonjs/classic/protectableContainers/index.js +38 -0
- package/dist/commonjs/classic/protectableContainers/index.js.map +7 -0
- package/dist/commonjs/classic/protectedItemOperationResults/index.d.ts +10 -0
- package/dist/commonjs/classic/protectedItemOperationResults/index.js +47 -0
- package/dist/commonjs/classic/protectedItemOperationResults/index.js.map +7 -0
- package/dist/commonjs/classic/protectedItemOperationStatuses/index.d.ts +14 -0
- package/dist/commonjs/classic/protectedItemOperationStatuses/index.js +47 -0
- package/dist/commonjs/classic/protectedItemOperationStatuses/index.js.map +7 -0
- package/dist/commonjs/classic/protectedItems/index.d.ts +29 -0
- package/dist/commonjs/classic/protectedItems/index.js +92 -0
- package/dist/commonjs/classic/protectedItems/index.js.map +7 -0
- package/dist/commonjs/classic/protectionContainerOperationResults/index.d.ts +10 -0
- package/dist/commonjs/classic/protectionContainerOperationResults/index.js +38 -0
- package/dist/commonjs/classic/protectionContainerOperationResults/index.js.map +7 -0
- package/dist/commonjs/classic/protectionContainerRefreshOperationResults/index.d.ts +9 -0
- package/dist/commonjs/classic/protectionContainerRefreshOperationResults/index.js +38 -0
- package/dist/commonjs/classic/protectionContainerRefreshOperationResults/index.js.map +7 -0
- package/dist/commonjs/classic/protectionContainers/index.d.ts +34 -0
- package/dist/commonjs/classic/protectionContainers/index.js +75 -0
- package/dist/commonjs/classic/protectionContainers/index.js.map +7 -0
- package/dist/commonjs/classic/protectionIntent/index.d.ts +24 -0
- package/dist/commonjs/classic/protectionIntent/index.js +49 -0
- package/dist/commonjs/classic/protectionIntent/index.js.map +7 -0
- package/dist/commonjs/classic/protectionPolicies/index.d.ts +29 -0
- package/dist/commonjs/classic/protectionPolicies/index.js +49 -0
- package/dist/commonjs/classic/protectionPolicies/index.js.map +7 -0
- package/dist/commonjs/classic/protectionPolicyOperationResults/index.d.ts +10 -0
- package/dist/commonjs/classic/protectionPolicyOperationResults/index.js +38 -0
- package/dist/commonjs/classic/protectionPolicyOperationResults/index.js.map +7 -0
- package/dist/commonjs/classic/protectionPolicyOperationStatuses/index.d.ts +14 -0
- package/dist/commonjs/classic/protectionPolicyOperationStatuses/index.js +38 -0
- package/dist/commonjs/classic/protectionPolicyOperationStatuses/index.js.map +7 -0
- package/dist/commonjs/classic/recoveryPoints/index.d.ts +18 -0
- package/dist/commonjs/classic/recoveryPoints/index.js +67 -0
- package/dist/commonjs/classic/recoveryPoints/index.js.map +7 -0
- package/dist/commonjs/classic/recoveryPointsRecommendedForMove/index.d.ts +11 -0
- package/dist/commonjs/classic/recoveryPointsRecommendedForMove/index.js +47 -0
- package/dist/commonjs/classic/recoveryPointsRecommendedForMove/index.js.map +7 -0
- package/dist/commonjs/classic/resourceGuardProxies/index.d.ts +11 -0
- package/dist/commonjs/classic/resourceGuardProxies/index.js +38 -0
- package/dist/commonjs/classic/resourceGuardProxies/index.js.map +7 -0
- package/dist/commonjs/classic/resourceGuardProxy/index.d.ts +19 -0
- package/dist/commonjs/classic/resourceGuardProxy/index.js +48 -0
- package/dist/commonjs/classic/resourceGuardProxy/index.js.map +7 -0
- package/dist/commonjs/classic/restores/index.d.ts +19 -0
- package/dist/commonjs/classic/restores/index.js +77 -0
- package/dist/commonjs/classic/restores/index.js.map +7 -0
- package/dist/commonjs/classic/securityPINs/index.d.ts +10 -0
- package/dist/commonjs/classic/securityPINs/index.js +38 -0
- package/dist/commonjs/classic/securityPINs/index.js.map +7 -0
- package/dist/commonjs/classic/tieringCostOperationStatus/index.d.ts +10 -0
- package/dist/commonjs/classic/tieringCostOperationStatus/index.js +38 -0
- package/dist/commonjs/classic/tieringCostOperationStatus/index.js.map +7 -0
- package/dist/commonjs/classic/validateOperation/index.d.ts +16 -0
- package/dist/commonjs/classic/validateOperation/index.js +47 -0
- package/dist/commonjs/classic/validateOperation/index.js.map +7 -0
- package/dist/commonjs/classic/validateOperationResults/index.d.ts +10 -0
- package/dist/commonjs/classic/validateOperationResults/index.js +38 -0
- package/dist/commonjs/classic/validateOperationResults/index.js.map +7 -0
- package/dist/commonjs/classic/validateOperationStatuses/index.d.ts +14 -0
- package/dist/commonjs/classic/validateOperationStatuses/index.js +38 -0
- package/dist/commonjs/classic/validateOperationStatuses/index.js.map +7 -0
- package/dist/commonjs/index.d.ts +65 -3
- package/dist/commonjs/index.js +165 -19
- package/dist/commonjs/index.js.map +7 -1
- package/dist/commonjs/logger.d.ts +2 -0
- package/dist/commonjs/logger.js +29 -0
- package/dist/commonjs/logger.js.map +7 -0
- package/dist/commonjs/models/index.d.ts +2 -5496
- package/dist/commonjs/models/index.js +156 -926
- package/dist/commonjs/models/index.js.map +7 -1
- package/dist/commonjs/models/models.d.ts +5511 -0
- package/dist/commonjs/models/models.js +7898 -0
- package/dist/commonjs/models/models.js.map +7 -0
- package/dist/commonjs/recoveryServicesBackupClient.d.ts +188 -139
- package/dist/commonjs/recoveryServicesBackupClient.js +374 -458
- package/dist/commonjs/recoveryServicesBackupClient.js.map +7 -1
- package/dist/commonjs/restorePollerHelpers.d.ts +21 -0
- package/dist/commonjs/restorePollerHelpers.js +127 -0
- package/dist/commonjs/restorePollerHelpers.js.map +7 -0
- package/dist/commonjs/static-helpers/cloudSettingHelpers.d.ts +22 -0
- package/dist/commonjs/static-helpers/cloudSettingHelpers.js +52 -0
- package/dist/commonjs/static-helpers/cloudSettingHelpers.js.map +7 -0
- package/dist/commonjs/static-helpers/pagingHelpers.d.ts +74 -0
- package/dist/commonjs/static-helpers/pagingHelpers.js +143 -0
- package/dist/commonjs/static-helpers/pagingHelpers.js.map +7 -0
- package/dist/commonjs/static-helpers/pollingHelpers.d.ts +34 -0
- package/dist/commonjs/static-helpers/pollingHelpers.js +101 -0
- package/dist/commonjs/static-helpers/pollingHelpers.js.map +7 -0
- package/dist/commonjs/static-helpers/simplePollerHelpers.d.ts +73 -0
- package/dist/commonjs/static-helpers/simplePollerHelpers.js +67 -0
- package/dist/commonjs/static-helpers/simplePollerHelpers.js.map +7 -0
- package/dist/commonjs/static-helpers/urlTemplate.d.ts +5 -0
- package/dist/commonjs/static-helpers/urlTemplate.js +197 -0
- package/dist/commonjs/static-helpers/urlTemplate.js.map +7 -0
- package/dist/commonjs/tsdoc-metadata.json +11 -11
- package/dist/esm/api/backupEngines/index.d.ts +3 -0
- package/dist/esm/api/backupEngines/index.js +4 -0
- package/dist/esm/api/backupEngines/index.js.map +1 -0
- package/dist/esm/api/backupEngines/operations.d.ts +14 -0
- package/dist/esm/api/backupEngines/operations.js +71 -0
- package/dist/esm/api/backupEngines/operations.js.map +1 -0
- package/dist/esm/api/backupEngines/options.d.ts +12 -0
- package/dist/esm/api/backupEngines/options.js +4 -0
- package/dist/esm/api/backupEngines/options.js.map +1 -0
- package/dist/esm/api/backupJobs/index.d.ts +3 -0
- package/dist/esm/api/backupJobs/index.js +4 -0
- package/dist/esm/api/backupJobs/index.js.map +1 -0
- package/dist/esm/api/backupJobs/operations.d.ts +10 -0
- package/dist/esm/api/backupJobs/operations.js +40 -0
- package/dist/esm/api/backupJobs/operations.js.map +1 -0
- package/dist/esm/api/backupJobs/options.d.ts +7 -0
- package/dist/esm/api/backupJobs/options.js +4 -0
- package/dist/esm/api/backupJobs/options.js.map +1 -0
- package/dist/esm/api/backupOperationResults/index.d.ts +3 -0
- package/dist/esm/api/backupOperationResults/index.js +4 -0
- package/dist/esm/api/backupOperationResults/index.js.map +1 -0
- package/dist/esm/api/backupOperationResults/operations.d.ts +13 -0
- package/dist/esm/api/backupOperationResults/operations.js +37 -0
- package/dist/esm/api/backupOperationResults/operations.js.map +1 -0
- package/dist/esm/api/backupOperationResults/options.d.ts +5 -0
- package/dist/esm/api/backupOperationResults/options.js +4 -0
- package/dist/esm/api/backupOperationResults/options.js.map +1 -0
- package/dist/esm/api/backupOperationStatuses/index.d.ts +3 -0
- package/dist/esm/api/backupOperationStatuses/index.js +4 -0
- package/dist/esm/api/backupOperationStatuses/index.js.map +1 -0
- package/dist/esm/api/backupOperationStatuses/operations.d.ts +13 -0
- package/dist/esm/api/backupOperationStatuses/operations.js +39 -0
- package/dist/esm/api/backupOperationStatuses/operations.js.map +1 -0
- package/dist/esm/api/backupOperationStatuses/options.d.ts +5 -0
- package/dist/esm/api/backupOperationStatuses/options.js +4 -0
- package/dist/esm/api/backupOperationStatuses/options.js.map +1 -0
- package/dist/esm/api/backupPolicies/index.d.ts +3 -0
- package/dist/esm/api/backupPolicies/index.js +4 -0
- package/dist/esm/api/backupPolicies/index.js.map +1 -0
- package/dist/esm/api/backupPolicies/operations.d.ts +13 -0
- package/dist/esm/api/backupPolicies/operations.js +42 -0
- package/dist/esm/api/backupPolicies/operations.js.map +1 -0
- package/dist/esm/api/backupPolicies/options.d.ts +6 -0
- package/dist/esm/api/backupPolicies/options.js +4 -0
- package/dist/esm/api/backupPolicies/options.js.map +1 -0
- package/dist/esm/api/backupProtectableItems/index.d.ts +3 -0
- package/dist/esm/api/backupProtectableItems/index.js +4 -0
- package/dist/esm/api/backupProtectableItems/index.js.map +1 -0
- package/dist/esm/api/backupProtectableItems/operations.d.ts +13 -0
- package/dist/esm/api/backupProtectableItems/operations.js +43 -0
- package/dist/esm/api/backupProtectableItems/operations.js.map +1 -0
- package/dist/esm/api/backupProtectableItems/options.d.ts +9 -0
- package/dist/esm/api/backupProtectableItems/options.js +4 -0
- package/dist/esm/api/backupProtectableItems/options.js.map +1 -0
- package/dist/esm/api/backupProtectedItems/index.d.ts +3 -0
- package/dist/esm/api/backupProtectedItems/index.js +4 -0
- package/dist/esm/api/backupProtectedItems/index.js.map +1 -0
- package/dist/esm/api/backupProtectedItems/operations.d.ts +10 -0
- package/dist/esm/api/backupProtectedItems/operations.js +40 -0
- package/dist/esm/api/backupProtectedItems/operations.js.map +1 -0
- package/dist/esm/api/backupProtectedItems/options.d.ts +9 -0
- package/dist/esm/api/backupProtectedItems/options.js +4 -0
- package/dist/esm/api/backupProtectedItems/options.js.map +1 -0
- package/dist/esm/api/backupProtectionContainers/index.d.ts +3 -0
- package/dist/esm/api/backupProtectionContainers/index.js +4 -0
- package/dist/esm/api/backupProtectionContainers/index.js.map +1 -0
- package/dist/esm/api/backupProtectionContainers/operations.d.ts +10 -0
- package/dist/esm/api/backupProtectionContainers/operations.js +39 -0
- package/dist/esm/api/backupProtectionContainers/operations.js.map +1 -0
- package/dist/esm/api/backupProtectionContainers/options.d.ts +7 -0
- package/dist/esm/api/backupProtectionContainers/options.js +4 -0
- package/dist/esm/api/backupProtectionContainers/options.js.map +1 -0
- package/dist/esm/api/backupProtectionIntent/index.d.ts +3 -0
- package/dist/esm/api/backupProtectionIntent/index.js +4 -0
- package/dist/esm/api/backupProtectionIntent/index.js.map +1 -0
- package/dist/esm/api/backupProtectionIntent/operations.d.ts +10 -0
- package/dist/esm/api/backupProtectionIntent/operations.js +40 -0
- package/dist/esm/api/backupProtectionIntent/operations.js.map +1 -0
- package/dist/esm/api/backupProtectionIntent/options.d.ts +9 -0
- package/dist/esm/api/backupProtectionIntent/options.js +4 -0
- package/dist/esm/api/backupProtectionIntent/options.js.map +1 -0
- package/dist/esm/api/backupResourceEncryptionConfigs/index.d.ts +3 -0
- package/dist/esm/api/backupResourceEncryptionConfigs/index.js +4 -0
- package/dist/esm/api/backupResourceEncryptionConfigs/index.js.map +1 -0
- package/dist/esm/api/backupResourceEncryptionConfigs/operations.d.ts +13 -0
- package/dist/esm/api/backupResourceEncryptionConfigs/operations.js +63 -0
- package/dist/esm/api/backupResourceEncryptionConfigs/operations.js.map +1 -0
- package/dist/esm/api/backupResourceEncryptionConfigs/options.d.ts +8 -0
- package/dist/esm/api/backupResourceEncryptionConfigs/options.js +4 -0
- package/dist/esm/api/backupResourceEncryptionConfigs/options.js.map +1 -0
- package/dist/esm/api/backupResourceStorageConfigsNonCRR/index.d.ts +3 -0
- package/dist/esm/api/backupResourceStorageConfigsNonCRR/index.js +4 -0
- package/dist/esm/api/backupResourceStorageConfigsNonCRR/index.js.map +1 -0
- package/dist/esm/api/backupResourceStorageConfigsNonCRR/operations.d.ts +17 -0
- package/dist/esm/api/backupResourceStorageConfigsNonCRR/operations.js +93 -0
- package/dist/esm/api/backupResourceStorageConfigsNonCRR/operations.js.map +1 -0
- package/dist/esm/api/backupResourceStorageConfigsNonCRR/options.d.ts +11 -0
- package/dist/esm/api/backupResourceStorageConfigsNonCRR/options.js +4 -0
- package/dist/esm/api/backupResourceStorageConfigsNonCRR/options.js.map +1 -0
- package/dist/esm/api/backupResourceVaultConfigs/index.d.ts +3 -0
- package/dist/esm/api/backupResourceVaultConfigs/index.js +4 -0
- package/dist/esm/api/backupResourceVaultConfigs/index.js.map +1 -0
- package/dist/esm/api/backupResourceVaultConfigs/operations.d.ts +17 -0
- package/dist/esm/api/backupResourceVaultConfigs/operations.js +106 -0
- package/dist/esm/api/backupResourceVaultConfigs/operations.js.map +1 -0
- package/dist/esm/api/backupResourceVaultConfigs/options.d.ts +13 -0
- package/dist/esm/api/backupResourceVaultConfigs/options.js +4 -0
- package/dist/esm/api/backupResourceVaultConfigs/options.js.map +1 -0
- package/dist/esm/api/backupStatus/index.d.ts +3 -0
- package/dist/esm/api/backupStatus/index.js +4 -0
- package/dist/esm/api/backupStatus/index.js.map +1 -0
- package/dist/esm/api/backupStatus/operations.d.ts +9 -0
- package/dist/esm/api/backupStatus/operations.js +35 -0
- package/dist/esm/api/backupStatus/operations.js.map +1 -0
- package/dist/esm/api/backupStatus/options.d.ts +5 -0
- package/dist/esm/api/backupStatus/options.js +4 -0
- package/dist/esm/api/backupStatus/options.js.map +1 -0
- package/dist/esm/api/backupUsageSummaries/index.d.ts +3 -0
- package/dist/esm/api/backupUsageSummaries/index.js +4 -0
- package/dist/esm/api/backupUsageSummaries/index.js.map +1 -0
- package/dist/esm/api/backupUsageSummaries/operations.d.ts +10 -0
- package/dist/esm/api/backupUsageSummaries/operations.js +40 -0
- package/dist/esm/api/backupUsageSummaries/operations.js.map +1 -0
- package/dist/esm/api/backupUsageSummaries/options.d.ts +9 -0
- package/dist/esm/api/backupUsageSummaries/options.js +4 -0
- package/dist/esm/api/backupUsageSummaries/options.js.map +1 -0
- package/dist/esm/api/backupWorkloadItems/index.d.ts +3 -0
- package/dist/esm/api/backupWorkloadItems/index.js +4 -0
- package/dist/esm/api/backupWorkloadItems/index.js.map +1 -0
- package/dist/esm/api/backupWorkloadItems/operations.d.ts +13 -0
- package/dist/esm/api/backupWorkloadItems/operations.js +45 -0
- package/dist/esm/api/backupWorkloadItems/operations.js.map +1 -0
- package/dist/esm/api/backupWorkloadItems/options.d.ts +7 -0
- package/dist/esm/api/backupWorkloadItems/options.js +4 -0
- package/dist/esm/api/backupWorkloadItems/options.js.map +1 -0
- package/dist/esm/api/backups/index.d.ts +3 -0
- package/dist/esm/api/backups/index.js +4 -0
- package/dist/esm/api/backups/index.js.map +1 -0
- package/dist/esm/api/backups/operations.d.ts +12 -0
- package/dist/esm/api/backups/operations.js +41 -0
- package/dist/esm/api/backups/operations.js.map +1 -0
- package/dist/esm/api/backups/options.d.ts +5 -0
- package/dist/esm/api/backups/options.js +4 -0
- package/dist/esm/api/backups/options.js.map +1 -0
- package/dist/esm/api/bmsPrepareDataMoveOperationResult/index.d.ts +3 -0
- package/dist/esm/api/bmsPrepareDataMoveOperationResult/index.js +4 -0
- package/dist/esm/api/bmsPrepareDataMoveOperationResult/index.js.map +1 -0
- package/dist/esm/api/bmsPrepareDataMoveOperationResult/operations.d.ts +9 -0
- package/dist/esm/api/bmsPrepareDataMoveOperationResult/operations.js +35 -0
- package/dist/esm/api/bmsPrepareDataMoveOperationResult/operations.js.map +1 -0
- package/dist/esm/api/bmsPrepareDataMoveOperationResult/options.d.ts +5 -0
- package/dist/esm/api/bmsPrepareDataMoveOperationResult/options.js +4 -0
- package/dist/esm/api/bmsPrepareDataMoveOperationResult/options.js.map +1 -0
- package/dist/esm/api/deletedProtectionContainers/index.d.ts +3 -0
- package/dist/esm/api/deletedProtectionContainers/index.js +4 -0
- package/dist/esm/api/deletedProtectionContainers/index.js.map +1 -0
- package/dist/esm/api/deletedProtectionContainers/operations.d.ts +10 -0
- package/dist/esm/api/deletedProtectionContainers/operations.js +39 -0
- package/dist/esm/api/deletedProtectionContainers/operations.js.map +1 -0
- package/dist/esm/api/deletedProtectionContainers/options.d.ts +7 -0
- package/dist/esm/api/deletedProtectionContainers/options.js +4 -0
- package/dist/esm/api/deletedProtectionContainers/options.js.map +1 -0
- package/dist/esm/api/exportJobsOperationResults/index.d.ts +3 -0
- package/dist/esm/api/exportJobsOperationResults/index.js +4 -0
- package/dist/esm/api/exportJobsOperationResults/index.js.map +1 -0
- package/dist/esm/api/exportJobsOperationResults/operations.d.ts +12 -0
- package/dist/esm/api/exportJobsOperationResults/operations.js +38 -0
- package/dist/esm/api/exportJobsOperationResults/operations.js.map +1 -0
- package/dist/esm/api/exportJobsOperationResults/options.d.ts +5 -0
- package/dist/esm/api/exportJobsOperationResults/options.js +4 -0
- package/dist/esm/api/exportJobsOperationResults/options.js.map +1 -0
- package/dist/esm/api/featureSupport/index.d.ts +3 -0
- package/dist/esm/api/featureSupport/index.js +4 -0
- package/dist/esm/api/featureSupport/index.js.map +1 -0
- package/dist/esm/api/featureSupport/operations.d.ts +9 -0
- package/dist/esm/api/featureSupport/operations.js +35 -0
- package/dist/esm/api/featureSupport/operations.js.map +1 -0
- package/dist/esm/api/featureSupport/options.d.ts +5 -0
- package/dist/esm/api/featureSupport/options.js +4 -0
- package/dist/esm/api/featureSupport/options.js.map +1 -0
- package/dist/esm/api/fetchTieringCost/index.d.ts +3 -0
- package/dist/esm/api/fetchTieringCost/index.js +4 -0
- package/dist/esm/api/fetchTieringCost/index.js.map +1 -0
- package/dist/esm/api/fetchTieringCost/operations.d.ts +13 -0
- package/dist/esm/api/fetchTieringCost/operations.js +45 -0
- package/dist/esm/api/fetchTieringCost/operations.js.map +1 -0
- package/dist/esm/api/fetchTieringCost/options.d.ts +7 -0
- package/dist/esm/api/fetchTieringCost/options.js +4 -0
- package/dist/esm/api/fetchTieringCost/options.js.map +1 -0
- package/dist/esm/api/getTieringCostOperationResult/index.d.ts +3 -0
- package/dist/esm/api/getTieringCostOperationResult/index.js +4 -0
- package/dist/esm/api/getTieringCostOperationResult/index.js.map +1 -0
- package/dist/esm/api/getTieringCostOperationResult/operations.d.ts +9 -0
- package/dist/esm/api/getTieringCostOperationResult/operations.js +35 -0
- package/dist/esm/api/getTieringCostOperationResult/operations.js.map +1 -0
- package/dist/esm/api/getTieringCostOperationResult/options.d.ts +5 -0
- package/dist/esm/api/getTieringCostOperationResult/options.js +4 -0
- package/dist/esm/api/getTieringCostOperationResult/options.js.map +1 -0
- package/dist/esm/api/index.d.ts +5 -0
- package/dist/esm/api/index.js +5 -0
- package/dist/esm/api/index.js.map +1 -0
- package/dist/esm/api/itemLevelRecoveryConnections/index.d.ts +3 -0
- package/dist/esm/api/itemLevelRecoveryConnections/index.js +4 -0
- package/dist/esm/api/itemLevelRecoveryConnections/index.js.map +1 -0
- package/dist/esm/api/itemLevelRecoveryConnections/operations.d.ts +20 -0
- package/dist/esm/api/itemLevelRecoveryConnections/operations.js +75 -0
- package/dist/esm/api/itemLevelRecoveryConnections/operations.js.map +1 -0
- package/dist/esm/api/itemLevelRecoveryConnections/options.d.ts +8 -0
- package/dist/esm/api/itemLevelRecoveryConnections/options.js +4 -0
- package/dist/esm/api/itemLevelRecoveryConnections/options.js.map +1 -0
- package/dist/esm/api/jobCancellations/index.d.ts +3 -0
- package/dist/esm/api/jobCancellations/index.js +4 -0
- package/dist/esm/api/jobCancellations/index.js.map +1 -0
- package/dist/esm/api/jobCancellations/operations.d.ts +11 -0
- package/dist/esm/api/jobCancellations/operations.js +35 -0
- package/dist/esm/api/jobCancellations/operations.js.map +1 -0
- package/dist/esm/api/jobCancellations/options.d.ts +5 -0
- package/dist/esm/api/jobCancellations/options.js +4 -0
- package/dist/esm/api/jobCancellations/options.js.map +1 -0
- package/dist/esm/api/jobDetails/index.d.ts +3 -0
- package/dist/esm/api/jobDetails/index.js +4 -0
- package/dist/esm/api/jobDetails/index.js.map +1 -0
- package/dist/esm/api/jobDetails/operations.d.ts +9 -0
- package/dist/esm/api/jobDetails/operations.js +35 -0
- package/dist/esm/api/jobDetails/operations.js.map +1 -0
- package/dist/esm/api/jobDetails/options.d.ts +5 -0
- package/dist/esm/api/jobDetails/options.js +4 -0
- package/dist/esm/api/jobDetails/options.js.map +1 -0
- package/dist/esm/api/jobOperationResults/index.d.ts +3 -0
- package/dist/esm/api/jobOperationResults/index.js +4 -0
- package/dist/esm/api/jobOperationResults/index.js.map +1 -0
- package/dist/esm/api/jobOperationResults/operations.d.ts +8 -0
- package/dist/esm/api/jobOperationResults/operations.js +33 -0
- package/dist/esm/api/jobOperationResults/operations.js.map +1 -0
- package/dist/esm/api/jobOperationResults/options.d.ts +5 -0
- package/dist/esm/api/jobOperationResults/options.js +4 -0
- package/dist/esm/api/jobOperationResults/options.js.map +1 -0
- package/dist/esm/api/jobs/index.d.ts +3 -0
- package/dist/esm/api/jobs/index.js +4 -0
- package/dist/esm/api/jobs/index.js.map +1 -0
- package/dist/esm/api/jobs/operations.d.ts +8 -0
- package/dist/esm/api/jobs/operations.js +32 -0
- package/dist/esm/api/jobs/operations.js.map +1 -0
- package/dist/esm/api/jobs/options.d.ts +7 -0
- package/dist/esm/api/jobs/options.js +4 -0
- package/dist/esm/api/jobs/options.js.map +1 -0
- package/dist/esm/api/operation/index.d.ts +3 -0
- package/dist/esm/api/operation/index.js +4 -0
- package/dist/esm/api/operation/index.js.map +1 -0
- package/dist/esm/api/operation/operations.d.ts +9 -0
- package/dist/esm/api/operation/operations.js +36 -0
- package/dist/esm/api/operation/operations.js.map +1 -0
- package/dist/esm/api/operation/options.d.ts +5 -0
- package/dist/esm/api/operation/options.js +4 -0
- package/dist/esm/api/operation/options.js.map +1 -0
- package/dist/esm/api/operations/index.d.ts +3 -0
- package/dist/esm/api/operations/index.js +4 -0
- package/dist/esm/api/operations/index.js.map +1 -0
- package/dist/esm/api/operations/operations.d.ts +10 -0
- package/dist/esm/api/operations/operations.js +35 -0
- package/dist/esm/api/operations/operations.js.map +1 -0
- package/dist/esm/api/operations/options.d.ts +5 -0
- package/dist/esm/api/operations/options.js +4 -0
- package/dist/esm/api/operations/options.js.map +1 -0
- package/dist/esm/api/operations.d.ts +22 -0
- package/dist/esm/api/operations.js +142 -0
- package/dist/esm/api/operations.js.map +1 -0
- package/dist/esm/api/options.d.ts +20 -0
- package/dist/esm/api/options.js +4 -0
- package/dist/esm/api/options.js.map +1 -0
- package/dist/esm/api/privateEndpoint/index.d.ts +3 -0
- package/dist/esm/api/privateEndpoint/index.js +4 -0
- package/dist/esm/api/privateEndpoint/index.js.map +1 -0
- package/dist/esm/api/privateEndpoint/operations.d.ts +9 -0
- package/dist/esm/api/privateEndpoint/operations.js +36 -0
- package/dist/esm/api/privateEndpoint/operations.js.map +1 -0
- package/dist/esm/api/privateEndpoint/options.d.ts +5 -0
- package/dist/esm/api/privateEndpoint/options.js +4 -0
- package/dist/esm/api/privateEndpoint/options.js.map +1 -0
- package/dist/esm/api/privateEndpointConnection/index.d.ts +3 -0
- package/dist/esm/api/privateEndpointConnection/index.js +4 -0
- package/dist/esm/api/privateEndpointConnection/index.js.map +1 -0
- package/dist/esm/api/privateEndpointConnection/operations.d.ts +18 -0
- package/dist/esm/api/privateEndpointConnection/operations.js +103 -0
- package/dist/esm/api/privateEndpointConnection/operations.js.map +1 -0
- package/dist/esm/api/privateEndpointConnection/options.d.ts +15 -0
- package/dist/esm/api/privateEndpointConnection/options.js +4 -0
- package/dist/esm/api/privateEndpointConnection/options.js.map +1 -0
- package/dist/esm/api/protectableContainers/index.d.ts +3 -0
- package/dist/esm/api/protectableContainers/index.js +4 -0
- package/dist/esm/api/protectableContainers/index.js.map +1 -0
- package/dist/esm/api/protectableContainers/operations.d.ts +10 -0
- package/dist/esm/api/protectableContainers/operations.js +40 -0
- package/dist/esm/api/protectableContainers/operations.js.map +1 -0
- package/dist/esm/api/protectableContainers/options.d.ts +7 -0
- package/dist/esm/api/protectableContainers/options.js +4 -0
- package/dist/esm/api/protectableContainers/options.js.map +1 -0
- package/dist/esm/api/protectedItemOperationResults/index.d.ts +3 -0
- package/dist/esm/api/protectedItemOperationResults/index.js +4 -0
- package/dist/esm/api/protectedItemOperationResults/index.js.map +1 -0
- package/dist/esm/api/protectedItemOperationResults/operations.d.ts +9 -0
- package/dist/esm/api/protectedItemOperationResults/operations.js +38 -0
- package/dist/esm/api/protectedItemOperationResults/operations.js.map +1 -0
- package/dist/esm/api/protectedItemOperationResults/options.d.ts +5 -0
- package/dist/esm/api/protectedItemOperationResults/options.js +4 -0
- package/dist/esm/api/protectedItemOperationResults/options.js.map +1 -0
- package/dist/esm/api/protectedItemOperationStatuses/index.d.ts +3 -0
- package/dist/esm/api/protectedItemOperationStatuses/index.js +4 -0
- package/dist/esm/api/protectedItemOperationStatuses/index.js.map +1 -0
- package/dist/esm/api/protectedItemOperationStatuses/operations.d.ts +13 -0
- package/dist/esm/api/protectedItemOperationStatuses/operations.js +42 -0
- package/dist/esm/api/protectedItemOperationStatuses/operations.js.map +1 -0
- package/dist/esm/api/protectedItemOperationStatuses/options.d.ts +5 -0
- package/dist/esm/api/protectedItemOperationStatuses/options.js +4 -0
- package/dist/esm/api/protectedItemOperationStatuses/options.js.map +1 -0
- package/dist/esm/api/protectedItems/index.d.ts +3 -0
- package/dist/esm/api/protectedItems/index.js +4 -0
- package/dist/esm/api/protectedItems/index.js.map +1 -0
- package/dist/esm/api/protectedItems/operations.d.ts +27 -0
- package/dist/esm/api/protectedItems/operations.js +120 -0
- package/dist/esm/api/protectedItems/operations.js.map +1 -0
- package/dist/esm/api/protectedItems/options.d.ts +15 -0
- package/dist/esm/api/protectedItems/options.js +4 -0
- package/dist/esm/api/protectedItems/options.js.map +1 -0
- package/dist/esm/api/protectionContainerOperationResults/index.d.ts +3 -0
- package/dist/esm/api/protectionContainerOperationResults/index.js +4 -0
- package/dist/esm/api/protectionContainerOperationResults/index.js.map +1 -0
- package/dist/esm/api/protectionContainerOperationResults/operations.d.ts +9 -0
- package/dist/esm/api/protectionContainerOperationResults/operations.js +37 -0
- package/dist/esm/api/protectionContainerOperationResults/operations.js.map +1 -0
- package/dist/esm/api/protectionContainerOperationResults/options.d.ts +5 -0
- package/dist/esm/api/protectionContainerOperationResults/options.js +4 -0
- package/dist/esm/api/protectionContainerOperationResults/options.js.map +1 -0
- package/dist/esm/api/protectionContainerRefreshOperationResults/index.d.ts +3 -0
- package/dist/esm/api/protectionContainerRefreshOperationResults/index.js +4 -0
- package/dist/esm/api/protectionContainerRefreshOperationResults/index.js.map +1 -0
- package/dist/esm/api/protectionContainerRefreshOperationResults/operations.d.ts +8 -0
- package/dist/esm/api/protectionContainerRefreshOperationResults/operations.js +33 -0
- package/dist/esm/api/protectionContainerRefreshOperationResults/operations.js.map +1 -0
- package/dist/esm/api/protectionContainerRefreshOperationResults/options.d.ts +5 -0
- package/dist/esm/api/protectionContainerRefreshOperationResults/options.js +4 -0
- package/dist/esm/api/protectionContainerRefreshOperationResults/options.js.map +1 -0
- package/dist/esm/api/protectionContainers/index.d.ts +3 -0
- package/dist/esm/api/protectionContainers/index.js +4 -0
- package/dist/esm/api/protectionContainers/index.js.map +1 -0
- package/dist/esm/api/protectionContainers/operations.d.ts +36 -0
- package/dist/esm/api/protectionContainers/operations.js +166 -0
- package/dist/esm/api/protectionContainers/operations.js.map +1 -0
- package/dist/esm/api/protectionContainers/options.d.ts +22 -0
- package/dist/esm/api/protectionContainers/options.js +4 -0
- package/dist/esm/api/protectionContainers/options.js.map +1 -0
- package/dist/esm/api/protectionIntent/index.d.ts +3 -0
- package/dist/esm/api/protectionIntent/index.js +4 -0
- package/dist/esm/api/protectionIntent/index.js.map +1 -0
- package/dist/esm/api/protectionIntent/operations.d.ts +29 -0
- package/dist/esm/api/protectionIntent/operations.js +132 -0
- package/dist/esm/api/protectionIntent/operations.js.map +1 -0
- package/dist/esm/api/protectionIntent/options.d.ts +14 -0
- package/dist/esm/api/protectionIntent/options.js +4 -0
- package/dist/esm/api/protectionIntent/options.js.map +1 -0
- package/dist/esm/api/protectionPolicies/index.d.ts +3 -0
- package/dist/esm/api/protectionPolicies/index.js +4 -0
- package/dist/esm/api/protectionPolicies/index.js.map +1 -0
- package/dist/esm/api/protectionPolicies/operations.d.ts +27 -0
- package/dist/esm/api/protectionPolicies/operations.js +113 -0
- package/dist/esm/api/protectionPolicies/operations.js.map +1 -0
- package/dist/esm/api/protectionPolicies/options.d.ts +14 -0
- package/dist/esm/api/protectionPolicies/options.js +4 -0
- package/dist/esm/api/protectionPolicies/options.js.map +1 -0
- package/dist/esm/api/protectionPolicyOperationResults/index.d.ts +3 -0
- package/dist/esm/api/protectionPolicyOperationResults/index.js +4 -0
- package/dist/esm/api/protectionPolicyOperationResults/index.js.map +1 -0
- package/dist/esm/api/protectionPolicyOperationResults/operations.d.ts +9 -0
- package/dist/esm/api/protectionPolicyOperationResults/operations.js +36 -0
- package/dist/esm/api/protectionPolicyOperationResults/operations.js.map +1 -0
- package/dist/esm/api/protectionPolicyOperationResults/options.d.ts +5 -0
- package/dist/esm/api/protectionPolicyOperationResults/options.js +4 -0
- package/dist/esm/api/protectionPolicyOperationResults/options.js.map +1 -0
- package/dist/esm/api/protectionPolicyOperationStatuses/index.d.ts +3 -0
- package/dist/esm/api/protectionPolicyOperationStatuses/index.js +4 -0
- package/dist/esm/api/protectionPolicyOperationStatuses/index.js.map +1 -0
- package/dist/esm/api/protectionPolicyOperationStatuses/operations.d.ts +13 -0
- package/dist/esm/api/protectionPolicyOperationStatuses/operations.js +40 -0
- package/dist/esm/api/protectionPolicyOperationStatuses/operations.js.map +1 -0
- package/dist/esm/api/protectionPolicyOperationStatuses/options.d.ts +5 -0
- package/dist/esm/api/protectionPolicyOperationStatuses/options.js +4 -0
- package/dist/esm/api/protectionPolicyOperationStatuses/options.js.map +1 -0
- package/dist/esm/api/recoveryPoints/index.d.ts +3 -0
- package/dist/esm/api/recoveryPoints/index.js +4 -0
- package/dist/esm/api/recoveryPoints/index.js.map +1 -0
- package/dist/esm/api/recoveryPoints/operations.d.ts +21 -0
- package/dist/esm/api/recoveryPoints/operations.js +111 -0
- package/dist/esm/api/recoveryPoints/operations.js.map +1 -0
- package/dist/esm/api/recoveryPoints/options.d.ts +12 -0
- package/dist/esm/api/recoveryPoints/options.js +4 -0
- package/dist/esm/api/recoveryPoints/options.js.map +1 -0
- package/dist/esm/api/recoveryPointsRecommendedForMove/index.d.ts +3 -0
- package/dist/esm/api/recoveryPointsRecommendedForMove/index.js +4 -0
- package/dist/esm/api/recoveryPointsRecommendedForMove/index.js.map +1 -0
- package/dist/esm/api/recoveryPointsRecommendedForMove/operations.d.ts +10 -0
- package/dist/esm/api/recoveryPointsRecommendedForMove/operations.js +43 -0
- package/dist/esm/api/recoveryPointsRecommendedForMove/operations.js.map +1 -0
- package/dist/esm/api/recoveryPointsRecommendedForMove/options.d.ts +5 -0
- package/dist/esm/api/recoveryPointsRecommendedForMove/options.js +4 -0
- package/dist/esm/api/recoveryPointsRecommendedForMove/options.js.map +1 -0
- package/dist/esm/api/recoveryServicesBackupContext.d.ts +22 -0
- package/dist/esm/api/recoveryServicesBackupContext.js +24 -0
- package/dist/esm/api/recoveryServicesBackupContext.js.map +1 -0
- package/dist/esm/api/resourceGuardProxies/index.d.ts +3 -0
- package/dist/esm/api/resourceGuardProxies/index.js +4 -0
- package/dist/esm/api/resourceGuardProxies/index.js.map +1 -0
- package/dist/esm/api/resourceGuardProxies/operations.d.ts +10 -0
- package/dist/esm/api/resourceGuardProxies/operations.js +38 -0
- package/dist/esm/api/resourceGuardProxies/operations.js.map +1 -0
- package/dist/esm/api/resourceGuardProxies/options.d.ts +5 -0
- package/dist/esm/api/resourceGuardProxies/options.js +4 -0
- package/dist/esm/api/resourceGuardProxies/options.js.map +1 -0
- package/dist/esm/api/resourceGuardProxy/index.d.ts +3 -0
- package/dist/esm/api/resourceGuardProxy/index.js +4 -0
- package/dist/esm/api/resourceGuardProxy/index.js.map +1 -0
- package/dist/esm/api/resourceGuardProxy/operations.d.ts +24 -0
- package/dist/esm/api/resourceGuardProxy/operations.js +126 -0
- package/dist/esm/api/resourceGuardProxy/operations.js.map +1 -0
- package/dist/esm/api/resourceGuardProxy/options.d.ts +14 -0
- package/dist/esm/api/resourceGuardProxy/options.js +4 -0
- package/dist/esm/api/resourceGuardProxy/options.js.map +1 -0
- package/dist/esm/api/restores/index.d.ts +3 -0
- package/dist/esm/api/restores/index.js +4 -0
- package/dist/esm/api/restores/index.js.map +1 -0
- package/dist/esm/api/restores/operations.d.ts +13 -0
- package/dist/esm/api/restores/operations.js +54 -0
- package/dist/esm/api/restores/operations.js.map +1 -0
- package/dist/esm/api/restores/options.d.ts +8 -0
- package/dist/esm/api/restores/options.js +4 -0
- package/dist/esm/api/restores/options.js.map +1 -0
- package/dist/esm/api/securityPINs/index.d.ts +3 -0
- package/dist/esm/api/securityPINs/index.js +4 -0
- package/dist/esm/api/securityPINs/index.js.map +1 -0
- package/dist/esm/api/securityPINs/operations.d.ts +9 -0
- package/dist/esm/api/securityPINs/operations.js +44 -0
- package/dist/esm/api/securityPINs/operations.js.map +1 -0
- package/dist/esm/api/securityPINs/options.d.ts +9 -0
- package/dist/esm/api/securityPINs/options.js +4 -0
- package/dist/esm/api/securityPINs/options.js.map +1 -0
- package/dist/esm/api/tieringCostOperationStatus/index.d.ts +3 -0
- package/dist/esm/api/tieringCostOperationStatus/index.js +4 -0
- package/dist/esm/api/tieringCostOperationStatus/index.js.map +1 -0
- package/dist/esm/api/tieringCostOperationStatus/operations.d.ts +9 -0
- package/dist/esm/api/tieringCostOperationStatus/operations.js +35 -0
- package/dist/esm/api/tieringCostOperationStatus/operations.js.map +1 -0
- package/dist/esm/api/tieringCostOperationStatus/options.d.ts +5 -0
- package/dist/esm/api/tieringCostOperationStatus/options.js +4 -0
- package/dist/esm/api/tieringCostOperationStatus/options.js.map +1 -0
- package/dist/esm/api/validateOperation/index.d.ts +3 -0
- package/dist/esm/api/validateOperation/index.js +4 -0
- package/dist/esm/api/validateOperation/index.js.map +1 -0
- package/dist/esm/api/validateOperation/operations.d.ts +10 -0
- package/dist/esm/api/validateOperation/operations.js +41 -0
- package/dist/esm/api/validateOperation/operations.js.map +1 -0
- package/dist/esm/api/validateOperation/options.d.ts +7 -0
- package/dist/esm/api/validateOperation/options.js +4 -0
- package/dist/esm/api/validateOperation/options.js.map +1 -0
- package/dist/esm/api/validateOperationResults/index.d.ts +3 -0
- package/dist/esm/api/validateOperationResults/index.js +4 -0
- package/dist/esm/api/validateOperationResults/index.js.map +1 -0
- package/dist/esm/api/validateOperationResults/operations.d.ts +9 -0
- package/dist/esm/api/validateOperationResults/operations.js +35 -0
- package/dist/esm/api/validateOperationResults/operations.js.map +1 -0
- package/dist/esm/api/validateOperationResults/options.d.ts +5 -0
- package/dist/esm/api/validateOperationResults/options.js +4 -0
- package/dist/esm/api/validateOperationResults/options.js.map +1 -0
- package/dist/esm/api/validateOperationStatuses/index.d.ts +3 -0
- package/dist/esm/api/validateOperationStatuses/index.js +4 -0
- package/dist/esm/api/validateOperationStatuses/index.js.map +1 -0
- package/dist/esm/api/validateOperationStatuses/operations.d.ts +13 -0
- package/dist/esm/api/validateOperationStatuses/operations.js +39 -0
- package/dist/esm/api/validateOperationStatuses/operations.js.map +1 -0
- package/dist/esm/api/validateOperationStatuses/options.d.ts +5 -0
- package/dist/esm/api/validateOperationStatuses/options.js +4 -0
- package/dist/esm/api/validateOperationStatuses/options.js.map +1 -0
- package/dist/esm/classic/backupEngines/index.d.ts +13 -0
- package/dist/esm/classic/backupEngines/index.js +15 -0
- package/dist/esm/classic/backupEngines/index.js.map +1 -0
- package/dist/esm/classic/backupJobs/index.d.ts +11 -0
- package/dist/esm/classic/backupJobs/index.js +14 -0
- package/dist/esm/classic/backupJobs/index.js.map +1 -0
- package/dist/esm/classic/backupOperationResults/index.d.ts +14 -0
- package/dist/esm/classic/backupOperationResults/index.js +14 -0
- package/dist/esm/classic/backupOperationResults/index.js.map +1 -0
- package/dist/esm/classic/backupOperationStatuses/index.d.ts +14 -0
- package/dist/esm/classic/backupOperationStatuses/index.js +14 -0
- package/dist/esm/classic/backupOperationStatuses/index.js.map +1 -0
- package/dist/esm/classic/backupPolicies/index.d.ts +14 -0
- package/dist/esm/classic/backupPolicies/index.js +14 -0
- package/dist/esm/classic/backupPolicies/index.js.map +1 -0
- package/dist/esm/classic/backupProtectableItems/index.d.ts +14 -0
- package/dist/esm/classic/backupProtectableItems/index.js +14 -0
- package/dist/esm/classic/backupProtectableItems/index.js.map +1 -0
- package/dist/esm/classic/backupProtectedItems/index.d.ts +11 -0
- package/dist/esm/classic/backupProtectedItems/index.js +14 -0
- package/dist/esm/classic/backupProtectedItems/index.js.map +1 -0
- package/dist/esm/classic/backupProtectionContainers/index.d.ts +11 -0
- package/dist/esm/classic/backupProtectionContainers/index.js +14 -0
- package/dist/esm/classic/backupProtectionContainers/index.js.map +1 -0
- package/dist/esm/classic/backupProtectionIntent/index.d.ts +11 -0
- package/dist/esm/classic/backupProtectionIntent/index.js +14 -0
- package/dist/esm/classic/backupProtectionIntent/index.js.map +1 -0
- package/dist/esm/classic/backupResourceEncryptionConfigs/index.d.ts +12 -0
- package/dist/esm/classic/backupResourceEncryptionConfigs/index.js +15 -0
- package/dist/esm/classic/backupResourceEncryptionConfigs/index.js.map +1 -0
- package/dist/esm/classic/backupResourceStorageConfigsNonCRR/index.d.ts +14 -0
- package/dist/esm/classic/backupResourceStorageConfigsNonCRR/index.js +16 -0
- package/dist/esm/classic/backupResourceStorageConfigsNonCRR/index.js.map +1 -0
- package/dist/esm/classic/backupResourceVaultConfigs/index.d.ts +14 -0
- package/dist/esm/classic/backupResourceVaultConfigs/index.js +16 -0
- package/dist/esm/classic/backupResourceVaultConfigs/index.js.map +1 -0
- package/dist/esm/classic/backupStatus/index.d.ts +10 -0
- package/dist/esm/classic/backupStatus/index.js +14 -0
- package/dist/esm/classic/backupStatus/index.js.map +1 -0
- package/dist/esm/classic/backupUsageSummaries/index.d.ts +11 -0
- package/dist/esm/classic/backupUsageSummaries/index.js +14 -0
- package/dist/esm/classic/backupUsageSummaries/index.js.map +1 -0
- package/dist/esm/classic/backupWorkloadItems/index.d.ts +14 -0
- package/dist/esm/classic/backupWorkloadItems/index.js +14 -0
- package/dist/esm/classic/backupWorkloadItems/index.js.map +1 -0
- package/dist/esm/classic/backups/index.d.ts +13 -0
- package/dist/esm/classic/backups/index.js +14 -0
- package/dist/esm/classic/backups/index.js.map +1 -0
- package/dist/esm/classic/bmsPrepareDataMoveOperationResult/index.d.ts +10 -0
- package/dist/esm/classic/bmsPrepareDataMoveOperationResult/index.js +14 -0
- package/dist/esm/classic/bmsPrepareDataMoveOperationResult/index.js.map +1 -0
- package/dist/esm/classic/deletedProtectionContainers/index.d.ts +11 -0
- package/dist/esm/classic/deletedProtectionContainers/index.js +14 -0
- package/dist/esm/classic/deletedProtectionContainers/index.js.map +1 -0
- package/dist/esm/classic/exportJobsOperationResults/index.d.ts +13 -0
- package/dist/esm/classic/exportJobsOperationResults/index.js +14 -0
- package/dist/esm/classic/exportJobsOperationResults/index.js.map +1 -0
- package/dist/esm/classic/featureSupport/index.d.ts +10 -0
- package/dist/esm/classic/featureSupport/index.js +14 -0
- package/dist/esm/classic/featureSupport/index.js.map +1 -0
- package/dist/esm/classic/fetchTieringCost/index.d.ts +19 -0
- package/dist/esm/classic/fetchTieringCost/index.js +23 -0
- package/dist/esm/classic/fetchTieringCost/index.js.map +1 -0
- package/dist/esm/classic/getTieringCostOperationResult/index.d.ts +10 -0
- package/dist/esm/classic/getTieringCostOperationResult/index.js +14 -0
- package/dist/esm/classic/getTieringCostOperationResult/index.js.map +1 -0
- package/dist/esm/classic/index.d.ts +53 -0
- package/dist/esm/classic/index.js +4 -0
- package/dist/esm/classic/index.js.map +1 -0
- package/dist/esm/classic/itemLevelRecoveryConnections/index.d.ts +19 -0
- package/dist/esm/classic/itemLevelRecoveryConnections/index.js +15 -0
- package/dist/esm/classic/itemLevelRecoveryConnections/index.js.map +1 -0
- package/dist/esm/classic/jobCancellations/index.d.ts +12 -0
- package/dist/esm/classic/jobCancellations/index.js +14 -0
- package/dist/esm/classic/jobCancellations/index.js.map +1 -0
- package/dist/esm/classic/jobDetails/index.d.ts +10 -0
- package/dist/esm/classic/jobDetails/index.js +14 -0
- package/dist/esm/classic/jobDetails/index.js.map +1 -0
- package/dist/esm/classic/jobOperationResults/index.d.ts +9 -0
- package/dist/esm/classic/jobOperationResults/index.js +14 -0
- package/dist/esm/classic/jobOperationResults/index.js.map +1 -0
- package/dist/esm/classic/jobs/index.d.ts +9 -0
- package/dist/esm/classic/jobs/index.js +14 -0
- package/dist/esm/classic/jobs/index.js.map +1 -0
- package/dist/esm/classic/operation/index.d.ts +10 -0
- package/dist/esm/classic/operation/index.js +14 -0
- package/dist/esm/classic/operation/index.js.map +1 -0
- package/dist/esm/classic/operations/index.d.ts +11 -0
- package/dist/esm/classic/operations/index.js +14 -0
- package/dist/esm/classic/operations/index.js.map +1 -0
- package/dist/esm/classic/privateEndpoint/index.d.ts +10 -0
- package/dist/esm/classic/privateEndpoint/index.js +14 -0
- package/dist/esm/classic/privateEndpoint/index.js.map +1 -0
- package/dist/esm/classic/privateEndpointConnection/index.d.ts +24 -0
- package/dist/esm/classic/privateEndpointConnection/index.js +33 -0
- package/dist/esm/classic/privateEndpointConnection/index.js.map +1 -0
- package/dist/esm/classic/protectableContainers/index.d.ts +11 -0
- package/dist/esm/classic/protectableContainers/index.js +14 -0
- package/dist/esm/classic/protectableContainers/index.js.map +1 -0
- package/dist/esm/classic/protectedItemOperationResults/index.d.ts +10 -0
- package/dist/esm/classic/protectedItemOperationResults/index.js +14 -0
- package/dist/esm/classic/protectedItemOperationResults/index.js.map +1 -0
- package/dist/esm/classic/protectedItemOperationStatuses/index.d.ts +14 -0
- package/dist/esm/classic/protectedItemOperationStatuses/index.js +14 -0
- package/dist/esm/classic/protectedItemOperationStatuses/index.js.map +1 -0
- package/dist/esm/classic/protectedItems/index.d.ts +29 -0
- package/dist/esm/classic/protectedItems/index.js +25 -0
- package/dist/esm/classic/protectedItems/index.js.map +1 -0
- package/dist/esm/classic/protectionContainerOperationResults/index.d.ts +10 -0
- package/dist/esm/classic/protectionContainerOperationResults/index.js +14 -0
- package/dist/esm/classic/protectionContainerOperationResults/index.js.map +1 -0
- package/dist/esm/classic/protectionContainerRefreshOperationResults/index.d.ts +9 -0
- package/dist/esm/classic/protectionContainerRefreshOperationResults/index.js +14 -0
- package/dist/esm/classic/protectionContainerRefreshOperationResults/index.js.map +1 -0
- package/dist/esm/classic/protectionContainers/index.d.ts +34 -0
- package/dist/esm/classic/protectionContainers/index.js +27 -0
- package/dist/esm/classic/protectionContainers/index.js.map +1 -0
- package/dist/esm/classic/protectionIntent/index.d.ts +24 -0
- package/dist/esm/classic/protectionIntent/index.js +17 -0
- package/dist/esm/classic/protectionIntent/index.js.map +1 -0
- package/dist/esm/classic/protectionPolicies/index.d.ts +29 -0
- package/dist/esm/classic/protectionPolicies/index.js +25 -0
- package/dist/esm/classic/protectionPolicies/index.js.map +1 -0
- package/dist/esm/classic/protectionPolicyOperationResults/index.d.ts +10 -0
- package/dist/esm/classic/protectionPolicyOperationResults/index.js +14 -0
- package/dist/esm/classic/protectionPolicyOperationResults/index.js.map +1 -0
- package/dist/esm/classic/protectionPolicyOperationStatuses/index.d.ts +14 -0
- package/dist/esm/classic/protectionPolicyOperationStatuses/index.js +14 -0
- package/dist/esm/classic/protectionPolicyOperationStatuses/index.js.map +1 -0
- package/dist/esm/classic/recoveryPoints/index.d.ts +18 -0
- package/dist/esm/classic/recoveryPoints/index.js +16 -0
- package/dist/esm/classic/recoveryPoints/index.js.map +1 -0
- package/dist/esm/classic/recoveryPointsRecommendedForMove/index.d.ts +11 -0
- package/dist/esm/classic/recoveryPointsRecommendedForMove/index.js +14 -0
- package/dist/esm/classic/recoveryPointsRecommendedForMove/index.js.map +1 -0
- package/dist/esm/classic/resourceGuardProxies/index.d.ts +11 -0
- package/dist/esm/classic/resourceGuardProxies/index.js +14 -0
- package/dist/esm/classic/resourceGuardProxies/index.js.map +1 -0
- package/dist/esm/classic/resourceGuardProxy/index.d.ts +19 -0
- package/dist/esm/classic/resourceGuardProxy/index.js +17 -0
- package/dist/esm/classic/resourceGuardProxy/index.js.map +1 -0
- package/dist/esm/classic/restores/index.d.ts +19 -0
- package/dist/esm/classic/restores/index.js +23 -0
- package/dist/esm/classic/restores/index.js.map +1 -0
- package/dist/esm/classic/securityPINs/index.d.ts +10 -0
- package/dist/esm/classic/securityPINs/index.js +14 -0
- package/dist/esm/classic/securityPINs/index.js.map +1 -0
- package/dist/esm/classic/tieringCostOperationStatus/index.d.ts +10 -0
- package/dist/esm/classic/tieringCostOperationStatus/index.js +14 -0
- package/dist/esm/classic/tieringCostOperationStatus/index.js.map +1 -0
- package/dist/esm/classic/validateOperation/index.d.ts +16 -0
- package/dist/esm/classic/validateOperation/index.js +23 -0
- package/dist/esm/classic/validateOperation/index.js.map +1 -0
- package/dist/esm/classic/validateOperationResults/index.d.ts +10 -0
- package/dist/esm/classic/validateOperationResults/index.js +14 -0
- package/dist/esm/classic/validateOperationResults/index.js.map +1 -0
- package/dist/esm/classic/validateOperationStatuses/index.d.ts +14 -0
- package/dist/esm/classic/validateOperationStatuses/index.js +14 -0
- package/dist/esm/classic/validateOperationStatuses/index.js.map +1 -0
- package/dist/esm/index.d.ts +65 -3
- package/dist/esm/index.js +6 -11
- package/dist/esm/index.js.map +1 -1
- package/dist/esm/logger.d.ts +2 -0
- package/dist/esm/logger.js +5 -0
- package/dist/esm/logger.js.map +1 -0
- package/dist/esm/models/index.d.ts +2 -5496
- package/dist/esm/models/index.js +3 -921
- package/dist/esm/models/index.js.map +1 -1
- package/dist/esm/models/models.d.ts +5511 -0
- package/dist/esm/models/models.js +8368 -0
- package/dist/esm/models/models.js.map +1 -0
- package/dist/esm/recoveryServicesBackupClient.d.ts +188 -139
- package/dist/esm/recoveryServicesBackupClient.js +272 -441
- package/dist/esm/recoveryServicesBackupClient.js.map +1 -1
- package/dist/esm/restorePollerHelpers.d.ts +21 -0
- package/dist/esm/restorePollerHelpers.js +114 -0
- package/dist/esm/restorePollerHelpers.js.map +1 -0
- package/dist/esm/static-helpers/cloudSettingHelpers.d.ts +22 -0
- package/dist/esm/static-helpers/cloudSettingHelpers.js +38 -0
- package/dist/esm/static-helpers/cloudSettingHelpers.js.map +1 -0
- package/dist/esm/static-helpers/pagingHelpers.d.ts +74 -0
- package/dist/esm/static-helpers/pagingHelpers.js +143 -0
- package/dist/esm/static-helpers/pagingHelpers.js.map +1 -0
- package/dist/esm/static-helpers/pollingHelpers.d.ts +34 -0
- package/dist/esm/static-helpers/pollingHelpers.js +95 -0
- package/dist/esm/static-helpers/pollingHelpers.js.map +1 -0
- package/dist/esm/static-helpers/simplePollerHelpers.d.ts +73 -0
- package/dist/esm/static-helpers/simplePollerHelpers.js +44 -0
- package/dist/esm/static-helpers/simplePollerHelpers.js.map +1 -0
- package/dist/esm/static-helpers/urlTemplate.d.ts +5 -0
- package/dist/esm/static-helpers/urlTemplate.js +200 -0
- package/dist/esm/static-helpers/urlTemplate.js.map +1 -0
- package/dist/react-native/api/backupEngines/index.d.ts +3 -0
- package/dist/react-native/api/backupEngines/index.js +4 -0
- package/dist/react-native/api/backupEngines/index.js.map +1 -0
- package/dist/react-native/api/backupEngines/operations.d.ts +14 -0
- package/dist/react-native/api/backupEngines/operations.js +71 -0
- package/dist/react-native/api/backupEngines/operations.js.map +1 -0
- package/dist/react-native/api/backupEngines/options.d.ts +12 -0
- package/dist/react-native/api/backupEngines/options.js +4 -0
- package/dist/react-native/api/backupEngines/options.js.map +1 -0
- package/dist/react-native/api/backupJobs/index.d.ts +3 -0
- package/dist/react-native/api/backupJobs/index.js +4 -0
- package/dist/react-native/api/backupJobs/index.js.map +1 -0
- package/dist/react-native/api/backupJobs/operations.d.ts +10 -0
- package/dist/react-native/api/backupJobs/operations.js +40 -0
- package/dist/react-native/api/backupJobs/operations.js.map +1 -0
- package/dist/react-native/api/backupJobs/options.d.ts +7 -0
- package/dist/react-native/api/backupJobs/options.js +4 -0
- package/dist/react-native/api/backupJobs/options.js.map +1 -0
- package/dist/react-native/api/backupOperationResults/index.d.ts +3 -0
- package/dist/react-native/api/backupOperationResults/index.js +4 -0
- package/dist/react-native/api/backupOperationResults/index.js.map +1 -0
- package/dist/react-native/api/backupOperationResults/operations.d.ts +13 -0
- package/dist/react-native/api/backupOperationResults/operations.js +37 -0
- package/dist/react-native/api/backupOperationResults/operations.js.map +1 -0
- package/dist/react-native/api/backupOperationResults/options.d.ts +5 -0
- package/dist/react-native/api/backupOperationResults/options.js +4 -0
- package/dist/react-native/api/backupOperationResults/options.js.map +1 -0
- package/dist/react-native/api/backupOperationStatuses/index.d.ts +3 -0
- package/dist/react-native/api/backupOperationStatuses/index.js +4 -0
- package/dist/react-native/api/backupOperationStatuses/index.js.map +1 -0
- package/dist/react-native/api/backupOperationStatuses/operations.d.ts +13 -0
- package/dist/react-native/api/backupOperationStatuses/operations.js +39 -0
- package/dist/react-native/api/backupOperationStatuses/operations.js.map +1 -0
- package/dist/react-native/api/backupOperationStatuses/options.d.ts +5 -0
- package/dist/react-native/api/backupOperationStatuses/options.js +4 -0
- package/dist/react-native/api/backupOperationStatuses/options.js.map +1 -0
- package/dist/react-native/api/backupPolicies/index.d.ts +3 -0
- package/dist/react-native/api/backupPolicies/index.js +4 -0
- package/dist/react-native/api/backupPolicies/index.js.map +1 -0
- package/dist/react-native/api/backupPolicies/operations.d.ts +13 -0
- package/dist/react-native/api/backupPolicies/operations.js +42 -0
- package/dist/react-native/api/backupPolicies/operations.js.map +1 -0
- package/dist/react-native/api/backupPolicies/options.d.ts +6 -0
- package/dist/react-native/api/backupPolicies/options.js +4 -0
- package/dist/react-native/api/backupPolicies/options.js.map +1 -0
- package/dist/react-native/api/backupProtectableItems/index.d.ts +3 -0
- package/dist/react-native/api/backupProtectableItems/index.js +4 -0
- package/dist/react-native/api/backupProtectableItems/index.js.map +1 -0
- package/dist/react-native/api/backupProtectableItems/operations.d.ts +13 -0
- package/dist/react-native/api/backupProtectableItems/operations.js +43 -0
- package/dist/react-native/api/backupProtectableItems/operations.js.map +1 -0
- package/dist/react-native/api/backupProtectableItems/options.d.ts +9 -0
- package/dist/react-native/api/backupProtectableItems/options.js +4 -0
- package/dist/react-native/api/backupProtectableItems/options.js.map +1 -0
- package/dist/react-native/api/backupProtectedItems/index.d.ts +3 -0
- package/dist/react-native/api/backupProtectedItems/index.js +4 -0
- package/dist/react-native/api/backupProtectedItems/index.js.map +1 -0
- package/dist/react-native/api/backupProtectedItems/operations.d.ts +10 -0
- package/dist/react-native/api/backupProtectedItems/operations.js +40 -0
- package/dist/react-native/api/backupProtectedItems/operations.js.map +1 -0
- package/dist/react-native/api/backupProtectedItems/options.d.ts +9 -0
- package/dist/react-native/api/backupProtectedItems/options.js +4 -0
- package/dist/react-native/api/backupProtectedItems/options.js.map +1 -0
- package/dist/react-native/api/backupProtectionContainers/index.d.ts +3 -0
- package/dist/react-native/api/backupProtectionContainers/index.js +4 -0
- package/dist/react-native/api/backupProtectionContainers/index.js.map +1 -0
- package/dist/react-native/api/backupProtectionContainers/operations.d.ts +10 -0
- package/dist/react-native/api/backupProtectionContainers/operations.js +39 -0
- package/dist/react-native/api/backupProtectionContainers/operations.js.map +1 -0
- package/dist/react-native/api/backupProtectionContainers/options.d.ts +7 -0
- package/dist/react-native/api/backupProtectionContainers/options.js +4 -0
- package/dist/react-native/api/backupProtectionContainers/options.js.map +1 -0
- package/dist/react-native/api/backupProtectionIntent/index.d.ts +3 -0
- package/dist/react-native/api/backupProtectionIntent/index.js +4 -0
- package/dist/react-native/api/backupProtectionIntent/index.js.map +1 -0
- package/dist/react-native/api/backupProtectionIntent/operations.d.ts +10 -0
- package/dist/react-native/api/backupProtectionIntent/operations.js +40 -0
- package/dist/react-native/api/backupProtectionIntent/operations.js.map +1 -0
- package/dist/react-native/api/backupProtectionIntent/options.d.ts +9 -0
- package/dist/react-native/api/backupProtectionIntent/options.js +4 -0
- package/dist/react-native/api/backupProtectionIntent/options.js.map +1 -0
- package/dist/react-native/api/backupResourceEncryptionConfigs/index.d.ts +3 -0
- package/dist/react-native/api/backupResourceEncryptionConfigs/index.js +4 -0
- package/dist/react-native/api/backupResourceEncryptionConfigs/index.js.map +1 -0
- package/dist/react-native/api/backupResourceEncryptionConfigs/operations.d.ts +13 -0
- package/dist/react-native/api/backupResourceEncryptionConfigs/operations.js +63 -0
- package/dist/react-native/api/backupResourceEncryptionConfigs/operations.js.map +1 -0
- package/dist/react-native/api/backupResourceEncryptionConfigs/options.d.ts +8 -0
- package/dist/react-native/api/backupResourceEncryptionConfigs/options.js +4 -0
- package/dist/react-native/api/backupResourceEncryptionConfigs/options.js.map +1 -0
- package/dist/react-native/api/backupResourceStorageConfigsNonCRR/index.d.ts +3 -0
- package/dist/react-native/api/backupResourceStorageConfigsNonCRR/index.js +4 -0
- package/dist/react-native/api/backupResourceStorageConfigsNonCRR/index.js.map +1 -0
- package/dist/react-native/api/backupResourceStorageConfigsNonCRR/operations.d.ts +17 -0
- package/dist/react-native/api/backupResourceStorageConfigsNonCRR/operations.js +93 -0
- package/dist/react-native/api/backupResourceStorageConfigsNonCRR/operations.js.map +1 -0
- package/dist/react-native/api/backupResourceStorageConfigsNonCRR/options.d.ts +11 -0
- package/dist/react-native/api/backupResourceStorageConfigsNonCRR/options.js +4 -0
- package/dist/react-native/api/backupResourceStorageConfigsNonCRR/options.js.map +1 -0
- package/dist/react-native/api/backupResourceVaultConfigs/index.d.ts +3 -0
- package/dist/react-native/api/backupResourceVaultConfigs/index.js +4 -0
- package/dist/react-native/api/backupResourceVaultConfigs/index.js.map +1 -0
- package/dist/react-native/api/backupResourceVaultConfigs/operations.d.ts +17 -0
- package/dist/react-native/api/backupResourceVaultConfigs/operations.js +106 -0
- package/dist/react-native/api/backupResourceVaultConfigs/operations.js.map +1 -0
- package/dist/react-native/api/backupResourceVaultConfigs/options.d.ts +13 -0
- package/dist/react-native/api/backupResourceVaultConfigs/options.js +4 -0
- package/dist/react-native/api/backupResourceVaultConfigs/options.js.map +1 -0
- package/dist/react-native/api/backupStatus/index.d.ts +3 -0
- package/dist/react-native/api/backupStatus/index.js +4 -0
- package/dist/react-native/api/backupStatus/index.js.map +1 -0
- package/dist/react-native/api/backupStatus/operations.d.ts +9 -0
- package/dist/react-native/api/backupStatus/operations.js +35 -0
- package/dist/react-native/api/backupStatus/operations.js.map +1 -0
- package/dist/react-native/api/backupStatus/options.d.ts +5 -0
- package/dist/react-native/api/backupStatus/options.js +4 -0
- package/dist/react-native/api/backupStatus/options.js.map +1 -0
- package/dist/react-native/api/backupUsageSummaries/index.d.ts +3 -0
- package/dist/react-native/api/backupUsageSummaries/index.js +4 -0
- package/dist/react-native/api/backupUsageSummaries/index.js.map +1 -0
- package/dist/react-native/api/backupUsageSummaries/operations.d.ts +10 -0
- package/dist/react-native/api/backupUsageSummaries/operations.js +40 -0
- package/dist/react-native/api/backupUsageSummaries/operations.js.map +1 -0
- package/dist/react-native/api/backupUsageSummaries/options.d.ts +9 -0
- package/dist/react-native/api/backupUsageSummaries/options.js +4 -0
- package/dist/react-native/api/backupUsageSummaries/options.js.map +1 -0
- package/dist/react-native/api/backupWorkloadItems/index.d.ts +3 -0
- package/dist/react-native/api/backupWorkloadItems/index.js +4 -0
- package/dist/react-native/api/backupWorkloadItems/index.js.map +1 -0
- package/dist/react-native/api/backupWorkloadItems/operations.d.ts +13 -0
- package/dist/react-native/api/backupWorkloadItems/operations.js +45 -0
- package/dist/react-native/api/backupWorkloadItems/operations.js.map +1 -0
- package/dist/react-native/api/backupWorkloadItems/options.d.ts +7 -0
- package/dist/react-native/api/backupWorkloadItems/options.js +4 -0
- package/dist/react-native/api/backupWorkloadItems/options.js.map +1 -0
- package/dist/react-native/api/backups/index.d.ts +3 -0
- package/dist/react-native/api/backups/index.js +4 -0
- package/dist/react-native/api/backups/index.js.map +1 -0
- package/dist/react-native/api/backups/operations.d.ts +12 -0
- package/dist/react-native/api/backups/operations.js +41 -0
- package/dist/react-native/api/backups/operations.js.map +1 -0
- package/dist/react-native/api/backups/options.d.ts +5 -0
- package/dist/react-native/api/backups/options.js +4 -0
- package/dist/react-native/api/backups/options.js.map +1 -0
- package/dist/react-native/api/bmsPrepareDataMoveOperationResult/index.d.ts +3 -0
- package/dist/react-native/api/bmsPrepareDataMoveOperationResult/index.js +4 -0
- package/dist/react-native/api/bmsPrepareDataMoveOperationResult/index.js.map +1 -0
- package/dist/react-native/api/bmsPrepareDataMoveOperationResult/operations.d.ts +9 -0
- package/dist/react-native/api/bmsPrepareDataMoveOperationResult/operations.js +35 -0
- package/dist/react-native/api/bmsPrepareDataMoveOperationResult/operations.js.map +1 -0
- package/dist/react-native/api/bmsPrepareDataMoveOperationResult/options.d.ts +5 -0
- package/dist/react-native/api/bmsPrepareDataMoveOperationResult/options.js +4 -0
- package/dist/react-native/api/bmsPrepareDataMoveOperationResult/options.js.map +1 -0
- package/dist/react-native/api/deletedProtectionContainers/index.d.ts +3 -0
- package/dist/react-native/api/deletedProtectionContainers/index.js +4 -0
- package/dist/react-native/api/deletedProtectionContainers/index.js.map +1 -0
- package/dist/react-native/api/deletedProtectionContainers/operations.d.ts +10 -0
- package/dist/react-native/api/deletedProtectionContainers/operations.js +39 -0
- package/dist/react-native/api/deletedProtectionContainers/operations.js.map +1 -0
- package/dist/react-native/api/deletedProtectionContainers/options.d.ts +7 -0
- package/dist/react-native/api/deletedProtectionContainers/options.js +4 -0
- package/dist/react-native/api/deletedProtectionContainers/options.js.map +1 -0
- package/dist/react-native/api/exportJobsOperationResults/index.d.ts +3 -0
- package/dist/react-native/api/exportJobsOperationResults/index.js +4 -0
- package/dist/react-native/api/exportJobsOperationResults/index.js.map +1 -0
- package/dist/react-native/api/exportJobsOperationResults/operations.d.ts +12 -0
- package/dist/react-native/api/exportJobsOperationResults/operations.js +38 -0
- package/dist/react-native/api/exportJobsOperationResults/operations.js.map +1 -0
- package/dist/react-native/api/exportJobsOperationResults/options.d.ts +5 -0
- package/dist/react-native/api/exportJobsOperationResults/options.js +4 -0
- package/dist/react-native/api/exportJobsOperationResults/options.js.map +1 -0
- package/dist/react-native/api/featureSupport/index.d.ts +3 -0
- package/dist/react-native/api/featureSupport/index.js +4 -0
- package/dist/react-native/api/featureSupport/index.js.map +1 -0
- package/dist/react-native/api/featureSupport/operations.d.ts +9 -0
- package/dist/react-native/api/featureSupport/operations.js +35 -0
- package/dist/react-native/api/featureSupport/operations.js.map +1 -0
- package/dist/react-native/api/featureSupport/options.d.ts +5 -0
- package/dist/react-native/api/featureSupport/options.js +4 -0
- package/dist/react-native/api/featureSupport/options.js.map +1 -0
- package/dist/react-native/api/fetchTieringCost/index.d.ts +3 -0
- package/dist/react-native/api/fetchTieringCost/index.js +4 -0
- package/dist/react-native/api/fetchTieringCost/index.js.map +1 -0
- package/dist/react-native/api/fetchTieringCost/operations.d.ts +13 -0
- package/dist/react-native/api/fetchTieringCost/operations.js +45 -0
- package/dist/react-native/api/fetchTieringCost/operations.js.map +1 -0
- package/dist/react-native/api/fetchTieringCost/options.d.ts +7 -0
- package/dist/react-native/api/fetchTieringCost/options.js +4 -0
- package/dist/react-native/api/fetchTieringCost/options.js.map +1 -0
- package/dist/react-native/api/getTieringCostOperationResult/index.d.ts +3 -0
- package/dist/react-native/api/getTieringCostOperationResult/index.js +4 -0
- package/dist/react-native/api/getTieringCostOperationResult/index.js.map +1 -0
- package/dist/react-native/api/getTieringCostOperationResult/operations.d.ts +9 -0
- package/dist/react-native/api/getTieringCostOperationResult/operations.js +35 -0
- package/dist/react-native/api/getTieringCostOperationResult/operations.js.map +1 -0
- package/dist/react-native/api/getTieringCostOperationResult/options.d.ts +5 -0
- package/dist/react-native/api/getTieringCostOperationResult/options.js +4 -0
- package/dist/react-native/api/getTieringCostOperationResult/options.js.map +1 -0
- package/dist/react-native/api/index.d.ts +5 -0
- package/dist/react-native/api/index.js +5 -0
- package/dist/react-native/api/index.js.map +1 -0
- package/dist/react-native/api/itemLevelRecoveryConnections/index.d.ts +3 -0
- package/dist/react-native/api/itemLevelRecoveryConnections/index.js +4 -0
- package/dist/react-native/api/itemLevelRecoveryConnections/index.js.map +1 -0
- package/dist/react-native/api/itemLevelRecoveryConnections/operations.d.ts +20 -0
- package/dist/react-native/api/itemLevelRecoveryConnections/operations.js +75 -0
- package/dist/react-native/api/itemLevelRecoveryConnections/operations.js.map +1 -0
- package/dist/react-native/api/itemLevelRecoveryConnections/options.d.ts +8 -0
- package/dist/react-native/api/itemLevelRecoveryConnections/options.js +4 -0
- package/dist/react-native/api/itemLevelRecoveryConnections/options.js.map +1 -0
- package/dist/react-native/api/jobCancellations/index.d.ts +3 -0
- package/dist/react-native/api/jobCancellations/index.js +4 -0
- package/dist/react-native/api/jobCancellations/index.js.map +1 -0
- package/dist/react-native/api/jobCancellations/operations.d.ts +11 -0
- package/dist/react-native/api/jobCancellations/operations.js +35 -0
- package/dist/react-native/api/jobCancellations/operations.js.map +1 -0
- package/dist/react-native/api/jobCancellations/options.d.ts +5 -0
- package/dist/react-native/api/jobCancellations/options.js +4 -0
- package/dist/react-native/api/jobCancellations/options.js.map +1 -0
- package/dist/react-native/api/jobDetails/index.d.ts +3 -0
- package/dist/react-native/api/jobDetails/index.js +4 -0
- package/dist/react-native/api/jobDetails/index.js.map +1 -0
- package/dist/react-native/api/jobDetails/operations.d.ts +9 -0
- package/dist/react-native/api/jobDetails/operations.js +35 -0
- package/dist/react-native/api/jobDetails/operations.js.map +1 -0
- package/dist/react-native/api/jobDetails/options.d.ts +5 -0
- package/dist/react-native/api/jobDetails/options.js +4 -0
- package/dist/react-native/api/jobDetails/options.js.map +1 -0
- package/dist/react-native/api/jobOperationResults/index.d.ts +3 -0
- package/dist/react-native/api/jobOperationResults/index.js +4 -0
- package/dist/react-native/api/jobOperationResults/index.js.map +1 -0
- package/dist/react-native/api/jobOperationResults/operations.d.ts +8 -0
- package/dist/react-native/api/jobOperationResults/operations.js +33 -0
- package/dist/react-native/api/jobOperationResults/operations.js.map +1 -0
- package/dist/react-native/api/jobOperationResults/options.d.ts +5 -0
- package/dist/react-native/api/jobOperationResults/options.js +4 -0
- package/dist/react-native/api/jobOperationResults/options.js.map +1 -0
- package/dist/react-native/api/jobs/index.d.ts +3 -0
- package/dist/react-native/api/jobs/index.js +4 -0
- package/dist/react-native/api/jobs/index.js.map +1 -0
- package/dist/react-native/api/jobs/operations.d.ts +8 -0
- package/dist/react-native/api/jobs/operations.js +32 -0
- package/dist/react-native/api/jobs/operations.js.map +1 -0
- package/dist/react-native/api/jobs/options.d.ts +7 -0
- package/dist/react-native/api/jobs/options.js +4 -0
- package/dist/react-native/api/jobs/options.js.map +1 -0
- package/dist/react-native/api/operation/index.d.ts +3 -0
- package/dist/react-native/api/operation/index.js +4 -0
- package/dist/react-native/api/operation/index.js.map +1 -0
- package/dist/react-native/api/operation/operations.d.ts +9 -0
- package/dist/react-native/api/operation/operations.js +36 -0
- package/dist/react-native/api/operation/operations.js.map +1 -0
- package/dist/react-native/api/operation/options.d.ts +5 -0
- package/dist/react-native/api/operation/options.js +4 -0
- package/dist/react-native/api/operation/options.js.map +1 -0
- package/dist/react-native/api/operations/index.d.ts +3 -0
- package/dist/react-native/api/operations/index.js +4 -0
- package/dist/react-native/api/operations/index.js.map +1 -0
- package/dist/react-native/api/operations/operations.d.ts +10 -0
- package/dist/react-native/api/operations/operations.js +35 -0
- package/dist/react-native/api/operations/operations.js.map +1 -0
- package/dist/react-native/api/operations/options.d.ts +5 -0
- package/dist/react-native/api/operations/options.js +4 -0
- package/dist/react-native/api/operations/options.js.map +1 -0
- package/dist/react-native/api/operations.d.ts +22 -0
- package/dist/react-native/api/operations.js +142 -0
- package/dist/react-native/api/operations.js.map +1 -0
- package/dist/react-native/api/options.d.ts +20 -0
- package/dist/react-native/api/options.js +4 -0
- package/dist/react-native/api/options.js.map +1 -0
- package/dist/react-native/api/privateEndpoint/index.d.ts +3 -0
- package/dist/react-native/api/privateEndpoint/index.js +4 -0
- package/dist/react-native/api/privateEndpoint/index.js.map +1 -0
- package/dist/react-native/api/privateEndpoint/operations.d.ts +9 -0
- package/dist/react-native/api/privateEndpoint/operations.js +36 -0
- package/dist/react-native/api/privateEndpoint/operations.js.map +1 -0
- package/dist/react-native/api/privateEndpoint/options.d.ts +5 -0
- package/dist/react-native/api/privateEndpoint/options.js +4 -0
- package/dist/react-native/api/privateEndpoint/options.js.map +1 -0
- package/dist/react-native/api/privateEndpointConnection/index.d.ts +3 -0
- package/dist/react-native/api/privateEndpointConnection/index.js +4 -0
- package/dist/react-native/api/privateEndpointConnection/index.js.map +1 -0
- package/dist/react-native/api/privateEndpointConnection/operations.d.ts +18 -0
- package/dist/react-native/api/privateEndpointConnection/operations.js +103 -0
- package/dist/react-native/api/privateEndpointConnection/operations.js.map +1 -0
- package/dist/react-native/api/privateEndpointConnection/options.d.ts +15 -0
- package/dist/react-native/api/privateEndpointConnection/options.js +4 -0
- package/dist/react-native/api/privateEndpointConnection/options.js.map +1 -0
- package/dist/react-native/api/protectableContainers/index.d.ts +3 -0
- package/dist/react-native/api/protectableContainers/index.js +4 -0
- package/dist/react-native/api/protectableContainers/index.js.map +1 -0
- package/dist/react-native/api/protectableContainers/operations.d.ts +10 -0
- package/dist/react-native/api/protectableContainers/operations.js +40 -0
- package/dist/react-native/api/protectableContainers/operations.js.map +1 -0
- package/dist/react-native/api/protectableContainers/options.d.ts +7 -0
- package/dist/react-native/api/protectableContainers/options.js +4 -0
- package/dist/react-native/api/protectableContainers/options.js.map +1 -0
- package/dist/react-native/api/protectedItemOperationResults/index.d.ts +3 -0
- package/dist/react-native/api/protectedItemOperationResults/index.js +4 -0
- package/dist/react-native/api/protectedItemOperationResults/index.js.map +1 -0
- package/dist/react-native/api/protectedItemOperationResults/operations.d.ts +9 -0
- package/dist/react-native/api/protectedItemOperationResults/operations.js +38 -0
- package/dist/react-native/api/protectedItemOperationResults/operations.js.map +1 -0
- package/dist/react-native/api/protectedItemOperationResults/options.d.ts +5 -0
- package/dist/react-native/api/protectedItemOperationResults/options.js +4 -0
- package/dist/react-native/api/protectedItemOperationResults/options.js.map +1 -0
- package/dist/react-native/api/protectedItemOperationStatuses/index.d.ts +3 -0
- package/dist/react-native/api/protectedItemOperationStatuses/index.js +4 -0
- package/dist/react-native/api/protectedItemOperationStatuses/index.js.map +1 -0
- package/dist/react-native/api/protectedItemOperationStatuses/operations.d.ts +13 -0
- package/dist/react-native/api/protectedItemOperationStatuses/operations.js +42 -0
- package/dist/react-native/api/protectedItemOperationStatuses/operations.js.map +1 -0
- package/dist/react-native/api/protectedItemOperationStatuses/options.d.ts +5 -0
- package/dist/react-native/api/protectedItemOperationStatuses/options.js +4 -0
- package/dist/react-native/api/protectedItemOperationStatuses/options.js.map +1 -0
- package/dist/react-native/api/protectedItems/index.d.ts +3 -0
- package/dist/react-native/api/protectedItems/index.js +4 -0
- package/dist/react-native/api/protectedItems/index.js.map +1 -0
- package/dist/react-native/api/protectedItems/operations.d.ts +27 -0
- package/dist/react-native/api/protectedItems/operations.js +120 -0
- package/dist/react-native/api/protectedItems/operations.js.map +1 -0
- package/dist/react-native/api/protectedItems/options.d.ts +15 -0
- package/dist/react-native/api/protectedItems/options.js +4 -0
- package/dist/react-native/api/protectedItems/options.js.map +1 -0
- package/dist/react-native/api/protectionContainerOperationResults/index.d.ts +3 -0
- package/dist/react-native/api/protectionContainerOperationResults/index.js +4 -0
- package/dist/react-native/api/protectionContainerOperationResults/index.js.map +1 -0
- package/dist/react-native/api/protectionContainerOperationResults/operations.d.ts +9 -0
- package/dist/react-native/api/protectionContainerOperationResults/operations.js +37 -0
- package/dist/react-native/api/protectionContainerOperationResults/operations.js.map +1 -0
- package/dist/react-native/api/protectionContainerOperationResults/options.d.ts +5 -0
- package/dist/react-native/api/protectionContainerOperationResults/options.js +4 -0
- package/dist/react-native/api/protectionContainerOperationResults/options.js.map +1 -0
- package/dist/react-native/api/protectionContainerRefreshOperationResults/index.d.ts +3 -0
- package/dist/react-native/api/protectionContainerRefreshOperationResults/index.js +4 -0
- package/dist/react-native/api/protectionContainerRefreshOperationResults/index.js.map +1 -0
- package/dist/react-native/api/protectionContainerRefreshOperationResults/operations.d.ts +8 -0
- package/dist/react-native/api/protectionContainerRefreshOperationResults/operations.js +33 -0
- package/dist/react-native/api/protectionContainerRefreshOperationResults/operations.js.map +1 -0
- package/dist/react-native/api/protectionContainerRefreshOperationResults/options.d.ts +5 -0
- package/dist/react-native/api/protectionContainerRefreshOperationResults/options.js +4 -0
- package/dist/react-native/api/protectionContainerRefreshOperationResults/options.js.map +1 -0
- package/dist/react-native/api/protectionContainers/index.d.ts +3 -0
- package/dist/react-native/api/protectionContainers/index.js +4 -0
- package/dist/react-native/api/protectionContainers/index.js.map +1 -0
- package/dist/react-native/api/protectionContainers/operations.d.ts +36 -0
- package/dist/react-native/api/protectionContainers/operations.js +166 -0
- package/dist/react-native/api/protectionContainers/operations.js.map +1 -0
- package/dist/react-native/api/protectionContainers/options.d.ts +22 -0
- package/dist/react-native/api/protectionContainers/options.js +4 -0
- package/dist/react-native/api/protectionContainers/options.js.map +1 -0
- package/dist/react-native/api/protectionIntent/index.d.ts +3 -0
- package/dist/react-native/api/protectionIntent/index.js +4 -0
- package/dist/react-native/api/protectionIntent/index.js.map +1 -0
- package/dist/react-native/api/protectionIntent/operations.d.ts +29 -0
- package/dist/react-native/api/protectionIntent/operations.js +132 -0
- package/dist/react-native/api/protectionIntent/operations.js.map +1 -0
- package/dist/react-native/api/protectionIntent/options.d.ts +14 -0
- package/dist/react-native/api/protectionIntent/options.js +4 -0
- package/dist/react-native/api/protectionIntent/options.js.map +1 -0
- package/dist/react-native/api/protectionPolicies/index.d.ts +3 -0
- package/dist/react-native/api/protectionPolicies/index.js +4 -0
- package/dist/react-native/api/protectionPolicies/index.js.map +1 -0
- package/dist/react-native/api/protectionPolicies/operations.d.ts +27 -0
- package/dist/react-native/api/protectionPolicies/operations.js +113 -0
- package/dist/react-native/api/protectionPolicies/operations.js.map +1 -0
- package/dist/react-native/api/protectionPolicies/options.d.ts +14 -0
- package/dist/react-native/api/protectionPolicies/options.js +4 -0
- package/dist/react-native/api/protectionPolicies/options.js.map +1 -0
- package/dist/react-native/api/protectionPolicyOperationResults/index.d.ts +3 -0
- package/dist/react-native/api/protectionPolicyOperationResults/index.js +4 -0
- package/dist/react-native/api/protectionPolicyOperationResults/index.js.map +1 -0
- package/dist/react-native/api/protectionPolicyOperationResults/operations.d.ts +9 -0
- package/dist/react-native/api/protectionPolicyOperationResults/operations.js +36 -0
- package/dist/react-native/api/protectionPolicyOperationResults/operations.js.map +1 -0
- package/dist/react-native/api/protectionPolicyOperationResults/options.d.ts +5 -0
- package/dist/react-native/api/protectionPolicyOperationResults/options.js +4 -0
- package/dist/react-native/api/protectionPolicyOperationResults/options.js.map +1 -0
- package/dist/react-native/api/protectionPolicyOperationStatuses/index.d.ts +3 -0
- package/dist/react-native/api/protectionPolicyOperationStatuses/index.js +4 -0
- package/dist/react-native/api/protectionPolicyOperationStatuses/index.js.map +1 -0
- package/dist/react-native/api/protectionPolicyOperationStatuses/operations.d.ts +13 -0
- package/dist/react-native/api/protectionPolicyOperationStatuses/operations.js +40 -0
- package/dist/react-native/api/protectionPolicyOperationStatuses/operations.js.map +1 -0
- package/dist/react-native/api/protectionPolicyOperationStatuses/options.d.ts +5 -0
- package/dist/react-native/api/protectionPolicyOperationStatuses/options.js +4 -0
- package/dist/react-native/api/protectionPolicyOperationStatuses/options.js.map +1 -0
- package/dist/react-native/api/recoveryPoints/index.d.ts +3 -0
- package/dist/react-native/api/recoveryPoints/index.js +4 -0
- package/dist/react-native/api/recoveryPoints/index.js.map +1 -0
- package/dist/react-native/api/recoveryPoints/operations.d.ts +21 -0
- package/dist/react-native/api/recoveryPoints/operations.js +111 -0
- package/dist/react-native/api/recoveryPoints/operations.js.map +1 -0
- package/dist/react-native/api/recoveryPoints/options.d.ts +12 -0
- package/dist/react-native/api/recoveryPoints/options.js +4 -0
- package/dist/react-native/api/recoveryPoints/options.js.map +1 -0
- package/dist/react-native/api/recoveryPointsRecommendedForMove/index.d.ts +3 -0
- package/dist/react-native/api/recoveryPointsRecommendedForMove/index.js +4 -0
- package/dist/react-native/api/recoveryPointsRecommendedForMove/index.js.map +1 -0
- package/dist/react-native/api/recoveryPointsRecommendedForMove/operations.d.ts +10 -0
- package/dist/react-native/api/recoveryPointsRecommendedForMove/operations.js +43 -0
- package/dist/react-native/api/recoveryPointsRecommendedForMove/operations.js.map +1 -0
- package/dist/react-native/api/recoveryPointsRecommendedForMove/options.d.ts +5 -0
- package/dist/react-native/api/recoveryPointsRecommendedForMove/options.js +4 -0
- package/dist/react-native/api/recoveryPointsRecommendedForMove/options.js.map +1 -0
- package/dist/react-native/api/recoveryServicesBackupContext.d.ts +22 -0
- package/dist/react-native/api/recoveryServicesBackupContext.js +24 -0
- package/dist/react-native/api/recoveryServicesBackupContext.js.map +1 -0
- package/dist/react-native/api/resourceGuardProxies/index.d.ts +3 -0
- package/dist/react-native/api/resourceGuardProxies/index.js +4 -0
- package/dist/react-native/api/resourceGuardProxies/index.js.map +1 -0
- package/dist/react-native/api/resourceGuardProxies/operations.d.ts +10 -0
- package/dist/react-native/api/resourceGuardProxies/operations.js +38 -0
- package/dist/react-native/api/resourceGuardProxies/operations.js.map +1 -0
- package/dist/react-native/api/resourceGuardProxies/options.d.ts +5 -0
- package/dist/react-native/api/resourceGuardProxies/options.js +4 -0
- package/dist/react-native/api/resourceGuardProxies/options.js.map +1 -0
- package/dist/react-native/api/resourceGuardProxy/index.d.ts +3 -0
- package/dist/react-native/api/resourceGuardProxy/index.js +4 -0
- package/dist/react-native/api/resourceGuardProxy/index.js.map +1 -0
- package/dist/react-native/api/resourceGuardProxy/operations.d.ts +24 -0
- package/dist/react-native/api/resourceGuardProxy/operations.js +126 -0
- package/dist/react-native/api/resourceGuardProxy/operations.js.map +1 -0
- package/dist/react-native/api/resourceGuardProxy/options.d.ts +14 -0
- package/dist/react-native/api/resourceGuardProxy/options.js +4 -0
- package/dist/react-native/api/resourceGuardProxy/options.js.map +1 -0
- package/dist/react-native/api/restores/index.d.ts +3 -0
- package/dist/react-native/api/restores/index.js +4 -0
- package/dist/react-native/api/restores/index.js.map +1 -0
- package/dist/react-native/api/restores/operations.d.ts +13 -0
- package/dist/react-native/api/restores/operations.js +54 -0
- package/dist/react-native/api/restores/operations.js.map +1 -0
- package/dist/react-native/api/restores/options.d.ts +8 -0
- package/dist/react-native/api/restores/options.js +4 -0
- package/dist/react-native/api/restores/options.js.map +1 -0
- package/dist/react-native/api/securityPINs/index.d.ts +3 -0
- package/dist/react-native/api/securityPINs/index.js +4 -0
- package/dist/react-native/api/securityPINs/index.js.map +1 -0
- package/dist/react-native/api/securityPINs/operations.d.ts +9 -0
- package/dist/react-native/api/securityPINs/operations.js +44 -0
- package/dist/react-native/api/securityPINs/operations.js.map +1 -0
- package/dist/react-native/api/securityPINs/options.d.ts +9 -0
- package/dist/react-native/api/securityPINs/options.js +4 -0
- package/dist/react-native/api/securityPINs/options.js.map +1 -0
- package/dist/react-native/api/tieringCostOperationStatus/index.d.ts +3 -0
- package/dist/react-native/api/tieringCostOperationStatus/index.js +4 -0
- package/dist/react-native/api/tieringCostOperationStatus/index.js.map +1 -0
- package/dist/react-native/api/tieringCostOperationStatus/operations.d.ts +9 -0
- package/dist/react-native/api/tieringCostOperationStatus/operations.js +35 -0
- package/dist/react-native/api/tieringCostOperationStatus/operations.js.map +1 -0
- package/dist/react-native/api/tieringCostOperationStatus/options.d.ts +5 -0
- package/dist/react-native/api/tieringCostOperationStatus/options.js +4 -0
- package/dist/react-native/api/tieringCostOperationStatus/options.js.map +1 -0
- package/dist/react-native/api/validateOperation/index.d.ts +3 -0
- package/dist/react-native/api/validateOperation/index.js +4 -0
- package/dist/react-native/api/validateOperation/index.js.map +1 -0
- package/dist/react-native/api/validateOperation/operations.d.ts +10 -0
- package/dist/react-native/api/validateOperation/operations.js +41 -0
- package/dist/react-native/api/validateOperation/operations.js.map +1 -0
- package/dist/react-native/api/validateOperation/options.d.ts +7 -0
- package/dist/react-native/api/validateOperation/options.js +4 -0
- package/dist/react-native/api/validateOperation/options.js.map +1 -0
- package/dist/react-native/api/validateOperationResults/index.d.ts +3 -0
- package/dist/react-native/api/validateOperationResults/index.js +4 -0
- package/dist/react-native/api/validateOperationResults/index.js.map +1 -0
- package/dist/react-native/api/validateOperationResults/operations.d.ts +9 -0
- package/dist/react-native/api/validateOperationResults/operations.js +35 -0
- package/dist/react-native/api/validateOperationResults/operations.js.map +1 -0
- package/dist/react-native/api/validateOperationResults/options.d.ts +5 -0
- package/dist/react-native/api/validateOperationResults/options.js +4 -0
- package/dist/react-native/api/validateOperationResults/options.js.map +1 -0
- package/dist/react-native/api/validateOperationStatuses/index.d.ts +3 -0
- package/dist/react-native/api/validateOperationStatuses/index.js +4 -0
- package/dist/react-native/api/validateOperationStatuses/index.js.map +1 -0
- package/dist/react-native/api/validateOperationStatuses/operations.d.ts +13 -0
- package/dist/react-native/api/validateOperationStatuses/operations.js +39 -0
- package/dist/react-native/api/validateOperationStatuses/operations.js.map +1 -0
- package/dist/react-native/api/validateOperationStatuses/options.d.ts +5 -0
- package/dist/react-native/api/validateOperationStatuses/options.js +4 -0
- package/dist/react-native/api/validateOperationStatuses/options.js.map +1 -0
- package/dist/react-native/classic/backupEngines/index.d.ts +13 -0
- package/dist/react-native/classic/backupEngines/index.js +15 -0
- package/dist/react-native/classic/backupEngines/index.js.map +1 -0
- package/dist/react-native/classic/backupJobs/index.d.ts +11 -0
- package/dist/react-native/classic/backupJobs/index.js +14 -0
- package/dist/react-native/classic/backupJobs/index.js.map +1 -0
- package/dist/react-native/classic/backupOperationResults/index.d.ts +14 -0
- package/dist/react-native/classic/backupOperationResults/index.js +14 -0
- package/dist/react-native/classic/backupOperationResults/index.js.map +1 -0
- package/dist/react-native/classic/backupOperationStatuses/index.d.ts +14 -0
- package/dist/react-native/classic/backupOperationStatuses/index.js +14 -0
- package/dist/react-native/classic/backupOperationStatuses/index.js.map +1 -0
- package/dist/react-native/classic/backupPolicies/index.d.ts +14 -0
- package/dist/react-native/classic/backupPolicies/index.js +14 -0
- package/dist/react-native/classic/backupPolicies/index.js.map +1 -0
- package/dist/react-native/classic/backupProtectableItems/index.d.ts +14 -0
- package/dist/react-native/classic/backupProtectableItems/index.js +14 -0
- package/dist/react-native/classic/backupProtectableItems/index.js.map +1 -0
- package/dist/react-native/classic/backupProtectedItems/index.d.ts +11 -0
- package/dist/react-native/classic/backupProtectedItems/index.js +14 -0
- package/dist/react-native/classic/backupProtectedItems/index.js.map +1 -0
- package/dist/react-native/classic/backupProtectionContainers/index.d.ts +11 -0
- package/dist/react-native/classic/backupProtectionContainers/index.js +14 -0
- package/dist/react-native/classic/backupProtectionContainers/index.js.map +1 -0
- package/dist/react-native/classic/backupProtectionIntent/index.d.ts +11 -0
- package/dist/react-native/classic/backupProtectionIntent/index.js +14 -0
- package/dist/react-native/classic/backupProtectionIntent/index.js.map +1 -0
- package/dist/react-native/classic/backupResourceEncryptionConfigs/index.d.ts +12 -0
- package/dist/react-native/classic/backupResourceEncryptionConfigs/index.js +15 -0
- package/dist/react-native/classic/backupResourceEncryptionConfigs/index.js.map +1 -0
- package/dist/react-native/classic/backupResourceStorageConfigsNonCRR/index.d.ts +14 -0
- package/dist/react-native/classic/backupResourceStorageConfigsNonCRR/index.js +16 -0
- package/dist/react-native/classic/backupResourceStorageConfigsNonCRR/index.js.map +1 -0
- package/dist/react-native/classic/backupResourceVaultConfigs/index.d.ts +14 -0
- package/dist/react-native/classic/backupResourceVaultConfigs/index.js +16 -0
- package/dist/react-native/classic/backupResourceVaultConfigs/index.js.map +1 -0
- package/dist/react-native/classic/backupStatus/index.d.ts +10 -0
- package/dist/react-native/classic/backupStatus/index.js +14 -0
- package/dist/react-native/classic/backupStatus/index.js.map +1 -0
- package/dist/react-native/classic/backupUsageSummaries/index.d.ts +11 -0
- package/dist/react-native/classic/backupUsageSummaries/index.js +14 -0
- package/dist/react-native/classic/backupUsageSummaries/index.js.map +1 -0
- package/dist/react-native/classic/backupWorkloadItems/index.d.ts +14 -0
- package/dist/react-native/classic/backupWorkloadItems/index.js +14 -0
- package/dist/react-native/classic/backupWorkloadItems/index.js.map +1 -0
- package/dist/react-native/classic/backups/index.d.ts +13 -0
- package/dist/react-native/classic/backups/index.js +14 -0
- package/dist/react-native/classic/backups/index.js.map +1 -0
- package/dist/react-native/classic/bmsPrepareDataMoveOperationResult/index.d.ts +10 -0
- package/dist/react-native/classic/bmsPrepareDataMoveOperationResult/index.js +14 -0
- package/dist/react-native/classic/bmsPrepareDataMoveOperationResult/index.js.map +1 -0
- package/dist/react-native/classic/deletedProtectionContainers/index.d.ts +11 -0
- package/dist/react-native/classic/deletedProtectionContainers/index.js +14 -0
- package/dist/react-native/classic/deletedProtectionContainers/index.js.map +1 -0
- package/dist/react-native/classic/exportJobsOperationResults/index.d.ts +13 -0
- package/dist/react-native/classic/exportJobsOperationResults/index.js +14 -0
- package/dist/react-native/classic/exportJobsOperationResults/index.js.map +1 -0
- package/dist/react-native/classic/featureSupport/index.d.ts +10 -0
- package/dist/react-native/classic/featureSupport/index.js +14 -0
- package/dist/react-native/classic/featureSupport/index.js.map +1 -0
- package/dist/react-native/classic/fetchTieringCost/index.d.ts +19 -0
- package/dist/react-native/classic/fetchTieringCost/index.js +23 -0
- package/dist/react-native/classic/fetchTieringCost/index.js.map +1 -0
- package/dist/react-native/classic/getTieringCostOperationResult/index.d.ts +10 -0
- package/dist/react-native/classic/getTieringCostOperationResult/index.js +14 -0
- package/dist/react-native/classic/getTieringCostOperationResult/index.js.map +1 -0
- package/dist/react-native/classic/index.d.ts +53 -0
- package/dist/react-native/classic/index.js +4 -0
- package/dist/react-native/classic/index.js.map +1 -0
- package/dist/react-native/classic/itemLevelRecoveryConnections/index.d.ts +19 -0
- package/dist/react-native/classic/itemLevelRecoveryConnections/index.js +15 -0
- package/dist/react-native/classic/itemLevelRecoveryConnections/index.js.map +1 -0
- package/dist/react-native/classic/jobCancellations/index.d.ts +12 -0
- package/dist/react-native/classic/jobCancellations/index.js +14 -0
- package/dist/react-native/classic/jobCancellations/index.js.map +1 -0
- package/dist/react-native/classic/jobDetails/index.d.ts +10 -0
- package/dist/react-native/classic/jobDetails/index.js +14 -0
- package/dist/react-native/classic/jobDetails/index.js.map +1 -0
- package/dist/react-native/classic/jobOperationResults/index.d.ts +9 -0
- package/dist/react-native/classic/jobOperationResults/index.js +14 -0
- package/dist/react-native/classic/jobOperationResults/index.js.map +1 -0
- package/dist/react-native/classic/jobs/index.d.ts +9 -0
- package/dist/react-native/classic/jobs/index.js +14 -0
- package/dist/react-native/classic/jobs/index.js.map +1 -0
- package/dist/react-native/classic/operation/index.d.ts +10 -0
- package/dist/react-native/classic/operation/index.js +14 -0
- package/dist/react-native/classic/operation/index.js.map +1 -0
- package/dist/react-native/classic/operations/index.d.ts +11 -0
- package/dist/react-native/classic/operations/index.js +14 -0
- package/dist/react-native/classic/operations/index.js.map +1 -0
- package/dist/react-native/classic/privateEndpoint/index.d.ts +10 -0
- package/dist/react-native/classic/privateEndpoint/index.js +14 -0
- package/dist/react-native/classic/privateEndpoint/index.js.map +1 -0
- package/dist/react-native/classic/privateEndpointConnection/index.d.ts +24 -0
- package/dist/react-native/classic/privateEndpointConnection/index.js +33 -0
- package/dist/react-native/classic/privateEndpointConnection/index.js.map +1 -0
- package/dist/react-native/classic/protectableContainers/index.d.ts +11 -0
- package/dist/react-native/classic/protectableContainers/index.js +14 -0
- package/dist/react-native/classic/protectableContainers/index.js.map +1 -0
- package/dist/react-native/classic/protectedItemOperationResults/index.d.ts +10 -0
- package/dist/react-native/classic/protectedItemOperationResults/index.js +14 -0
- package/dist/react-native/classic/protectedItemOperationResults/index.js.map +1 -0
- package/dist/react-native/classic/protectedItemOperationStatuses/index.d.ts +14 -0
- package/dist/react-native/classic/protectedItemOperationStatuses/index.js +14 -0
- package/dist/react-native/classic/protectedItemOperationStatuses/index.js.map +1 -0
- package/dist/react-native/classic/protectedItems/index.d.ts +29 -0
- package/dist/react-native/classic/protectedItems/index.js +25 -0
- package/dist/react-native/classic/protectedItems/index.js.map +1 -0
- package/dist/react-native/classic/protectionContainerOperationResults/index.d.ts +10 -0
- package/dist/react-native/classic/protectionContainerOperationResults/index.js +14 -0
- package/dist/react-native/classic/protectionContainerOperationResults/index.js.map +1 -0
- package/dist/react-native/classic/protectionContainerRefreshOperationResults/index.d.ts +9 -0
- package/dist/react-native/classic/protectionContainerRefreshOperationResults/index.js +14 -0
- package/dist/react-native/classic/protectionContainerRefreshOperationResults/index.js.map +1 -0
- package/dist/react-native/classic/protectionContainers/index.d.ts +34 -0
- package/dist/react-native/classic/protectionContainers/index.js +27 -0
- package/dist/react-native/classic/protectionContainers/index.js.map +1 -0
- package/dist/react-native/classic/protectionIntent/index.d.ts +24 -0
- package/dist/react-native/classic/protectionIntent/index.js +17 -0
- package/dist/react-native/classic/protectionIntent/index.js.map +1 -0
- package/dist/react-native/classic/protectionPolicies/index.d.ts +29 -0
- package/dist/react-native/classic/protectionPolicies/index.js +25 -0
- package/dist/react-native/classic/protectionPolicies/index.js.map +1 -0
- package/dist/react-native/classic/protectionPolicyOperationResults/index.d.ts +10 -0
- package/dist/react-native/classic/protectionPolicyOperationResults/index.js +14 -0
- package/dist/react-native/classic/protectionPolicyOperationResults/index.js.map +1 -0
- package/dist/react-native/classic/protectionPolicyOperationStatuses/index.d.ts +14 -0
- package/dist/react-native/classic/protectionPolicyOperationStatuses/index.js +14 -0
- package/dist/react-native/classic/protectionPolicyOperationStatuses/index.js.map +1 -0
- package/dist/react-native/classic/recoveryPoints/index.d.ts +18 -0
- package/dist/react-native/classic/recoveryPoints/index.js +16 -0
- package/dist/react-native/classic/recoveryPoints/index.js.map +1 -0
- package/dist/react-native/classic/recoveryPointsRecommendedForMove/index.d.ts +11 -0
- package/dist/react-native/classic/recoveryPointsRecommendedForMove/index.js +14 -0
- package/dist/react-native/classic/recoveryPointsRecommendedForMove/index.js.map +1 -0
- package/dist/react-native/classic/resourceGuardProxies/index.d.ts +11 -0
- package/dist/react-native/classic/resourceGuardProxies/index.js +14 -0
- package/dist/react-native/classic/resourceGuardProxies/index.js.map +1 -0
- package/dist/react-native/classic/resourceGuardProxy/index.d.ts +19 -0
- package/dist/react-native/classic/resourceGuardProxy/index.js +17 -0
- package/dist/react-native/classic/resourceGuardProxy/index.js.map +1 -0
- package/dist/react-native/classic/restores/index.d.ts +19 -0
- package/dist/react-native/classic/restores/index.js +23 -0
- package/dist/react-native/classic/restores/index.js.map +1 -0
- package/dist/react-native/classic/securityPINs/index.d.ts +10 -0
- package/dist/react-native/classic/securityPINs/index.js +14 -0
- package/dist/react-native/classic/securityPINs/index.js.map +1 -0
- package/dist/react-native/classic/tieringCostOperationStatus/index.d.ts +10 -0
- package/dist/react-native/classic/tieringCostOperationStatus/index.js +14 -0
- package/dist/react-native/classic/tieringCostOperationStatus/index.js.map +1 -0
- package/dist/react-native/classic/validateOperation/index.d.ts +16 -0
- package/dist/react-native/classic/validateOperation/index.js +23 -0
- package/dist/react-native/classic/validateOperation/index.js.map +1 -0
- package/dist/react-native/classic/validateOperationResults/index.d.ts +10 -0
- package/dist/react-native/classic/validateOperationResults/index.js +14 -0
- package/dist/react-native/classic/validateOperationResults/index.js.map +1 -0
- package/dist/react-native/classic/validateOperationStatuses/index.d.ts +14 -0
- package/dist/react-native/classic/validateOperationStatuses/index.js +14 -0
- package/dist/react-native/classic/validateOperationStatuses/index.js.map +1 -0
- package/dist/react-native/index.d.ts +65 -3
- package/dist/react-native/index.js +6 -11
- package/dist/react-native/index.js.map +1 -1
- package/dist/react-native/logger.d.ts +2 -0
- package/dist/react-native/logger.js +5 -0
- package/dist/react-native/logger.js.map +1 -0
- package/dist/react-native/models/index.d.ts +2 -5496
- package/dist/react-native/models/index.js +3 -921
- package/dist/react-native/models/index.js.map +1 -1
- package/dist/react-native/models/models.d.ts +5511 -0
- package/dist/react-native/models/models.js +8368 -0
- package/dist/react-native/models/models.js.map +1 -0
- package/dist/react-native/recoveryServicesBackupClient.d.ts +188 -139
- package/dist/react-native/recoveryServicesBackupClient.js +272 -441
- package/dist/react-native/recoveryServicesBackupClient.js.map +1 -1
- package/dist/react-native/restorePollerHelpers.d.ts +21 -0
- package/dist/react-native/restorePollerHelpers.js +114 -0
- package/dist/react-native/restorePollerHelpers.js.map +1 -0
- package/dist/react-native/static-helpers/cloudSettingHelpers.d.ts +22 -0
- package/dist/react-native/static-helpers/cloudSettingHelpers.js +38 -0
- package/dist/react-native/static-helpers/cloudSettingHelpers.js.map +1 -0
- package/dist/react-native/static-helpers/pagingHelpers.d.ts +74 -0
- package/dist/react-native/static-helpers/pagingHelpers.js +143 -0
- package/dist/react-native/static-helpers/pagingHelpers.js.map +1 -0
- package/dist/react-native/static-helpers/pollingHelpers.d.ts +34 -0
- package/dist/react-native/static-helpers/pollingHelpers.js +95 -0
- package/dist/react-native/static-helpers/pollingHelpers.js.map +1 -0
- package/dist/react-native/static-helpers/simplePollerHelpers.d.ts +73 -0
- package/dist/react-native/static-helpers/simplePollerHelpers.js +44 -0
- package/dist/react-native/static-helpers/simplePollerHelpers.js.map +1 -0
- package/dist/react-native/static-helpers/urlTemplate.d.ts +5 -0
- package/dist/react-native/static-helpers/urlTemplate.js +200 -0
- package/dist/react-native/static-helpers/urlTemplate.js.map +1 -0
- package/package.json +1054 -93
- package/CHANGELOG.md +0 -432
- package/dist/browser/index.d.ts.map +0 -1
- package/dist/browser/lroImpl.d.ts +0 -11
- package/dist/browser/lroImpl.d.ts.map +0 -1
- package/dist/browser/lroImpl.js +0 -21
- package/dist/browser/lroImpl.js.map +0 -1
- package/dist/browser/models/index.d.ts.map +0 -1
- package/dist/browser/models/mappers.d.ts +0 -468
- package/dist/browser/models/mappers.d.ts.map +0 -1
- package/dist/browser/models/mappers.js +0 -9225
- package/dist/browser/models/mappers.js.map +0 -1
- package/dist/browser/models/parameters.d.ts +0 -49
- package/dist/browser/models/parameters.d.ts.map +0 -1
- package/dist/browser/models/parameters.js +0 -348
- package/dist/browser/models/parameters.js.map +0 -1
- package/dist/browser/operations/bMSPrepareDataMoveOperationResult.d.ts +0 -22
- package/dist/browser/operations/bMSPrepareDataMoveOperationResult.d.ts.map +0 -1
- package/dist/browser/operations/bMSPrepareDataMoveOperationResult.js +0 -57
- package/dist/browser/operations/bMSPrepareDataMoveOperationResult.js.map +0 -1
- package/dist/browser/operations/backupEngines.d.ts +0 -50
- package/dist/browser/operations/backupEngines.d.ts.map +0 -1
- package/dist/browser/operations/backupEngines.js +0 -194
- package/dist/browser/operations/backupEngines.js.map +0 -1
- package/dist/browser/operations/backupJobs.d.ts +0 -41
- package/dist/browser/operations/backupJobs.d.ts.map +0 -1
- package/dist/browser/operations/backupJobs.js +0 -157
- package/dist/browser/operations/backupJobs.js.map +0 -1
- package/dist/browser/operations/backupOperationResults.d.ts +0 -28
- package/dist/browser/operations/backupOperationResults.d.ts.map +0 -1
- package/dist/browser/operations/backupOperationResults.js +0 -62
- package/dist/browser/operations/backupOperationResults.js.map +0 -1
- package/dist/browser/operations/backupOperationStatuses.d.ts +0 -26
- package/dist/browser/operations/backupOperationStatuses.d.ts.map +0 -1
- package/dist/browser/operations/backupOperationStatuses.js +0 -60
- package/dist/browser/operations/backupOperationStatuses.js.map +0 -1
- package/dist/browser/operations/backupPolicies.d.ts +0 -45
- package/dist/browser/operations/backupPolicies.d.ts.map +0 -1
- package/dist/browser/operations/backupPolicies.js +0 -157
- package/dist/browser/operations/backupPolicies.js.map +0 -1
- package/dist/browser/operations/backupProtectableItems.d.ts +0 -45
- package/dist/browser/operations/backupProtectableItems.d.ts.map +0 -1
- package/dist/browser/operations/backupProtectableItems.js +0 -161
- package/dist/browser/operations/backupProtectableItems.js.map +0 -1
- package/dist/browser/operations/backupProtectedItems.d.ts +0 -41
- package/dist/browser/operations/backupProtectedItems.d.ts.map +0 -1
- package/dist/browser/operations/backupProtectedItems.js +0 -157
- package/dist/browser/operations/backupProtectedItems.js.map +0 -1
- package/dist/browser/operations/backupProtectionContainers.d.ts +0 -41
- package/dist/browser/operations/backupProtectionContainers.d.ts.map +0 -1
- package/dist/browser/operations/backupProtectionContainers.js +0 -153
- package/dist/browser/operations/backupProtectionContainers.js.map +0 -1
- package/dist/browser/operations/backupProtectionIntent.d.ts +0 -41
- package/dist/browser/operations/backupProtectionIntent.d.ts.map +0 -1
- package/dist/browser/operations/backupProtectionIntent.js +0 -151
- package/dist/browser/operations/backupProtectionIntent.js.map +0 -1
- package/dist/browser/operations/backupResourceEncryptionConfigs.d.ts +0 -30
- package/dist/browser/operations/backupResourceEncryptionConfigs.d.ts.map +0 -1
- package/dist/browser/operations/backupResourceEncryptionConfigs.js +0 -86
- package/dist/browser/operations/backupResourceEncryptionConfigs.js.map +0 -1
- package/dist/browser/operations/backupResourceStorageConfigsNonCRR.d.ts +0 -39
- package/dist/browser/operations/backupResourceStorageConfigsNonCRR.d.ts.map +0 -1
- package/dist/browser/operations/backupResourceStorageConfigsNonCRR.js +0 -120
- package/dist/browser/operations/backupResourceStorageConfigsNonCRR.js.map +0 -1
- package/dist/browser/operations/backupResourceVaultConfigs.d.ts +0 -39
- package/dist/browser/operations/backupResourceVaultConfigs.d.ts.map +0 -1
- package/dist/browser/operations/backupResourceVaultConfigs.js +0 -130
- package/dist/browser/operations/backupResourceVaultConfigs.js.map +0 -1
- package/dist/browser/operations/backupStatus.d.ts +0 -20
- package/dist/browser/operations/backupStatus.d.ts.map +0 -1
- package/dist/browser/operations/backupStatus.js +0 -51
- package/dist/browser/operations/backupStatus.js.map +0 -1
- package/dist/browser/operations/backupUsageSummaries.d.ts +0 -32
- package/dist/browser/operations/backupUsageSummaries.d.ts.map +0 -1
- package/dist/browser/operations/backupUsageSummaries.js +0 -108
- package/dist/browser/operations/backupUsageSummaries.js.map +0 -1
- package/dist/browser/operations/backupWorkloadItems.d.ts +0 -51
- package/dist/browser/operations/backupWorkloadItems.d.ts.map +0 -1
- package/dist/browser/operations/backupWorkloadItems.js +0 -178
- package/dist/browser/operations/backupWorkloadItems.js.map +0 -1
- package/dist/browser/operations/backups.d.ts +0 -27
- package/dist/browser/operations/backups.d.ts.map +0 -1
- package/dist/browser/operations/backups.js +0 -71
- package/dist/browser/operations/backups.js.map +0 -1
- package/dist/browser/operations/deletedProtectionContainers.d.ts +0 -41
- package/dist/browser/operations/deletedProtectionContainers.d.ts.map +0 -1
- package/dist/browser/operations/deletedProtectionContainers.js +0 -153
- package/dist/browser/operations/deletedProtectionContainers.js.map +0 -1
- package/dist/browser/operations/exportJobsOperationResults.d.ts +0 -25
- package/dist/browser/operations/exportJobsOperationResults.d.ts.map +0 -1
- package/dist/browser/operations/exportJobsOperationResults.js +0 -62
- package/dist/browser/operations/exportJobsOperationResults.js.map +0 -1
- package/dist/browser/operations/featureSupport.d.ts +0 -20
- package/dist/browser/operations/featureSupport.d.ts.map +0 -1
- package/dist/browser/operations/featureSupport.js +0 -51
- package/dist/browser/operations/featureSupport.js.map +0 -1
- package/dist/browser/operations/fetchTieringCost.d.ts +0 -36
- package/dist/browser/operations/fetchTieringCost.d.ts.map +0 -1
- package/dist/browser/operations/fetchTieringCost.js +0 -116
- package/dist/browser/operations/fetchTieringCost.js.map +0 -1
- package/dist/browser/operations/getTieringCostOperationResult.d.ts +0 -22
- package/dist/browser/operations/getTieringCostOperationResult.d.ts.map +0 -1
- package/dist/browser/operations/getTieringCostOperationResult.js +0 -56
- package/dist/browser/operations/getTieringCostOperationResult.js.map +0 -1
- package/dist/browser/operations/index.d.ts +0 -53
- package/dist/browser/operations/index.d.ts.map +0 -1
- package/dist/browser/operations/index.js +0 -60
- package/dist/browser/operations/index.js.map +0 -1
- package/dist/browser/operations/itemLevelRecoveryConnections.d.ts +0 -48
- package/dist/browser/operations/itemLevelRecoveryConnections.d.ts.map +0 -1
- package/dist/browser/operations/itemLevelRecoveryConnections.js +0 -127
- package/dist/browser/operations/itemLevelRecoveryConnections.js.map +0 -1
- package/dist/browser/operations/jobCancellations.d.ts +0 -23
- package/dist/browser/operations/jobCancellations.d.ts.map +0 -1
- package/dist/browser/operations/jobCancellations.js +0 -55
- package/dist/browser/operations/jobCancellations.js.map +0 -1
- package/dist/browser/operations/jobDetails.d.ts +0 -22
- package/dist/browser/operations/jobDetails.d.ts.map +0 -1
- package/dist/browser/operations/jobDetails.js +0 -56
- package/dist/browser/operations/jobDetails.js.map +0 -1
- package/dist/browser/operations/jobOperationResults.d.ts +0 -23
- package/dist/browser/operations/jobOperationResults.d.ts.map +0 -1
- package/dist/browser/operations/jobOperationResults.js +0 -58
- package/dist/browser/operations/jobOperationResults.js.map +0 -1
- package/dist/browser/operations/jobs.d.ts +0 -21
- package/dist/browser/operations/jobs.d.ts.map +0 -1
- package/dist/browser/operations/jobs.js +0 -52
- package/dist/browser/operations/jobs.js.map +0 -1
- package/dist/browser/operations/operation.d.ts +0 -22
- package/dist/browser/operations/operation.d.ts.map +0 -1
- package/dist/browser/operations/operation.js +0 -57
- package/dist/browser/operations/operation.js.map +0 -1
- package/dist/browser/operations/operations.d.ts +0 -32
- package/dist/browser/operations/operations.d.ts.map +0 -1
- package/dist/browser/operations/operations.js +0 -127
- package/dist/browser/operations/operations.js.map +0 -1
- package/dist/browser/operations/privateEndpointConnectionOperations.d.ts +0 -61
- package/dist/browser/operations/privateEndpointConnectionOperations.d.ts.map +0 -1
- package/dist/browser/operations/privateEndpointConnectionOperations.js +0 -237
- package/dist/browser/operations/privateEndpointConnectionOperations.js.map +0 -1
- package/dist/browser/operations/privateEndpointOperations.d.ts +0 -23
- package/dist/browser/operations/privateEndpointOperations.d.ts.map +0 -1
- package/dist/browser/operations/privateEndpointOperations.js +0 -64
- package/dist/browser/operations/privateEndpointOperations.js.map +0 -1
- package/dist/browser/operations/protectableContainers.d.ts +0 -44
- package/dist/browser/operations/protectableContainers.d.ts.map +0 -1
- package/dist/browser/operations/protectableContainers.js +0 -158
- package/dist/browser/operations/protectableContainers.js.map +0 -1
- package/dist/browser/operations/protectedItemOperationResults.d.ts +0 -25
- package/dist/browser/operations/protectedItemOperationResults.d.ts.map +0 -1
- package/dist/browser/operations/protectedItemOperationResults.js +0 -72
- package/dist/browser/operations/protectedItemOperationResults.js.map +0 -1
- package/dist/browser/operations/protectedItemOperationStatuses.d.ts +0 -29
- package/dist/browser/operations/protectedItemOperationStatuses.d.ts.map +0 -1
- package/dist/browser/operations/protectedItemOperationStatuses.js +0 -74
- package/dist/browser/operations/protectedItemOperationStatuses.js.map +0 -1
- package/dist/browser/operations/protectedItems.d.ts +0 -53
- package/dist/browser/operations/protectedItems.d.ts.map +0 -1
- package/dist/browser/operations/protectedItems.js +0 -170
- package/dist/browser/operations/protectedItems.js.map +0 -1
- package/dist/browser/operations/protectionContainerOperationResults.d.ts +0 -24
- package/dist/browser/operations/protectionContainerOperationResults.d.ts.map +0 -1
- package/dist/browser/operations/protectionContainerOperationResults.js +0 -69
- package/dist/browser/operations/protectionContainerOperationResults.js.map +0 -1
- package/dist/browser/operations/protectionContainerRefreshOperationResults.d.ts +0 -23
- package/dist/browser/operations/protectionContainerRefreshOperationResults.d.ts.map +0 -1
- package/dist/browser/operations/protectionContainerRefreshOperationResults.js +0 -57
- package/dist/browser/operations/protectionContainerRefreshOperationResults.js.map +0 -1
- package/dist/browser/operations/protectionContainers.d.ts +0 -88
- package/dist/browser/operations/protectionContainers.d.ts.map +0 -1
- package/dist/browser/operations/protectionContainers.js +0 -272
- package/dist/browser/operations/protectionContainers.js.map +0 -1
- package/dist/browser/operations/protectionIntentOperations.d.ts +0 -56
- package/dist/browser/operations/protectionIntentOperations.d.ts.map +0 -1
- package/dist/browser/operations/protectionIntentOperations.js +0 -157
- package/dist/browser/operations/protectionIntentOperations.js.map +0 -1
- package/dist/browser/operations/protectionPolicies.d.ts +0 -59
- package/dist/browser/operations/protectionPolicies.d.ts.map +0 -1
- package/dist/browser/operations/protectionPolicies.js +0 -185
- package/dist/browser/operations/protectionPolicies.js.map +0 -1
- package/dist/browser/operations/protectionPolicyOperationResults.d.ts +0 -23
- package/dist/browser/operations/protectionPolicyOperationResults.d.ts.map +0 -1
- package/dist/browser/operations/protectionPolicyOperationResults.js +0 -58
- package/dist/browser/operations/protectionPolicyOperationResults.js.map +0 -1
- package/dist/browser/operations/protectionPolicyOperationStatuses.d.ts +0 -27
- package/dist/browser/operations/protectionPolicyOperationStatuses.d.ts.map +0 -1
- package/dist/browser/operations/protectionPolicyOperationStatuses.js +0 -62
- package/dist/browser/operations/protectionPolicyOperationStatuses.js.map +0 -1
- package/dist/browser/operations/recoveryPoints.d.ts +0 -64
- package/dist/browser/operations/recoveryPoints.d.ts.map +0 -1
- package/dist/browser/operations/recoveryPoints.js +0 -232
- package/dist/browser/operations/recoveryPoints.js.map +0 -1
- package/dist/browser/operations/recoveryPointsRecommendedForMove.d.ts +0 -53
- package/dist/browser/operations/recoveryPointsRecommendedForMove.d.ts.map +0 -1
- package/dist/browser/operations/recoveryPointsRecommendedForMove.js +0 -191
- package/dist/browser/operations/recoveryPointsRecommendedForMove.js.map +0 -1
- package/dist/browser/operations/resourceGuardProxies.d.ts +0 -41
- package/dist/browser/operations/resourceGuardProxies.d.ts.map +0 -1
- package/dist/browser/operations/resourceGuardProxies.js +0 -153
- package/dist/browser/operations/resourceGuardProxies.js.map +0 -1
- package/dist/browser/operations/resourceGuardProxy.d.ts +0 -52
- package/dist/browser/operations/resourceGuardProxy.d.ts.map +0 -1
- package/dist/browser/operations/resourceGuardProxy.js +0 -173
- package/dist/browser/operations/resourceGuardProxy.js.map +0 -1
- package/dist/browser/operations/restores.d.ts +0 -44
- package/dist/browser/operations/restores.d.ts.map +0 -1
- package/dist/browser/operations/restores.js +0 -133
- package/dist/browser/operations/restores.js.map +0 -1
- package/dist/browser/operations/securityPINs.d.ts +0 -21
- package/dist/browser/operations/securityPINs.d.ts.map +0 -1
- package/dist/browser/operations/securityPINs.js +0 -60
- package/dist/browser/operations/securityPINs.js.map +0 -1
- package/dist/browser/operations/tieringCostOperationStatus.d.ts +0 -22
- package/dist/browser/operations/tieringCostOperationStatus.d.ts.map +0 -1
- package/dist/browser/operations/tieringCostOperationStatus.js +0 -56
- package/dist/browser/operations/tieringCostOperationStatus.js.map +0 -1
- package/dist/browser/operations/validateOperation.d.ts +0 -34
- package/dist/browser/operations/validateOperation.d.ts.map +0 -1
- package/dist/browser/operations/validateOperation.js +0 -106
- package/dist/browser/operations/validateOperation.js.map +0 -1
- package/dist/browser/operations/validateOperationResults.d.ts +0 -22
- package/dist/browser/operations/validateOperationResults.d.ts.map +0 -1
- package/dist/browser/operations/validateOperationResults.js +0 -57
- package/dist/browser/operations/validateOperationResults.js.map +0 -1
- package/dist/browser/operations/validateOperationStatuses.d.ts +0 -25
- package/dist/browser/operations/validateOperationStatuses.d.ts.map +0 -1
- package/dist/browser/operations/validateOperationStatuses.js +0 -59
- package/dist/browser/operations/validateOperationStatuses.js.map +0 -1
- package/dist/browser/operationsInterfaces/bMSPrepareDataMoveOperationResult.d.ts +0 -14
- package/dist/browser/operationsInterfaces/bMSPrepareDataMoveOperationResult.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/bMSPrepareDataMoveOperationResult.js +0 -9
- package/dist/browser/operationsInterfaces/bMSPrepareDataMoveOperationResult.js.map +0 -1
- package/dist/browser/operationsInterfaces/backupEngines.d.ts +0 -23
- package/dist/browser/operationsInterfaces/backupEngines.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/backupEngines.js +0 -9
- package/dist/browser/operationsInterfaces/backupEngines.js.map +0 -1
- package/dist/browser/operationsInterfaces/backupJobs.d.ts +0 -14
- package/dist/browser/operationsInterfaces/backupJobs.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/backupJobs.js +0 -9
- package/dist/browser/operationsInterfaces/backupJobs.js.map +0 -1
- package/dist/browser/operationsInterfaces/backupOperationResults.d.ts +0 -20
- package/dist/browser/operationsInterfaces/backupOperationResults.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/backupOperationResults.js +0 -9
- package/dist/browser/operationsInterfaces/backupOperationResults.js.map +0 -1
- package/dist/browser/operationsInterfaces/backupOperationStatuses.d.ts +0 -18
- package/dist/browser/operationsInterfaces/backupOperationStatuses.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/backupOperationStatuses.js +0 -9
- package/dist/browser/operationsInterfaces/backupOperationStatuses.js.map +0 -1
- package/dist/browser/operationsInterfaces/backupPolicies.d.ts +0 -16
- package/dist/browser/operationsInterfaces/backupPolicies.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/backupPolicies.js +0 -9
- package/dist/browser/operationsInterfaces/backupPolicies.js.map +0 -1
- package/dist/browser/operationsInterfaces/backupProtectableItems.d.ts +0 -16
- package/dist/browser/operationsInterfaces/backupProtectableItems.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/backupProtectableItems.js +0 -9
- package/dist/browser/operationsInterfaces/backupProtectableItems.js.map +0 -1
- package/dist/browser/operationsInterfaces/backupProtectedItems.d.ts +0 -14
- package/dist/browser/operationsInterfaces/backupProtectedItems.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/backupProtectedItems.js +0 -9
- package/dist/browser/operationsInterfaces/backupProtectedItems.js.map +0 -1
- package/dist/browser/operationsInterfaces/backupProtectionContainers.d.ts +0 -14
- package/dist/browser/operationsInterfaces/backupProtectionContainers.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/backupProtectionContainers.js +0 -9
- package/dist/browser/operationsInterfaces/backupProtectionContainers.js.map +0 -1
- package/dist/browser/operationsInterfaces/backupProtectionIntent.d.ts +0 -14
- package/dist/browser/operationsInterfaces/backupProtectionIntent.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/backupProtectionIntent.js +0 -9
- package/dist/browser/operationsInterfaces/backupProtectionIntent.js.map +0 -1
- package/dist/browser/operationsInterfaces/backupResourceEncryptionConfigs.d.ts +0 -22
- package/dist/browser/operationsInterfaces/backupResourceEncryptionConfigs.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/backupResourceEncryptionConfigs.js +0 -9
- package/dist/browser/operationsInterfaces/backupResourceEncryptionConfigs.js.map +0 -1
- package/dist/browser/operationsInterfaces/backupResourceStorageConfigsNonCRR.d.ts +0 -31
- package/dist/browser/operationsInterfaces/backupResourceStorageConfigsNonCRR.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/backupResourceStorageConfigsNonCRR.js +0 -9
- package/dist/browser/operationsInterfaces/backupResourceStorageConfigsNonCRR.js.map +0 -1
- package/dist/browser/operationsInterfaces/backupResourceVaultConfigs.d.ts +0 -31
- package/dist/browser/operationsInterfaces/backupResourceVaultConfigs.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/backupResourceVaultConfigs.js +0 -9
- package/dist/browser/operationsInterfaces/backupResourceVaultConfigs.js.map +0 -1
- package/dist/browser/operationsInterfaces/backupStatus.d.ts +0 -12
- package/dist/browser/operationsInterfaces/backupStatus.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/backupStatus.js +0 -9
- package/dist/browser/operationsInterfaces/backupStatus.js.map +0 -1
- package/dist/browser/operationsInterfaces/backupUsageSummaries.d.ts +0 -14
- package/dist/browser/operationsInterfaces/backupUsageSummaries.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/backupUsageSummaries.js +0 -9
- package/dist/browser/operationsInterfaces/backupUsageSummaries.js.map +0 -1
- package/dist/browser/operationsInterfaces/backupWorkloadItems.d.ts +0 -18
- package/dist/browser/operationsInterfaces/backupWorkloadItems.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/backupWorkloadItems.js +0 -9
- package/dist/browser/operationsInterfaces/backupWorkloadItems.js.map +0 -1
- package/dist/browser/operationsInterfaces/backups.d.ts +0 -19
- package/dist/browser/operationsInterfaces/backups.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/backups.js +0 -9
- package/dist/browser/operationsInterfaces/backups.js.map +0 -1
- package/dist/browser/operationsInterfaces/deletedProtectionContainers.d.ts +0 -14
- package/dist/browser/operationsInterfaces/deletedProtectionContainers.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/deletedProtectionContainers.js +0 -9
- package/dist/browser/operationsInterfaces/deletedProtectionContainers.js.map +0 -1
- package/dist/browser/operationsInterfaces/exportJobsOperationResults.d.ts +0 -17
- package/dist/browser/operationsInterfaces/exportJobsOperationResults.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/exportJobsOperationResults.js +0 -9
- package/dist/browser/operationsInterfaces/exportJobsOperationResults.js.map +0 -1
- package/dist/browser/operationsInterfaces/featureSupport.d.ts +0 -12
- package/dist/browser/operationsInterfaces/featureSupport.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/featureSupport.js +0 -9
- package/dist/browser/operationsInterfaces/featureSupport.js.map +0 -1
- package/dist/browser/operationsInterfaces/fetchTieringCost.d.ts +0 -28
- package/dist/browser/operationsInterfaces/fetchTieringCost.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/fetchTieringCost.js +0 -9
- package/dist/browser/operationsInterfaces/fetchTieringCost.js.map +0 -1
- package/dist/browser/operationsInterfaces/getTieringCostOperationResult.d.ts +0 -14
- package/dist/browser/operationsInterfaces/getTieringCostOperationResult.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/getTieringCostOperationResult.js +0 -9
- package/dist/browser/operationsInterfaces/getTieringCostOperationResult.js.map +0 -1
- package/dist/browser/operationsInterfaces/index.d.ts +0 -53
- package/dist/browser/operationsInterfaces/index.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/index.js +0 -60
- package/dist/browser/operationsInterfaces/index.js.map +0 -1
- package/dist/browser/operationsInterfaces/itemLevelRecoveryConnections.d.ts +0 -40
- package/dist/browser/operationsInterfaces/itemLevelRecoveryConnections.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/itemLevelRecoveryConnections.js +0 -9
- package/dist/browser/operationsInterfaces/itemLevelRecoveryConnections.js.map +0 -1
- package/dist/browser/operationsInterfaces/jobCancellations.d.ts +0 -15
- package/dist/browser/operationsInterfaces/jobCancellations.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/jobCancellations.js +0 -9
- package/dist/browser/operationsInterfaces/jobCancellations.js.map +0 -1
- package/dist/browser/operationsInterfaces/jobDetails.d.ts +0 -14
- package/dist/browser/operationsInterfaces/jobDetails.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/jobDetails.js +0 -9
- package/dist/browser/operationsInterfaces/jobDetails.js.map +0 -1
- package/dist/browser/operationsInterfaces/jobOperationResults.d.ts +0 -15
- package/dist/browser/operationsInterfaces/jobOperationResults.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/jobOperationResults.js +0 -9
- package/dist/browser/operationsInterfaces/jobOperationResults.js.map +0 -1
- package/dist/browser/operationsInterfaces/jobs.d.ts +0 -13
- package/dist/browser/operationsInterfaces/jobs.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/jobs.js +0 -9
- package/dist/browser/operationsInterfaces/jobs.js.map +0 -1
- package/dist/browser/operationsInterfaces/operation.d.ts +0 -14
- package/dist/browser/operationsInterfaces/operation.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/operation.js +0 -9
- package/dist/browser/operationsInterfaces/operation.js.map +0 -1
- package/dist/browser/operationsInterfaces/operations.d.ts +0 -11
- package/dist/browser/operationsInterfaces/operations.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/operations.js +0 -9
- package/dist/browser/operationsInterfaces/operations.js.map +0 -1
- package/dist/browser/operationsInterfaces/privateEndpointConnectionOperations.d.ts +0 -53
- package/dist/browser/operationsInterfaces/privateEndpointConnectionOperations.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/privateEndpointConnectionOperations.js +0 -9
- package/dist/browser/operationsInterfaces/privateEndpointConnectionOperations.js.map +0 -1
- package/dist/browser/operationsInterfaces/privateEndpointOperations.d.ts +0 -15
- package/dist/browser/operationsInterfaces/privateEndpointOperations.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/privateEndpointOperations.js +0 -9
- package/dist/browser/operationsInterfaces/privateEndpointOperations.js.map +0 -1
- package/dist/browser/operationsInterfaces/protectableContainers.d.ts +0 -15
- package/dist/browser/operationsInterfaces/protectableContainers.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/protectableContainers.js +0 -9
- package/dist/browser/operationsInterfaces/protectableContainers.js.map +0 -1
- package/dist/browser/operationsInterfaces/protectedItemOperationResults.d.ts +0 -17
- package/dist/browser/operationsInterfaces/protectedItemOperationResults.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/protectedItemOperationResults.js +0 -9
- package/dist/browser/operationsInterfaces/protectedItemOperationResults.js.map +0 -1
- package/dist/browser/operationsInterfaces/protectedItemOperationStatuses.d.ts +0 -21
- package/dist/browser/operationsInterfaces/protectedItemOperationStatuses.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/protectedItemOperationStatuses.js +0 -9
- package/dist/browser/operationsInterfaces/protectedItemOperationStatuses.js.map +0 -1
- package/dist/browser/operationsInterfaces/protectedItems.d.ts +0 -45
- package/dist/browser/operationsInterfaces/protectedItems.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/protectedItems.js +0 -9
- package/dist/browser/operationsInterfaces/protectedItems.js.map +0 -1
- package/dist/browser/operationsInterfaces/protectionContainerOperationResults.d.ts +0 -16
- package/dist/browser/operationsInterfaces/protectionContainerOperationResults.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/protectionContainerOperationResults.js +0 -9
- package/dist/browser/operationsInterfaces/protectionContainerOperationResults.js.map +0 -1
- package/dist/browser/operationsInterfaces/protectionContainerRefreshOperationResults.d.ts +0 -15
- package/dist/browser/operationsInterfaces/protectionContainerRefreshOperationResults.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/protectionContainerRefreshOperationResults.js +0 -9
- package/dist/browser/operationsInterfaces/protectionContainerRefreshOperationResults.js.map +0 -1
- package/dist/browser/operationsInterfaces/protectionContainers.d.ts +0 -80
- package/dist/browser/operationsInterfaces/protectionContainers.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/protectionContainers.js +0 -9
- package/dist/browser/operationsInterfaces/protectionContainers.js.map +0 -1
- package/dist/browser/operationsInterfaces/protectionIntentOperations.d.ts +0 -48
- package/dist/browser/operationsInterfaces/protectionIntentOperations.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/protectionIntentOperations.js +0 -9
- package/dist/browser/operationsInterfaces/protectionIntentOperations.js.map +0 -1
- package/dist/browser/operationsInterfaces/protectionPolicies.d.ts +0 -51
- package/dist/browser/operationsInterfaces/protectionPolicies.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/protectionPolicies.js +0 -9
- package/dist/browser/operationsInterfaces/protectionPolicies.js.map +0 -1
- package/dist/browser/operationsInterfaces/protectionPolicyOperationResults.d.ts +0 -15
- package/dist/browser/operationsInterfaces/protectionPolicyOperationResults.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/protectionPolicyOperationResults.js +0 -9
- package/dist/browser/operationsInterfaces/protectionPolicyOperationResults.js.map +0 -1
- package/dist/browser/operationsInterfaces/protectionPolicyOperationStatuses.d.ts +0 -19
- package/dist/browser/operationsInterfaces/protectionPolicyOperationStatuses.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/protectionPolicyOperationStatuses.js +0 -9
- package/dist/browser/operationsInterfaces/protectionPolicyOperationStatuses.js.map +0 -1
- package/dist/browser/operationsInterfaces/recoveryPoints.d.ts +0 -31
- package/dist/browser/operationsInterfaces/recoveryPoints.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/recoveryPoints.js +0 -9
- package/dist/browser/operationsInterfaces/recoveryPoints.js.map +0 -1
- package/dist/browser/operationsInterfaces/recoveryPointsRecommendedForMove.d.ts +0 -18
- package/dist/browser/operationsInterfaces/recoveryPointsRecommendedForMove.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/recoveryPointsRecommendedForMove.js +0 -9
- package/dist/browser/operationsInterfaces/recoveryPointsRecommendedForMove.js.map +0 -1
- package/dist/browser/operationsInterfaces/resourceGuardProxies.d.ts +0 -14
- package/dist/browser/operationsInterfaces/resourceGuardProxies.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/resourceGuardProxies.js +0 -9
- package/dist/browser/operationsInterfaces/resourceGuardProxies.js.map +0 -1
- package/dist/browser/operationsInterfaces/resourceGuardProxy.d.ts +0 -44
- package/dist/browser/operationsInterfaces/resourceGuardProxy.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/resourceGuardProxy.js +0 -9
- package/dist/browser/operationsInterfaces/resourceGuardProxy.js.map +0 -1
- package/dist/browser/operationsInterfaces/restores.d.ts +0 -36
- package/dist/browser/operationsInterfaces/restores.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/restores.js +0 -9
- package/dist/browser/operationsInterfaces/restores.js.map +0 -1
- package/dist/browser/operationsInterfaces/securityPINs.d.ts +0 -13
- package/dist/browser/operationsInterfaces/securityPINs.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/securityPINs.js +0 -9
- package/dist/browser/operationsInterfaces/securityPINs.js.map +0 -1
- package/dist/browser/operationsInterfaces/tieringCostOperationStatus.d.ts +0 -14
- package/dist/browser/operationsInterfaces/tieringCostOperationStatus.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/tieringCostOperationStatus.js +0 -9
- package/dist/browser/operationsInterfaces/tieringCostOperationStatus.js.map +0 -1
- package/dist/browser/operationsInterfaces/validateOperation.d.ts +0 -26
- package/dist/browser/operationsInterfaces/validateOperation.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/validateOperation.js +0 -9
- package/dist/browser/operationsInterfaces/validateOperation.js.map +0 -1
- package/dist/browser/operationsInterfaces/validateOperationResults.d.ts +0 -14
- package/dist/browser/operationsInterfaces/validateOperationResults.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/validateOperationResults.js +0 -9
- package/dist/browser/operationsInterfaces/validateOperationResults.js.map +0 -1
- package/dist/browser/operationsInterfaces/validateOperationStatuses.d.ts +0 -17
- package/dist/browser/operationsInterfaces/validateOperationStatuses.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/validateOperationStatuses.js +0 -9
- package/dist/browser/operationsInterfaces/validateOperationStatuses.js.map +0 -1
- package/dist/browser/pagingHelper.d.ts +0 -13
- package/dist/browser/pagingHelper.d.ts.map +0 -1
- package/dist/browser/pagingHelper.js +0 -32
- package/dist/browser/pagingHelper.js.map +0 -1
- package/dist/browser/recoveryServicesBackupClient.d.ts.map +0 -1
- package/dist/commonjs/index.d.ts.map +0 -1
- package/dist/commonjs/lroImpl.d.ts +0 -11
- package/dist/commonjs/lroImpl.d.ts.map +0 -1
- package/dist/commonjs/lroImpl.js +0 -24
- package/dist/commonjs/lroImpl.js.map +0 -1
- package/dist/commonjs/models/index.d.ts.map +0 -1
- package/dist/commonjs/models/mappers.d.ts +0 -468
- package/dist/commonjs/models/mappers.d.ts.map +0 -1
- package/dist/commonjs/models/mappers.js +0 -9234
- package/dist/commonjs/models/mappers.js.map +0 -1
- package/dist/commonjs/models/parameters.d.ts +0 -49
- package/dist/commonjs/models/parameters.d.ts.map +0 -1
- package/dist/commonjs/models/parameters.js +0 -351
- package/dist/commonjs/models/parameters.js.map +0 -1
- package/dist/commonjs/operations/bMSPrepareDataMoveOperationResult.d.ts +0 -22
- package/dist/commonjs/operations/bMSPrepareDataMoveOperationResult.d.ts.map +0 -1
- package/dist/commonjs/operations/bMSPrepareDataMoveOperationResult.js +0 -62
- package/dist/commonjs/operations/bMSPrepareDataMoveOperationResult.js.map +0 -1
- package/dist/commonjs/operations/backupEngines.d.ts +0 -50
- package/dist/commonjs/operations/backupEngines.d.ts.map +0 -1
- package/dist/commonjs/operations/backupEngines.js +0 -198
- package/dist/commonjs/operations/backupEngines.js.map +0 -1
- package/dist/commonjs/operations/backupJobs.d.ts +0 -41
- package/dist/commonjs/operations/backupJobs.d.ts.map +0 -1
- package/dist/commonjs/operations/backupJobs.js +0 -161
- package/dist/commonjs/operations/backupJobs.js.map +0 -1
- package/dist/commonjs/operations/backupOperationResults.d.ts +0 -28
- package/dist/commonjs/operations/backupOperationResults.d.ts.map +0 -1
- package/dist/commonjs/operations/backupOperationResults.js +0 -67
- package/dist/commonjs/operations/backupOperationResults.js.map +0 -1
- package/dist/commonjs/operations/backupOperationStatuses.d.ts +0 -26
- package/dist/commonjs/operations/backupOperationStatuses.d.ts.map +0 -1
- package/dist/commonjs/operations/backupOperationStatuses.js +0 -65
- package/dist/commonjs/operations/backupOperationStatuses.js.map +0 -1
- package/dist/commonjs/operations/backupPolicies.d.ts +0 -45
- package/dist/commonjs/operations/backupPolicies.d.ts.map +0 -1
- package/dist/commonjs/operations/backupPolicies.js +0 -161
- package/dist/commonjs/operations/backupPolicies.js.map +0 -1
- package/dist/commonjs/operations/backupProtectableItems.d.ts +0 -45
- package/dist/commonjs/operations/backupProtectableItems.d.ts.map +0 -1
- package/dist/commonjs/operations/backupProtectableItems.js +0 -165
- package/dist/commonjs/operations/backupProtectableItems.js.map +0 -1
- package/dist/commonjs/operations/backupProtectedItems.d.ts +0 -41
- package/dist/commonjs/operations/backupProtectedItems.d.ts.map +0 -1
- package/dist/commonjs/operations/backupProtectedItems.js +0 -161
- package/dist/commonjs/operations/backupProtectedItems.js.map +0 -1
- package/dist/commonjs/operations/backupProtectionContainers.d.ts +0 -41
- package/dist/commonjs/operations/backupProtectionContainers.d.ts.map +0 -1
- package/dist/commonjs/operations/backupProtectionContainers.js +0 -157
- package/dist/commonjs/operations/backupProtectionContainers.js.map +0 -1
- package/dist/commonjs/operations/backupProtectionIntent.d.ts +0 -41
- package/dist/commonjs/operations/backupProtectionIntent.d.ts.map +0 -1
- package/dist/commonjs/operations/backupProtectionIntent.js +0 -155
- package/dist/commonjs/operations/backupProtectionIntent.js.map +0 -1
- package/dist/commonjs/operations/backupResourceEncryptionConfigs.d.ts +0 -30
- package/dist/commonjs/operations/backupResourceEncryptionConfigs.d.ts.map +0 -1
- package/dist/commonjs/operations/backupResourceEncryptionConfigs.js +0 -91
- package/dist/commonjs/operations/backupResourceEncryptionConfigs.js.map +0 -1
- package/dist/commonjs/operations/backupResourceStorageConfigsNonCRR.d.ts +0 -39
- package/dist/commonjs/operations/backupResourceStorageConfigsNonCRR.d.ts.map +0 -1
- package/dist/commonjs/operations/backupResourceStorageConfigsNonCRR.js +0 -125
- package/dist/commonjs/operations/backupResourceStorageConfigsNonCRR.js.map +0 -1
- package/dist/commonjs/operations/backupResourceVaultConfigs.d.ts +0 -39
- package/dist/commonjs/operations/backupResourceVaultConfigs.d.ts.map +0 -1
- package/dist/commonjs/operations/backupResourceVaultConfigs.js +0 -135
- package/dist/commonjs/operations/backupResourceVaultConfigs.js.map +0 -1
- package/dist/commonjs/operations/backupStatus.d.ts +0 -20
- package/dist/commonjs/operations/backupStatus.d.ts.map +0 -1
- package/dist/commonjs/operations/backupStatus.js +0 -56
- package/dist/commonjs/operations/backupStatus.js.map +0 -1
- package/dist/commonjs/operations/backupUsageSummaries.d.ts +0 -32
- package/dist/commonjs/operations/backupUsageSummaries.d.ts.map +0 -1
- package/dist/commonjs/operations/backupUsageSummaries.js +0 -112
- package/dist/commonjs/operations/backupUsageSummaries.js.map +0 -1
- package/dist/commonjs/operations/backupWorkloadItems.d.ts +0 -51
- package/dist/commonjs/operations/backupWorkloadItems.d.ts.map +0 -1
- package/dist/commonjs/operations/backupWorkloadItems.js +0 -182
- package/dist/commonjs/operations/backupWorkloadItems.js.map +0 -1
- package/dist/commonjs/operations/backups.d.ts +0 -27
- package/dist/commonjs/operations/backups.d.ts.map +0 -1
- package/dist/commonjs/operations/backups.js +0 -76
- package/dist/commonjs/operations/backups.js.map +0 -1
- package/dist/commonjs/operations/deletedProtectionContainers.d.ts +0 -41
- package/dist/commonjs/operations/deletedProtectionContainers.d.ts.map +0 -1
- package/dist/commonjs/operations/deletedProtectionContainers.js +0 -157
- package/dist/commonjs/operations/deletedProtectionContainers.js.map +0 -1
- package/dist/commonjs/operations/exportJobsOperationResults.d.ts +0 -25
- package/dist/commonjs/operations/exportJobsOperationResults.d.ts.map +0 -1
- package/dist/commonjs/operations/exportJobsOperationResults.js +0 -67
- package/dist/commonjs/operations/exportJobsOperationResults.js.map +0 -1
- package/dist/commonjs/operations/featureSupport.d.ts +0 -20
- package/dist/commonjs/operations/featureSupport.d.ts.map +0 -1
- package/dist/commonjs/operations/featureSupport.js +0 -56
- package/dist/commonjs/operations/featureSupport.js.map +0 -1
- package/dist/commonjs/operations/fetchTieringCost.d.ts +0 -36
- package/dist/commonjs/operations/fetchTieringCost.d.ts.map +0 -1
- package/dist/commonjs/operations/fetchTieringCost.js +0 -121
- package/dist/commonjs/operations/fetchTieringCost.js.map +0 -1
- package/dist/commonjs/operations/getTieringCostOperationResult.d.ts +0 -22
- package/dist/commonjs/operations/getTieringCostOperationResult.d.ts.map +0 -1
- package/dist/commonjs/operations/getTieringCostOperationResult.js +0 -61
- package/dist/commonjs/operations/getTieringCostOperationResult.js.map +0 -1
- package/dist/commonjs/operations/index.d.ts +0 -53
- package/dist/commonjs/operations/index.d.ts.map +0 -1
- package/dist/commonjs/operations/index.js +0 -63
- package/dist/commonjs/operations/index.js.map +0 -1
- package/dist/commonjs/operations/itemLevelRecoveryConnections.d.ts +0 -48
- package/dist/commonjs/operations/itemLevelRecoveryConnections.d.ts.map +0 -1
- package/dist/commonjs/operations/itemLevelRecoveryConnections.js +0 -132
- package/dist/commonjs/operations/itemLevelRecoveryConnections.js.map +0 -1
- package/dist/commonjs/operations/jobCancellations.d.ts +0 -23
- package/dist/commonjs/operations/jobCancellations.d.ts.map +0 -1
- package/dist/commonjs/operations/jobCancellations.js +0 -60
- package/dist/commonjs/operations/jobCancellations.js.map +0 -1
- package/dist/commonjs/operations/jobDetails.d.ts +0 -22
- package/dist/commonjs/operations/jobDetails.d.ts.map +0 -1
- package/dist/commonjs/operations/jobDetails.js +0 -61
- package/dist/commonjs/operations/jobDetails.js.map +0 -1
- package/dist/commonjs/operations/jobOperationResults.d.ts +0 -23
- package/dist/commonjs/operations/jobOperationResults.d.ts.map +0 -1
- package/dist/commonjs/operations/jobOperationResults.js +0 -63
- package/dist/commonjs/operations/jobOperationResults.js.map +0 -1
- package/dist/commonjs/operations/jobs.d.ts +0 -21
- package/dist/commonjs/operations/jobs.d.ts.map +0 -1
- package/dist/commonjs/operations/jobs.js +0 -57
- package/dist/commonjs/operations/jobs.js.map +0 -1
- package/dist/commonjs/operations/operation.d.ts +0 -22
- package/dist/commonjs/operations/operation.d.ts.map +0 -1
- package/dist/commonjs/operations/operation.js +0 -62
- package/dist/commonjs/operations/operation.js.map +0 -1
- package/dist/commonjs/operations/operations.d.ts +0 -32
- package/dist/commonjs/operations/operations.d.ts.map +0 -1
- package/dist/commonjs/operations/operations.js +0 -131
- package/dist/commonjs/operations/operations.js.map +0 -1
- package/dist/commonjs/operations/privateEndpointConnectionOperations.d.ts +0 -61
- package/dist/commonjs/operations/privateEndpointConnectionOperations.d.ts.map +0 -1
- package/dist/commonjs/operations/privateEndpointConnectionOperations.js +0 -242
- package/dist/commonjs/operations/privateEndpointConnectionOperations.js.map +0 -1
- package/dist/commonjs/operations/privateEndpointOperations.d.ts +0 -23
- package/dist/commonjs/operations/privateEndpointOperations.d.ts.map +0 -1
- package/dist/commonjs/operations/privateEndpointOperations.js +0 -69
- package/dist/commonjs/operations/privateEndpointOperations.js.map +0 -1
- package/dist/commonjs/operations/protectableContainers.d.ts +0 -44
- package/dist/commonjs/operations/protectableContainers.d.ts.map +0 -1
- package/dist/commonjs/operations/protectableContainers.js +0 -162
- package/dist/commonjs/operations/protectableContainers.js.map +0 -1
- package/dist/commonjs/operations/protectedItemOperationResults.d.ts +0 -25
- package/dist/commonjs/operations/protectedItemOperationResults.d.ts.map +0 -1
- package/dist/commonjs/operations/protectedItemOperationResults.js +0 -77
- package/dist/commonjs/operations/protectedItemOperationResults.js.map +0 -1
- package/dist/commonjs/operations/protectedItemOperationStatuses.d.ts +0 -29
- package/dist/commonjs/operations/protectedItemOperationStatuses.d.ts.map +0 -1
- package/dist/commonjs/operations/protectedItemOperationStatuses.js +0 -79
- package/dist/commonjs/operations/protectedItemOperationStatuses.js.map +0 -1
- package/dist/commonjs/operations/protectedItems.d.ts +0 -53
- package/dist/commonjs/operations/protectedItems.d.ts.map +0 -1
- package/dist/commonjs/operations/protectedItems.js +0 -175
- package/dist/commonjs/operations/protectedItems.js.map +0 -1
- package/dist/commonjs/operations/protectionContainerOperationResults.d.ts +0 -24
- package/dist/commonjs/operations/protectionContainerOperationResults.d.ts.map +0 -1
- package/dist/commonjs/operations/protectionContainerOperationResults.js +0 -74
- package/dist/commonjs/operations/protectionContainerOperationResults.js.map +0 -1
- package/dist/commonjs/operations/protectionContainerRefreshOperationResults.d.ts +0 -23
- package/dist/commonjs/operations/protectionContainerRefreshOperationResults.d.ts.map +0 -1
- package/dist/commonjs/operations/protectionContainerRefreshOperationResults.js +0 -62
- package/dist/commonjs/operations/protectionContainerRefreshOperationResults.js.map +0 -1
- package/dist/commonjs/operations/protectionContainers.d.ts +0 -88
- package/dist/commonjs/operations/protectionContainers.d.ts.map +0 -1
- package/dist/commonjs/operations/protectionContainers.js +0 -277
- package/dist/commonjs/operations/protectionContainers.js.map +0 -1
- package/dist/commonjs/operations/protectionIntentOperations.d.ts +0 -56
- package/dist/commonjs/operations/protectionIntentOperations.d.ts.map +0 -1
- package/dist/commonjs/operations/protectionIntentOperations.js +0 -162
- package/dist/commonjs/operations/protectionIntentOperations.js.map +0 -1
- package/dist/commonjs/operations/protectionPolicies.d.ts +0 -59
- package/dist/commonjs/operations/protectionPolicies.d.ts.map +0 -1
- package/dist/commonjs/operations/protectionPolicies.js +0 -190
- package/dist/commonjs/operations/protectionPolicies.js.map +0 -1
- package/dist/commonjs/operations/protectionPolicyOperationResults.d.ts +0 -23
- package/dist/commonjs/operations/protectionPolicyOperationResults.d.ts.map +0 -1
- package/dist/commonjs/operations/protectionPolicyOperationResults.js +0 -63
- package/dist/commonjs/operations/protectionPolicyOperationResults.js.map +0 -1
- package/dist/commonjs/operations/protectionPolicyOperationStatuses.d.ts +0 -27
- package/dist/commonjs/operations/protectionPolicyOperationStatuses.d.ts.map +0 -1
- package/dist/commonjs/operations/protectionPolicyOperationStatuses.js +0 -67
- package/dist/commonjs/operations/protectionPolicyOperationStatuses.js.map +0 -1
- package/dist/commonjs/operations/recoveryPoints.d.ts +0 -64
- package/dist/commonjs/operations/recoveryPoints.d.ts.map +0 -1
- package/dist/commonjs/operations/recoveryPoints.js +0 -236
- package/dist/commonjs/operations/recoveryPoints.js.map +0 -1
- package/dist/commonjs/operations/recoveryPointsRecommendedForMove.d.ts +0 -53
- package/dist/commonjs/operations/recoveryPointsRecommendedForMove.d.ts.map +0 -1
- package/dist/commonjs/operations/recoveryPointsRecommendedForMove.js +0 -195
- package/dist/commonjs/operations/recoveryPointsRecommendedForMove.js.map +0 -1
- package/dist/commonjs/operations/resourceGuardProxies.d.ts +0 -41
- package/dist/commonjs/operations/resourceGuardProxies.d.ts.map +0 -1
- package/dist/commonjs/operations/resourceGuardProxies.js +0 -157
- package/dist/commonjs/operations/resourceGuardProxies.js.map +0 -1
- package/dist/commonjs/operations/resourceGuardProxy.d.ts +0 -52
- package/dist/commonjs/operations/resourceGuardProxy.d.ts.map +0 -1
- package/dist/commonjs/operations/resourceGuardProxy.js +0 -178
- package/dist/commonjs/operations/resourceGuardProxy.js.map +0 -1
- package/dist/commonjs/operations/restores.d.ts +0 -44
- package/dist/commonjs/operations/restores.d.ts.map +0 -1
- package/dist/commonjs/operations/restores.js +0 -138
- package/dist/commonjs/operations/restores.js.map +0 -1
- package/dist/commonjs/operations/securityPINs.d.ts +0 -21
- package/dist/commonjs/operations/securityPINs.d.ts.map +0 -1
- package/dist/commonjs/operations/securityPINs.js +0 -65
- package/dist/commonjs/operations/securityPINs.js.map +0 -1
- package/dist/commonjs/operations/tieringCostOperationStatus.d.ts +0 -22
- package/dist/commonjs/operations/tieringCostOperationStatus.d.ts.map +0 -1
- package/dist/commonjs/operations/tieringCostOperationStatus.js +0 -61
- package/dist/commonjs/operations/tieringCostOperationStatus.js.map +0 -1
- package/dist/commonjs/operations/validateOperation.d.ts +0 -34
- package/dist/commonjs/operations/validateOperation.d.ts.map +0 -1
- package/dist/commonjs/operations/validateOperation.js +0 -111
- package/dist/commonjs/operations/validateOperation.js.map +0 -1
- package/dist/commonjs/operations/validateOperationResults.d.ts +0 -22
- package/dist/commonjs/operations/validateOperationResults.d.ts.map +0 -1
- package/dist/commonjs/operations/validateOperationResults.js +0 -62
- package/dist/commonjs/operations/validateOperationResults.js.map +0 -1
- package/dist/commonjs/operations/validateOperationStatuses.d.ts +0 -25
- package/dist/commonjs/operations/validateOperationStatuses.d.ts.map +0 -1
- package/dist/commonjs/operations/validateOperationStatuses.js +0 -64
- package/dist/commonjs/operations/validateOperationStatuses.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/bMSPrepareDataMoveOperationResult.d.ts +0 -14
- package/dist/commonjs/operationsInterfaces/bMSPrepareDataMoveOperationResult.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/bMSPrepareDataMoveOperationResult.js +0 -10
- package/dist/commonjs/operationsInterfaces/bMSPrepareDataMoveOperationResult.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/backupEngines.d.ts +0 -23
- package/dist/commonjs/operationsInterfaces/backupEngines.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/backupEngines.js +0 -10
- package/dist/commonjs/operationsInterfaces/backupEngines.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/backupJobs.d.ts +0 -14
- package/dist/commonjs/operationsInterfaces/backupJobs.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/backupJobs.js +0 -10
- package/dist/commonjs/operationsInterfaces/backupJobs.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/backupOperationResults.d.ts +0 -20
- package/dist/commonjs/operationsInterfaces/backupOperationResults.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/backupOperationResults.js +0 -10
- package/dist/commonjs/operationsInterfaces/backupOperationResults.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/backupOperationStatuses.d.ts +0 -18
- package/dist/commonjs/operationsInterfaces/backupOperationStatuses.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/backupOperationStatuses.js +0 -10
- package/dist/commonjs/operationsInterfaces/backupOperationStatuses.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/backupPolicies.d.ts +0 -16
- package/dist/commonjs/operationsInterfaces/backupPolicies.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/backupPolicies.js +0 -10
- package/dist/commonjs/operationsInterfaces/backupPolicies.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/backupProtectableItems.d.ts +0 -16
- package/dist/commonjs/operationsInterfaces/backupProtectableItems.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/backupProtectableItems.js +0 -10
- package/dist/commonjs/operationsInterfaces/backupProtectableItems.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/backupProtectedItems.d.ts +0 -14
- package/dist/commonjs/operationsInterfaces/backupProtectedItems.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/backupProtectedItems.js +0 -10
- package/dist/commonjs/operationsInterfaces/backupProtectedItems.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/backupProtectionContainers.d.ts +0 -14
- package/dist/commonjs/operationsInterfaces/backupProtectionContainers.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/backupProtectionContainers.js +0 -10
- package/dist/commonjs/operationsInterfaces/backupProtectionContainers.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/backupProtectionIntent.d.ts +0 -14
- package/dist/commonjs/operationsInterfaces/backupProtectionIntent.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/backupProtectionIntent.js +0 -10
- package/dist/commonjs/operationsInterfaces/backupProtectionIntent.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/backupResourceEncryptionConfigs.d.ts +0 -22
- package/dist/commonjs/operationsInterfaces/backupResourceEncryptionConfigs.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/backupResourceEncryptionConfigs.js +0 -10
- package/dist/commonjs/operationsInterfaces/backupResourceEncryptionConfigs.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/backupResourceStorageConfigsNonCRR.d.ts +0 -31
- package/dist/commonjs/operationsInterfaces/backupResourceStorageConfigsNonCRR.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/backupResourceStorageConfigsNonCRR.js +0 -10
- package/dist/commonjs/operationsInterfaces/backupResourceStorageConfigsNonCRR.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/backupResourceVaultConfigs.d.ts +0 -31
- package/dist/commonjs/operationsInterfaces/backupResourceVaultConfigs.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/backupResourceVaultConfigs.js +0 -10
- package/dist/commonjs/operationsInterfaces/backupResourceVaultConfigs.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/backupStatus.d.ts +0 -12
- package/dist/commonjs/operationsInterfaces/backupStatus.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/backupStatus.js +0 -10
- package/dist/commonjs/operationsInterfaces/backupStatus.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/backupUsageSummaries.d.ts +0 -14
- package/dist/commonjs/operationsInterfaces/backupUsageSummaries.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/backupUsageSummaries.js +0 -10
- package/dist/commonjs/operationsInterfaces/backupUsageSummaries.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/backupWorkloadItems.d.ts +0 -18
- package/dist/commonjs/operationsInterfaces/backupWorkloadItems.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/backupWorkloadItems.js +0 -10
- package/dist/commonjs/operationsInterfaces/backupWorkloadItems.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/backups.d.ts +0 -19
- package/dist/commonjs/operationsInterfaces/backups.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/backups.js +0 -10
- package/dist/commonjs/operationsInterfaces/backups.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/deletedProtectionContainers.d.ts +0 -14
- package/dist/commonjs/operationsInterfaces/deletedProtectionContainers.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/deletedProtectionContainers.js +0 -10
- package/dist/commonjs/operationsInterfaces/deletedProtectionContainers.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/exportJobsOperationResults.d.ts +0 -17
- package/dist/commonjs/operationsInterfaces/exportJobsOperationResults.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/exportJobsOperationResults.js +0 -10
- package/dist/commonjs/operationsInterfaces/exportJobsOperationResults.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/featureSupport.d.ts +0 -12
- package/dist/commonjs/operationsInterfaces/featureSupport.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/featureSupport.js +0 -10
- package/dist/commonjs/operationsInterfaces/featureSupport.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/fetchTieringCost.d.ts +0 -28
- package/dist/commonjs/operationsInterfaces/fetchTieringCost.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/fetchTieringCost.js +0 -10
- package/dist/commonjs/operationsInterfaces/fetchTieringCost.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/getTieringCostOperationResult.d.ts +0 -14
- package/dist/commonjs/operationsInterfaces/getTieringCostOperationResult.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/getTieringCostOperationResult.js +0 -10
- package/dist/commonjs/operationsInterfaces/getTieringCostOperationResult.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/index.d.ts +0 -53
- package/dist/commonjs/operationsInterfaces/index.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/index.js +0 -63
- package/dist/commonjs/operationsInterfaces/index.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/itemLevelRecoveryConnections.d.ts +0 -40
- package/dist/commonjs/operationsInterfaces/itemLevelRecoveryConnections.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/itemLevelRecoveryConnections.js +0 -10
- package/dist/commonjs/operationsInterfaces/itemLevelRecoveryConnections.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/jobCancellations.d.ts +0 -15
- package/dist/commonjs/operationsInterfaces/jobCancellations.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/jobCancellations.js +0 -10
- package/dist/commonjs/operationsInterfaces/jobCancellations.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/jobDetails.d.ts +0 -14
- package/dist/commonjs/operationsInterfaces/jobDetails.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/jobDetails.js +0 -10
- package/dist/commonjs/operationsInterfaces/jobDetails.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/jobOperationResults.d.ts +0 -15
- package/dist/commonjs/operationsInterfaces/jobOperationResults.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/jobOperationResults.js +0 -10
- package/dist/commonjs/operationsInterfaces/jobOperationResults.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/jobs.d.ts +0 -13
- package/dist/commonjs/operationsInterfaces/jobs.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/jobs.js +0 -10
- package/dist/commonjs/operationsInterfaces/jobs.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/operation.d.ts +0 -14
- package/dist/commonjs/operationsInterfaces/operation.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/operation.js +0 -10
- package/dist/commonjs/operationsInterfaces/operation.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/operations.d.ts +0 -11
- package/dist/commonjs/operationsInterfaces/operations.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/operations.js +0 -10
- package/dist/commonjs/operationsInterfaces/operations.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/privateEndpointConnectionOperations.d.ts +0 -53
- package/dist/commonjs/operationsInterfaces/privateEndpointConnectionOperations.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/privateEndpointConnectionOperations.js +0 -10
- package/dist/commonjs/operationsInterfaces/privateEndpointConnectionOperations.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/privateEndpointOperations.d.ts +0 -15
- package/dist/commonjs/operationsInterfaces/privateEndpointOperations.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/privateEndpointOperations.js +0 -10
- package/dist/commonjs/operationsInterfaces/privateEndpointOperations.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/protectableContainers.d.ts +0 -15
- package/dist/commonjs/operationsInterfaces/protectableContainers.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/protectableContainers.js +0 -10
- package/dist/commonjs/operationsInterfaces/protectableContainers.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/protectedItemOperationResults.d.ts +0 -17
- package/dist/commonjs/operationsInterfaces/protectedItemOperationResults.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/protectedItemOperationResults.js +0 -10
- package/dist/commonjs/operationsInterfaces/protectedItemOperationResults.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/protectedItemOperationStatuses.d.ts +0 -21
- package/dist/commonjs/operationsInterfaces/protectedItemOperationStatuses.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/protectedItemOperationStatuses.js +0 -10
- package/dist/commonjs/operationsInterfaces/protectedItemOperationStatuses.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/protectedItems.d.ts +0 -45
- package/dist/commonjs/operationsInterfaces/protectedItems.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/protectedItems.js +0 -10
- package/dist/commonjs/operationsInterfaces/protectedItems.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/protectionContainerOperationResults.d.ts +0 -16
- package/dist/commonjs/operationsInterfaces/protectionContainerOperationResults.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/protectionContainerOperationResults.js +0 -10
- package/dist/commonjs/operationsInterfaces/protectionContainerOperationResults.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/protectionContainerRefreshOperationResults.d.ts +0 -15
- package/dist/commonjs/operationsInterfaces/protectionContainerRefreshOperationResults.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/protectionContainerRefreshOperationResults.js +0 -10
- package/dist/commonjs/operationsInterfaces/protectionContainerRefreshOperationResults.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/protectionContainers.d.ts +0 -80
- package/dist/commonjs/operationsInterfaces/protectionContainers.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/protectionContainers.js +0 -10
- package/dist/commonjs/operationsInterfaces/protectionContainers.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/protectionIntentOperations.d.ts +0 -48
- package/dist/commonjs/operationsInterfaces/protectionIntentOperations.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/protectionIntentOperations.js +0 -10
- package/dist/commonjs/operationsInterfaces/protectionIntentOperations.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/protectionPolicies.d.ts +0 -51
- package/dist/commonjs/operationsInterfaces/protectionPolicies.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/protectionPolicies.js +0 -10
- package/dist/commonjs/operationsInterfaces/protectionPolicies.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/protectionPolicyOperationResults.d.ts +0 -15
- package/dist/commonjs/operationsInterfaces/protectionPolicyOperationResults.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/protectionPolicyOperationResults.js +0 -10
- package/dist/commonjs/operationsInterfaces/protectionPolicyOperationResults.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/protectionPolicyOperationStatuses.d.ts +0 -19
- package/dist/commonjs/operationsInterfaces/protectionPolicyOperationStatuses.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/protectionPolicyOperationStatuses.js +0 -10
- package/dist/commonjs/operationsInterfaces/protectionPolicyOperationStatuses.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/recoveryPoints.d.ts +0 -31
- package/dist/commonjs/operationsInterfaces/recoveryPoints.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/recoveryPoints.js +0 -10
- package/dist/commonjs/operationsInterfaces/recoveryPoints.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/recoveryPointsRecommendedForMove.d.ts +0 -18
- package/dist/commonjs/operationsInterfaces/recoveryPointsRecommendedForMove.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/recoveryPointsRecommendedForMove.js +0 -10
- package/dist/commonjs/operationsInterfaces/recoveryPointsRecommendedForMove.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/resourceGuardProxies.d.ts +0 -14
- package/dist/commonjs/operationsInterfaces/resourceGuardProxies.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/resourceGuardProxies.js +0 -10
- package/dist/commonjs/operationsInterfaces/resourceGuardProxies.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/resourceGuardProxy.d.ts +0 -44
- package/dist/commonjs/operationsInterfaces/resourceGuardProxy.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/resourceGuardProxy.js +0 -10
- package/dist/commonjs/operationsInterfaces/resourceGuardProxy.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/restores.d.ts +0 -36
- package/dist/commonjs/operationsInterfaces/restores.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/restores.js +0 -10
- package/dist/commonjs/operationsInterfaces/restores.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/securityPINs.d.ts +0 -13
- package/dist/commonjs/operationsInterfaces/securityPINs.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/securityPINs.js +0 -10
- package/dist/commonjs/operationsInterfaces/securityPINs.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/tieringCostOperationStatus.d.ts +0 -14
- package/dist/commonjs/operationsInterfaces/tieringCostOperationStatus.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/tieringCostOperationStatus.js +0 -10
- package/dist/commonjs/operationsInterfaces/tieringCostOperationStatus.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/validateOperation.d.ts +0 -26
- package/dist/commonjs/operationsInterfaces/validateOperation.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/validateOperation.js +0 -10
- package/dist/commonjs/operationsInterfaces/validateOperation.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/validateOperationResults.d.ts +0 -14
- package/dist/commonjs/operationsInterfaces/validateOperationResults.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/validateOperationResults.js +0 -10
- package/dist/commonjs/operationsInterfaces/validateOperationResults.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/validateOperationStatuses.d.ts +0 -17
- package/dist/commonjs/operationsInterfaces/validateOperationStatuses.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/validateOperationStatuses.js +0 -10
- package/dist/commonjs/operationsInterfaces/validateOperationStatuses.js.map +0 -1
- package/dist/commonjs/pagingHelper.d.ts +0 -13
- package/dist/commonjs/pagingHelper.d.ts.map +0 -1
- package/dist/commonjs/pagingHelper.js +0 -36
- package/dist/commonjs/pagingHelper.js.map +0 -1
- package/dist/commonjs/recoveryServicesBackupClient.d.ts.map +0 -1
- package/dist/esm/index.d.ts.map +0 -1
- package/dist/esm/lroImpl.d.ts +0 -11
- package/dist/esm/lroImpl.d.ts.map +0 -1
- package/dist/esm/lroImpl.js +0 -21
- package/dist/esm/lroImpl.js.map +0 -1
- package/dist/esm/models/index.d.ts.map +0 -1
- package/dist/esm/models/mappers.d.ts +0 -468
- package/dist/esm/models/mappers.d.ts.map +0 -1
- package/dist/esm/models/mappers.js +0 -9225
- package/dist/esm/models/mappers.js.map +0 -1
- package/dist/esm/models/parameters.d.ts +0 -49
- package/dist/esm/models/parameters.d.ts.map +0 -1
- package/dist/esm/models/parameters.js +0 -348
- package/dist/esm/models/parameters.js.map +0 -1
- package/dist/esm/operations/bMSPrepareDataMoveOperationResult.d.ts +0 -22
- package/dist/esm/operations/bMSPrepareDataMoveOperationResult.d.ts.map +0 -1
- package/dist/esm/operations/bMSPrepareDataMoveOperationResult.js +0 -57
- package/dist/esm/operations/bMSPrepareDataMoveOperationResult.js.map +0 -1
- package/dist/esm/operations/backupEngines.d.ts +0 -50
- package/dist/esm/operations/backupEngines.d.ts.map +0 -1
- package/dist/esm/operations/backupEngines.js +0 -194
- package/dist/esm/operations/backupEngines.js.map +0 -1
- package/dist/esm/operations/backupJobs.d.ts +0 -41
- package/dist/esm/operations/backupJobs.d.ts.map +0 -1
- package/dist/esm/operations/backupJobs.js +0 -157
- package/dist/esm/operations/backupJobs.js.map +0 -1
- package/dist/esm/operations/backupOperationResults.d.ts +0 -28
- package/dist/esm/operations/backupOperationResults.d.ts.map +0 -1
- package/dist/esm/operations/backupOperationResults.js +0 -62
- package/dist/esm/operations/backupOperationResults.js.map +0 -1
- package/dist/esm/operations/backupOperationStatuses.d.ts +0 -26
- package/dist/esm/operations/backupOperationStatuses.d.ts.map +0 -1
- package/dist/esm/operations/backupOperationStatuses.js +0 -60
- package/dist/esm/operations/backupOperationStatuses.js.map +0 -1
- package/dist/esm/operations/backupPolicies.d.ts +0 -45
- package/dist/esm/operations/backupPolicies.d.ts.map +0 -1
- package/dist/esm/operations/backupPolicies.js +0 -157
- package/dist/esm/operations/backupPolicies.js.map +0 -1
- package/dist/esm/operations/backupProtectableItems.d.ts +0 -45
- package/dist/esm/operations/backupProtectableItems.d.ts.map +0 -1
- package/dist/esm/operations/backupProtectableItems.js +0 -161
- package/dist/esm/operations/backupProtectableItems.js.map +0 -1
- package/dist/esm/operations/backupProtectedItems.d.ts +0 -41
- package/dist/esm/operations/backupProtectedItems.d.ts.map +0 -1
- package/dist/esm/operations/backupProtectedItems.js +0 -157
- package/dist/esm/operations/backupProtectedItems.js.map +0 -1
- package/dist/esm/operations/backupProtectionContainers.d.ts +0 -41
- package/dist/esm/operations/backupProtectionContainers.d.ts.map +0 -1
- package/dist/esm/operations/backupProtectionContainers.js +0 -153
- package/dist/esm/operations/backupProtectionContainers.js.map +0 -1
- package/dist/esm/operations/backupProtectionIntent.d.ts +0 -41
- package/dist/esm/operations/backupProtectionIntent.d.ts.map +0 -1
- package/dist/esm/operations/backupProtectionIntent.js +0 -151
- package/dist/esm/operations/backupProtectionIntent.js.map +0 -1
- package/dist/esm/operations/backupResourceEncryptionConfigs.d.ts +0 -30
- package/dist/esm/operations/backupResourceEncryptionConfigs.d.ts.map +0 -1
- package/dist/esm/operations/backupResourceEncryptionConfigs.js +0 -86
- package/dist/esm/operations/backupResourceEncryptionConfigs.js.map +0 -1
- package/dist/esm/operations/backupResourceStorageConfigsNonCRR.d.ts +0 -39
- package/dist/esm/operations/backupResourceStorageConfigsNonCRR.d.ts.map +0 -1
- package/dist/esm/operations/backupResourceStorageConfigsNonCRR.js +0 -120
- package/dist/esm/operations/backupResourceStorageConfigsNonCRR.js.map +0 -1
- package/dist/esm/operations/backupResourceVaultConfigs.d.ts +0 -39
- package/dist/esm/operations/backupResourceVaultConfigs.d.ts.map +0 -1
- package/dist/esm/operations/backupResourceVaultConfigs.js +0 -130
- package/dist/esm/operations/backupResourceVaultConfigs.js.map +0 -1
- package/dist/esm/operations/backupStatus.d.ts +0 -20
- package/dist/esm/operations/backupStatus.d.ts.map +0 -1
- package/dist/esm/operations/backupStatus.js +0 -51
- package/dist/esm/operations/backupStatus.js.map +0 -1
- package/dist/esm/operations/backupUsageSummaries.d.ts +0 -32
- package/dist/esm/operations/backupUsageSummaries.d.ts.map +0 -1
- package/dist/esm/operations/backupUsageSummaries.js +0 -108
- package/dist/esm/operations/backupUsageSummaries.js.map +0 -1
- package/dist/esm/operations/backupWorkloadItems.d.ts +0 -51
- package/dist/esm/operations/backupWorkloadItems.d.ts.map +0 -1
- package/dist/esm/operations/backupWorkloadItems.js +0 -178
- package/dist/esm/operations/backupWorkloadItems.js.map +0 -1
- package/dist/esm/operations/backups.d.ts +0 -27
- package/dist/esm/operations/backups.d.ts.map +0 -1
- package/dist/esm/operations/backups.js +0 -71
- package/dist/esm/operations/backups.js.map +0 -1
- package/dist/esm/operations/deletedProtectionContainers.d.ts +0 -41
- package/dist/esm/operations/deletedProtectionContainers.d.ts.map +0 -1
- package/dist/esm/operations/deletedProtectionContainers.js +0 -153
- package/dist/esm/operations/deletedProtectionContainers.js.map +0 -1
- package/dist/esm/operations/exportJobsOperationResults.d.ts +0 -25
- package/dist/esm/operations/exportJobsOperationResults.d.ts.map +0 -1
- package/dist/esm/operations/exportJobsOperationResults.js +0 -62
- package/dist/esm/operations/exportJobsOperationResults.js.map +0 -1
- package/dist/esm/operations/featureSupport.d.ts +0 -20
- package/dist/esm/operations/featureSupport.d.ts.map +0 -1
- package/dist/esm/operations/featureSupport.js +0 -51
- package/dist/esm/operations/featureSupport.js.map +0 -1
- package/dist/esm/operations/fetchTieringCost.d.ts +0 -36
- package/dist/esm/operations/fetchTieringCost.d.ts.map +0 -1
- package/dist/esm/operations/fetchTieringCost.js +0 -116
- package/dist/esm/operations/fetchTieringCost.js.map +0 -1
- package/dist/esm/operations/getTieringCostOperationResult.d.ts +0 -22
- package/dist/esm/operations/getTieringCostOperationResult.d.ts.map +0 -1
- package/dist/esm/operations/getTieringCostOperationResult.js +0 -56
- package/dist/esm/operations/getTieringCostOperationResult.js.map +0 -1
- package/dist/esm/operations/index.d.ts +0 -53
- package/dist/esm/operations/index.d.ts.map +0 -1
- package/dist/esm/operations/index.js +0 -60
- package/dist/esm/operations/index.js.map +0 -1
- package/dist/esm/operations/itemLevelRecoveryConnections.d.ts +0 -48
- package/dist/esm/operations/itemLevelRecoveryConnections.d.ts.map +0 -1
- package/dist/esm/operations/itemLevelRecoveryConnections.js +0 -127
- package/dist/esm/operations/itemLevelRecoveryConnections.js.map +0 -1
- package/dist/esm/operations/jobCancellations.d.ts +0 -23
- package/dist/esm/operations/jobCancellations.d.ts.map +0 -1
- package/dist/esm/operations/jobCancellations.js +0 -55
- package/dist/esm/operations/jobCancellations.js.map +0 -1
- package/dist/esm/operations/jobDetails.d.ts +0 -22
- package/dist/esm/operations/jobDetails.d.ts.map +0 -1
- package/dist/esm/operations/jobDetails.js +0 -56
- package/dist/esm/operations/jobDetails.js.map +0 -1
- package/dist/esm/operations/jobOperationResults.d.ts +0 -23
- package/dist/esm/operations/jobOperationResults.d.ts.map +0 -1
- package/dist/esm/operations/jobOperationResults.js +0 -58
- package/dist/esm/operations/jobOperationResults.js.map +0 -1
- package/dist/esm/operations/jobs.d.ts +0 -21
- package/dist/esm/operations/jobs.d.ts.map +0 -1
- package/dist/esm/operations/jobs.js +0 -52
- package/dist/esm/operations/jobs.js.map +0 -1
- package/dist/esm/operations/operation.d.ts +0 -22
- package/dist/esm/operations/operation.d.ts.map +0 -1
- package/dist/esm/operations/operation.js +0 -57
- package/dist/esm/operations/operation.js.map +0 -1
- package/dist/esm/operations/operations.d.ts +0 -32
- package/dist/esm/operations/operations.d.ts.map +0 -1
- package/dist/esm/operations/operations.js +0 -127
- package/dist/esm/operations/operations.js.map +0 -1
- package/dist/esm/operations/privateEndpointConnectionOperations.d.ts +0 -61
- package/dist/esm/operations/privateEndpointConnectionOperations.d.ts.map +0 -1
- package/dist/esm/operations/privateEndpointConnectionOperations.js +0 -237
- package/dist/esm/operations/privateEndpointConnectionOperations.js.map +0 -1
- package/dist/esm/operations/privateEndpointOperations.d.ts +0 -23
- package/dist/esm/operations/privateEndpointOperations.d.ts.map +0 -1
- package/dist/esm/operations/privateEndpointOperations.js +0 -64
- package/dist/esm/operations/privateEndpointOperations.js.map +0 -1
- package/dist/esm/operations/protectableContainers.d.ts +0 -44
- package/dist/esm/operations/protectableContainers.d.ts.map +0 -1
- package/dist/esm/operations/protectableContainers.js +0 -158
- package/dist/esm/operations/protectableContainers.js.map +0 -1
- package/dist/esm/operations/protectedItemOperationResults.d.ts +0 -25
- package/dist/esm/operations/protectedItemOperationResults.d.ts.map +0 -1
- package/dist/esm/operations/protectedItemOperationResults.js +0 -72
- package/dist/esm/operations/protectedItemOperationResults.js.map +0 -1
- package/dist/esm/operations/protectedItemOperationStatuses.d.ts +0 -29
- package/dist/esm/operations/protectedItemOperationStatuses.d.ts.map +0 -1
- package/dist/esm/operations/protectedItemOperationStatuses.js +0 -74
- package/dist/esm/operations/protectedItemOperationStatuses.js.map +0 -1
- package/dist/esm/operations/protectedItems.d.ts +0 -53
- package/dist/esm/operations/protectedItems.d.ts.map +0 -1
- package/dist/esm/operations/protectedItems.js +0 -170
- package/dist/esm/operations/protectedItems.js.map +0 -1
- package/dist/esm/operations/protectionContainerOperationResults.d.ts +0 -24
- package/dist/esm/operations/protectionContainerOperationResults.d.ts.map +0 -1
- package/dist/esm/operations/protectionContainerOperationResults.js +0 -69
- package/dist/esm/operations/protectionContainerOperationResults.js.map +0 -1
- package/dist/esm/operations/protectionContainerRefreshOperationResults.d.ts +0 -23
- package/dist/esm/operations/protectionContainerRefreshOperationResults.d.ts.map +0 -1
- package/dist/esm/operations/protectionContainerRefreshOperationResults.js +0 -57
- package/dist/esm/operations/protectionContainerRefreshOperationResults.js.map +0 -1
- package/dist/esm/operations/protectionContainers.d.ts +0 -88
- package/dist/esm/operations/protectionContainers.d.ts.map +0 -1
- package/dist/esm/operations/protectionContainers.js +0 -272
- package/dist/esm/operations/protectionContainers.js.map +0 -1
- package/dist/esm/operations/protectionIntentOperations.d.ts +0 -56
- package/dist/esm/operations/protectionIntentOperations.d.ts.map +0 -1
- package/dist/esm/operations/protectionIntentOperations.js +0 -157
- package/dist/esm/operations/protectionIntentOperations.js.map +0 -1
- package/dist/esm/operations/protectionPolicies.d.ts +0 -59
- package/dist/esm/operations/protectionPolicies.d.ts.map +0 -1
- package/dist/esm/operations/protectionPolicies.js +0 -185
- package/dist/esm/operations/protectionPolicies.js.map +0 -1
- package/dist/esm/operations/protectionPolicyOperationResults.d.ts +0 -23
- package/dist/esm/operations/protectionPolicyOperationResults.d.ts.map +0 -1
- package/dist/esm/operations/protectionPolicyOperationResults.js +0 -58
- package/dist/esm/operations/protectionPolicyOperationResults.js.map +0 -1
- package/dist/esm/operations/protectionPolicyOperationStatuses.d.ts +0 -27
- package/dist/esm/operations/protectionPolicyOperationStatuses.d.ts.map +0 -1
- package/dist/esm/operations/protectionPolicyOperationStatuses.js +0 -62
- package/dist/esm/operations/protectionPolicyOperationStatuses.js.map +0 -1
- package/dist/esm/operations/recoveryPoints.d.ts +0 -64
- package/dist/esm/operations/recoveryPoints.d.ts.map +0 -1
- package/dist/esm/operations/recoveryPoints.js +0 -232
- package/dist/esm/operations/recoveryPoints.js.map +0 -1
- package/dist/esm/operations/recoveryPointsRecommendedForMove.d.ts +0 -53
- package/dist/esm/operations/recoveryPointsRecommendedForMove.d.ts.map +0 -1
- package/dist/esm/operations/recoveryPointsRecommendedForMove.js +0 -191
- package/dist/esm/operations/recoveryPointsRecommendedForMove.js.map +0 -1
- package/dist/esm/operations/resourceGuardProxies.d.ts +0 -41
- package/dist/esm/operations/resourceGuardProxies.d.ts.map +0 -1
- package/dist/esm/operations/resourceGuardProxies.js +0 -153
- package/dist/esm/operations/resourceGuardProxies.js.map +0 -1
- package/dist/esm/operations/resourceGuardProxy.d.ts +0 -52
- package/dist/esm/operations/resourceGuardProxy.d.ts.map +0 -1
- package/dist/esm/operations/resourceGuardProxy.js +0 -173
- package/dist/esm/operations/resourceGuardProxy.js.map +0 -1
- package/dist/esm/operations/restores.d.ts +0 -44
- package/dist/esm/operations/restores.d.ts.map +0 -1
- package/dist/esm/operations/restores.js +0 -133
- package/dist/esm/operations/restores.js.map +0 -1
- package/dist/esm/operations/securityPINs.d.ts +0 -21
- package/dist/esm/operations/securityPINs.d.ts.map +0 -1
- package/dist/esm/operations/securityPINs.js +0 -60
- package/dist/esm/operations/securityPINs.js.map +0 -1
- package/dist/esm/operations/tieringCostOperationStatus.d.ts +0 -22
- package/dist/esm/operations/tieringCostOperationStatus.d.ts.map +0 -1
- package/dist/esm/operations/tieringCostOperationStatus.js +0 -56
- package/dist/esm/operations/tieringCostOperationStatus.js.map +0 -1
- package/dist/esm/operations/validateOperation.d.ts +0 -34
- package/dist/esm/operations/validateOperation.d.ts.map +0 -1
- package/dist/esm/operations/validateOperation.js +0 -106
- package/dist/esm/operations/validateOperation.js.map +0 -1
- package/dist/esm/operations/validateOperationResults.d.ts +0 -22
- package/dist/esm/operations/validateOperationResults.d.ts.map +0 -1
- package/dist/esm/operations/validateOperationResults.js +0 -57
- package/dist/esm/operations/validateOperationResults.js.map +0 -1
- package/dist/esm/operations/validateOperationStatuses.d.ts +0 -25
- package/dist/esm/operations/validateOperationStatuses.d.ts.map +0 -1
- package/dist/esm/operations/validateOperationStatuses.js +0 -59
- package/dist/esm/operations/validateOperationStatuses.js.map +0 -1
- package/dist/esm/operationsInterfaces/bMSPrepareDataMoveOperationResult.d.ts +0 -14
- package/dist/esm/operationsInterfaces/bMSPrepareDataMoveOperationResult.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/bMSPrepareDataMoveOperationResult.js +0 -9
- package/dist/esm/operationsInterfaces/bMSPrepareDataMoveOperationResult.js.map +0 -1
- package/dist/esm/operationsInterfaces/backupEngines.d.ts +0 -23
- package/dist/esm/operationsInterfaces/backupEngines.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/backupEngines.js +0 -9
- package/dist/esm/operationsInterfaces/backupEngines.js.map +0 -1
- package/dist/esm/operationsInterfaces/backupJobs.d.ts +0 -14
- package/dist/esm/operationsInterfaces/backupJobs.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/backupJobs.js +0 -9
- package/dist/esm/operationsInterfaces/backupJobs.js.map +0 -1
- package/dist/esm/operationsInterfaces/backupOperationResults.d.ts +0 -20
- package/dist/esm/operationsInterfaces/backupOperationResults.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/backupOperationResults.js +0 -9
- package/dist/esm/operationsInterfaces/backupOperationResults.js.map +0 -1
- package/dist/esm/operationsInterfaces/backupOperationStatuses.d.ts +0 -18
- package/dist/esm/operationsInterfaces/backupOperationStatuses.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/backupOperationStatuses.js +0 -9
- package/dist/esm/operationsInterfaces/backupOperationStatuses.js.map +0 -1
- package/dist/esm/operationsInterfaces/backupPolicies.d.ts +0 -16
- package/dist/esm/operationsInterfaces/backupPolicies.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/backupPolicies.js +0 -9
- package/dist/esm/operationsInterfaces/backupPolicies.js.map +0 -1
- package/dist/esm/operationsInterfaces/backupProtectableItems.d.ts +0 -16
- package/dist/esm/operationsInterfaces/backupProtectableItems.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/backupProtectableItems.js +0 -9
- package/dist/esm/operationsInterfaces/backupProtectableItems.js.map +0 -1
- package/dist/esm/operationsInterfaces/backupProtectedItems.d.ts +0 -14
- package/dist/esm/operationsInterfaces/backupProtectedItems.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/backupProtectedItems.js +0 -9
- package/dist/esm/operationsInterfaces/backupProtectedItems.js.map +0 -1
- package/dist/esm/operationsInterfaces/backupProtectionContainers.d.ts +0 -14
- package/dist/esm/operationsInterfaces/backupProtectionContainers.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/backupProtectionContainers.js +0 -9
- package/dist/esm/operationsInterfaces/backupProtectionContainers.js.map +0 -1
- package/dist/esm/operationsInterfaces/backupProtectionIntent.d.ts +0 -14
- package/dist/esm/operationsInterfaces/backupProtectionIntent.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/backupProtectionIntent.js +0 -9
- package/dist/esm/operationsInterfaces/backupProtectionIntent.js.map +0 -1
- package/dist/esm/operationsInterfaces/backupResourceEncryptionConfigs.d.ts +0 -22
- package/dist/esm/operationsInterfaces/backupResourceEncryptionConfigs.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/backupResourceEncryptionConfigs.js +0 -9
- package/dist/esm/operationsInterfaces/backupResourceEncryptionConfigs.js.map +0 -1
- package/dist/esm/operationsInterfaces/backupResourceStorageConfigsNonCRR.d.ts +0 -31
- package/dist/esm/operationsInterfaces/backupResourceStorageConfigsNonCRR.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/backupResourceStorageConfigsNonCRR.js +0 -9
- package/dist/esm/operationsInterfaces/backupResourceStorageConfigsNonCRR.js.map +0 -1
- package/dist/esm/operationsInterfaces/backupResourceVaultConfigs.d.ts +0 -31
- package/dist/esm/operationsInterfaces/backupResourceVaultConfigs.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/backupResourceVaultConfigs.js +0 -9
- package/dist/esm/operationsInterfaces/backupResourceVaultConfigs.js.map +0 -1
- package/dist/esm/operationsInterfaces/backupStatus.d.ts +0 -12
- package/dist/esm/operationsInterfaces/backupStatus.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/backupStatus.js +0 -9
- package/dist/esm/operationsInterfaces/backupStatus.js.map +0 -1
- package/dist/esm/operationsInterfaces/backupUsageSummaries.d.ts +0 -14
- package/dist/esm/operationsInterfaces/backupUsageSummaries.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/backupUsageSummaries.js +0 -9
- package/dist/esm/operationsInterfaces/backupUsageSummaries.js.map +0 -1
- package/dist/esm/operationsInterfaces/backupWorkloadItems.d.ts +0 -18
- package/dist/esm/operationsInterfaces/backupWorkloadItems.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/backupWorkloadItems.js +0 -9
- package/dist/esm/operationsInterfaces/backupWorkloadItems.js.map +0 -1
- package/dist/esm/operationsInterfaces/backups.d.ts +0 -19
- package/dist/esm/operationsInterfaces/backups.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/backups.js +0 -9
- package/dist/esm/operationsInterfaces/backups.js.map +0 -1
- package/dist/esm/operationsInterfaces/deletedProtectionContainers.d.ts +0 -14
- package/dist/esm/operationsInterfaces/deletedProtectionContainers.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/deletedProtectionContainers.js +0 -9
- package/dist/esm/operationsInterfaces/deletedProtectionContainers.js.map +0 -1
- package/dist/esm/operationsInterfaces/exportJobsOperationResults.d.ts +0 -17
- package/dist/esm/operationsInterfaces/exportJobsOperationResults.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/exportJobsOperationResults.js +0 -9
- package/dist/esm/operationsInterfaces/exportJobsOperationResults.js.map +0 -1
- package/dist/esm/operationsInterfaces/featureSupport.d.ts +0 -12
- package/dist/esm/operationsInterfaces/featureSupport.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/featureSupport.js +0 -9
- package/dist/esm/operationsInterfaces/featureSupport.js.map +0 -1
- package/dist/esm/operationsInterfaces/fetchTieringCost.d.ts +0 -28
- package/dist/esm/operationsInterfaces/fetchTieringCost.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/fetchTieringCost.js +0 -9
- package/dist/esm/operationsInterfaces/fetchTieringCost.js.map +0 -1
- package/dist/esm/operationsInterfaces/getTieringCostOperationResult.d.ts +0 -14
- package/dist/esm/operationsInterfaces/getTieringCostOperationResult.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/getTieringCostOperationResult.js +0 -9
- package/dist/esm/operationsInterfaces/getTieringCostOperationResult.js.map +0 -1
- package/dist/esm/operationsInterfaces/index.d.ts +0 -53
- package/dist/esm/operationsInterfaces/index.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/index.js +0 -60
- package/dist/esm/operationsInterfaces/index.js.map +0 -1
- package/dist/esm/operationsInterfaces/itemLevelRecoveryConnections.d.ts +0 -40
- package/dist/esm/operationsInterfaces/itemLevelRecoveryConnections.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/itemLevelRecoveryConnections.js +0 -9
- package/dist/esm/operationsInterfaces/itemLevelRecoveryConnections.js.map +0 -1
- package/dist/esm/operationsInterfaces/jobCancellations.d.ts +0 -15
- package/dist/esm/operationsInterfaces/jobCancellations.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/jobCancellations.js +0 -9
- package/dist/esm/operationsInterfaces/jobCancellations.js.map +0 -1
- package/dist/esm/operationsInterfaces/jobDetails.d.ts +0 -14
- package/dist/esm/operationsInterfaces/jobDetails.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/jobDetails.js +0 -9
- package/dist/esm/operationsInterfaces/jobDetails.js.map +0 -1
- package/dist/esm/operationsInterfaces/jobOperationResults.d.ts +0 -15
- package/dist/esm/operationsInterfaces/jobOperationResults.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/jobOperationResults.js +0 -9
- package/dist/esm/operationsInterfaces/jobOperationResults.js.map +0 -1
- package/dist/esm/operationsInterfaces/jobs.d.ts +0 -13
- package/dist/esm/operationsInterfaces/jobs.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/jobs.js +0 -9
- package/dist/esm/operationsInterfaces/jobs.js.map +0 -1
- package/dist/esm/operationsInterfaces/operation.d.ts +0 -14
- package/dist/esm/operationsInterfaces/operation.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/operation.js +0 -9
- package/dist/esm/operationsInterfaces/operation.js.map +0 -1
- package/dist/esm/operationsInterfaces/operations.d.ts +0 -11
- package/dist/esm/operationsInterfaces/operations.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/operations.js +0 -9
- package/dist/esm/operationsInterfaces/operations.js.map +0 -1
- package/dist/esm/operationsInterfaces/privateEndpointConnectionOperations.d.ts +0 -53
- package/dist/esm/operationsInterfaces/privateEndpointConnectionOperations.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/privateEndpointConnectionOperations.js +0 -9
- package/dist/esm/operationsInterfaces/privateEndpointConnectionOperations.js.map +0 -1
- package/dist/esm/operationsInterfaces/privateEndpointOperations.d.ts +0 -15
- package/dist/esm/operationsInterfaces/privateEndpointOperations.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/privateEndpointOperations.js +0 -9
- package/dist/esm/operationsInterfaces/privateEndpointOperations.js.map +0 -1
- package/dist/esm/operationsInterfaces/protectableContainers.d.ts +0 -15
- package/dist/esm/operationsInterfaces/protectableContainers.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/protectableContainers.js +0 -9
- package/dist/esm/operationsInterfaces/protectableContainers.js.map +0 -1
- package/dist/esm/operationsInterfaces/protectedItemOperationResults.d.ts +0 -17
- package/dist/esm/operationsInterfaces/protectedItemOperationResults.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/protectedItemOperationResults.js +0 -9
- package/dist/esm/operationsInterfaces/protectedItemOperationResults.js.map +0 -1
- package/dist/esm/operationsInterfaces/protectedItemOperationStatuses.d.ts +0 -21
- package/dist/esm/operationsInterfaces/protectedItemOperationStatuses.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/protectedItemOperationStatuses.js +0 -9
- package/dist/esm/operationsInterfaces/protectedItemOperationStatuses.js.map +0 -1
- package/dist/esm/operationsInterfaces/protectedItems.d.ts +0 -45
- package/dist/esm/operationsInterfaces/protectedItems.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/protectedItems.js +0 -9
- package/dist/esm/operationsInterfaces/protectedItems.js.map +0 -1
- package/dist/esm/operationsInterfaces/protectionContainerOperationResults.d.ts +0 -16
- package/dist/esm/operationsInterfaces/protectionContainerOperationResults.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/protectionContainerOperationResults.js +0 -9
- package/dist/esm/operationsInterfaces/protectionContainerOperationResults.js.map +0 -1
- package/dist/esm/operationsInterfaces/protectionContainerRefreshOperationResults.d.ts +0 -15
- package/dist/esm/operationsInterfaces/protectionContainerRefreshOperationResults.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/protectionContainerRefreshOperationResults.js +0 -9
- package/dist/esm/operationsInterfaces/protectionContainerRefreshOperationResults.js.map +0 -1
- package/dist/esm/operationsInterfaces/protectionContainers.d.ts +0 -80
- package/dist/esm/operationsInterfaces/protectionContainers.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/protectionContainers.js +0 -9
- package/dist/esm/operationsInterfaces/protectionContainers.js.map +0 -1
- package/dist/esm/operationsInterfaces/protectionIntentOperations.d.ts +0 -48
- package/dist/esm/operationsInterfaces/protectionIntentOperations.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/protectionIntentOperations.js +0 -9
- package/dist/esm/operationsInterfaces/protectionIntentOperations.js.map +0 -1
- package/dist/esm/operationsInterfaces/protectionPolicies.d.ts +0 -51
- package/dist/esm/operationsInterfaces/protectionPolicies.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/protectionPolicies.js +0 -9
- package/dist/esm/operationsInterfaces/protectionPolicies.js.map +0 -1
- package/dist/esm/operationsInterfaces/protectionPolicyOperationResults.d.ts +0 -15
- package/dist/esm/operationsInterfaces/protectionPolicyOperationResults.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/protectionPolicyOperationResults.js +0 -9
- package/dist/esm/operationsInterfaces/protectionPolicyOperationResults.js.map +0 -1
- package/dist/esm/operationsInterfaces/protectionPolicyOperationStatuses.d.ts +0 -19
- package/dist/esm/operationsInterfaces/protectionPolicyOperationStatuses.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/protectionPolicyOperationStatuses.js +0 -9
- package/dist/esm/operationsInterfaces/protectionPolicyOperationStatuses.js.map +0 -1
- package/dist/esm/operationsInterfaces/recoveryPoints.d.ts +0 -31
- package/dist/esm/operationsInterfaces/recoveryPoints.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/recoveryPoints.js +0 -9
- package/dist/esm/operationsInterfaces/recoveryPoints.js.map +0 -1
- package/dist/esm/operationsInterfaces/recoveryPointsRecommendedForMove.d.ts +0 -18
- package/dist/esm/operationsInterfaces/recoveryPointsRecommendedForMove.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/recoveryPointsRecommendedForMove.js +0 -9
- package/dist/esm/operationsInterfaces/recoveryPointsRecommendedForMove.js.map +0 -1
- package/dist/esm/operationsInterfaces/resourceGuardProxies.d.ts +0 -14
- package/dist/esm/operationsInterfaces/resourceGuardProxies.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/resourceGuardProxies.js +0 -9
- package/dist/esm/operationsInterfaces/resourceGuardProxies.js.map +0 -1
- package/dist/esm/operationsInterfaces/resourceGuardProxy.d.ts +0 -44
- package/dist/esm/operationsInterfaces/resourceGuardProxy.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/resourceGuardProxy.js +0 -9
- package/dist/esm/operationsInterfaces/resourceGuardProxy.js.map +0 -1
- package/dist/esm/operationsInterfaces/restores.d.ts +0 -36
- package/dist/esm/operationsInterfaces/restores.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/restores.js +0 -9
- package/dist/esm/operationsInterfaces/restores.js.map +0 -1
- package/dist/esm/operationsInterfaces/securityPINs.d.ts +0 -13
- package/dist/esm/operationsInterfaces/securityPINs.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/securityPINs.js +0 -9
- package/dist/esm/operationsInterfaces/securityPINs.js.map +0 -1
- package/dist/esm/operationsInterfaces/tieringCostOperationStatus.d.ts +0 -14
- package/dist/esm/operationsInterfaces/tieringCostOperationStatus.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/tieringCostOperationStatus.js +0 -9
- package/dist/esm/operationsInterfaces/tieringCostOperationStatus.js.map +0 -1
- package/dist/esm/operationsInterfaces/validateOperation.d.ts +0 -26
- package/dist/esm/operationsInterfaces/validateOperation.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/validateOperation.js +0 -9
- package/dist/esm/operationsInterfaces/validateOperation.js.map +0 -1
- package/dist/esm/operationsInterfaces/validateOperationResults.d.ts +0 -14
- package/dist/esm/operationsInterfaces/validateOperationResults.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/validateOperationResults.js +0 -9
- package/dist/esm/operationsInterfaces/validateOperationResults.js.map +0 -1
- package/dist/esm/operationsInterfaces/validateOperationStatuses.d.ts +0 -17
- package/dist/esm/operationsInterfaces/validateOperationStatuses.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/validateOperationStatuses.js +0 -9
- package/dist/esm/operationsInterfaces/validateOperationStatuses.js.map +0 -1
- package/dist/esm/pagingHelper.d.ts +0 -13
- package/dist/esm/pagingHelper.d.ts.map +0 -1
- package/dist/esm/pagingHelper.js +0 -32
- package/dist/esm/pagingHelper.js.map +0 -1
- package/dist/esm/recoveryServicesBackupClient.d.ts.map +0 -1
- package/dist/react-native/index.d.ts.map +0 -1
- package/dist/react-native/lroImpl.d.ts +0 -11
- package/dist/react-native/lroImpl.d.ts.map +0 -1
- package/dist/react-native/lroImpl.js +0 -21
- package/dist/react-native/lroImpl.js.map +0 -1
- package/dist/react-native/models/index.d.ts.map +0 -1
- package/dist/react-native/models/mappers.d.ts +0 -468
- package/dist/react-native/models/mappers.d.ts.map +0 -1
- package/dist/react-native/models/mappers.js +0 -9225
- package/dist/react-native/models/mappers.js.map +0 -1
- package/dist/react-native/models/parameters.d.ts +0 -49
- package/dist/react-native/models/parameters.d.ts.map +0 -1
- package/dist/react-native/models/parameters.js +0 -348
- package/dist/react-native/models/parameters.js.map +0 -1
- package/dist/react-native/operations/bMSPrepareDataMoveOperationResult.d.ts +0 -22
- package/dist/react-native/operations/bMSPrepareDataMoveOperationResult.d.ts.map +0 -1
- package/dist/react-native/operations/bMSPrepareDataMoveOperationResult.js +0 -57
- package/dist/react-native/operations/bMSPrepareDataMoveOperationResult.js.map +0 -1
- package/dist/react-native/operations/backupEngines.d.ts +0 -50
- package/dist/react-native/operations/backupEngines.d.ts.map +0 -1
- package/dist/react-native/operations/backupEngines.js +0 -194
- package/dist/react-native/operations/backupEngines.js.map +0 -1
- package/dist/react-native/operations/backupJobs.d.ts +0 -41
- package/dist/react-native/operations/backupJobs.d.ts.map +0 -1
- package/dist/react-native/operations/backupJobs.js +0 -157
- package/dist/react-native/operations/backupJobs.js.map +0 -1
- package/dist/react-native/operations/backupOperationResults.d.ts +0 -28
- package/dist/react-native/operations/backupOperationResults.d.ts.map +0 -1
- package/dist/react-native/operations/backupOperationResults.js +0 -62
- package/dist/react-native/operations/backupOperationResults.js.map +0 -1
- package/dist/react-native/operations/backupOperationStatuses.d.ts +0 -26
- package/dist/react-native/operations/backupOperationStatuses.d.ts.map +0 -1
- package/dist/react-native/operations/backupOperationStatuses.js +0 -60
- package/dist/react-native/operations/backupOperationStatuses.js.map +0 -1
- package/dist/react-native/operations/backupPolicies.d.ts +0 -45
- package/dist/react-native/operations/backupPolicies.d.ts.map +0 -1
- package/dist/react-native/operations/backupPolicies.js +0 -157
- package/dist/react-native/operations/backupPolicies.js.map +0 -1
- package/dist/react-native/operations/backupProtectableItems.d.ts +0 -45
- package/dist/react-native/operations/backupProtectableItems.d.ts.map +0 -1
- package/dist/react-native/operations/backupProtectableItems.js +0 -161
- package/dist/react-native/operations/backupProtectableItems.js.map +0 -1
- package/dist/react-native/operations/backupProtectedItems.d.ts +0 -41
- package/dist/react-native/operations/backupProtectedItems.d.ts.map +0 -1
- package/dist/react-native/operations/backupProtectedItems.js +0 -157
- package/dist/react-native/operations/backupProtectedItems.js.map +0 -1
- package/dist/react-native/operations/backupProtectionContainers.d.ts +0 -41
- package/dist/react-native/operations/backupProtectionContainers.d.ts.map +0 -1
- package/dist/react-native/operations/backupProtectionContainers.js +0 -153
- package/dist/react-native/operations/backupProtectionContainers.js.map +0 -1
- package/dist/react-native/operations/backupProtectionIntent.d.ts +0 -41
- package/dist/react-native/operations/backupProtectionIntent.d.ts.map +0 -1
- package/dist/react-native/operations/backupProtectionIntent.js +0 -151
- package/dist/react-native/operations/backupProtectionIntent.js.map +0 -1
- package/dist/react-native/operations/backupResourceEncryptionConfigs.d.ts +0 -30
- package/dist/react-native/operations/backupResourceEncryptionConfigs.d.ts.map +0 -1
- package/dist/react-native/operations/backupResourceEncryptionConfigs.js +0 -86
- package/dist/react-native/operations/backupResourceEncryptionConfigs.js.map +0 -1
- package/dist/react-native/operations/backupResourceStorageConfigsNonCRR.d.ts +0 -39
- package/dist/react-native/operations/backupResourceStorageConfigsNonCRR.d.ts.map +0 -1
- package/dist/react-native/operations/backupResourceStorageConfigsNonCRR.js +0 -120
- package/dist/react-native/operations/backupResourceStorageConfigsNonCRR.js.map +0 -1
- package/dist/react-native/operations/backupResourceVaultConfigs.d.ts +0 -39
- package/dist/react-native/operations/backupResourceVaultConfigs.d.ts.map +0 -1
- package/dist/react-native/operations/backupResourceVaultConfigs.js +0 -130
- package/dist/react-native/operations/backupResourceVaultConfigs.js.map +0 -1
- package/dist/react-native/operations/backupStatus.d.ts +0 -20
- package/dist/react-native/operations/backupStatus.d.ts.map +0 -1
- package/dist/react-native/operations/backupStatus.js +0 -51
- package/dist/react-native/operations/backupStatus.js.map +0 -1
- package/dist/react-native/operations/backupUsageSummaries.d.ts +0 -32
- package/dist/react-native/operations/backupUsageSummaries.d.ts.map +0 -1
- package/dist/react-native/operations/backupUsageSummaries.js +0 -108
- package/dist/react-native/operations/backupUsageSummaries.js.map +0 -1
- package/dist/react-native/operations/backupWorkloadItems.d.ts +0 -51
- package/dist/react-native/operations/backupWorkloadItems.d.ts.map +0 -1
- package/dist/react-native/operations/backupWorkloadItems.js +0 -178
- package/dist/react-native/operations/backupWorkloadItems.js.map +0 -1
- package/dist/react-native/operations/backups.d.ts +0 -27
- package/dist/react-native/operations/backups.d.ts.map +0 -1
- package/dist/react-native/operations/backups.js +0 -71
- package/dist/react-native/operations/backups.js.map +0 -1
- package/dist/react-native/operations/deletedProtectionContainers.d.ts +0 -41
- package/dist/react-native/operations/deletedProtectionContainers.d.ts.map +0 -1
- package/dist/react-native/operations/deletedProtectionContainers.js +0 -153
- package/dist/react-native/operations/deletedProtectionContainers.js.map +0 -1
- package/dist/react-native/operations/exportJobsOperationResults.d.ts +0 -25
- package/dist/react-native/operations/exportJobsOperationResults.d.ts.map +0 -1
- package/dist/react-native/operations/exportJobsOperationResults.js +0 -62
- package/dist/react-native/operations/exportJobsOperationResults.js.map +0 -1
- package/dist/react-native/operations/featureSupport.d.ts +0 -20
- package/dist/react-native/operations/featureSupport.d.ts.map +0 -1
- package/dist/react-native/operations/featureSupport.js +0 -51
- package/dist/react-native/operations/featureSupport.js.map +0 -1
- package/dist/react-native/operations/fetchTieringCost.d.ts +0 -36
- package/dist/react-native/operations/fetchTieringCost.d.ts.map +0 -1
- package/dist/react-native/operations/fetchTieringCost.js +0 -116
- package/dist/react-native/operations/fetchTieringCost.js.map +0 -1
- package/dist/react-native/operations/getTieringCostOperationResult.d.ts +0 -22
- package/dist/react-native/operations/getTieringCostOperationResult.d.ts.map +0 -1
- package/dist/react-native/operations/getTieringCostOperationResult.js +0 -56
- package/dist/react-native/operations/getTieringCostOperationResult.js.map +0 -1
- package/dist/react-native/operations/index.d.ts +0 -53
- package/dist/react-native/operations/index.d.ts.map +0 -1
- package/dist/react-native/operations/index.js +0 -60
- package/dist/react-native/operations/index.js.map +0 -1
- package/dist/react-native/operations/itemLevelRecoveryConnections.d.ts +0 -48
- package/dist/react-native/operations/itemLevelRecoveryConnections.d.ts.map +0 -1
- package/dist/react-native/operations/itemLevelRecoveryConnections.js +0 -127
- package/dist/react-native/operations/itemLevelRecoveryConnections.js.map +0 -1
- package/dist/react-native/operations/jobCancellations.d.ts +0 -23
- package/dist/react-native/operations/jobCancellations.d.ts.map +0 -1
- package/dist/react-native/operations/jobCancellations.js +0 -55
- package/dist/react-native/operations/jobCancellations.js.map +0 -1
- package/dist/react-native/operations/jobDetails.d.ts +0 -22
- package/dist/react-native/operations/jobDetails.d.ts.map +0 -1
- package/dist/react-native/operations/jobDetails.js +0 -56
- package/dist/react-native/operations/jobDetails.js.map +0 -1
- package/dist/react-native/operations/jobOperationResults.d.ts +0 -23
- package/dist/react-native/operations/jobOperationResults.d.ts.map +0 -1
- package/dist/react-native/operations/jobOperationResults.js +0 -58
- package/dist/react-native/operations/jobOperationResults.js.map +0 -1
- package/dist/react-native/operations/jobs.d.ts +0 -21
- package/dist/react-native/operations/jobs.d.ts.map +0 -1
- package/dist/react-native/operations/jobs.js +0 -52
- package/dist/react-native/operations/jobs.js.map +0 -1
- package/dist/react-native/operations/operation.d.ts +0 -22
- package/dist/react-native/operations/operation.d.ts.map +0 -1
- package/dist/react-native/operations/operation.js +0 -57
- package/dist/react-native/operations/operation.js.map +0 -1
- package/dist/react-native/operations/operations.d.ts +0 -32
- package/dist/react-native/operations/operations.d.ts.map +0 -1
- package/dist/react-native/operations/operations.js +0 -127
- package/dist/react-native/operations/operations.js.map +0 -1
- package/dist/react-native/operations/privateEndpointConnectionOperations.d.ts +0 -61
- package/dist/react-native/operations/privateEndpointConnectionOperations.d.ts.map +0 -1
- package/dist/react-native/operations/privateEndpointConnectionOperations.js +0 -237
- package/dist/react-native/operations/privateEndpointConnectionOperations.js.map +0 -1
- package/dist/react-native/operations/privateEndpointOperations.d.ts +0 -23
- package/dist/react-native/operations/privateEndpointOperations.d.ts.map +0 -1
- package/dist/react-native/operations/privateEndpointOperations.js +0 -64
- package/dist/react-native/operations/privateEndpointOperations.js.map +0 -1
- package/dist/react-native/operations/protectableContainers.d.ts +0 -44
- package/dist/react-native/operations/protectableContainers.d.ts.map +0 -1
- package/dist/react-native/operations/protectableContainers.js +0 -158
- package/dist/react-native/operations/protectableContainers.js.map +0 -1
- package/dist/react-native/operations/protectedItemOperationResults.d.ts +0 -25
- package/dist/react-native/operations/protectedItemOperationResults.d.ts.map +0 -1
- package/dist/react-native/operations/protectedItemOperationResults.js +0 -72
- package/dist/react-native/operations/protectedItemOperationResults.js.map +0 -1
- package/dist/react-native/operations/protectedItemOperationStatuses.d.ts +0 -29
- package/dist/react-native/operations/protectedItemOperationStatuses.d.ts.map +0 -1
- package/dist/react-native/operations/protectedItemOperationStatuses.js +0 -74
- package/dist/react-native/operations/protectedItemOperationStatuses.js.map +0 -1
- package/dist/react-native/operations/protectedItems.d.ts +0 -53
- package/dist/react-native/operations/protectedItems.d.ts.map +0 -1
- package/dist/react-native/operations/protectedItems.js +0 -170
- package/dist/react-native/operations/protectedItems.js.map +0 -1
- package/dist/react-native/operations/protectionContainerOperationResults.d.ts +0 -24
- package/dist/react-native/operations/protectionContainerOperationResults.d.ts.map +0 -1
- package/dist/react-native/operations/protectionContainerOperationResults.js +0 -69
- package/dist/react-native/operations/protectionContainerOperationResults.js.map +0 -1
- package/dist/react-native/operations/protectionContainerRefreshOperationResults.d.ts +0 -23
- package/dist/react-native/operations/protectionContainerRefreshOperationResults.d.ts.map +0 -1
- package/dist/react-native/operations/protectionContainerRefreshOperationResults.js +0 -57
- package/dist/react-native/operations/protectionContainerRefreshOperationResults.js.map +0 -1
- package/dist/react-native/operations/protectionContainers.d.ts +0 -88
- package/dist/react-native/operations/protectionContainers.d.ts.map +0 -1
- package/dist/react-native/operations/protectionContainers.js +0 -272
- package/dist/react-native/operations/protectionContainers.js.map +0 -1
- package/dist/react-native/operations/protectionIntentOperations.d.ts +0 -56
- package/dist/react-native/operations/protectionIntentOperations.d.ts.map +0 -1
- package/dist/react-native/operations/protectionIntentOperations.js +0 -157
- package/dist/react-native/operations/protectionIntentOperations.js.map +0 -1
- package/dist/react-native/operations/protectionPolicies.d.ts +0 -59
- package/dist/react-native/operations/protectionPolicies.d.ts.map +0 -1
- package/dist/react-native/operations/protectionPolicies.js +0 -185
- package/dist/react-native/operations/protectionPolicies.js.map +0 -1
- package/dist/react-native/operations/protectionPolicyOperationResults.d.ts +0 -23
- package/dist/react-native/operations/protectionPolicyOperationResults.d.ts.map +0 -1
- package/dist/react-native/operations/protectionPolicyOperationResults.js +0 -58
- package/dist/react-native/operations/protectionPolicyOperationResults.js.map +0 -1
- package/dist/react-native/operations/protectionPolicyOperationStatuses.d.ts +0 -27
- package/dist/react-native/operations/protectionPolicyOperationStatuses.d.ts.map +0 -1
- package/dist/react-native/operations/protectionPolicyOperationStatuses.js +0 -62
- package/dist/react-native/operations/protectionPolicyOperationStatuses.js.map +0 -1
- package/dist/react-native/operations/recoveryPoints.d.ts +0 -64
- package/dist/react-native/operations/recoveryPoints.d.ts.map +0 -1
- package/dist/react-native/operations/recoveryPoints.js +0 -232
- package/dist/react-native/operations/recoveryPoints.js.map +0 -1
- package/dist/react-native/operations/recoveryPointsRecommendedForMove.d.ts +0 -53
- package/dist/react-native/operations/recoveryPointsRecommendedForMove.d.ts.map +0 -1
- package/dist/react-native/operations/recoveryPointsRecommendedForMove.js +0 -191
- package/dist/react-native/operations/recoveryPointsRecommendedForMove.js.map +0 -1
- package/dist/react-native/operations/resourceGuardProxies.d.ts +0 -41
- package/dist/react-native/operations/resourceGuardProxies.d.ts.map +0 -1
- package/dist/react-native/operations/resourceGuardProxies.js +0 -153
- package/dist/react-native/operations/resourceGuardProxies.js.map +0 -1
- package/dist/react-native/operations/resourceGuardProxy.d.ts +0 -52
- package/dist/react-native/operations/resourceGuardProxy.d.ts.map +0 -1
- package/dist/react-native/operations/resourceGuardProxy.js +0 -173
- package/dist/react-native/operations/resourceGuardProxy.js.map +0 -1
- package/dist/react-native/operations/restores.d.ts +0 -44
- package/dist/react-native/operations/restores.d.ts.map +0 -1
- package/dist/react-native/operations/restores.js +0 -133
- package/dist/react-native/operations/restores.js.map +0 -1
- package/dist/react-native/operations/securityPINs.d.ts +0 -21
- package/dist/react-native/operations/securityPINs.d.ts.map +0 -1
- package/dist/react-native/operations/securityPINs.js +0 -60
- package/dist/react-native/operations/securityPINs.js.map +0 -1
- package/dist/react-native/operations/tieringCostOperationStatus.d.ts +0 -22
- package/dist/react-native/operations/tieringCostOperationStatus.d.ts.map +0 -1
- package/dist/react-native/operations/tieringCostOperationStatus.js +0 -56
- package/dist/react-native/operations/tieringCostOperationStatus.js.map +0 -1
- package/dist/react-native/operations/validateOperation.d.ts +0 -34
- package/dist/react-native/operations/validateOperation.d.ts.map +0 -1
- package/dist/react-native/operations/validateOperation.js +0 -106
- package/dist/react-native/operations/validateOperation.js.map +0 -1
- package/dist/react-native/operations/validateOperationResults.d.ts +0 -22
- package/dist/react-native/operations/validateOperationResults.d.ts.map +0 -1
- package/dist/react-native/operations/validateOperationResults.js +0 -57
- package/dist/react-native/operations/validateOperationResults.js.map +0 -1
- package/dist/react-native/operations/validateOperationStatuses.d.ts +0 -25
- package/dist/react-native/operations/validateOperationStatuses.d.ts.map +0 -1
- package/dist/react-native/operations/validateOperationStatuses.js +0 -59
- package/dist/react-native/operations/validateOperationStatuses.js.map +0 -1
- package/dist/react-native/operationsInterfaces/bMSPrepareDataMoveOperationResult.d.ts +0 -14
- package/dist/react-native/operationsInterfaces/bMSPrepareDataMoveOperationResult.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/bMSPrepareDataMoveOperationResult.js +0 -9
- package/dist/react-native/operationsInterfaces/bMSPrepareDataMoveOperationResult.js.map +0 -1
- package/dist/react-native/operationsInterfaces/backupEngines.d.ts +0 -23
- package/dist/react-native/operationsInterfaces/backupEngines.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/backupEngines.js +0 -9
- package/dist/react-native/operationsInterfaces/backupEngines.js.map +0 -1
- package/dist/react-native/operationsInterfaces/backupJobs.d.ts +0 -14
- package/dist/react-native/operationsInterfaces/backupJobs.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/backupJobs.js +0 -9
- package/dist/react-native/operationsInterfaces/backupJobs.js.map +0 -1
- package/dist/react-native/operationsInterfaces/backupOperationResults.d.ts +0 -20
- package/dist/react-native/operationsInterfaces/backupOperationResults.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/backupOperationResults.js +0 -9
- package/dist/react-native/operationsInterfaces/backupOperationResults.js.map +0 -1
- package/dist/react-native/operationsInterfaces/backupOperationStatuses.d.ts +0 -18
- package/dist/react-native/operationsInterfaces/backupOperationStatuses.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/backupOperationStatuses.js +0 -9
- package/dist/react-native/operationsInterfaces/backupOperationStatuses.js.map +0 -1
- package/dist/react-native/operationsInterfaces/backupPolicies.d.ts +0 -16
- package/dist/react-native/operationsInterfaces/backupPolicies.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/backupPolicies.js +0 -9
- package/dist/react-native/operationsInterfaces/backupPolicies.js.map +0 -1
- package/dist/react-native/operationsInterfaces/backupProtectableItems.d.ts +0 -16
- package/dist/react-native/operationsInterfaces/backupProtectableItems.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/backupProtectableItems.js +0 -9
- package/dist/react-native/operationsInterfaces/backupProtectableItems.js.map +0 -1
- package/dist/react-native/operationsInterfaces/backupProtectedItems.d.ts +0 -14
- package/dist/react-native/operationsInterfaces/backupProtectedItems.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/backupProtectedItems.js +0 -9
- package/dist/react-native/operationsInterfaces/backupProtectedItems.js.map +0 -1
- package/dist/react-native/operationsInterfaces/backupProtectionContainers.d.ts +0 -14
- package/dist/react-native/operationsInterfaces/backupProtectionContainers.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/backupProtectionContainers.js +0 -9
- package/dist/react-native/operationsInterfaces/backupProtectionContainers.js.map +0 -1
- package/dist/react-native/operationsInterfaces/backupProtectionIntent.d.ts +0 -14
- package/dist/react-native/operationsInterfaces/backupProtectionIntent.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/backupProtectionIntent.js +0 -9
- package/dist/react-native/operationsInterfaces/backupProtectionIntent.js.map +0 -1
- package/dist/react-native/operationsInterfaces/backupResourceEncryptionConfigs.d.ts +0 -22
- package/dist/react-native/operationsInterfaces/backupResourceEncryptionConfigs.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/backupResourceEncryptionConfigs.js +0 -9
- package/dist/react-native/operationsInterfaces/backupResourceEncryptionConfigs.js.map +0 -1
- package/dist/react-native/operationsInterfaces/backupResourceStorageConfigsNonCRR.d.ts +0 -31
- package/dist/react-native/operationsInterfaces/backupResourceStorageConfigsNonCRR.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/backupResourceStorageConfigsNonCRR.js +0 -9
- package/dist/react-native/operationsInterfaces/backupResourceStorageConfigsNonCRR.js.map +0 -1
- package/dist/react-native/operationsInterfaces/backupResourceVaultConfigs.d.ts +0 -31
- package/dist/react-native/operationsInterfaces/backupResourceVaultConfigs.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/backupResourceVaultConfigs.js +0 -9
- package/dist/react-native/operationsInterfaces/backupResourceVaultConfigs.js.map +0 -1
- package/dist/react-native/operationsInterfaces/backupStatus.d.ts +0 -12
- package/dist/react-native/operationsInterfaces/backupStatus.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/backupStatus.js +0 -9
- package/dist/react-native/operationsInterfaces/backupStatus.js.map +0 -1
- package/dist/react-native/operationsInterfaces/backupUsageSummaries.d.ts +0 -14
- package/dist/react-native/operationsInterfaces/backupUsageSummaries.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/backupUsageSummaries.js +0 -9
- package/dist/react-native/operationsInterfaces/backupUsageSummaries.js.map +0 -1
- package/dist/react-native/operationsInterfaces/backupWorkloadItems.d.ts +0 -18
- package/dist/react-native/operationsInterfaces/backupWorkloadItems.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/backupWorkloadItems.js +0 -9
- package/dist/react-native/operationsInterfaces/backupWorkloadItems.js.map +0 -1
- package/dist/react-native/operationsInterfaces/backups.d.ts +0 -19
- package/dist/react-native/operationsInterfaces/backups.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/backups.js +0 -9
- package/dist/react-native/operationsInterfaces/backups.js.map +0 -1
- package/dist/react-native/operationsInterfaces/deletedProtectionContainers.d.ts +0 -14
- package/dist/react-native/operationsInterfaces/deletedProtectionContainers.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/deletedProtectionContainers.js +0 -9
- package/dist/react-native/operationsInterfaces/deletedProtectionContainers.js.map +0 -1
- package/dist/react-native/operationsInterfaces/exportJobsOperationResults.d.ts +0 -17
- package/dist/react-native/operationsInterfaces/exportJobsOperationResults.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/exportJobsOperationResults.js +0 -9
- package/dist/react-native/operationsInterfaces/exportJobsOperationResults.js.map +0 -1
- package/dist/react-native/operationsInterfaces/featureSupport.d.ts +0 -12
- package/dist/react-native/operationsInterfaces/featureSupport.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/featureSupport.js +0 -9
- package/dist/react-native/operationsInterfaces/featureSupport.js.map +0 -1
- package/dist/react-native/operationsInterfaces/fetchTieringCost.d.ts +0 -28
- package/dist/react-native/operationsInterfaces/fetchTieringCost.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/fetchTieringCost.js +0 -9
- package/dist/react-native/operationsInterfaces/fetchTieringCost.js.map +0 -1
- package/dist/react-native/operationsInterfaces/getTieringCostOperationResult.d.ts +0 -14
- package/dist/react-native/operationsInterfaces/getTieringCostOperationResult.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/getTieringCostOperationResult.js +0 -9
- package/dist/react-native/operationsInterfaces/getTieringCostOperationResult.js.map +0 -1
- package/dist/react-native/operationsInterfaces/index.d.ts +0 -53
- package/dist/react-native/operationsInterfaces/index.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/index.js +0 -60
- package/dist/react-native/operationsInterfaces/index.js.map +0 -1
- package/dist/react-native/operationsInterfaces/itemLevelRecoveryConnections.d.ts +0 -40
- package/dist/react-native/operationsInterfaces/itemLevelRecoveryConnections.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/itemLevelRecoveryConnections.js +0 -9
- package/dist/react-native/operationsInterfaces/itemLevelRecoveryConnections.js.map +0 -1
- package/dist/react-native/operationsInterfaces/jobCancellations.d.ts +0 -15
- package/dist/react-native/operationsInterfaces/jobCancellations.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/jobCancellations.js +0 -9
- package/dist/react-native/operationsInterfaces/jobCancellations.js.map +0 -1
- package/dist/react-native/operationsInterfaces/jobDetails.d.ts +0 -14
- package/dist/react-native/operationsInterfaces/jobDetails.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/jobDetails.js +0 -9
- package/dist/react-native/operationsInterfaces/jobDetails.js.map +0 -1
- package/dist/react-native/operationsInterfaces/jobOperationResults.d.ts +0 -15
- package/dist/react-native/operationsInterfaces/jobOperationResults.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/jobOperationResults.js +0 -9
- package/dist/react-native/operationsInterfaces/jobOperationResults.js.map +0 -1
- package/dist/react-native/operationsInterfaces/jobs.d.ts +0 -13
- package/dist/react-native/operationsInterfaces/jobs.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/jobs.js +0 -9
- package/dist/react-native/operationsInterfaces/jobs.js.map +0 -1
- package/dist/react-native/operationsInterfaces/operation.d.ts +0 -14
- package/dist/react-native/operationsInterfaces/operation.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/operation.js +0 -9
- package/dist/react-native/operationsInterfaces/operation.js.map +0 -1
- package/dist/react-native/operationsInterfaces/operations.d.ts +0 -11
- package/dist/react-native/operationsInterfaces/operations.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/operations.js +0 -9
- package/dist/react-native/operationsInterfaces/operations.js.map +0 -1
- package/dist/react-native/operationsInterfaces/privateEndpointConnectionOperations.d.ts +0 -53
- package/dist/react-native/operationsInterfaces/privateEndpointConnectionOperations.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/privateEndpointConnectionOperations.js +0 -9
- package/dist/react-native/operationsInterfaces/privateEndpointConnectionOperations.js.map +0 -1
- package/dist/react-native/operationsInterfaces/privateEndpointOperations.d.ts +0 -15
- package/dist/react-native/operationsInterfaces/privateEndpointOperations.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/privateEndpointOperations.js +0 -9
- package/dist/react-native/operationsInterfaces/privateEndpointOperations.js.map +0 -1
- package/dist/react-native/operationsInterfaces/protectableContainers.d.ts +0 -15
- package/dist/react-native/operationsInterfaces/protectableContainers.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/protectableContainers.js +0 -9
- package/dist/react-native/operationsInterfaces/protectableContainers.js.map +0 -1
- package/dist/react-native/operationsInterfaces/protectedItemOperationResults.d.ts +0 -17
- package/dist/react-native/operationsInterfaces/protectedItemOperationResults.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/protectedItemOperationResults.js +0 -9
- package/dist/react-native/operationsInterfaces/protectedItemOperationResults.js.map +0 -1
- package/dist/react-native/operationsInterfaces/protectedItemOperationStatuses.d.ts +0 -21
- package/dist/react-native/operationsInterfaces/protectedItemOperationStatuses.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/protectedItemOperationStatuses.js +0 -9
- package/dist/react-native/operationsInterfaces/protectedItemOperationStatuses.js.map +0 -1
- package/dist/react-native/operationsInterfaces/protectedItems.d.ts +0 -45
- package/dist/react-native/operationsInterfaces/protectedItems.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/protectedItems.js +0 -9
- package/dist/react-native/operationsInterfaces/protectedItems.js.map +0 -1
- package/dist/react-native/operationsInterfaces/protectionContainerOperationResults.d.ts +0 -16
- package/dist/react-native/operationsInterfaces/protectionContainerOperationResults.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/protectionContainerOperationResults.js +0 -9
- package/dist/react-native/operationsInterfaces/protectionContainerOperationResults.js.map +0 -1
- package/dist/react-native/operationsInterfaces/protectionContainerRefreshOperationResults.d.ts +0 -15
- package/dist/react-native/operationsInterfaces/protectionContainerRefreshOperationResults.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/protectionContainerRefreshOperationResults.js +0 -9
- package/dist/react-native/operationsInterfaces/protectionContainerRefreshOperationResults.js.map +0 -1
- package/dist/react-native/operationsInterfaces/protectionContainers.d.ts +0 -80
- package/dist/react-native/operationsInterfaces/protectionContainers.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/protectionContainers.js +0 -9
- package/dist/react-native/operationsInterfaces/protectionContainers.js.map +0 -1
- package/dist/react-native/operationsInterfaces/protectionIntentOperations.d.ts +0 -48
- package/dist/react-native/operationsInterfaces/protectionIntentOperations.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/protectionIntentOperations.js +0 -9
- package/dist/react-native/operationsInterfaces/protectionIntentOperations.js.map +0 -1
- package/dist/react-native/operationsInterfaces/protectionPolicies.d.ts +0 -51
- package/dist/react-native/operationsInterfaces/protectionPolicies.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/protectionPolicies.js +0 -9
- package/dist/react-native/operationsInterfaces/protectionPolicies.js.map +0 -1
- package/dist/react-native/operationsInterfaces/protectionPolicyOperationResults.d.ts +0 -15
- package/dist/react-native/operationsInterfaces/protectionPolicyOperationResults.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/protectionPolicyOperationResults.js +0 -9
- package/dist/react-native/operationsInterfaces/protectionPolicyOperationResults.js.map +0 -1
- package/dist/react-native/operationsInterfaces/protectionPolicyOperationStatuses.d.ts +0 -19
- package/dist/react-native/operationsInterfaces/protectionPolicyOperationStatuses.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/protectionPolicyOperationStatuses.js +0 -9
- package/dist/react-native/operationsInterfaces/protectionPolicyOperationStatuses.js.map +0 -1
- package/dist/react-native/operationsInterfaces/recoveryPoints.d.ts +0 -31
- package/dist/react-native/operationsInterfaces/recoveryPoints.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/recoveryPoints.js +0 -9
- package/dist/react-native/operationsInterfaces/recoveryPoints.js.map +0 -1
- package/dist/react-native/operationsInterfaces/recoveryPointsRecommendedForMove.d.ts +0 -18
- package/dist/react-native/operationsInterfaces/recoveryPointsRecommendedForMove.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/recoveryPointsRecommendedForMove.js +0 -9
- package/dist/react-native/operationsInterfaces/recoveryPointsRecommendedForMove.js.map +0 -1
- package/dist/react-native/operationsInterfaces/resourceGuardProxies.d.ts +0 -14
- package/dist/react-native/operationsInterfaces/resourceGuardProxies.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/resourceGuardProxies.js +0 -9
- package/dist/react-native/operationsInterfaces/resourceGuardProxies.js.map +0 -1
- package/dist/react-native/operationsInterfaces/resourceGuardProxy.d.ts +0 -44
- package/dist/react-native/operationsInterfaces/resourceGuardProxy.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/resourceGuardProxy.js +0 -9
- package/dist/react-native/operationsInterfaces/resourceGuardProxy.js.map +0 -1
- package/dist/react-native/operationsInterfaces/restores.d.ts +0 -36
- package/dist/react-native/operationsInterfaces/restores.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/restores.js +0 -9
- package/dist/react-native/operationsInterfaces/restores.js.map +0 -1
- package/dist/react-native/operationsInterfaces/securityPINs.d.ts +0 -13
- package/dist/react-native/operationsInterfaces/securityPINs.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/securityPINs.js +0 -9
- package/dist/react-native/operationsInterfaces/securityPINs.js.map +0 -1
- package/dist/react-native/operationsInterfaces/tieringCostOperationStatus.d.ts +0 -14
- package/dist/react-native/operationsInterfaces/tieringCostOperationStatus.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/tieringCostOperationStatus.js +0 -9
- package/dist/react-native/operationsInterfaces/tieringCostOperationStatus.js.map +0 -1
- package/dist/react-native/operationsInterfaces/validateOperation.d.ts +0 -26
- package/dist/react-native/operationsInterfaces/validateOperation.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/validateOperation.js +0 -9
- package/dist/react-native/operationsInterfaces/validateOperation.js.map +0 -1
- package/dist/react-native/operationsInterfaces/validateOperationResults.d.ts +0 -14
- package/dist/react-native/operationsInterfaces/validateOperationResults.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/validateOperationResults.js +0 -9
- package/dist/react-native/operationsInterfaces/validateOperationResults.js.map +0 -1
- package/dist/react-native/operationsInterfaces/validateOperationStatuses.d.ts +0 -17
- package/dist/react-native/operationsInterfaces/validateOperationStatuses.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/validateOperationStatuses.js +0 -9
- package/dist/react-native/operationsInterfaces/validateOperationStatuses.js.map +0 -1
- package/dist/react-native/pagingHelper.d.ts +0 -13
- package/dist/react-native/pagingHelper.d.ts.map +0 -1
- package/dist/react-native/pagingHelper.js +0 -32
- package/dist/react-native/pagingHelper.js.map +0 -1
- package/dist/react-native/recoveryServicesBackupClient.d.ts.map +0 -1
- package/review/arm-recoveryservicesbackup.api.md +0 -4394
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"models.js","sourceRoot":"","sources":["../../../src/models/models.ts"],"names":[],"mappings":"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","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\n/**\n * This file contains only generated model types and their (de)serializers.\n * Disable the following rules for internal models with '_' prefix and deserializers which require 'any' for raw JSON input.\n */\n/* eslint-disable @typescript-eslint/naming-convention */\n/* eslint-disable @typescript-eslint/explicit-module-boundary-types */\n/** Prepare DataMove Request */\nexport interface PrepareDataMoveRequest {\n /** ARM Id of target vault */\n targetResourceId: string;\n /** Target Region */\n targetRegion: string;\n /** DataMove Level */\n dataMoveLevel: DataMoveLevel;\n /**\n * Source Container ArmIds\n * This needs to be populated only if DataMoveLevel is set to container\n */\n sourceContainerArmIds?: string[];\n /** Ignore the artifacts which are already moved. */\n ignoreMoved?: boolean;\n}\n\nexport function prepareDataMoveRequestSerializer(item: PrepareDataMoveRequest): any {\n return {\n targetResourceId: item[\"targetResourceId\"],\n targetRegion: item[\"targetRegion\"],\n dataMoveLevel: item[\"dataMoveLevel\"],\n sourceContainerArmIds: !item[\"sourceContainerArmIds\"]\n ? item[\"sourceContainerArmIds\"]\n : item[\"sourceContainerArmIds\"].map((p: any) => {\n return p;\n }),\n ignoreMoved: item[\"ignoreMoved\"],\n };\n}\n\n/** DataMove Level */\nexport enum KnownDataMoveLevel {\n /** Invalid */\n Invalid = \"Invalid\",\n /** Vault */\n Vault = \"Vault\",\n /** Container */\n Container = \"Container\",\n}\n\n/**\n * DataMove Level \\\n * {@link KnownDataMoveLevel} can be used interchangeably with DataMoveLevel,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Invalid** \\\n * **Vault** \\\n * **Container**\n */\nexport type DataMoveLevel = string;\n\n/** Common error response for all Azure Resource Manager APIs to return error details for failed operations. */\nexport interface ErrorResponse {\n /** The error object. */\n error?: ArmErrorDetail;\n}\n\nexport function errorResponseDeserializer(item: any): ErrorResponse {\n return {\n error: !item[\"error\"] ? item[\"error\"] : armErrorDetailDeserializer(item[\"error\"]),\n };\n}\n\n/** The error detail. */\nexport interface ArmErrorDetail {\n /** The error code. */\n readonly code?: string;\n /** The error message. */\n readonly message?: string;\n /** The error target. */\n readonly target?: string;\n /** The error details. */\n readonly details?: ArmErrorDetail[];\n /** The error additional info. */\n readonly additionalInfo?: ErrorAdditionalInfo[];\n}\n\nexport function armErrorDetailDeserializer(item: any): ArmErrorDetail {\n return {\n code: item[\"code\"],\n message: item[\"message\"],\n target: item[\"target\"],\n details: !item[\"details\"] ? item[\"details\"] : armErrorDetailArrayDeserializer(item[\"details\"]),\n additionalInfo: !item[\"additionalInfo\"]\n ? item[\"additionalInfo\"]\n : errorAdditionalInfoArrayDeserializer(item[\"additionalInfo\"]),\n };\n}\n\nexport function armErrorDetailArrayDeserializer(result: Array<ArmErrorDetail>): any[] {\n return result.map((item) => {\n return armErrorDetailDeserializer(item);\n });\n}\n\nexport function errorAdditionalInfoArrayDeserializer(result: Array<ErrorAdditionalInfo>): any[] {\n return result.map((item) => {\n return errorAdditionalInfoDeserializer(item);\n });\n}\n\n/** The resource management error additional info. */\nexport interface ErrorAdditionalInfo {\n /** The additional info type. */\n readonly type?: string;\n /** The additional info. */\n readonly info?: any;\n}\n\nexport function errorAdditionalInfoDeserializer(item: any): ErrorAdditionalInfo {\n return {\n type: item[\"type\"],\n info: item[\"info\"],\n };\n}\n\n/** Trigger DataMove Request */\nexport interface TriggerDataMoveRequest {\n /** ARM Id of source vault */\n sourceResourceId: string;\n /** Source Region */\n sourceRegion: string;\n /** DataMove Level */\n dataMoveLevel: DataMoveLevel;\n /** Correlation Id */\n correlationId: string;\n /** Source Container ArmIds */\n sourceContainerArmIds?: string[];\n /** Pause GC */\n pauseGC?: boolean;\n}\n\nexport function triggerDataMoveRequestSerializer(item: TriggerDataMoveRequest): any {\n return {\n sourceResourceId: item[\"sourceResourceId\"],\n sourceRegion: item[\"sourceRegion\"],\n dataMoveLevel: item[\"dataMoveLevel\"],\n correlationId: item[\"correlationId\"],\n sourceContainerArmIds: !item[\"sourceContainerArmIds\"]\n ? item[\"sourceContainerArmIds\"]\n : item[\"sourceContainerArmIds\"].map((p: any) => {\n return p;\n }),\n pauseGC: item[\"pauseGC\"],\n };\n}\n\n/** Operation status. */\nexport interface OperationStatus {\n /** ID of the operation. */\n id?: string;\n /** Name of the operation. */\n name?: string;\n /** Operation status. */\n status?: OperationStatusValues;\n /** Operation start time. Format: ISO-8601. */\n startTime?: Date;\n /** Operation end time. Format: ISO-8601. */\n endTime?: Date;\n /** Error information related to this operation. */\n error?: OperationStatusError;\n /** Additional information associated with this operation. */\n properties?: OperationStatusExtendedInfoUnion;\n}\n\nexport function operationStatusDeserializer(item: any): OperationStatus {\n return {\n id: item[\"id\"],\n name: item[\"name\"],\n status: item[\"status\"],\n startTime: !item[\"startTime\"] ? item[\"startTime\"] : new Date(item[\"startTime\"]),\n endTime: !item[\"endTime\"] ? item[\"endTime\"] : new Date(item[\"endTime\"]),\n error: !item[\"error\"] ? item[\"error\"] : operationStatusErrorDeserializer(item[\"error\"]),\n properties: !item[\"properties\"]\n ? item[\"properties\"]\n : operationStatusExtendedInfoUnionDeserializer(item[\"properties\"]),\n };\n}\n\n/** Operation status. */\nexport enum KnownOperationStatusValues {\n /** Invalid */\n Invalid = \"Invalid\",\n /** InProgress */\n InProgress = \"InProgress\",\n /** Succeeded */\n Succeeded = \"Succeeded\",\n /** Failed */\n Failed = \"Failed\",\n /** Canceled */\n Canceled = \"Canceled\",\n}\n\n/**\n * Operation status. \\\n * {@link KnownOperationStatusValues} can be used interchangeably with OperationStatusValues,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Invalid** \\\n * **InProgress** \\\n * **Succeeded** \\\n * **Failed** \\\n * **Canceled**\n */\nexport type OperationStatusValues = string;\n\n/** Error information associated with operation status call. */\nexport interface OperationStatusError {\n /** Error code of the operation failure. */\n code?: string;\n /** Error message displayed if the operation failure. */\n message?: string;\n}\n\nexport function operationStatusErrorDeserializer(item: any): OperationStatusError {\n return {\n code: item[\"code\"],\n message: item[\"message\"],\n };\n}\n\n/** Base class for additional information of operation status. */\nexport interface OperationStatusExtendedInfo {\n /** This property will be used as the discriminator for deciding the specific types in the polymorphic chain of types. */\n /** The discriminator possible values: OperationStatusJobExtendedInfo, OperationStatusJobsExtendedInfo, OperationStatusProvisionILRExtendedInfo, OperationStatusValidateOperationExtendedInfo */\n objectType: string;\n}\n\nexport function operationStatusExtendedInfoDeserializer(item: any): OperationStatusExtendedInfo {\n return {\n objectType: item[\"objectType\"],\n };\n}\n\n/** Alias for OperationStatusExtendedInfoUnion */\nexport type OperationStatusExtendedInfoUnion =\n | OperationStatusJobExtendedInfo\n | OperationStatusJobsExtendedInfo\n | OperationStatusProvisionILRExtendedInfo\n | OperationStatusValidateOperationExtendedInfo\n | OperationStatusExtendedInfo;\n\nexport function operationStatusExtendedInfoUnionDeserializer(\n item: any,\n): OperationStatusExtendedInfoUnion {\n switch (item[\"objectType\"]) {\n case \"OperationStatusJobExtendedInfo\":\n return operationStatusJobExtendedInfoDeserializer(item as OperationStatusJobExtendedInfo);\n\n case \"OperationStatusJobsExtendedInfo\":\n return operationStatusJobsExtendedInfoDeserializer(item as OperationStatusJobsExtendedInfo);\n\n case \"OperationStatusProvisionILRExtendedInfo\":\n return operationStatusProvisionILRExtendedInfoDeserializer(\n item as OperationStatusProvisionILRExtendedInfo,\n );\n\n case \"OperationStatusValidateOperationExtendedInfo\":\n return operationStatusValidateOperationExtendedInfoDeserializer(\n item as OperationStatusValidateOperationExtendedInfo,\n );\n\n default:\n return operationStatusExtendedInfoDeserializer(item);\n }\n}\n\n/** Operation status job extended info. */\nexport interface OperationStatusJobExtendedInfo extends OperationStatusExtendedInfo {\n /** ID of the job created for this protected item. */\n jobId?: string;\n /** This property will be used as the discriminator for deciding the specific types in the polymorphic chain of types. */\n objectType: \"OperationStatusJobExtendedInfo\";\n}\n\nexport function operationStatusJobExtendedInfoDeserializer(\n item: any,\n): OperationStatusJobExtendedInfo {\n return {\n objectType: item[\"objectType\"],\n jobId: item[\"jobId\"],\n };\n}\n\n/** Operation status extended info for list of jobs. */\nexport interface OperationStatusJobsExtendedInfo extends OperationStatusExtendedInfo {\n /** IDs of the jobs created for the protected item. */\n jobIds?: string[];\n /** Stores all the failed jobs along with the corresponding error codes. */\n failedJobsError?: Record<string, string>;\n /** This property will be used as the discriminator for deciding the specific types in the polymorphic chain of types. */\n objectType: \"OperationStatusJobsExtendedInfo\";\n}\n\nexport function operationStatusJobsExtendedInfoDeserializer(\n item: any,\n): OperationStatusJobsExtendedInfo {\n return {\n objectType: item[\"objectType\"],\n jobIds: !item[\"jobIds\"]\n ? item[\"jobIds\"]\n : item[\"jobIds\"].map((p: any) => {\n return p;\n }),\n failedJobsError: !item[\"failedJobsError\"]\n ? item[\"failedJobsError\"]\n : Object.fromEntries(\n Object.entries(item[\"failedJobsError\"]).map(([k, p]: [string, any]) => [k, p]),\n ),\n };\n}\n\n/** Operation status extended info for ILR provision action. */\nexport interface OperationStatusProvisionILRExtendedInfo extends OperationStatusExtendedInfo {\n /** Target details for file / folder restore. */\n recoveryTarget?: InstantItemRecoveryTarget;\n /** This property will be used as the discriminator for deciding the specific types in the polymorphic chain of types. */\n objectType: \"OperationStatusProvisionILRExtendedInfo\";\n}\n\nexport function operationStatusProvisionILRExtendedInfoDeserializer(\n item: any,\n): OperationStatusProvisionILRExtendedInfo {\n return {\n objectType: item[\"objectType\"],\n recoveryTarget: !item[\"recoveryTarget\"]\n ? item[\"recoveryTarget\"]\n : instantItemRecoveryTargetDeserializer(item[\"recoveryTarget\"]),\n };\n}\n\n/** Target details for file / folder restore. */\nexport interface InstantItemRecoveryTarget {\n /** List of client scripts. */\n clientScripts?: ClientScriptForConnect[];\n}\n\nexport function instantItemRecoveryTargetDeserializer(item: any): InstantItemRecoveryTarget {\n return {\n clientScripts: !item[\"clientScripts\"]\n ? item[\"clientScripts\"]\n : clientScriptForConnectArrayDeserializer(item[\"clientScripts\"]),\n };\n}\n\nexport function clientScriptForConnectArrayDeserializer(\n result: Array<ClientScriptForConnect>,\n): any[] {\n return result.map((item) => {\n return clientScriptForConnectDeserializer(item);\n });\n}\n\n/** Client script details for file / folder restore. */\nexport interface ClientScriptForConnect {\n /** File content of the client script for file / folder restore. */\n scriptContent?: string;\n /** File extension of the client script for file / folder restore - .ps1 , .sh , etc. */\n scriptExtension?: string;\n /** OS type - Windows, Linux etc. for which this file / folder restore client script works. */\n osType?: string;\n /** URL of Executable from where to source the content. If this is not null then ScriptContent should not be used */\n url?: string;\n /**\n * Mandatory suffix that should be added to the name of script that is given for download to user.\n * If its null or empty then , ignore it.\n */\n scriptNameSuffix?: string;\n}\n\nexport function clientScriptForConnectDeserializer(item: any): ClientScriptForConnect {\n return {\n scriptContent: item[\"scriptContent\"],\n scriptExtension: item[\"scriptExtension\"],\n osType: item[\"osType\"],\n url: item[\"url\"],\n scriptNameSuffix: item[\"scriptNameSuffix\"],\n };\n}\n\n/** Operation status extended info for ValidateOperation action. */\nexport interface OperationStatusValidateOperationExtendedInfo extends OperationStatusExtendedInfo {\n /** Gets the validation operation response */\n validateOperationResponse?: ValidateOperationResponse;\n /** This property will be used as the discriminator for deciding the specific types in the polymorphic chain of types. */\n objectType: \"OperationStatusValidateOperationExtendedInfo\";\n}\n\nexport function operationStatusValidateOperationExtendedInfoDeserializer(\n item: any,\n): OperationStatusValidateOperationExtendedInfo {\n return {\n objectType: item[\"objectType\"],\n validateOperationResponse: !item[\"validateOperationResponse\"]\n ? item[\"validateOperationResponse\"]\n : validateOperationResponseDeserializer(item[\"validateOperationResponse\"]),\n };\n}\n\n/** Base class for validate operation response. */\nexport interface ValidateOperationResponse {\n /** Gets the validation result */\n validationResults?: ErrorDetail[];\n}\n\nexport function validateOperationResponseDeserializer(item: any): ValidateOperationResponse {\n return {\n validationResults: !item[\"validationResults\"]\n ? item[\"validationResults\"]\n : errorDetailArrayDeserializer(item[\"validationResults\"]),\n };\n}\n\nexport function errorDetailArraySerializer(result: Array<ErrorDetail>): any[] {\n return result.map((item) => {\n return errorDetailSerializer(item);\n });\n}\n\nexport function errorDetailArrayDeserializer(result: Array<ErrorDetail>): any[] {\n return result.map((item) => {\n return errorDetailDeserializer(item);\n });\n}\n\n/** Error Detail class which encapsulates Code, Message and Recommendations. */\nexport interface ErrorDetail {\n /** Error code. */\n readonly code?: string;\n /** Error Message related to the Code. */\n readonly message?: string;\n /** List of recommendation strings. */\n readonly recommendations?: string[];\n}\n\nexport function errorDetailSerializer(_item: ErrorDetail): any {\n return {};\n}\n\nexport function errorDetailDeserializer(item: any): ErrorDetail {\n return {\n code: item[\"code\"],\n message: item[\"message\"],\n recommendations: !item[\"recommendations\"]\n ? item[\"recommendations\"]\n : item[\"recommendations\"].map((p: any) => {\n return p;\n }),\n };\n}\n\n/** model interface MoveRPAcrossTiersRequest */\nexport interface MoveRPAcrossTiersRequest {\n /** Gets the class type. */\n objectType?: string;\n /** Source tier from where RP needs to be moved */\n sourceTierType?: RecoveryPointTierType;\n /** Target tier where RP needs to be moved */\n targetTierType?: RecoveryPointTierType;\n}\n\nexport function moveRPAcrossTiersRequestSerializer(item: MoveRPAcrossTiersRequest): any {\n return {\n objectType: item[\"objectType\"],\n sourceTierType: item[\"sourceTierType\"],\n targetTierType: item[\"targetTierType\"],\n };\n}\n\n/** Recovery point tier type. */\nexport type RecoveryPointTierType = \"Invalid\" | \"InstantRP\" | \"HardenedRP\" | \"ArchivedRP\";\n\n/** Operations List response which contains list of available APIs. */\nexport interface _ClientDiscoveryResponse {\n /** List of available operations. */\n value?: ClientDiscoveryValueForSingleApi[];\n /** Link to the next chunk of Response. */\n nextLink?: string;\n}\n\nexport function _clientDiscoveryResponseDeserializer(item: any): _ClientDiscoveryResponse {\n return {\n value: !item[\"value\"]\n ? item[\"value\"]\n : clientDiscoveryValueForSingleApiArrayDeserializer(item[\"value\"]),\n nextLink: item[\"nextLink\"],\n };\n}\n\nexport function clientDiscoveryValueForSingleApiArrayDeserializer(\n result: Array<ClientDiscoveryValueForSingleApi>,\n): any[] {\n return result.map((item) => {\n return clientDiscoveryValueForSingleApiDeserializer(item);\n });\n}\n\n/** Available operation details. */\nexport interface ClientDiscoveryValueForSingleApi {\n /** Name of the Operation. */\n name?: string;\n /** Contains the localized display information for this particular operation */\n display?: ClientDiscoveryDisplay;\n /** The intended executor of the operation;governs the display of the operation in the RBAC UX and the audit logs UX */\n origin?: string;\n /** ShoeBox properties for the given operation. */\n properties?: ClientDiscoveryForProperties;\n}\n\nexport function clientDiscoveryValueForSingleApiDeserializer(\n item: any,\n): ClientDiscoveryValueForSingleApi {\n return {\n name: item[\"name\"],\n display: !item[\"display\"]\n ? item[\"display\"]\n : clientDiscoveryDisplayDeserializer(item[\"display\"]),\n origin: item[\"origin\"],\n properties: !item[\"properties\"]\n ? item[\"properties\"]\n : clientDiscoveryForPropertiesDeserializer(item[\"properties\"]),\n };\n}\n\n/** Localized display information of an operation. */\nexport interface ClientDiscoveryDisplay {\n /** Name of the provider for display purposes */\n provider?: string;\n /** ResourceType for which this Operation can be performed. */\n resource?: string;\n /** Operations Name itself. */\n operation?: string;\n /** Description of the operation having details of what operation is about. */\n description?: string;\n}\n\nexport function clientDiscoveryDisplayDeserializer(item: any): ClientDiscoveryDisplay {\n return {\n provider: item[\"provider\"],\n resource: item[\"resource\"],\n operation: item[\"operation\"],\n description: item[\"description\"],\n };\n}\n\n/** Class to represent shoebox properties in json client discovery. */\nexport interface ClientDiscoveryForProperties {\n /** Operation properties. */\n serviceSpecification?: ClientDiscoveryForServiceSpecification;\n}\n\nexport function clientDiscoveryForPropertiesDeserializer(item: any): ClientDiscoveryForProperties {\n return {\n serviceSpecification: !item[\"serviceSpecification\"]\n ? item[\"serviceSpecification\"]\n : clientDiscoveryForServiceSpecificationDeserializer(item[\"serviceSpecification\"]),\n };\n}\n\n/** Class to represent shoebox service specification in json client discovery. */\nexport interface ClientDiscoveryForServiceSpecification {\n /** List of log specifications of this operation. */\n logSpecifications?: ClientDiscoveryForLogSpecification[];\n}\n\nexport function clientDiscoveryForServiceSpecificationDeserializer(\n item: any,\n): ClientDiscoveryForServiceSpecification {\n return {\n logSpecifications: !item[\"logSpecifications\"]\n ? item[\"logSpecifications\"]\n : clientDiscoveryForLogSpecificationArrayDeserializer(item[\"logSpecifications\"]),\n };\n}\n\nexport function clientDiscoveryForLogSpecificationArrayDeserializer(\n result: Array<ClientDiscoveryForLogSpecification>,\n): any[] {\n return result.map((item) => {\n return clientDiscoveryForLogSpecificationDeserializer(item);\n });\n}\n\n/** Class to represent shoebox log specification in json client discovery. */\nexport interface ClientDiscoveryForLogSpecification {\n /** Name for shoebox log specification. */\n name?: string;\n /** Localized display name */\n displayName?: string;\n /** blob duration of shoebox log specification */\n blobDuration?: string;\n}\n\nexport function clientDiscoveryForLogSpecificationDeserializer(\n item: any,\n): ClientDiscoveryForLogSpecification {\n return {\n name: item[\"name\"],\n displayName: item[\"displayName\"],\n blobDuration: item[\"blobDuration\"],\n };\n}\n\n/** The resource storage details. */\nexport interface BackupResourceConfigResource extends ProxyResource {\n /** BackupResourceConfigResource properties */\n properties?: BackupResourceConfig;\n /** Resource tags. */\n tags?: Record<string, string>;\n /** The geo-location where the resource lives */\n location?: string;\n /** Optional ETag. */\n eTag?: string;\n}\n\nexport function backupResourceConfigResourceSerializer(item: BackupResourceConfigResource): any {\n return {\n properties: !item[\"properties\"]\n ? item[\"properties\"]\n : backupResourceConfigSerializer(item[\"properties\"]),\n tags: item[\"tags\"],\n location: item[\"location\"],\n eTag: item[\"eTag\"],\n };\n}\n\nexport function backupResourceConfigResourceDeserializer(item: any): BackupResourceConfigResource {\n return {\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n properties: !item[\"properties\"]\n ? item[\"properties\"]\n : backupResourceConfigDeserializer(item[\"properties\"]),\n tags: !item[\"tags\"]\n ? item[\"tags\"]\n : Object.fromEntries(Object.entries(item[\"tags\"]).map(([k, p]: [string, any]) => [k, p])),\n location: item[\"location\"],\n eTag: item[\"eTag\"],\n };\n}\n\n/** The resource storage details. */\nexport interface BackupResourceConfig {\n /** Storage type */\n storageModelType?: StorageType;\n /** Storage type. */\n storageType?: StorageType;\n /** Locked or Unlocked. Once a machine is registered against a resource, the storageTypeState is always Locked. */\n storageTypeState?: StorageTypeState;\n /** Opt in details of Cross Region Restore feature. */\n crossRegionRestoreFlag?: boolean;\n /** Vault Dedup state */\n dedupState?: DedupState;\n /** Vault x-cool state */\n xcoolState?: XcoolState;\n}\n\nexport function backupResourceConfigSerializer(item: BackupResourceConfig): any {\n return {\n storageModelType: item[\"storageModelType\"],\n storageType: item[\"storageType\"],\n storageTypeState: item[\"storageTypeState\"],\n crossRegionRestoreFlag: item[\"crossRegionRestoreFlag\"],\n dedupState: item[\"dedupState\"],\n xcoolState: item[\"xcoolState\"],\n };\n}\n\nexport function backupResourceConfigDeserializer(item: any): BackupResourceConfig {\n return {\n storageModelType: item[\"storageModelType\"],\n storageType: item[\"storageType\"],\n storageTypeState: item[\"storageTypeState\"],\n crossRegionRestoreFlag: item[\"crossRegionRestoreFlag\"],\n dedupState: item[\"dedupState\"],\n xcoolState: item[\"xcoolState\"],\n };\n}\n\n/** Storage type */\nexport enum KnownStorageType {\n /** Invalid */\n Invalid = \"Invalid\",\n /** GeoRedundant */\n GeoRedundant = \"GeoRedundant\",\n /** LocallyRedundant */\n LocallyRedundant = \"LocallyRedundant\",\n /** ZoneRedundant */\n ZoneRedundant = \"ZoneRedundant\",\n /** ReadAccessGeoZoneRedundant */\n ReadAccessGeoZoneRedundant = \"ReadAccessGeoZoneRedundant\",\n}\n\n/**\n * Storage type \\\n * {@link KnownStorageType} can be used interchangeably with StorageType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Invalid** \\\n * **GeoRedundant** \\\n * **LocallyRedundant** \\\n * **ZoneRedundant** \\\n * **ReadAccessGeoZoneRedundant**\n */\nexport type StorageType = string;\n\n/** Locked or Unlocked. Once a machine is registered against a resource, the storageTypeState is always Locked. */\nexport enum KnownStorageTypeState {\n /** Invalid */\n Invalid = \"Invalid\",\n /** Locked */\n Locked = \"Locked\",\n /** Unlocked */\n Unlocked = \"Unlocked\",\n}\n\n/**\n * Locked or Unlocked. Once a machine is registered against a resource, the storageTypeState is always Locked. \\\n * {@link KnownStorageTypeState} can be used interchangeably with StorageTypeState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Invalid** \\\n * **Locked** \\\n * **Unlocked**\n */\nexport type StorageTypeState = string;\n\n/** Vault Dedup state */\nexport enum KnownDedupState {\n /** Invalid */\n Invalid = \"Invalid\",\n /** Enabled */\n Enabled = \"Enabled\",\n /** Disabled */\n Disabled = \"Disabled\",\n}\n\n/**\n * Vault Dedup state \\\n * {@link KnownDedupState} can be used interchangeably with DedupState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Invalid** \\\n * **Enabled** \\\n * **Disabled**\n */\nexport type DedupState = string;\n\n/** Vault x-cool state */\nexport enum KnownXcoolState {\n /** Invalid */\n Invalid = \"Invalid\",\n /** Enabled */\n Enabled = \"Enabled\",\n /** Disabled */\n Disabled = \"Disabled\",\n}\n\n/**\n * Vault x-cool state \\\n * {@link KnownXcoolState} can be used interchangeably with XcoolState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Invalid** \\\n * **Enabled** \\\n * **Disabled**\n */\nexport type XcoolState = string;\n\n/** The resource model definition for a Azure Resource Manager proxy resource. It will not have tags and a location */\nexport interface ProxyResource extends Resource {}\n\nexport function proxyResourceSerializer(_item: ProxyResource): any {\n return {};\n}\n\nexport function proxyResourceDeserializer(item: any): ProxyResource {\n return {\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n };\n}\n\n/** Common fields that are returned in the response for all Azure Resource Manager resources */\nexport interface Resource {\n /** Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} */\n readonly id?: string;\n /** The name of the resource */\n readonly name?: string;\n /** The type of the resource. E.g. \"Microsoft.Compute/virtualMachines\" or \"Microsoft.Storage/storageAccounts\" */\n readonly type?: string;\n /** Azure Resource Manager metadata containing createdBy and modifiedBy information. */\n readonly systemData?: SystemData;\n}\n\nexport function resourceSerializer(_item: Resource): any {\n return {};\n}\n\nexport function resourceDeserializer(item: any): Resource {\n return {\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n };\n}\n\n/** Metadata pertaining to creation and last modification of the resource. */\nexport interface SystemData {\n /** The identity that created the resource. */\n createdBy?: string;\n /** The type of identity that created the resource. */\n createdByType?: CreatedByType;\n /** The timestamp of resource creation (UTC). */\n createdAt?: Date;\n /** The identity that last modified the resource. */\n lastModifiedBy?: string;\n /** The type of identity that last modified the resource. */\n lastModifiedByType?: CreatedByType;\n /** The timestamp of resource last modification (UTC) */\n lastModifiedAt?: Date;\n}\n\nexport function systemDataDeserializer(item: any): SystemData {\n return {\n createdBy: item[\"createdBy\"],\n createdByType: item[\"createdByType\"],\n createdAt: !item[\"createdAt\"] ? item[\"createdAt\"] : new Date(item[\"createdAt\"]),\n lastModifiedBy: item[\"lastModifiedBy\"],\n lastModifiedByType: item[\"lastModifiedByType\"],\n lastModifiedAt: !item[\"lastModifiedAt\"]\n ? item[\"lastModifiedAt\"]\n : new Date(item[\"lastModifiedAt\"]),\n };\n}\n\n/** The kind of entity that created the resource. */\nexport enum KnownCreatedByType {\n /** The entity was created by a user. */\n User = \"User\",\n /** The entity was created by an application. */\n Application = \"Application\",\n /** The entity was created by a managed identity. */\n ManagedIdentity = \"ManagedIdentity\",\n /** The entity was created by a key. */\n Key = \"Key\",\n}\n\n/**\n * The kind of entity that created the resource. \\\n * {@link KnownCreatedByType} can be used interchangeably with CreatedByType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **User**: The entity was created by a user. \\\n * **Application**: The entity was created by an application. \\\n * **ManagedIdentity**: The entity was created by a managed identity. \\\n * **Key**: The entity was created by a key.\n */\nexport type CreatedByType = string;\n\n/** Operation result response for Vault Storage Config */\nexport interface VaultStorageConfigOperationResultResponse {\n /** This property will be used as the discriminator for deciding the specific types in the polymorphic chain of types. */\n /** The discriminator possible values: PrepareDataMoveResponse */\n objectType: string;\n}\n\nexport function vaultStorageConfigOperationResultResponseDeserializer(\n item: any,\n): VaultStorageConfigOperationResultResponse {\n return {\n objectType: item[\"objectType\"],\n };\n}\n\n/** Alias for VaultStorageConfigOperationResultResponseUnion */\nexport type VaultStorageConfigOperationResultResponseUnion =\n | PrepareDataMoveResponse\n | VaultStorageConfigOperationResultResponse;\n\nexport function vaultStorageConfigOperationResultResponseUnionDeserializer(\n item: any,\n): VaultStorageConfigOperationResultResponseUnion {\n switch (item[\"objectType\"]) {\n case \"PrepareDataMoveResponse\":\n return prepareDataMoveResponseDeserializer(item as PrepareDataMoveResponse);\n\n default:\n return vaultStorageConfigOperationResultResponseDeserializer(item);\n }\n}\n\n/** Prepare DataMove Response */\nexport interface PrepareDataMoveResponse extends VaultStorageConfigOperationResultResponse {\n /** Co-relationId for move operation */\n correlationId?: string;\n /** Source Vault Properties */\n sourceVaultProperties?: Record<string, string>;\n /** This property will be used as the discriminator for deciding the specific types in the polymorphic chain of types. */\n objectType: \"PrepareDataMoveResponse\";\n}\n\nexport function prepareDataMoveResponseDeserializer(item: any): PrepareDataMoveResponse {\n return {\n objectType: item[\"objectType\"],\n correlationId: item[\"correlationId\"],\n sourceVaultProperties: !item[\"sourceVaultProperties\"]\n ? item[\"sourceVaultProperties\"]\n : Object.fromEntries(\n Object.entries(item[\"sourceVaultProperties\"]).map(([k, p]: [string, any]) => [k, p]),\n ),\n };\n}\n\n/** Backup resource vault config details. */\nexport interface BackupResourceVaultConfigResource extends ProxyResource {\n /** BackupResourceVaultConfigResource properties */\n properties?: BackupResourceVaultConfig;\n /** Resource tags. */\n tags?: Record<string, string>;\n /** The geo-location where the resource lives */\n location?: string;\n /** Optional ETag. */\n eTag?: string;\n}\n\nexport function backupResourceVaultConfigResourceSerializer(\n item: BackupResourceVaultConfigResource,\n): any {\n return {\n properties: !item[\"properties\"]\n ? item[\"properties\"]\n : backupResourceVaultConfigSerializer(item[\"properties\"]),\n tags: item[\"tags\"],\n location: item[\"location\"],\n eTag: item[\"eTag\"],\n };\n}\n\nexport function backupResourceVaultConfigResourceDeserializer(\n item: any,\n): BackupResourceVaultConfigResource {\n return {\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n properties: !item[\"properties\"]\n ? item[\"properties\"]\n : backupResourceVaultConfigDeserializer(item[\"properties\"]),\n tags: !item[\"tags\"]\n ? item[\"tags\"]\n : Object.fromEntries(Object.entries(item[\"tags\"]).map(([k, p]: [string, any]) => [k, p])),\n location: item[\"location\"],\n eTag: item[\"eTag\"],\n };\n}\n\n/** Backup resource vault config details. */\nexport interface BackupResourceVaultConfig {\n /** Storage type. */\n storageModelType?: StorageType;\n /** Storage type. */\n storageType?: StorageType;\n /** Locked or Unlocked. Once a machine is registered against a resource, the storageTypeState is always Locked. */\n storageTypeState?: StorageTypeState;\n /** Enabled or Disabled. */\n enhancedSecurityState?: EnhancedSecurityState;\n /** Soft Delete feature state */\n softDeleteFeatureState?: SoftDeleteFeatureState;\n /** Soft delete retention period in days */\n softDeleteRetentionPeriodInDays?: number;\n /** ResourceGuard Operation Requests */\n resourceGuardOperationRequests?: string[];\n /** This flag is no longer in use. Please use 'softDeleteFeatureState' to set the soft delete state for the vault */\n isSoftDeleteFeatureStateEditable?: boolean;\n}\n\nexport function backupResourceVaultConfigSerializer(item: BackupResourceVaultConfig): any {\n return {\n storageModelType: item[\"storageModelType\"],\n storageType: item[\"storageType\"],\n storageTypeState: item[\"storageTypeState\"],\n enhancedSecurityState: item[\"enhancedSecurityState\"],\n softDeleteFeatureState: item[\"softDeleteFeatureState\"],\n softDeleteRetentionPeriodInDays: item[\"softDeleteRetentionPeriodInDays\"],\n resourceGuardOperationRequests: !item[\"resourceGuardOperationRequests\"]\n ? item[\"resourceGuardOperationRequests\"]\n : item[\"resourceGuardOperationRequests\"].map((p: any) => {\n return p;\n }),\n isSoftDeleteFeatureStateEditable: item[\"isSoftDeleteFeatureStateEditable\"],\n };\n}\n\nexport function backupResourceVaultConfigDeserializer(item: any): BackupResourceVaultConfig {\n return {\n storageModelType: item[\"storageModelType\"],\n storageType: item[\"storageType\"],\n storageTypeState: item[\"storageTypeState\"],\n enhancedSecurityState: item[\"enhancedSecurityState\"],\n softDeleteFeatureState: item[\"softDeleteFeatureState\"],\n softDeleteRetentionPeriodInDays: item[\"softDeleteRetentionPeriodInDays\"],\n resourceGuardOperationRequests: !item[\"resourceGuardOperationRequests\"]\n ? item[\"resourceGuardOperationRequests\"]\n : item[\"resourceGuardOperationRequests\"].map((p: any) => {\n return p;\n }),\n isSoftDeleteFeatureStateEditable: item[\"isSoftDeleteFeatureStateEditable\"],\n };\n}\n\n/** Enabled or Disabled. */\nexport enum KnownEnhancedSecurityState {\n /** Invalid */\n Invalid = \"Invalid\",\n /** Enabled */\n Enabled = \"Enabled\",\n /** Disabled */\n Disabled = \"Disabled\",\n}\n\n/**\n * Enabled or Disabled. \\\n * {@link KnownEnhancedSecurityState} can be used interchangeably with EnhancedSecurityState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Invalid** \\\n * **Enabled** \\\n * **Disabled**\n */\nexport type EnhancedSecurityState = string;\n\n/** Soft Delete feature state */\nexport enum KnownSoftDeleteFeatureState {\n /** Invalid */\n Invalid = \"Invalid\",\n /** Enabled */\n Enabled = \"Enabled\",\n /** Disabled */\n Disabled = \"Disabled\",\n /** AlwaysON */\n AlwaysON = \"AlwaysON\",\n}\n\n/**\n * Soft Delete feature state \\\n * {@link KnownSoftDeleteFeatureState} can be used interchangeably with SoftDeleteFeatureState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Invalid** \\\n * **Enabled** \\\n * **Disabled** \\\n * **AlwaysON**\n */\nexport type SoftDeleteFeatureState = string;\n\n/** */\nexport interface BackupResourceEncryptionConfigExtendedResource extends ProxyResource {\n /** The properties of the backup resource encryption config extended resource */\n properties?: BackupResourceEncryptionConfigExtended;\n /** Resource tags. */\n tags?: Record<string, string>;\n /** The geo-location where the resource lives */\n location?: string;\n /** Optional ETag. */\n eTag?: string;\n}\n\nexport function backupResourceEncryptionConfigExtendedResourceDeserializer(\n item: any,\n): BackupResourceEncryptionConfigExtendedResource {\n return {\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n properties: !item[\"properties\"]\n ? item[\"properties\"]\n : backupResourceEncryptionConfigExtendedDeserializer(item[\"properties\"]),\n tags: !item[\"tags\"]\n ? item[\"tags\"]\n : Object.fromEntries(Object.entries(item[\"tags\"]).map(([k, p]: [string, any]) => [k, p])),\n location: item[\"location\"],\n eTag: item[\"eTag\"],\n };\n}\n\n/** model interface BackupResourceEncryptionConfigExtended */\nexport interface BackupResourceEncryptionConfigExtended extends BackupResourceEncryptionConfig {\n /** User Assigned Identity Id */\n userAssignedIdentity?: string;\n /** bool to indicate whether to use system Assigned Identity or not */\n useSystemAssignedIdentity?: boolean;\n}\n\nexport function backupResourceEncryptionConfigExtendedDeserializer(\n item: any,\n): BackupResourceEncryptionConfigExtended {\n return {\n encryptionAtRestType: item[\"encryptionAtRestType\"],\n keyUri: item[\"keyUri\"],\n subscriptionId: item[\"subscriptionId\"],\n lastUpdateStatus: item[\"lastUpdateStatus\"],\n infrastructureEncryptionState: item[\"infrastructureEncryptionState\"],\n userAssignedIdentity: item[\"userAssignedIdentity\"],\n useSystemAssignedIdentity: item[\"useSystemAssignedIdentity\"],\n };\n}\n\n/** model interface BackupResourceEncryptionConfig */\nexport interface BackupResourceEncryptionConfig {\n /** Encryption At Rest Type */\n encryptionAtRestType?: EncryptionAtRestType;\n /** Key Vault Key URI */\n keyUri?: string;\n /** Key Vault Subscription Id */\n subscriptionId?: string;\n lastUpdateStatus?: LastUpdateStatus;\n infrastructureEncryptionState?: InfrastructureEncryptionState;\n}\n\nexport function backupResourceEncryptionConfigSerializer(\n item: BackupResourceEncryptionConfig,\n): any {\n return {\n encryptionAtRestType: item[\"encryptionAtRestType\"],\n keyUri: item[\"keyUri\"],\n subscriptionId: item[\"subscriptionId\"],\n lastUpdateStatus: item[\"lastUpdateStatus\"],\n infrastructureEncryptionState: item[\"infrastructureEncryptionState\"],\n };\n}\n\nexport function backupResourceEncryptionConfigDeserializer(\n item: any,\n): BackupResourceEncryptionConfig {\n return {\n encryptionAtRestType: item[\"encryptionAtRestType\"],\n keyUri: item[\"keyUri\"],\n subscriptionId: item[\"subscriptionId\"],\n lastUpdateStatus: item[\"lastUpdateStatus\"],\n infrastructureEncryptionState: item[\"infrastructureEncryptionState\"],\n };\n}\n\n/** Encryption At Rest Type */\nexport enum KnownEncryptionAtRestType {\n /** Invalid */\n Invalid = \"Invalid\",\n /** MicrosoftManaged */\n MicrosoftManaged = \"MicrosoftManaged\",\n /** CustomerManaged */\n CustomerManaged = \"CustomerManaged\",\n}\n\n/**\n * Encryption At Rest Type \\\n * {@link KnownEncryptionAtRestType} can be used interchangeably with EncryptionAtRestType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Invalid** \\\n * **MicrosoftManaged** \\\n * **CustomerManaged**\n */\nexport type EncryptionAtRestType = string;\n\n/** Known values of {@link LastUpdateStatus} that the service accepts. */\nexport enum KnownLastUpdateStatus {\n /** Invalid */\n Invalid = \"Invalid\",\n /** NotEnabled */\n NotEnabled = \"NotEnabled\",\n /** PartiallySucceeded */\n PartiallySucceeded = \"PartiallySucceeded\",\n /** PartiallyFailed */\n PartiallyFailed = \"PartiallyFailed\",\n /** Failed */\n Failed = \"Failed\",\n /** Succeeded */\n Succeeded = \"Succeeded\",\n /** Initialized */\n Initialized = \"Initialized\",\n /** FirstInitialization */\n FirstInitialization = \"FirstInitialization\",\n}\n\n/** Type of LastUpdateStatus */\nexport type LastUpdateStatus = string;\n\n/** Known values of {@link InfrastructureEncryptionState} that the service accepts. */\nexport enum KnownInfrastructureEncryptionState {\n /** Invalid */\n Invalid = \"Invalid\",\n /** Disabled */\n Disabled = \"Disabled\",\n /** Enabled */\n Enabled = \"Enabled\",\n}\n\n/** Type of InfrastructureEncryptionState */\nexport type InfrastructureEncryptionState = string;\n\n/** */\nexport interface BackupResourceEncryptionConfigResource extends Resource {\n /** The properties of the backup resource encryption config */\n properties?: BackupResourceEncryptionConfig;\n /** Resource tags. */\n tags?: Record<string, string>;\n /** The geo-location where the resource lives */\n location?: string;\n /** Optional ETag. */\n eTag?: string;\n}\n\nexport function backupResourceEncryptionConfigResourceSerializer(\n item: BackupResourceEncryptionConfigResource,\n): any {\n return {\n properties: !item[\"properties\"]\n ? item[\"properties\"]\n : backupResourceEncryptionConfigSerializer(item[\"properties\"]),\n tags: item[\"tags\"],\n location: item[\"location\"],\n eTag: item[\"eTag\"],\n };\n}\n\n/** Base class for backup items. */\nexport interface ProtectedItemResource extends ProxyResource {\n /** ProtectedItemResource properties */\n properties?: ProtectedItemUnion;\n /** Resource tags. */\n tags?: Record<string, string>;\n /** The geo-location where the resource lives */\n location?: string;\n /** Optional ETag. */\n eTag?: string;\n}\n\nexport function protectedItemResourceSerializer(item: ProtectedItemResource): any {\n return {\n properties: !item[\"properties\"]\n ? item[\"properties\"]\n : protectedItemUnionSerializer(item[\"properties\"]),\n tags: item[\"tags\"],\n location: item[\"location\"],\n eTag: item[\"eTag\"],\n };\n}\n\nexport function protectedItemResourceDeserializer(item: any): ProtectedItemResource {\n return {\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n properties: !item[\"properties\"]\n ? item[\"properties\"]\n : protectedItemUnionDeserializer(item[\"properties\"]),\n tags: !item[\"tags\"]\n ? item[\"tags\"]\n : Object.fromEntries(Object.entries(item[\"tags\"]).map(([k, p]: [string, any]) => [k, p])),\n location: item[\"location\"],\n eTag: item[\"eTag\"],\n };\n}\n\n/** Base class for backup items. */\nexport interface ProtectedItem {\n /** backup item type. */\n /** The discriminator possible values: AzureFileShareProtectedItem, Microsoft.ClassicCompute/virtualMachines, AzureIaaSVMProtectedItem, Microsoft.Compute/virtualMachines, Microsoft.Sql/servers/databases, AzureVmWorkloadProtectedItem, AzureVmWorkloadSAPAseDatabase, AzureVmWorkloadSAPHanaDatabase, AzureVmWorkloadSAPHanaDBInstance, AzureVmWorkloadSQLDatabase, AzureVmWorkloadSQLInstance, DPMProtectedItem, GenericProtectedItem, MabFileFolderProtectedItem */\n protectedItemType: string;\n /** Type of backup management for the backed up item. */\n readonly backupManagementType?: BackupManagementType;\n /** Type of workload this item represents. */\n readonly workloadType?: DataSourceType;\n /** Unique name of container */\n containerName?: string;\n /** ARM ID of the resource to be backed up. */\n sourceResourceId?: string;\n /** ID of the backup policy with which this item is backed up. */\n policyId?: string;\n /** Timestamp when the last (latest) backup copy was created for this backup item. */\n lastRecoveryPoint?: Date;\n /** Name of the backup set the backup item belongs to */\n backupSetName?: string;\n /** Create mode to indicate recovery of existing soft deleted data source or creation of new data source. */\n createMode?: CreateMode;\n /** Time for deferred deletion in UTC */\n deferredDeleteTimeInUTC?: Date;\n /** Flag to identify whether the DS is scheduled for deferred delete */\n isScheduledForDeferredDelete?: boolean;\n /** Time remaining before the DS marked for deferred delete is permanently deleted */\n deferredDeleteTimeRemaining?: string;\n /** Flag to identify whether the deferred deleted DS is to be purged soon */\n isDeferredDeleteScheduleUpcoming?: boolean;\n /** Flag to identify that deferred deleted DS is to be moved into Pause state */\n isRehydrate?: boolean;\n /** ResourceGuardOperationRequests on which LAC check will be performed */\n resourceGuardOperationRequests?: string[];\n /** Flag to identify whether datasource is protected in archive */\n isArchiveEnabled?: boolean;\n /** Name of the policy used for protection */\n policyName?: string;\n /** Soft delete retention period in days */\n softDeleteRetentionPeriodInDays?: number;\n /** ID of the vault which protects this item */\n readonly vaultId?: string;\n /** Source side threat information */\n sourceSideScanInfo?: SourceSideScanInfo;\n}\n\nexport function protectedItemSerializer(item: ProtectedItem): any {\n return {\n protectedItemType: item[\"protectedItemType\"],\n containerName: item[\"containerName\"],\n sourceResourceId: item[\"sourceResourceId\"],\n policyId: item[\"policyId\"],\n lastRecoveryPoint: !item[\"lastRecoveryPoint\"]\n ? item[\"lastRecoveryPoint\"]\n : item[\"lastRecoveryPoint\"].toISOString(),\n backupSetName: item[\"backupSetName\"],\n createMode: item[\"createMode\"],\n deferredDeleteTimeInUTC: !item[\"deferredDeleteTimeInUTC\"]\n ? item[\"deferredDeleteTimeInUTC\"]\n : item[\"deferredDeleteTimeInUTC\"].toISOString(),\n isScheduledForDeferredDelete: item[\"isScheduledForDeferredDelete\"],\n deferredDeleteTimeRemaining: item[\"deferredDeleteTimeRemaining\"],\n isDeferredDeleteScheduleUpcoming: item[\"isDeferredDeleteScheduleUpcoming\"],\n isRehydrate: item[\"isRehydrate\"],\n resourceGuardOperationRequests: !item[\"resourceGuardOperationRequests\"]\n ? item[\"resourceGuardOperationRequests\"]\n : item[\"resourceGuardOperationRequests\"].map((p: any) => {\n return p;\n }),\n isArchiveEnabled: item[\"isArchiveEnabled\"],\n policyName: item[\"policyName\"],\n softDeleteRetentionPeriodInDays: item[\"softDeleteRetentionPeriodInDays\"],\n sourceSideScanInfo: !item[\"sourceSideScanInfo\"]\n ? item[\"sourceSideScanInfo\"]\n : sourceSideScanInfoSerializer(item[\"sourceSideScanInfo\"]),\n };\n}\n\nexport function protectedItemDeserializer(item: any): ProtectedItem {\n return {\n protectedItemType: item[\"protectedItemType\"],\n backupManagementType: item[\"backupManagementType\"],\n workloadType: item[\"workloadType\"],\n containerName: item[\"containerName\"],\n sourceResourceId: item[\"sourceResourceId\"],\n policyId: item[\"policyId\"],\n lastRecoveryPoint: !item[\"lastRecoveryPoint\"]\n ? item[\"lastRecoveryPoint\"]\n : new Date(item[\"lastRecoveryPoint\"]),\n backupSetName: item[\"backupSetName\"],\n createMode: item[\"createMode\"],\n deferredDeleteTimeInUTC: !item[\"deferredDeleteTimeInUTC\"]\n ? item[\"deferredDeleteTimeInUTC\"]\n : new Date(item[\"deferredDeleteTimeInUTC\"]),\n isScheduledForDeferredDelete: item[\"isScheduledForDeferredDelete\"],\n deferredDeleteTimeRemaining: item[\"deferredDeleteTimeRemaining\"],\n isDeferredDeleteScheduleUpcoming: item[\"isDeferredDeleteScheduleUpcoming\"],\n isRehydrate: item[\"isRehydrate\"],\n resourceGuardOperationRequests: !item[\"resourceGuardOperationRequests\"]\n ? item[\"resourceGuardOperationRequests\"]\n : item[\"resourceGuardOperationRequests\"].map((p: any) => {\n return p;\n }),\n isArchiveEnabled: item[\"isArchiveEnabled\"],\n policyName: item[\"policyName\"],\n softDeleteRetentionPeriodInDays: item[\"softDeleteRetentionPeriodInDays\"],\n vaultId: item[\"vaultId\"],\n sourceSideScanInfo: !item[\"sourceSideScanInfo\"]\n ? item[\"sourceSideScanInfo\"]\n : sourceSideScanInfoDeserializer(item[\"sourceSideScanInfo\"]),\n };\n}\n\n/** Alias for ProtectedItemUnion */\nexport type ProtectedItemUnion =\n | AzureFileshareProtectedItem\n | AzureIaaSVMProtectedItemUnion\n | AzureSqlProtectedItem\n | AzureVmWorkloadProtectedItemUnion\n | DPMProtectedItem\n | GenericProtectedItem\n | MabFileFolderProtectedItem\n | ProtectedItem;\n\nexport function protectedItemUnionSerializer(item: ProtectedItemUnion): any {\n switch (item.protectedItemType) {\n case \"AzureFileShareProtectedItem\":\n return azureFileshareProtectedItemSerializer(item as AzureFileshareProtectedItem);\n\n case \"AzureIaaSVMProtectedItem\":\n case \"Microsoft.ClassicCompute/virtualMachines\":\n case \"Microsoft.Compute/virtualMachines\":\n return azureIaaSVMProtectedItemUnionSerializer(item as AzureIaaSVMProtectedItemUnion);\n\n case \"Microsoft.Sql/servers/databases\":\n return azureSqlProtectedItemSerializer(item as AzureSqlProtectedItem);\n\n case \"AzureVmWorkloadProtectedItem\":\n case \"AzureVmWorkloadSAPAseDatabase\":\n case \"AzureVmWorkloadSAPHanaDatabase\":\n case \"AzureVmWorkloadSAPHanaDBInstance\":\n case \"AzureVmWorkloadSQLDatabase\":\n case \"AzureVmWorkloadSQLInstance\":\n return azureVmWorkloadProtectedItemUnionSerializer(item as AzureVmWorkloadProtectedItemUnion);\n\n case \"DPMProtectedItem\":\n return dpmProtectedItemSerializer(item as DPMProtectedItem);\n\n case \"GenericProtectedItem\":\n return genericProtectedItemSerializer(item as GenericProtectedItem);\n\n case \"MabFileFolderProtectedItem\":\n return mabFileFolderProtectedItemSerializer(item as MabFileFolderProtectedItem);\n\n default:\n return protectedItemSerializer(item);\n }\n}\n\nexport function protectedItemUnionDeserializer(item: any): ProtectedItemUnion {\n switch (item[\"protectedItemType\"]) {\n case \"AzureFileShareProtectedItem\":\n return azureFileshareProtectedItemDeserializer(item as AzureFileshareProtectedItem);\n\n case \"AzureIaaSVMProtectedItem\":\n case \"Microsoft.ClassicCompute/virtualMachines\":\n case \"Microsoft.Compute/virtualMachines\":\n return azureIaaSVMProtectedItemUnionDeserializer(item as AzureIaaSVMProtectedItemUnion);\n\n case \"Microsoft.Sql/servers/databases\":\n return azureSqlProtectedItemDeserializer(item as AzureSqlProtectedItem);\n\n case \"AzureVmWorkloadProtectedItem\":\n case \"AzureVmWorkloadSAPAseDatabase\":\n case \"AzureVmWorkloadSAPHanaDatabase\":\n case \"AzureVmWorkloadSAPHanaDBInstance\":\n case \"AzureVmWorkloadSQLDatabase\":\n case \"AzureVmWorkloadSQLInstance\":\n return azureVmWorkloadProtectedItemUnionDeserializer(\n item as AzureVmWorkloadProtectedItemUnion,\n );\n\n case \"DPMProtectedItem\":\n return dpmProtectedItemDeserializer(item as DPMProtectedItem);\n\n case \"GenericProtectedItem\":\n return genericProtectedItemDeserializer(item as GenericProtectedItem);\n\n case \"MabFileFolderProtectedItem\":\n return mabFileFolderProtectedItemDeserializer(item as MabFileFolderProtectedItem);\n\n default:\n return protectedItemDeserializer(item);\n }\n}\n\n/** Backup management type to execute the current job. */\nexport enum KnownBackupManagementType {\n /** Invalid */\n Invalid = \"Invalid\",\n /** AzureIaasVM */\n AzureIaasVM = \"AzureIaasVM\",\n /** MAB */\n MAB = \"MAB\",\n /** DPM */\n DPM = \"DPM\",\n /** AzureBackupServer */\n AzureBackupServer = \"AzureBackupServer\",\n /** AzureSql */\n AzureSql = \"AzureSql\",\n /** AzureStorage */\n AzureStorage = \"AzureStorage\",\n /** AzureWorkload */\n AzureWorkload = \"AzureWorkload\",\n /** DefaultBackup */\n DefaultBackup = \"DefaultBackup\",\n}\n\n/**\n * Backup management type to execute the current job. \\\n * {@link KnownBackupManagementType} can be used interchangeably with BackupManagementType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Invalid** \\\n * **AzureIaasVM** \\\n * **MAB** \\\n * **DPM** \\\n * **AzureBackupServer** \\\n * **AzureSql** \\\n * **AzureStorage** \\\n * **AzureWorkload** \\\n * **DefaultBackup**\n */\nexport type BackupManagementType = string;\n\n/** Type of workload this item represents. */\nexport enum KnownDataSourceType {\n /** Invalid */\n Invalid = \"Invalid\",\n /** VM */\n VM = \"VM\",\n /** FileFolder */\n FileFolder = \"FileFolder\",\n /** AzureSqlDb */\n AzureSqlDb = \"AzureSqlDb\",\n /** SQLDB */\n Sqldb = \"SQLDB\",\n /** Exchange */\n Exchange = \"Exchange\",\n /** Sharepoint */\n Sharepoint = \"Sharepoint\",\n /** VMwareVM */\n VMwareVM = \"VMwareVM\",\n /** SystemState */\n SystemState = \"SystemState\",\n /** Client */\n Client = \"Client\",\n /** GenericDataSource */\n GenericDataSource = \"GenericDataSource\",\n /** SQLDataBase */\n SQLDataBase = \"SQLDataBase\",\n /** AzureFileShare */\n AzureFileShare = \"AzureFileShare\",\n /** SAPHanaDatabase */\n SAPHanaDatabase = \"SAPHanaDatabase\",\n /** SAPAseDatabase */\n SAPAseDatabase = \"SAPAseDatabase\",\n /** SAPHanaDBInstance */\n SAPHanaDBInstance = \"SAPHanaDBInstance\",\n}\n\n/**\n * Type of workload this item represents. \\\n * {@link KnownDataSourceType} can be used interchangeably with DataSourceType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Invalid** \\\n * **VM** \\\n * **FileFolder** \\\n * **AzureSqlDb** \\\n * **SQLDB** \\\n * **Exchange** \\\n * **Sharepoint** \\\n * **VMwareVM** \\\n * **SystemState** \\\n * **Client** \\\n * **GenericDataSource** \\\n * **SQLDataBase** \\\n * **AzureFileShare** \\\n * **SAPHanaDatabase** \\\n * **SAPAseDatabase** \\\n * **SAPHanaDBInstance**\n */\nexport type DataSourceType = string;\n\n/** Create mode to indicate recovery of existing soft deleted data source or creation of new data source. */\nexport enum KnownCreateMode {\n /** Invalid */\n Invalid = \"Invalid\",\n /** Default */\n Default = \"Default\",\n /** Recover */\n Recover = \"Recover\",\n}\n\n/**\n * Create mode to indicate recovery of existing soft deleted data source or creation of new data source. \\\n * {@link KnownCreateMode} can be used interchangeably with CreateMode,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Invalid** \\\n * **Default** \\\n * **Recover**\n */\nexport type CreateMode = string;\n\n/** Source side threat information */\nexport interface SourceSideScanInfo {\n /** Threat status of the container */\n sourceSideScanStatus?: SourceSideScanStatus;\n /** Threat summary for the container */\n sourceSideScanSummary?: SourceSideScanSummary;\n}\n\nexport function sourceSideScanInfoSerializer(item: SourceSideScanInfo): any {\n return {\n sourceSideScanStatus: item[\"sourceSideScanStatus\"],\n sourceSideScanSummary: item[\"sourceSideScanSummary\"],\n };\n}\n\nexport function sourceSideScanInfoDeserializer(item: any): SourceSideScanInfo {\n return {\n sourceSideScanStatus: item[\"sourceSideScanStatus\"],\n sourceSideScanSummary: item[\"sourceSideScanSummary\"],\n };\n}\n\n/** Threat status of the container */\nexport enum KnownSourceSideScanStatus {\n /** Source side scan is configured */\n Configured = \"Configured\",\n /** Source side scan is not configured */\n NotConfigured = \"NotConfigured\",\n /** Source side scan is not applicable */\n NotApplicable = \"NotApplicable\",\n}\n\n/**\n * Threat status of the container \\\n * {@link KnownSourceSideScanStatus} can be used interchangeably with SourceSideScanStatus,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Configured**: Source side scan is configured \\\n * **NotConfigured**: Source side scan is not configured \\\n * **NotApplicable**: Source side scan is not applicable\n */\nexport type SourceSideScanStatus = string;\n\n/** Threat summary for the container */\nexport enum KnownSourceSideScanSummary {\n /** Scan summary is unknown */\n Unknown = \"Unknown\",\n /** Scan summary is not applicable */\n NotApplicable = \"NotApplicable\",\n /** Scan summary is suspicious */\n Suspicious = \"Suspicious\",\n /** Scan summary indicates healthy state */\n Healthy = \"Healthy\",\n}\n\n/**\n * Threat summary for the container \\\n * {@link KnownSourceSideScanSummary} can be used interchangeably with SourceSideScanSummary,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Unknown**: Scan summary is unknown \\\n * **NotApplicable**: Scan summary is not applicable \\\n * **Suspicious**: Scan summary is suspicious \\\n * **Healthy**: Scan summary indicates healthy state\n */\nexport type SourceSideScanSummary = string;\n\n/** Azure File Share workload-specific backup item. */\nexport interface AzureFileshareProtectedItem extends ProtectedItem {\n /** Friendly name of the fileshare represented by this backup item. */\n friendlyName?: string;\n /** Backup status of this backup item. */\n protectionStatus?: string;\n /** Backup state of this backup item. */\n protectionState?: ProtectionState;\n /** Last backup operation status. Possible values: Healthy, Unhealthy. */\n lastBackupStatus?: string;\n /** Timestamp of the last backup operation on this backup item. */\n lastBackupTime?: Date;\n /** Health details of different KPIs */\n kpisHealths?: Record<string, KPIResourceHealthDetails>;\n /** Additional information with this backup item. */\n extendedInfo?: AzureFileshareProtectedItemExtendedInfo;\n /** backup item type. */\n protectedItemType: \"AzureFileShareProtectedItem\";\n}\n\nexport function azureFileshareProtectedItemSerializer(item: AzureFileshareProtectedItem): any {\n return {\n protectedItemType: item[\"protectedItemType\"],\n containerName: item[\"containerName\"],\n sourceResourceId: item[\"sourceResourceId\"],\n policyId: item[\"policyId\"],\n lastRecoveryPoint: !item[\"lastRecoveryPoint\"]\n ? item[\"lastRecoveryPoint\"]\n : item[\"lastRecoveryPoint\"].toISOString(),\n backupSetName: item[\"backupSetName\"],\n createMode: item[\"createMode\"],\n deferredDeleteTimeInUTC: !item[\"deferredDeleteTimeInUTC\"]\n ? item[\"deferredDeleteTimeInUTC\"]\n : item[\"deferredDeleteTimeInUTC\"].toISOString(),\n isScheduledForDeferredDelete: item[\"isScheduledForDeferredDelete\"],\n deferredDeleteTimeRemaining: item[\"deferredDeleteTimeRemaining\"],\n isDeferredDeleteScheduleUpcoming: item[\"isDeferredDeleteScheduleUpcoming\"],\n isRehydrate: item[\"isRehydrate\"],\n resourceGuardOperationRequests: !item[\"resourceGuardOperationRequests\"]\n ? item[\"resourceGuardOperationRequests\"]\n : item[\"resourceGuardOperationRequests\"].map((p: any) => {\n return p;\n }),\n isArchiveEnabled: item[\"isArchiveEnabled\"],\n policyName: item[\"policyName\"],\n softDeleteRetentionPeriodInDays: item[\"softDeleteRetentionPeriodInDays\"],\n sourceSideScanInfo: !item[\"sourceSideScanInfo\"]\n ? item[\"sourceSideScanInfo\"]\n : sourceSideScanInfoSerializer(item[\"sourceSideScanInfo\"]),\n friendlyName: item[\"friendlyName\"],\n protectionStatus: item[\"protectionStatus\"],\n protectionState: item[\"protectionState\"],\n lastBackupStatus: item[\"lastBackupStatus\"],\n lastBackupTime: !item[\"lastBackupTime\"]\n ? item[\"lastBackupTime\"]\n : item[\"lastBackupTime\"].toISOString(),\n kpisHealths: !item[\"kpisHealths\"]\n ? item[\"kpisHealths\"]\n : kpiResourceHealthDetailsRecordSerializer(item[\"kpisHealths\"]),\n extendedInfo: !item[\"extendedInfo\"]\n ? item[\"extendedInfo\"]\n : azureFileshareProtectedItemExtendedInfoSerializer(item[\"extendedInfo\"]),\n };\n}\n\nexport function azureFileshareProtectedItemDeserializer(item: any): AzureFileshareProtectedItem {\n return {\n protectedItemType: item[\"protectedItemType\"],\n backupManagementType: item[\"backupManagementType\"],\n workloadType: item[\"workloadType\"],\n containerName: item[\"containerName\"],\n sourceResourceId: item[\"sourceResourceId\"],\n policyId: item[\"policyId\"],\n lastRecoveryPoint: !item[\"lastRecoveryPoint\"]\n ? item[\"lastRecoveryPoint\"]\n : new Date(item[\"lastRecoveryPoint\"]),\n backupSetName: item[\"backupSetName\"],\n createMode: item[\"createMode\"],\n deferredDeleteTimeInUTC: !item[\"deferredDeleteTimeInUTC\"]\n ? item[\"deferredDeleteTimeInUTC\"]\n : new Date(item[\"deferredDeleteTimeInUTC\"]),\n isScheduledForDeferredDelete: item[\"isScheduledForDeferredDelete\"],\n deferredDeleteTimeRemaining: item[\"deferredDeleteTimeRemaining\"],\n isDeferredDeleteScheduleUpcoming: item[\"isDeferredDeleteScheduleUpcoming\"],\n isRehydrate: item[\"isRehydrate\"],\n resourceGuardOperationRequests: !item[\"resourceGuardOperationRequests\"]\n ? item[\"resourceGuardOperationRequests\"]\n : item[\"resourceGuardOperationRequests\"].map((p: any) => {\n return p;\n }),\n isArchiveEnabled: item[\"isArchiveEnabled\"],\n policyName: item[\"policyName\"],\n softDeleteRetentionPeriodInDays: item[\"softDeleteRetentionPeriodInDays\"],\n vaultId: item[\"vaultId\"],\n sourceSideScanInfo: !item[\"sourceSideScanInfo\"]\n ? item[\"sourceSideScanInfo\"]\n : sourceSideScanInfoDeserializer(item[\"sourceSideScanInfo\"]),\n friendlyName: item[\"friendlyName\"],\n protectionStatus: item[\"protectionStatus\"],\n protectionState: item[\"protectionState\"],\n lastBackupStatus: item[\"lastBackupStatus\"],\n lastBackupTime: !item[\"lastBackupTime\"]\n ? item[\"lastBackupTime\"]\n : new Date(item[\"lastBackupTime\"]),\n kpisHealths: !item[\"kpisHealths\"]\n ? item[\"kpisHealths\"]\n : kpiResourceHealthDetailsRecordDeserializer(item[\"kpisHealths\"]),\n extendedInfo: !item[\"extendedInfo\"]\n ? item[\"extendedInfo\"]\n : azureFileshareProtectedItemExtendedInfoDeserializer(item[\"extendedInfo\"]),\n };\n}\n\n/** Backup state of this backup item. */\nexport enum KnownProtectionState {\n /** Invalid */\n Invalid = \"Invalid\",\n /** IRPending */\n IRPending = \"IRPending\",\n /** Protected */\n Protected = \"Protected\",\n /** ProtectionError */\n ProtectionError = \"ProtectionError\",\n /** ProtectionStopped */\n ProtectionStopped = \"ProtectionStopped\",\n /** ProtectionPaused */\n ProtectionPaused = \"ProtectionPaused\",\n /** BackupsSuspended */\n BackupsSuspended = \"BackupsSuspended\",\n}\n\n/**\n * Backup state of this backup item. \\\n * {@link KnownProtectionState} can be used interchangeably with ProtectionState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Invalid** \\\n * **IRPending** \\\n * **Protected** \\\n * **ProtectionError** \\\n * **ProtectionStopped** \\\n * **ProtectionPaused** \\\n * **BackupsSuspended**\n */\nexport type ProtectionState = string;\n\nexport function kpiResourceHealthDetailsRecordSerializer(\n item: Record<string, KPIResourceHealthDetails>,\n): Record<string, any> {\n const result: Record<string, any> = {};\n Object.keys(item).map((key) => {\n result[key] = !item[key] ? item[key] : kpiResourceHealthDetailsSerializer(item[key]);\n });\n return result;\n}\n\nexport function kpiResourceHealthDetailsRecordDeserializer(\n item: Record<string, any>,\n): Record<string, KPIResourceHealthDetails> {\n const result: Record<string, any> = {};\n Object.keys(item).map((key) => {\n result[key] = !item[key] ? item[key] : kpiResourceHealthDetailsDeserializer(item[key]);\n });\n return result;\n}\n\n/** KPI Resource Health Details */\nexport interface KPIResourceHealthDetails {\n /** Resource Health Status */\n resourceHealthStatus?: ResourceHealthStatus;\n /** Resource Health Status */\n resourceHealthDetails?: ResourceHealthDetails[];\n}\n\nexport function kpiResourceHealthDetailsSerializer(item: KPIResourceHealthDetails): any {\n return {\n resourceHealthStatus: item[\"resourceHealthStatus\"],\n resourceHealthDetails: !item[\"resourceHealthDetails\"]\n ? item[\"resourceHealthDetails\"]\n : resourceHealthDetailsArraySerializer(item[\"resourceHealthDetails\"]),\n };\n}\n\nexport function kpiResourceHealthDetailsDeserializer(item: any): KPIResourceHealthDetails {\n return {\n resourceHealthStatus: item[\"resourceHealthStatus\"],\n resourceHealthDetails: !item[\"resourceHealthDetails\"]\n ? item[\"resourceHealthDetails\"]\n : resourceHealthDetailsArrayDeserializer(item[\"resourceHealthDetails\"]),\n };\n}\n\n/** Resource Health Status */\nexport enum KnownResourceHealthStatus {\n /** Healthy */\n Healthy = \"Healthy\",\n /** TransientDegraded */\n TransientDegraded = \"TransientDegraded\",\n /** PersistentDegraded */\n PersistentDegraded = \"PersistentDegraded\",\n /** TransientUnhealthy */\n TransientUnhealthy = \"TransientUnhealthy\",\n /** PersistentUnhealthy */\n PersistentUnhealthy = \"PersistentUnhealthy\",\n /** Invalid */\n Invalid = \"Invalid\",\n}\n\n/**\n * Resource Health Status \\\n * {@link KnownResourceHealthStatus} can be used interchangeably with ResourceHealthStatus,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Healthy** \\\n * **TransientDegraded** \\\n * **PersistentDegraded** \\\n * **TransientUnhealthy** \\\n * **PersistentUnhealthy** \\\n * **Invalid**\n */\nexport type ResourceHealthStatus = string;\n\nexport function resourceHealthDetailsArraySerializer(result: Array<ResourceHealthDetails>): any[] {\n return result.map((item) => {\n return resourceHealthDetailsSerializer(item);\n });\n}\n\nexport function resourceHealthDetailsArrayDeserializer(\n result: Array<ResourceHealthDetails>,\n): any[] {\n return result.map((item) => {\n return resourceHealthDetailsDeserializer(item);\n });\n}\n\n/** Health Details for backup items. */\nexport interface ResourceHealthDetails {\n /** Health Code */\n readonly code?: number;\n /** Health Title */\n readonly title?: string;\n /** Health Message */\n readonly message?: string;\n /** Health Recommended Actions */\n readonly recommendations?: string[];\n}\n\nexport function resourceHealthDetailsSerializer(_item: ResourceHealthDetails): any {\n return {};\n}\n\nexport function resourceHealthDetailsDeserializer(item: any): ResourceHealthDetails {\n return {\n code: item[\"code\"],\n title: item[\"title\"],\n message: item[\"message\"],\n recommendations: !item[\"recommendations\"]\n ? item[\"recommendations\"]\n : item[\"recommendations\"].map((p: any) => {\n return p;\n }),\n };\n}\n\n/** Additional information about Azure File Share backup item. */\nexport interface AzureFileshareProtectedItemExtendedInfo {\n /** The oldest backup copy available for this item in the service. */\n oldestRecoveryPoint?: Date;\n /** Number of available backup copies associated with this backup item. */\n recoveryPointCount?: number;\n /** Indicates consistency of policy object and policy applied to this backup item. */\n policyState?: string;\n /** Indicates the state of this resource. Possible values are from enum ResourceState {Invalid, Active, SoftDeleted, Deleted} */\n readonly resourceState?: string;\n /** The resource state sync time for this backup item. */\n readonly resourceStateSyncTime?: Date;\n}\n\nexport function azureFileshareProtectedItemExtendedInfoSerializer(\n item: AzureFileshareProtectedItemExtendedInfo,\n): any {\n return {\n oldestRecoveryPoint: !item[\"oldestRecoveryPoint\"]\n ? item[\"oldestRecoveryPoint\"]\n : item[\"oldestRecoveryPoint\"].toISOString(),\n recoveryPointCount: item[\"recoveryPointCount\"],\n policyState: item[\"policyState\"],\n };\n}\n\nexport function azureFileshareProtectedItemExtendedInfoDeserializer(\n item: any,\n): AzureFileshareProtectedItemExtendedInfo {\n return {\n oldestRecoveryPoint: !item[\"oldestRecoveryPoint\"]\n ? item[\"oldestRecoveryPoint\"]\n : new Date(item[\"oldestRecoveryPoint\"]),\n recoveryPointCount: item[\"recoveryPointCount\"],\n policyState: item[\"policyState\"],\n resourceState: item[\"resourceState\"],\n resourceStateSyncTime: !item[\"resourceStateSyncTime\"]\n ? item[\"resourceStateSyncTime\"]\n : new Date(item[\"resourceStateSyncTime\"]),\n };\n}\n\n/** IaaS VM workload-specific backup item representing the Classic Compute VM. */\nexport interface AzureIaaSClassicComputeVMProtectedItem extends AzureIaaSVMProtectedItem {\n /** backup item type. */\n protectedItemType: \"Microsoft.ClassicCompute/virtualMachines\";\n}\n\nexport function azureIaaSClassicComputeVMProtectedItemSerializer(\n item: AzureIaaSClassicComputeVMProtectedItem,\n): any {\n return {\n protectedItemType: item[\"protectedItemType\"],\n protectionStatus: item[\"protectionStatus\"],\n protectionState: item[\"protectionState\"],\n healthDetails: !item[\"healthDetails\"]\n ? item[\"healthDetails\"]\n : azureIaaSVMHealthDetailsArraySerializer(item[\"healthDetails\"]),\n kpisHealths: !item[\"kpisHealths\"]\n ? item[\"kpisHealths\"]\n : kpiResourceHealthDetailsRecordSerializer(item[\"kpisHealths\"]),\n lastBackupStatus: item[\"lastBackupStatus\"],\n extendedInfo: !item[\"extendedInfo\"]\n ? item[\"extendedInfo\"]\n : azureIaaSVMProtectedItemExtendedInfoSerializer(item[\"extendedInfo\"]),\n extendedProperties: !item[\"extendedProperties\"]\n ? item[\"extendedProperties\"]\n : extendedPropertiesSerializer(item[\"extendedProperties\"]),\n containerName: item[\"containerName\"],\n sourceResourceId: item[\"sourceResourceId\"],\n policyId: item[\"policyId\"],\n lastRecoveryPoint: !item[\"lastRecoveryPoint\"]\n ? item[\"lastRecoveryPoint\"]\n : item[\"lastRecoveryPoint\"].toISOString(),\n backupSetName: item[\"backupSetName\"],\n createMode: item[\"createMode\"],\n deferredDeleteTimeInUTC: !item[\"deferredDeleteTimeInUTC\"]\n ? item[\"deferredDeleteTimeInUTC\"]\n : item[\"deferredDeleteTimeInUTC\"].toISOString(),\n isScheduledForDeferredDelete: item[\"isScheduledForDeferredDelete\"],\n deferredDeleteTimeRemaining: item[\"deferredDeleteTimeRemaining\"],\n isDeferredDeleteScheduleUpcoming: item[\"isDeferredDeleteScheduleUpcoming\"],\n isRehydrate: item[\"isRehydrate\"],\n resourceGuardOperationRequests: !item[\"resourceGuardOperationRequests\"]\n ? item[\"resourceGuardOperationRequests\"]\n : item[\"resourceGuardOperationRequests\"].map((p: any) => {\n return p;\n }),\n isArchiveEnabled: item[\"isArchiveEnabled\"],\n policyName: item[\"policyName\"],\n softDeleteRetentionPeriodInDays: item[\"softDeleteRetentionPeriodInDays\"],\n sourceSideScanInfo: !item[\"sourceSideScanInfo\"]\n ? item[\"sourceSideScanInfo\"]\n : sourceSideScanInfoSerializer(item[\"sourceSideScanInfo\"]),\n };\n}\n\nexport function azureIaaSClassicComputeVMProtectedItemDeserializer(\n item: any,\n): AzureIaaSClassicComputeVMProtectedItem {\n return {\n protectedItemType: item[\"protectedItemType\"],\n friendlyName: item[\"friendlyName\"],\n virtualMachineId: item[\"virtualMachineId\"],\n protectionStatus: item[\"protectionStatus\"],\n protectionState: item[\"protectionState\"],\n healthStatus: item[\"healthStatus\"],\n healthDetails: !item[\"healthDetails\"]\n ? item[\"healthDetails\"]\n : azureIaaSVMHealthDetailsArrayDeserializer(item[\"healthDetails\"]),\n kpisHealths: !item[\"kpisHealths\"]\n ? item[\"kpisHealths\"]\n : kpiResourceHealthDetailsRecordDeserializer(item[\"kpisHealths\"]),\n lastBackupStatus: item[\"lastBackupStatus\"],\n lastBackupTime: !item[\"lastBackupTime\"]\n ? item[\"lastBackupTime\"]\n : new Date(item[\"lastBackupTime\"]),\n protectedItemDataId: item[\"protectedItemDataId\"],\n extendedInfo: !item[\"extendedInfo\"]\n ? item[\"extendedInfo\"]\n : azureIaaSVMProtectedItemExtendedInfoDeserializer(item[\"extendedInfo\"]),\n extendedProperties: !item[\"extendedProperties\"]\n ? item[\"extendedProperties\"]\n : extendedPropertiesDeserializer(item[\"extendedProperties\"]),\n policyType: item[\"policyType\"],\n backupManagementType: item[\"backupManagementType\"],\n workloadType: item[\"workloadType\"],\n containerName: item[\"containerName\"],\n sourceResourceId: item[\"sourceResourceId\"],\n policyId: item[\"policyId\"],\n lastRecoveryPoint: !item[\"lastRecoveryPoint\"]\n ? item[\"lastRecoveryPoint\"]\n : new Date(item[\"lastRecoveryPoint\"]),\n backupSetName: item[\"backupSetName\"],\n createMode: item[\"createMode\"],\n deferredDeleteTimeInUTC: !item[\"deferredDeleteTimeInUTC\"]\n ? item[\"deferredDeleteTimeInUTC\"]\n : new Date(item[\"deferredDeleteTimeInUTC\"]),\n isScheduledForDeferredDelete: item[\"isScheduledForDeferredDelete\"],\n deferredDeleteTimeRemaining: item[\"deferredDeleteTimeRemaining\"],\n isDeferredDeleteScheduleUpcoming: item[\"isDeferredDeleteScheduleUpcoming\"],\n isRehydrate: item[\"isRehydrate\"],\n resourceGuardOperationRequests: !item[\"resourceGuardOperationRequests\"]\n ? item[\"resourceGuardOperationRequests\"]\n : item[\"resourceGuardOperationRequests\"].map((p: any) => {\n return p;\n }),\n isArchiveEnabled: item[\"isArchiveEnabled\"],\n policyName: item[\"policyName\"],\n softDeleteRetentionPeriodInDays: item[\"softDeleteRetentionPeriodInDays\"],\n vaultId: item[\"vaultId\"],\n sourceSideScanInfo: !item[\"sourceSideScanInfo\"]\n ? item[\"sourceSideScanInfo\"]\n : sourceSideScanInfoDeserializer(item[\"sourceSideScanInfo\"]),\n };\n}\n\n/** IaaS VM workload-specific backup item. */\nexport interface AzureIaaSVMProtectedItem extends ProtectedItem {\n /** backup item type. */\n /** The discriminator possible values: Microsoft.ClassicCompute/virtualMachines, Microsoft.Compute/virtualMachines */\n protectedItemType:\n | \"AzureIaaSVMProtectedItem\"\n | \"Microsoft.ClassicCompute/virtualMachines\"\n | \"Microsoft.Compute/virtualMachines\";\n /** Friendly name of the VM represented by this backup item. */\n readonly friendlyName?: string;\n /** Fully qualified ARM ID of the virtual machine represented by this item. */\n readonly virtualMachineId?: string;\n /** Backup status of this backup item. */\n protectionStatus?: string;\n /** Backup state of this backup item. */\n protectionState?: ProtectionState;\n /** Health status of protected item. */\n readonly healthStatus?: HealthStatus;\n /** Health details on this backup item. */\n healthDetails?: AzureIaaSVMHealthDetails[];\n /** Health details of different KPIs */\n kpisHealths?: Record<string, KPIResourceHealthDetails>;\n /** Last backup operation status. */\n lastBackupStatus?: string;\n /** Timestamp of the last backup operation on this backup item. */\n readonly lastBackupTime?: Date;\n /** Data ID of the protected item. */\n readonly protectedItemDataId?: string;\n /** Additional information for this backup item. */\n extendedInfo?: AzureIaaSVMProtectedItemExtendedInfo;\n /** Extended Properties for Azure IaasVM Backup. */\n extendedProperties?: ExtendedProperties;\n /** Type of the policy used for protection */\n readonly policyType?: string;\n}\n\nexport function azureIaaSVMProtectedItemSerializer(item: AzureIaaSVMProtectedItem): any {\n return {\n protectedItemType: item[\"protectedItemType\"],\n containerName: item[\"containerName\"],\n sourceResourceId: item[\"sourceResourceId\"],\n policyId: item[\"policyId\"],\n lastRecoveryPoint: !item[\"lastRecoveryPoint\"]\n ? item[\"lastRecoveryPoint\"]\n : item[\"lastRecoveryPoint\"].toISOString(),\n backupSetName: item[\"backupSetName\"],\n createMode: item[\"createMode\"],\n deferredDeleteTimeInUTC: !item[\"deferredDeleteTimeInUTC\"]\n ? item[\"deferredDeleteTimeInUTC\"]\n : item[\"deferredDeleteTimeInUTC\"].toISOString(),\n isScheduledForDeferredDelete: item[\"isScheduledForDeferredDelete\"],\n deferredDeleteTimeRemaining: item[\"deferredDeleteTimeRemaining\"],\n isDeferredDeleteScheduleUpcoming: item[\"isDeferredDeleteScheduleUpcoming\"],\n isRehydrate: item[\"isRehydrate\"],\n resourceGuardOperationRequests: !item[\"resourceGuardOperationRequests\"]\n ? item[\"resourceGuardOperationRequests\"]\n : item[\"resourceGuardOperationRequests\"].map((p: any) => {\n return p;\n }),\n isArchiveEnabled: item[\"isArchiveEnabled\"],\n policyName: item[\"policyName\"],\n softDeleteRetentionPeriodInDays: item[\"softDeleteRetentionPeriodInDays\"],\n sourceSideScanInfo: !item[\"sourceSideScanInfo\"]\n ? item[\"sourceSideScanInfo\"]\n : sourceSideScanInfoSerializer(item[\"sourceSideScanInfo\"]),\n protectionStatus: item[\"protectionStatus\"],\n protectionState: item[\"protectionState\"],\n healthDetails: !item[\"healthDetails\"]\n ? item[\"healthDetails\"]\n : azureIaaSVMHealthDetailsArraySerializer(item[\"healthDetails\"]),\n kpisHealths: !item[\"kpisHealths\"]\n ? item[\"kpisHealths\"]\n : kpiResourceHealthDetailsRecordSerializer(item[\"kpisHealths\"]),\n lastBackupStatus: item[\"lastBackupStatus\"],\n extendedInfo: !item[\"extendedInfo\"]\n ? item[\"extendedInfo\"]\n : azureIaaSVMProtectedItemExtendedInfoSerializer(item[\"extendedInfo\"]),\n extendedProperties: !item[\"extendedProperties\"]\n ? item[\"extendedProperties\"]\n : extendedPropertiesSerializer(item[\"extendedProperties\"]),\n };\n}\n\nexport function azureIaaSVMProtectedItemDeserializer(item: any): AzureIaaSVMProtectedItem {\n return {\n protectedItemType: item[\"protectedItemType\"],\n backupManagementType: item[\"backupManagementType\"],\n workloadType: item[\"workloadType\"],\n containerName: item[\"containerName\"],\n sourceResourceId: item[\"sourceResourceId\"],\n policyId: item[\"policyId\"],\n lastRecoveryPoint: !item[\"lastRecoveryPoint\"]\n ? item[\"lastRecoveryPoint\"]\n : new Date(item[\"lastRecoveryPoint\"]),\n backupSetName: item[\"backupSetName\"],\n createMode: item[\"createMode\"],\n deferredDeleteTimeInUTC: !item[\"deferredDeleteTimeInUTC\"]\n ? item[\"deferredDeleteTimeInUTC\"]\n : new Date(item[\"deferredDeleteTimeInUTC\"]),\n isScheduledForDeferredDelete: item[\"isScheduledForDeferredDelete\"],\n deferredDeleteTimeRemaining: item[\"deferredDeleteTimeRemaining\"],\n isDeferredDeleteScheduleUpcoming: item[\"isDeferredDeleteScheduleUpcoming\"],\n isRehydrate: item[\"isRehydrate\"],\n resourceGuardOperationRequests: !item[\"resourceGuardOperationRequests\"]\n ? item[\"resourceGuardOperationRequests\"]\n : item[\"resourceGuardOperationRequests\"].map((p: any) => {\n return p;\n }),\n isArchiveEnabled: item[\"isArchiveEnabled\"],\n policyName: item[\"policyName\"],\n softDeleteRetentionPeriodInDays: item[\"softDeleteRetentionPeriodInDays\"],\n vaultId: item[\"vaultId\"],\n sourceSideScanInfo: !item[\"sourceSideScanInfo\"]\n ? item[\"sourceSideScanInfo\"]\n : sourceSideScanInfoDeserializer(item[\"sourceSideScanInfo\"]),\n friendlyName: item[\"friendlyName\"],\n virtualMachineId: item[\"virtualMachineId\"],\n protectionStatus: item[\"protectionStatus\"],\n protectionState: item[\"protectionState\"],\n healthStatus: item[\"healthStatus\"],\n healthDetails: !item[\"healthDetails\"]\n ? item[\"healthDetails\"]\n : azureIaaSVMHealthDetailsArrayDeserializer(item[\"healthDetails\"]),\n kpisHealths: !item[\"kpisHealths\"]\n ? item[\"kpisHealths\"]\n : kpiResourceHealthDetailsRecordDeserializer(item[\"kpisHealths\"]),\n lastBackupStatus: item[\"lastBackupStatus\"],\n lastBackupTime: !item[\"lastBackupTime\"]\n ? item[\"lastBackupTime\"]\n : new Date(item[\"lastBackupTime\"]),\n protectedItemDataId: item[\"protectedItemDataId\"],\n extendedInfo: !item[\"extendedInfo\"]\n ? item[\"extendedInfo\"]\n : azureIaaSVMProtectedItemExtendedInfoDeserializer(item[\"extendedInfo\"]),\n extendedProperties: !item[\"extendedProperties\"]\n ? item[\"extendedProperties\"]\n : extendedPropertiesDeserializer(item[\"extendedProperties\"]),\n policyType: item[\"policyType\"],\n };\n}\n\n/** Alias for AzureIaaSVMProtectedItemUnion */\nexport type AzureIaaSVMProtectedItemUnion =\n | AzureIaaSClassicComputeVMProtectedItem\n | AzureIaaSComputeVMProtectedItem\n | AzureIaaSVMProtectedItem;\n\nexport function azureIaaSVMProtectedItemUnionSerializer(item: AzureIaaSVMProtectedItemUnion): any {\n switch (item.protectedItemType) {\n case \"Microsoft.ClassicCompute/virtualMachines\":\n return azureIaaSClassicComputeVMProtectedItemSerializer(\n item as AzureIaaSClassicComputeVMProtectedItem,\n );\n\n case \"Microsoft.Compute/virtualMachines\":\n return azureIaaSComputeVMProtectedItemSerializer(item as AzureIaaSComputeVMProtectedItem);\n\n default:\n return azureIaaSVMProtectedItemSerializer(item);\n }\n}\n\nexport function azureIaaSVMProtectedItemUnionDeserializer(\n item: any,\n): AzureIaaSVMProtectedItemUnion {\n switch (item[\"protectedItemType\"]) {\n case \"Microsoft.ClassicCompute/virtualMachines\":\n return azureIaaSClassicComputeVMProtectedItemDeserializer(\n item as AzureIaaSClassicComputeVMProtectedItem,\n );\n\n case \"Microsoft.Compute/virtualMachines\":\n return azureIaaSComputeVMProtectedItemDeserializer(item as AzureIaaSComputeVMProtectedItem);\n\n default:\n return azureIaaSVMProtectedItemDeserializer(item);\n }\n}\n\n/** Health status of protected item. */\nexport enum KnownHealthStatus {\n /** Passed */\n Passed = \"Passed\",\n /** ActionRequired */\n ActionRequired = \"ActionRequired\",\n /** ActionSuggested */\n ActionSuggested = \"ActionSuggested\",\n /** Invalid */\n Invalid = \"Invalid\",\n}\n\n/**\n * Health status of protected item. \\\n * {@link KnownHealthStatus} can be used interchangeably with HealthStatus,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Passed** \\\n * **ActionRequired** \\\n * **ActionSuggested** \\\n * **Invalid**\n */\nexport type HealthStatus = string;\n\nexport function azureIaaSVMHealthDetailsArraySerializer(\n result: Array<AzureIaaSVMHealthDetails>,\n): any[] {\n return result.map((item) => {\n return azureIaaSVMHealthDetailsSerializer(item);\n });\n}\n\nexport function azureIaaSVMHealthDetailsArrayDeserializer(\n result: Array<AzureIaaSVMHealthDetails>,\n): any[] {\n return result.map((item) => {\n return azureIaaSVMHealthDetailsDeserializer(item);\n });\n}\n\n/** Azure IaaS VM workload-specific Health Details. */\nexport interface AzureIaaSVMHealthDetails extends ResourceHealthDetails {}\n\nexport function azureIaaSVMHealthDetailsSerializer(_item: AzureIaaSVMHealthDetails): any {\n return {};\n}\n\nexport function azureIaaSVMHealthDetailsDeserializer(item: any): AzureIaaSVMHealthDetails {\n return {\n code: item[\"code\"],\n title: item[\"title\"],\n message: item[\"message\"],\n recommendations: !item[\"recommendations\"]\n ? item[\"recommendations\"]\n : item[\"recommendations\"].map((p: any) => {\n return p;\n }),\n };\n}\n\n/** Additional information on Azure IaaS VM specific backup item. */\nexport interface AzureIaaSVMProtectedItemExtendedInfo {\n /** The oldest backup copy available for this backup item across all tiers. */\n oldestRecoveryPoint?: Date;\n /** The oldest backup copy available for this backup item in vault tier */\n oldestRecoveryPointInVault?: Date;\n /** The oldest backup copy available for this backup item in archive tier */\n oldestRecoveryPointInArchive?: Date;\n /** The latest backup copy available for this backup item in archive tier */\n newestRecoveryPointInArchive?: Date;\n /** Number of backup copies available for this backup item. */\n recoveryPointCount?: number;\n /** Specifies if backup policy associated with the backup item is inconsistent. */\n policyInconsistent?: boolean;\n}\n\nexport function azureIaaSVMProtectedItemExtendedInfoSerializer(\n item: AzureIaaSVMProtectedItemExtendedInfo,\n): any {\n return {\n oldestRecoveryPoint: !item[\"oldestRecoveryPoint\"]\n ? item[\"oldestRecoveryPoint\"]\n : item[\"oldestRecoveryPoint\"].toISOString(),\n oldestRecoveryPointInVault: !item[\"oldestRecoveryPointInVault\"]\n ? item[\"oldestRecoveryPointInVault\"]\n : item[\"oldestRecoveryPointInVault\"].toISOString(),\n oldestRecoveryPointInArchive: !item[\"oldestRecoveryPointInArchive\"]\n ? item[\"oldestRecoveryPointInArchive\"]\n : item[\"oldestRecoveryPointInArchive\"].toISOString(),\n newestRecoveryPointInArchive: !item[\"newestRecoveryPointInArchive\"]\n ? item[\"newestRecoveryPointInArchive\"]\n : item[\"newestRecoveryPointInArchive\"].toISOString(),\n recoveryPointCount: item[\"recoveryPointCount\"],\n policyInconsistent: item[\"policyInconsistent\"],\n };\n}\n\nexport function azureIaaSVMProtectedItemExtendedInfoDeserializer(\n item: any,\n): AzureIaaSVMProtectedItemExtendedInfo {\n return {\n oldestRecoveryPoint: !item[\"oldestRecoveryPoint\"]\n ? item[\"oldestRecoveryPoint\"]\n : new Date(item[\"oldestRecoveryPoint\"]),\n oldestRecoveryPointInVault: !item[\"oldestRecoveryPointInVault\"]\n ? item[\"oldestRecoveryPointInVault\"]\n : new Date(item[\"oldestRecoveryPointInVault\"]),\n oldestRecoveryPointInArchive: !item[\"oldestRecoveryPointInArchive\"]\n ? item[\"oldestRecoveryPointInArchive\"]\n : new Date(item[\"oldestRecoveryPointInArchive\"]),\n newestRecoveryPointInArchive: !item[\"newestRecoveryPointInArchive\"]\n ? item[\"newestRecoveryPointInArchive\"]\n : new Date(item[\"newestRecoveryPointInArchive\"]),\n recoveryPointCount: item[\"recoveryPointCount\"],\n policyInconsistent: item[\"policyInconsistent\"],\n };\n}\n\n/** Extended Properties for Azure IaasVM Backup. */\nexport interface ExtendedProperties {\n /** Extended Properties for Disk Exclusion. */\n diskExclusionProperties?: DiskExclusionProperties;\n /** Linux VM name */\n linuxVmApplicationName?: string;\n}\n\nexport function extendedPropertiesSerializer(item: ExtendedProperties): any {\n return {\n diskExclusionProperties: !item[\"diskExclusionProperties\"]\n ? item[\"diskExclusionProperties\"]\n : diskExclusionPropertiesSerializer(item[\"diskExclusionProperties\"]),\n linuxVmApplicationName: item[\"linuxVmApplicationName\"],\n };\n}\n\nexport function extendedPropertiesDeserializer(item: any): ExtendedProperties {\n return {\n diskExclusionProperties: !item[\"diskExclusionProperties\"]\n ? item[\"diskExclusionProperties\"]\n : diskExclusionPropertiesDeserializer(item[\"diskExclusionProperties\"]),\n linuxVmApplicationName: item[\"linuxVmApplicationName\"],\n };\n}\n\n/** model interface DiskExclusionProperties */\nexport interface DiskExclusionProperties {\n /** List of Disks' Logical Unit Numbers (LUN) to be used for VM Protection. */\n diskLunList?: number[];\n /** Flag to indicate whether DiskLunList is to be included/ excluded from backup. */\n isInclusionList?: boolean;\n}\n\nexport function diskExclusionPropertiesSerializer(item: DiskExclusionProperties): any {\n return {\n diskLunList: !item[\"diskLunList\"]\n ? item[\"diskLunList\"]\n : item[\"diskLunList\"].map((p: any) => {\n return p;\n }),\n isInclusionList: item[\"isInclusionList\"],\n };\n}\n\nexport function diskExclusionPropertiesDeserializer(item: any): DiskExclusionProperties {\n return {\n diskLunList: !item[\"diskLunList\"]\n ? item[\"diskLunList\"]\n : item[\"diskLunList\"].map((p: any) => {\n return p;\n }),\n isInclusionList: item[\"isInclusionList\"],\n };\n}\n\n/** IaaS VM workload-specific backup item representing the Azure Resource Manager VM. */\nexport interface AzureIaaSComputeVMProtectedItem extends AzureIaaSVMProtectedItem {\n /** backup item type. */\n protectedItemType: \"Microsoft.Compute/virtualMachines\";\n}\n\nexport function azureIaaSComputeVMProtectedItemSerializer(\n item: AzureIaaSComputeVMProtectedItem,\n): any {\n return {\n protectedItemType: item[\"protectedItemType\"],\n protectionStatus: item[\"protectionStatus\"],\n protectionState: item[\"protectionState\"],\n healthDetails: !item[\"healthDetails\"]\n ? item[\"healthDetails\"]\n : azureIaaSVMHealthDetailsArraySerializer(item[\"healthDetails\"]),\n kpisHealths: !item[\"kpisHealths\"]\n ? item[\"kpisHealths\"]\n : kpiResourceHealthDetailsRecordSerializer(item[\"kpisHealths\"]),\n lastBackupStatus: item[\"lastBackupStatus\"],\n extendedInfo: !item[\"extendedInfo\"]\n ? item[\"extendedInfo\"]\n : azureIaaSVMProtectedItemExtendedInfoSerializer(item[\"extendedInfo\"]),\n extendedProperties: !item[\"extendedProperties\"]\n ? item[\"extendedProperties\"]\n : extendedPropertiesSerializer(item[\"extendedProperties\"]),\n containerName: item[\"containerName\"],\n sourceResourceId: item[\"sourceResourceId\"],\n policyId: item[\"policyId\"],\n lastRecoveryPoint: !item[\"lastRecoveryPoint\"]\n ? item[\"lastRecoveryPoint\"]\n : item[\"lastRecoveryPoint\"].toISOString(),\n backupSetName: item[\"backupSetName\"],\n createMode: item[\"createMode\"],\n deferredDeleteTimeInUTC: !item[\"deferredDeleteTimeInUTC\"]\n ? item[\"deferredDeleteTimeInUTC\"]\n : item[\"deferredDeleteTimeInUTC\"].toISOString(),\n isScheduledForDeferredDelete: item[\"isScheduledForDeferredDelete\"],\n deferredDeleteTimeRemaining: item[\"deferredDeleteTimeRemaining\"],\n isDeferredDeleteScheduleUpcoming: item[\"isDeferredDeleteScheduleUpcoming\"],\n isRehydrate: item[\"isRehydrate\"],\n resourceGuardOperationRequests: !item[\"resourceGuardOperationRequests\"]\n ? item[\"resourceGuardOperationRequests\"]\n : item[\"resourceGuardOperationRequests\"].map((p: any) => {\n return p;\n }),\n isArchiveEnabled: item[\"isArchiveEnabled\"],\n policyName: item[\"policyName\"],\n softDeleteRetentionPeriodInDays: item[\"softDeleteRetentionPeriodInDays\"],\n sourceSideScanInfo: !item[\"sourceSideScanInfo\"]\n ? item[\"sourceSideScanInfo\"]\n : sourceSideScanInfoSerializer(item[\"sourceSideScanInfo\"]),\n };\n}\n\nexport function azureIaaSComputeVMProtectedItemDeserializer(\n item: any,\n): AzureIaaSComputeVMProtectedItem {\n return {\n protectedItemType: item[\"protectedItemType\"],\n friendlyName: item[\"friendlyName\"],\n virtualMachineId: item[\"virtualMachineId\"],\n protectionStatus: item[\"protectionStatus\"],\n protectionState: item[\"protectionState\"],\n healthStatus: item[\"healthStatus\"],\n healthDetails: !item[\"healthDetails\"]\n ? item[\"healthDetails\"]\n : azureIaaSVMHealthDetailsArrayDeserializer(item[\"healthDetails\"]),\n kpisHealths: !item[\"kpisHealths\"]\n ? item[\"kpisHealths\"]\n : kpiResourceHealthDetailsRecordDeserializer(item[\"kpisHealths\"]),\n lastBackupStatus: item[\"lastBackupStatus\"],\n lastBackupTime: !item[\"lastBackupTime\"]\n ? item[\"lastBackupTime\"]\n : new Date(item[\"lastBackupTime\"]),\n protectedItemDataId: item[\"protectedItemDataId\"],\n extendedInfo: !item[\"extendedInfo\"]\n ? item[\"extendedInfo\"]\n : azureIaaSVMProtectedItemExtendedInfoDeserializer(item[\"extendedInfo\"]),\n extendedProperties: !item[\"extendedProperties\"]\n ? item[\"extendedProperties\"]\n : extendedPropertiesDeserializer(item[\"extendedProperties\"]),\n policyType: item[\"policyType\"],\n backupManagementType: item[\"backupManagementType\"],\n workloadType: item[\"workloadType\"],\n containerName: item[\"containerName\"],\n sourceResourceId: item[\"sourceResourceId\"],\n policyId: item[\"policyId\"],\n lastRecoveryPoint: !item[\"lastRecoveryPoint\"]\n ? item[\"lastRecoveryPoint\"]\n : new Date(item[\"lastRecoveryPoint\"]),\n backupSetName: item[\"backupSetName\"],\n createMode: item[\"createMode\"],\n deferredDeleteTimeInUTC: !item[\"deferredDeleteTimeInUTC\"]\n ? item[\"deferredDeleteTimeInUTC\"]\n : new Date(item[\"deferredDeleteTimeInUTC\"]),\n isScheduledForDeferredDelete: item[\"isScheduledForDeferredDelete\"],\n deferredDeleteTimeRemaining: item[\"deferredDeleteTimeRemaining\"],\n isDeferredDeleteScheduleUpcoming: item[\"isDeferredDeleteScheduleUpcoming\"],\n isRehydrate: item[\"isRehydrate\"],\n resourceGuardOperationRequests: !item[\"resourceGuardOperationRequests\"]\n ? item[\"resourceGuardOperationRequests\"]\n : item[\"resourceGuardOperationRequests\"].map((p: any) => {\n return p;\n }),\n isArchiveEnabled: item[\"isArchiveEnabled\"],\n policyName: item[\"policyName\"],\n softDeleteRetentionPeriodInDays: item[\"softDeleteRetentionPeriodInDays\"],\n vaultId: item[\"vaultId\"],\n sourceSideScanInfo: !item[\"sourceSideScanInfo\"]\n ? item[\"sourceSideScanInfo\"]\n : sourceSideScanInfoDeserializer(item[\"sourceSideScanInfo\"]),\n };\n}\n\n/** Azure SQL workload-specific backup item. */\nexport interface AzureSqlProtectedItem extends ProtectedItem {\n /** Internal ID of a backup item. Used by Azure SQL Backup engine to contact Recovery Services. */\n protectedItemDataId?: string;\n /** Backup state of the backed up item. */\n protectionState?: ProtectedItemState;\n /** Additional information for this backup item. */\n extendedInfo?: AzureSqlProtectedItemExtendedInfo;\n /** backup item type. */\n protectedItemType: \"Microsoft.Sql/servers/databases\";\n}\n\nexport function azureSqlProtectedItemSerializer(item: AzureSqlProtectedItem): any {\n return {\n protectedItemType: item[\"protectedItemType\"],\n containerName: item[\"containerName\"],\n sourceResourceId: item[\"sourceResourceId\"],\n policyId: item[\"policyId\"],\n lastRecoveryPoint: !item[\"lastRecoveryPoint\"]\n ? item[\"lastRecoveryPoint\"]\n : item[\"lastRecoveryPoint\"].toISOString(),\n backupSetName: item[\"backupSetName\"],\n createMode: item[\"createMode\"],\n deferredDeleteTimeInUTC: !item[\"deferredDeleteTimeInUTC\"]\n ? item[\"deferredDeleteTimeInUTC\"]\n : item[\"deferredDeleteTimeInUTC\"].toISOString(),\n isScheduledForDeferredDelete: item[\"isScheduledForDeferredDelete\"],\n deferredDeleteTimeRemaining: item[\"deferredDeleteTimeRemaining\"],\n isDeferredDeleteScheduleUpcoming: item[\"isDeferredDeleteScheduleUpcoming\"],\n isRehydrate: item[\"isRehydrate\"],\n resourceGuardOperationRequests: !item[\"resourceGuardOperationRequests\"]\n ? item[\"resourceGuardOperationRequests\"]\n : item[\"resourceGuardOperationRequests\"].map((p: any) => {\n return p;\n }),\n isArchiveEnabled: item[\"isArchiveEnabled\"],\n policyName: item[\"policyName\"],\n softDeleteRetentionPeriodInDays: item[\"softDeleteRetentionPeriodInDays\"],\n sourceSideScanInfo: !item[\"sourceSideScanInfo\"]\n ? item[\"sourceSideScanInfo\"]\n : sourceSideScanInfoSerializer(item[\"sourceSideScanInfo\"]),\n protectedItemDataId: item[\"protectedItemDataId\"],\n protectionState: item[\"protectionState\"],\n extendedInfo: !item[\"extendedInfo\"]\n ? item[\"extendedInfo\"]\n : azureSqlProtectedItemExtendedInfoSerializer(item[\"extendedInfo\"]),\n };\n}\n\nexport function azureSqlProtectedItemDeserializer(item: any): AzureSqlProtectedItem {\n return {\n protectedItemType: item[\"protectedItemType\"],\n backupManagementType: item[\"backupManagementType\"],\n workloadType: item[\"workloadType\"],\n containerName: item[\"containerName\"],\n sourceResourceId: item[\"sourceResourceId\"],\n policyId: item[\"policyId\"],\n lastRecoveryPoint: !item[\"lastRecoveryPoint\"]\n ? item[\"lastRecoveryPoint\"]\n : new Date(item[\"lastRecoveryPoint\"]),\n backupSetName: item[\"backupSetName\"],\n createMode: item[\"createMode\"],\n deferredDeleteTimeInUTC: !item[\"deferredDeleteTimeInUTC\"]\n ? item[\"deferredDeleteTimeInUTC\"]\n : new Date(item[\"deferredDeleteTimeInUTC\"]),\n isScheduledForDeferredDelete: item[\"isScheduledForDeferredDelete\"],\n deferredDeleteTimeRemaining: item[\"deferredDeleteTimeRemaining\"],\n isDeferredDeleteScheduleUpcoming: item[\"isDeferredDeleteScheduleUpcoming\"],\n isRehydrate: item[\"isRehydrate\"],\n resourceGuardOperationRequests: !item[\"resourceGuardOperationRequests\"]\n ? item[\"resourceGuardOperationRequests\"]\n : item[\"resourceGuardOperationRequests\"].map((p: any) => {\n return p;\n }),\n isArchiveEnabled: item[\"isArchiveEnabled\"],\n policyName: item[\"policyName\"],\n softDeleteRetentionPeriodInDays: item[\"softDeleteRetentionPeriodInDays\"],\n vaultId: item[\"vaultId\"],\n sourceSideScanInfo: !item[\"sourceSideScanInfo\"]\n ? item[\"sourceSideScanInfo\"]\n : sourceSideScanInfoDeserializer(item[\"sourceSideScanInfo\"]),\n protectedItemDataId: item[\"protectedItemDataId\"],\n protectionState: item[\"protectionState\"],\n extendedInfo: !item[\"extendedInfo\"]\n ? item[\"extendedInfo\"]\n : azureSqlProtectedItemExtendedInfoDeserializer(item[\"extendedInfo\"]),\n };\n}\n\n/** Backup state of the backed up item. */\nexport enum KnownProtectedItemState {\n /** Invalid */\n Invalid = \"Invalid\",\n /** IRPending */\n IRPending = \"IRPending\",\n /** Protected */\n Protected = \"Protected\",\n /** ProtectionError */\n ProtectionError = \"ProtectionError\",\n /** ProtectionStopped */\n ProtectionStopped = \"ProtectionStopped\",\n /** ProtectionPaused */\n ProtectionPaused = \"ProtectionPaused\",\n /** BackupsSuspended */\n BackupsSuspended = \"BackupsSuspended\",\n}\n\n/**\n * Backup state of the backed up item. \\\n * {@link KnownProtectedItemState} can be used interchangeably with ProtectedItemState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Invalid** \\\n * **IRPending** \\\n * **Protected** \\\n * **ProtectionError** \\\n * **ProtectionStopped** \\\n * **ProtectionPaused** \\\n * **BackupsSuspended**\n */\nexport type ProtectedItemState = string;\n\n/** Additional information on Azure Sql specific protected item. */\nexport interface AzureSqlProtectedItemExtendedInfo {\n /** The oldest backup copy available for this item in the service. */\n oldestRecoveryPoint?: Date;\n /** Number of available backup copies associated with this backup item. */\n recoveryPointCount?: number;\n /** State of the backup policy associated with this backup item. */\n policyState?: string;\n}\n\nexport function azureSqlProtectedItemExtendedInfoSerializer(\n item: AzureSqlProtectedItemExtendedInfo,\n): any {\n return {\n oldestRecoveryPoint: !item[\"oldestRecoveryPoint\"]\n ? item[\"oldestRecoveryPoint\"]\n : item[\"oldestRecoveryPoint\"].toISOString(),\n recoveryPointCount: item[\"recoveryPointCount\"],\n policyState: item[\"policyState\"],\n };\n}\n\nexport function azureSqlProtectedItemExtendedInfoDeserializer(\n item: any,\n): AzureSqlProtectedItemExtendedInfo {\n return {\n oldestRecoveryPoint: !item[\"oldestRecoveryPoint\"]\n ? item[\"oldestRecoveryPoint\"]\n : new Date(item[\"oldestRecoveryPoint\"]),\n recoveryPointCount: item[\"recoveryPointCount\"],\n policyState: item[\"policyState\"],\n };\n}\n\n/** Azure VM workload-specific protected item. */\nexport interface AzureVmWorkloadProtectedItem extends ProtectedItem {\n /** backup item type. */\n /** The discriminator possible values: AzureVmWorkloadSAPAseDatabase, AzureVmWorkloadSAPHanaDatabase, AzureVmWorkloadSAPHanaDBInstance, AzureVmWorkloadSQLDatabase, AzureVmWorkloadSQLInstance */\n protectedItemType:\n | \"AzureVmWorkloadProtectedItem\"\n | \"AzureVmWorkloadSAPAseDatabase\"\n | \"AzureVmWorkloadSAPHanaDatabase\"\n | \"AzureVmWorkloadSAPHanaDBInstance\"\n | \"AzureVmWorkloadSQLDatabase\"\n | \"AzureVmWorkloadSQLInstance\";\n /** Friendly name of the DB represented by this backup item. */\n readonly friendlyName?: string;\n /** Host/Cluster Name for instance or AG */\n serverName?: string;\n /** Parent name of the DB such as Instance or Availability Group. */\n parentName?: string;\n /** Parent type of protected item, example: for a DB, standalone server or distributed */\n parentType?: string;\n /** Backup status of this backup item. */\n readonly protectionStatus?: string;\n /** Backup state of this backup item. */\n protectionState?: ProtectionState;\n /** Last backup operation status. Possible values: Healthy, Unhealthy. */\n lastBackupStatus?: LastBackupStatus;\n /** Timestamp of the last backup operation on this backup item. */\n lastBackupTime?: Date;\n /** Error details in last backup */\n lastBackupErrorDetail?: ErrorDetail;\n /** Data ID of the protected item. */\n protectedItemDataSourceId?: string;\n /** Health status of the backup item, evaluated based on last heartbeat received */\n protectedItemHealthStatus?: ProtectedItemHealthStatus;\n /** Additional information for this backup item. */\n extendedInfo?: AzureVmWorkloadProtectedItemExtendedInfo;\n /** Health details of different KPIs */\n kpisHealths?: Record<string, KPIResourceHealthDetails>;\n /** List of the nodes in case of distributed container. */\n nodesList?: DistributedNodesInfo[];\n}\n\nexport function azureVmWorkloadProtectedItemSerializer(item: AzureVmWorkloadProtectedItem): any {\n return {\n protectedItemType: item[\"protectedItemType\"],\n containerName: item[\"containerName\"],\n sourceResourceId: item[\"sourceResourceId\"],\n policyId: item[\"policyId\"],\n lastRecoveryPoint: !item[\"lastRecoveryPoint\"]\n ? item[\"lastRecoveryPoint\"]\n : item[\"lastRecoveryPoint\"].toISOString(),\n backupSetName: item[\"backupSetName\"],\n createMode: item[\"createMode\"],\n deferredDeleteTimeInUTC: !item[\"deferredDeleteTimeInUTC\"]\n ? item[\"deferredDeleteTimeInUTC\"]\n : item[\"deferredDeleteTimeInUTC\"].toISOString(),\n isScheduledForDeferredDelete: item[\"isScheduledForDeferredDelete\"],\n deferredDeleteTimeRemaining: item[\"deferredDeleteTimeRemaining\"],\n isDeferredDeleteScheduleUpcoming: item[\"isDeferredDeleteScheduleUpcoming\"],\n isRehydrate: item[\"isRehydrate\"],\n resourceGuardOperationRequests: !item[\"resourceGuardOperationRequests\"]\n ? item[\"resourceGuardOperationRequests\"]\n : item[\"resourceGuardOperationRequests\"].map((p: any) => {\n return p;\n }),\n isArchiveEnabled: item[\"isArchiveEnabled\"],\n policyName: item[\"policyName\"],\n softDeleteRetentionPeriodInDays: item[\"softDeleteRetentionPeriodInDays\"],\n sourceSideScanInfo: !item[\"sourceSideScanInfo\"]\n ? item[\"sourceSideScanInfo\"]\n : sourceSideScanInfoSerializer(item[\"sourceSideScanInfo\"]),\n serverName: item[\"serverName\"],\n parentName: item[\"parentName\"],\n parentType: item[\"parentType\"],\n protectionState: item[\"protectionState\"],\n lastBackupStatus: item[\"lastBackupStatus\"],\n lastBackupTime: !item[\"lastBackupTime\"]\n ? item[\"lastBackupTime\"]\n : item[\"lastBackupTime\"].toISOString(),\n lastBackupErrorDetail: !item[\"lastBackupErrorDetail\"]\n ? item[\"lastBackupErrorDetail\"]\n : errorDetailSerializer(item[\"lastBackupErrorDetail\"]),\n protectedItemDataSourceId: item[\"protectedItemDataSourceId\"],\n protectedItemHealthStatus: item[\"protectedItemHealthStatus\"],\n extendedInfo: !item[\"extendedInfo\"]\n ? item[\"extendedInfo\"]\n : azureVmWorkloadProtectedItemExtendedInfoSerializer(item[\"extendedInfo\"]),\n kpisHealths: !item[\"kpisHealths\"]\n ? item[\"kpisHealths\"]\n : kpiResourceHealthDetailsRecordSerializer(item[\"kpisHealths\"]),\n nodesList: !item[\"nodesList\"]\n ? item[\"nodesList\"]\n : distributedNodesInfoArraySerializer(item[\"nodesList\"]),\n };\n}\n\nexport function azureVmWorkloadProtectedItemDeserializer(item: any): AzureVmWorkloadProtectedItem {\n return {\n protectedItemType: item[\"protectedItemType\"],\n backupManagementType: item[\"backupManagementType\"],\n workloadType: item[\"workloadType\"],\n containerName: item[\"containerName\"],\n sourceResourceId: item[\"sourceResourceId\"],\n policyId: item[\"policyId\"],\n lastRecoveryPoint: !item[\"lastRecoveryPoint\"]\n ? item[\"lastRecoveryPoint\"]\n : new Date(item[\"lastRecoveryPoint\"]),\n backupSetName: item[\"backupSetName\"],\n createMode: item[\"createMode\"],\n deferredDeleteTimeInUTC: !item[\"deferredDeleteTimeInUTC\"]\n ? item[\"deferredDeleteTimeInUTC\"]\n : new Date(item[\"deferredDeleteTimeInUTC\"]),\n isScheduledForDeferredDelete: item[\"isScheduledForDeferredDelete\"],\n deferredDeleteTimeRemaining: item[\"deferredDeleteTimeRemaining\"],\n isDeferredDeleteScheduleUpcoming: item[\"isDeferredDeleteScheduleUpcoming\"],\n isRehydrate: item[\"isRehydrate\"],\n resourceGuardOperationRequests: !item[\"resourceGuardOperationRequests\"]\n ? item[\"resourceGuardOperationRequests\"]\n : item[\"resourceGuardOperationRequests\"].map((p: any) => {\n return p;\n }),\n isArchiveEnabled: item[\"isArchiveEnabled\"],\n policyName: item[\"policyName\"],\n softDeleteRetentionPeriodInDays: item[\"softDeleteRetentionPeriodInDays\"],\n vaultId: item[\"vaultId\"],\n sourceSideScanInfo: !item[\"sourceSideScanInfo\"]\n ? item[\"sourceSideScanInfo\"]\n : sourceSideScanInfoDeserializer(item[\"sourceSideScanInfo\"]),\n friendlyName: item[\"friendlyName\"],\n serverName: item[\"serverName\"],\n parentName: item[\"parentName\"],\n parentType: item[\"parentType\"],\n protectionStatus: item[\"protectionStatus\"],\n protectionState: item[\"protectionState\"],\n lastBackupStatus: item[\"lastBackupStatus\"],\n lastBackupTime: !item[\"lastBackupTime\"]\n ? item[\"lastBackupTime\"]\n : new Date(item[\"lastBackupTime\"]),\n lastBackupErrorDetail: !item[\"lastBackupErrorDetail\"]\n ? item[\"lastBackupErrorDetail\"]\n : errorDetailDeserializer(item[\"lastBackupErrorDetail\"]),\n protectedItemDataSourceId: item[\"protectedItemDataSourceId\"],\n protectedItemHealthStatus: item[\"protectedItemHealthStatus\"],\n extendedInfo: !item[\"extendedInfo\"]\n ? item[\"extendedInfo\"]\n : azureVmWorkloadProtectedItemExtendedInfoDeserializer(item[\"extendedInfo\"]),\n kpisHealths: !item[\"kpisHealths\"]\n ? item[\"kpisHealths\"]\n : kpiResourceHealthDetailsRecordDeserializer(item[\"kpisHealths\"]),\n nodesList: !item[\"nodesList\"]\n ? item[\"nodesList\"]\n : distributedNodesInfoArrayDeserializer(item[\"nodesList\"]),\n };\n}\n\n/** Alias for AzureVmWorkloadProtectedItemUnion */\nexport type AzureVmWorkloadProtectedItemUnion =\n | AzureVmWorkloadSAPAseDatabaseProtectedItem\n | AzureVmWorkloadSAPHanaDatabaseProtectedItem\n | AzureVmWorkloadSAPHanaDBInstanceProtectedItem\n | AzureVmWorkloadSQLDatabaseProtectedItem\n | AzureVmWorkloadSQLInstanceProtectedItem\n | AzureVmWorkloadProtectedItem;\n\nexport function azureVmWorkloadProtectedItemUnionSerializer(\n item: AzureVmWorkloadProtectedItemUnion,\n): any {\n switch (item.protectedItemType) {\n case \"AzureVmWorkloadSAPAseDatabase\":\n return azureVmWorkloadSAPAseDatabaseProtectedItemSerializer(\n item as AzureVmWorkloadSAPAseDatabaseProtectedItem,\n );\n\n case \"AzureVmWorkloadSAPHanaDatabase\":\n return azureVmWorkloadSAPHanaDatabaseProtectedItemSerializer(\n item as AzureVmWorkloadSAPHanaDatabaseProtectedItem,\n );\n\n case \"AzureVmWorkloadSAPHanaDBInstance\":\n return azureVmWorkloadSAPHanaDBInstanceProtectedItemSerializer(\n item as AzureVmWorkloadSAPHanaDBInstanceProtectedItem,\n );\n\n case \"AzureVmWorkloadSQLDatabase\":\n return azureVmWorkloadSQLDatabaseProtectedItemSerializer(\n item as AzureVmWorkloadSQLDatabaseProtectedItem,\n );\n\n case \"AzureVmWorkloadSQLInstance\":\n return azureVmWorkloadSQLInstanceProtectedItemSerializer(\n item as AzureVmWorkloadSQLInstanceProtectedItem,\n );\n\n default:\n return azureVmWorkloadProtectedItemSerializer(item);\n }\n}\n\nexport function azureVmWorkloadProtectedItemUnionDeserializer(\n item: any,\n): AzureVmWorkloadProtectedItemUnion {\n switch (item[\"protectedItemType\"]) {\n case \"AzureVmWorkloadSAPAseDatabase\":\n return azureVmWorkloadSAPAseDatabaseProtectedItemDeserializer(\n item as AzureVmWorkloadSAPAseDatabaseProtectedItem,\n );\n\n case \"AzureVmWorkloadSAPHanaDatabase\":\n return azureVmWorkloadSAPHanaDatabaseProtectedItemDeserializer(\n item as AzureVmWorkloadSAPHanaDatabaseProtectedItem,\n );\n\n case \"AzureVmWorkloadSAPHanaDBInstance\":\n return azureVmWorkloadSAPHanaDBInstanceProtectedItemDeserializer(\n item as AzureVmWorkloadSAPHanaDBInstanceProtectedItem,\n );\n\n case \"AzureVmWorkloadSQLDatabase\":\n return azureVmWorkloadSQLDatabaseProtectedItemDeserializer(\n item as AzureVmWorkloadSQLDatabaseProtectedItem,\n );\n\n case \"AzureVmWorkloadSQLInstance\":\n return azureVmWorkloadSQLInstanceProtectedItemDeserializer(\n item as AzureVmWorkloadSQLInstanceProtectedItem,\n );\n\n default:\n return azureVmWorkloadProtectedItemDeserializer(item);\n }\n}\n\n/** Last backup operation status. Possible values: Healthy, Unhealthy. */\nexport enum KnownLastBackupStatus {\n /** Invalid */\n Invalid = \"Invalid\",\n /** Healthy */\n Healthy = \"Healthy\",\n /** Unhealthy */\n Unhealthy = \"Unhealthy\",\n /** IRPending */\n IRPending = \"IRPending\",\n}\n\n/**\n * Last backup operation status. Possible values: Healthy, Unhealthy. \\\n * {@link KnownLastBackupStatus} can be used interchangeably with LastBackupStatus,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Invalid** \\\n * **Healthy** \\\n * **Unhealthy** \\\n * **IRPending**\n */\nexport type LastBackupStatus = string;\n\n/** Health status of the backup item, evaluated based on last heartbeat received */\nexport enum KnownProtectedItemHealthStatus {\n /** Invalid */\n Invalid = \"Invalid\",\n /** Healthy */\n Healthy = \"Healthy\",\n /** Unhealthy */\n Unhealthy = \"Unhealthy\",\n /** NotReachable */\n NotReachable = \"NotReachable\",\n /** IRPending */\n IRPending = \"IRPending\",\n}\n\n/**\n * Health status of the backup item, evaluated based on last heartbeat received \\\n * {@link KnownProtectedItemHealthStatus} can be used interchangeably with ProtectedItemHealthStatus,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Invalid** \\\n * **Healthy** \\\n * **Unhealthy** \\\n * **NotReachable** \\\n * **IRPending**\n */\nexport type ProtectedItemHealthStatus = string;\n\n/** Additional information on Azure Workload for SQL specific backup item. */\nexport interface AzureVmWorkloadProtectedItemExtendedInfo {\n /** The oldest backup copy available for this backup item across all tiers. */\n oldestRecoveryPoint?: Date;\n /** The oldest backup copy available for this backup item in vault tier */\n oldestRecoveryPointInVault?: Date;\n /** The oldest backup copy available for this backup item in archive tier */\n oldestRecoveryPointInArchive?: Date;\n /** The latest backup copy available for this backup item in archive tier */\n newestRecoveryPointInArchive?: Date;\n /** Number of backup copies available for this backup item. */\n recoveryPointCount?: number;\n /** Indicates consistency of policy object and policy applied to this backup item. */\n policyState?: string;\n /** Indicates consistency of policy object and policy applied to this backup item. */\n recoveryModel?: string;\n}\n\nexport function azureVmWorkloadProtectedItemExtendedInfoSerializer(\n item: AzureVmWorkloadProtectedItemExtendedInfo,\n): any {\n return {\n oldestRecoveryPoint: !item[\"oldestRecoveryPoint\"]\n ? item[\"oldestRecoveryPoint\"]\n : item[\"oldestRecoveryPoint\"].toISOString(),\n oldestRecoveryPointInVault: !item[\"oldestRecoveryPointInVault\"]\n ? item[\"oldestRecoveryPointInVault\"]\n : item[\"oldestRecoveryPointInVault\"].toISOString(),\n oldestRecoveryPointInArchive: !item[\"oldestRecoveryPointInArchive\"]\n ? item[\"oldestRecoveryPointInArchive\"]\n : item[\"oldestRecoveryPointInArchive\"].toISOString(),\n newestRecoveryPointInArchive: !item[\"newestRecoveryPointInArchive\"]\n ? item[\"newestRecoveryPointInArchive\"]\n : item[\"newestRecoveryPointInArchive\"].toISOString(),\n recoveryPointCount: item[\"recoveryPointCount\"],\n policyState: item[\"policyState\"],\n recoveryModel: item[\"recoveryModel\"],\n };\n}\n\nexport function azureVmWorkloadProtectedItemExtendedInfoDeserializer(\n item: any,\n): AzureVmWorkloadProtectedItemExtendedInfo {\n return {\n oldestRecoveryPoint: !item[\"oldestRecoveryPoint\"]\n ? item[\"oldestRecoveryPoint\"]\n : new Date(item[\"oldestRecoveryPoint\"]),\n oldestRecoveryPointInVault: !item[\"oldestRecoveryPointInVault\"]\n ? item[\"oldestRecoveryPointInVault\"]\n : new Date(item[\"oldestRecoveryPointInVault\"]),\n oldestRecoveryPointInArchive: !item[\"oldestRecoveryPointInArchive\"]\n ? item[\"oldestRecoveryPointInArchive\"]\n : new Date(item[\"oldestRecoveryPointInArchive\"]),\n newestRecoveryPointInArchive: !item[\"newestRecoveryPointInArchive\"]\n ? item[\"newestRecoveryPointInArchive\"]\n : new Date(item[\"newestRecoveryPointInArchive\"]),\n recoveryPointCount: item[\"recoveryPointCount\"],\n policyState: item[\"policyState\"],\n recoveryModel: item[\"recoveryModel\"],\n };\n}\n\nexport function distributedNodesInfoArraySerializer(result: Array<DistributedNodesInfo>): any[] {\n return result.map((item) => {\n return distributedNodesInfoSerializer(item);\n });\n}\n\nexport function distributedNodesInfoArrayDeserializer(result: Array<DistributedNodesInfo>): any[] {\n return result.map((item) => {\n return distributedNodesInfoDeserializer(item);\n });\n}\n\n/** This is used to represent the various nodes of the distributed container. */\nexport interface DistributedNodesInfo {\n /** Name of the node under a distributed container. */\n nodeName?: string;\n /**\n * Status of this Node.\n * Failed | Succeeded\n */\n status?: string;\n /** Error Details if the Status is non-success. */\n errorDetail?: ErrorDetail;\n /** ARM resource id of the node */\n sourceResourceId?: string;\n}\n\nexport function distributedNodesInfoSerializer(item: DistributedNodesInfo): any {\n return {\n nodeName: item[\"nodeName\"],\n status: item[\"status\"],\n errorDetail: !item[\"errorDetail\"]\n ? item[\"errorDetail\"]\n : errorDetailSerializer(item[\"errorDetail\"]),\n sourceResourceId: item[\"sourceResourceId\"],\n };\n}\n\nexport function distributedNodesInfoDeserializer(item: any): DistributedNodesInfo {\n return {\n nodeName: item[\"nodeName\"],\n status: item[\"status\"],\n errorDetail: !item[\"errorDetail\"]\n ? item[\"errorDetail\"]\n : errorDetailDeserializer(item[\"errorDetail\"]),\n sourceResourceId: item[\"sourceResourceId\"],\n };\n}\n\n/** Azure VM workload-specific protected item representing SAP ASE Database. */\nexport interface AzureVmWorkloadSAPAseDatabaseProtectedItem extends AzureVmWorkloadProtectedItem {\n /** This property will be used as the discriminator for deciding the specific types in the polymorphic chain of types. */\n protectedItemType: \"AzureVmWorkloadSAPAseDatabase\";\n}\n\nexport function azureVmWorkloadSAPAseDatabaseProtectedItemSerializer(\n item: AzureVmWorkloadSAPAseDatabaseProtectedItem,\n): any {\n return {\n protectedItemType: item[\"protectedItemType\"],\n serverName: item[\"serverName\"],\n parentName: item[\"parentName\"],\n parentType: item[\"parentType\"],\n protectionState: item[\"protectionState\"],\n lastBackupStatus: item[\"lastBackupStatus\"],\n lastBackupTime: !item[\"lastBackupTime\"]\n ? item[\"lastBackupTime\"]\n : item[\"lastBackupTime\"].toISOString(),\n lastBackupErrorDetail: !item[\"lastBackupErrorDetail\"]\n ? item[\"lastBackupErrorDetail\"]\n : errorDetailSerializer(item[\"lastBackupErrorDetail\"]),\n protectedItemDataSourceId: item[\"protectedItemDataSourceId\"],\n protectedItemHealthStatus: item[\"protectedItemHealthStatus\"],\n extendedInfo: !item[\"extendedInfo\"]\n ? item[\"extendedInfo\"]\n : azureVmWorkloadProtectedItemExtendedInfoSerializer(item[\"extendedInfo\"]),\n kpisHealths: !item[\"kpisHealths\"]\n ? item[\"kpisHealths\"]\n : kpiResourceHealthDetailsRecordSerializer(item[\"kpisHealths\"]),\n nodesList: !item[\"nodesList\"]\n ? item[\"nodesList\"]\n : distributedNodesInfoArraySerializer(item[\"nodesList\"]),\n containerName: item[\"containerName\"],\n sourceResourceId: item[\"sourceResourceId\"],\n policyId: item[\"policyId\"],\n lastRecoveryPoint: !item[\"lastRecoveryPoint\"]\n ? item[\"lastRecoveryPoint\"]\n : item[\"lastRecoveryPoint\"].toISOString(),\n backupSetName: item[\"backupSetName\"],\n createMode: item[\"createMode\"],\n deferredDeleteTimeInUTC: !item[\"deferredDeleteTimeInUTC\"]\n ? item[\"deferredDeleteTimeInUTC\"]\n : item[\"deferredDeleteTimeInUTC\"].toISOString(),\n isScheduledForDeferredDelete: item[\"isScheduledForDeferredDelete\"],\n deferredDeleteTimeRemaining: item[\"deferredDeleteTimeRemaining\"],\n isDeferredDeleteScheduleUpcoming: item[\"isDeferredDeleteScheduleUpcoming\"],\n isRehydrate: item[\"isRehydrate\"],\n resourceGuardOperationRequests: !item[\"resourceGuardOperationRequests\"]\n ? item[\"resourceGuardOperationRequests\"]\n : item[\"resourceGuardOperationRequests\"].map((p: any) => {\n return p;\n }),\n isArchiveEnabled: item[\"isArchiveEnabled\"],\n policyName: item[\"policyName\"],\n softDeleteRetentionPeriodInDays: item[\"softDeleteRetentionPeriodInDays\"],\n sourceSideScanInfo: !item[\"sourceSideScanInfo\"]\n ? item[\"sourceSideScanInfo\"]\n : sourceSideScanInfoSerializer(item[\"sourceSideScanInfo\"]),\n };\n}\n\nexport function azureVmWorkloadSAPAseDatabaseProtectedItemDeserializer(\n item: any,\n): AzureVmWorkloadSAPAseDatabaseProtectedItem {\n return {\n protectedItemType: item[\"protectedItemType\"],\n friendlyName: item[\"friendlyName\"],\n serverName: item[\"serverName\"],\n parentName: item[\"parentName\"],\n parentType: item[\"parentType\"],\n protectionStatus: item[\"protectionStatus\"],\n protectionState: item[\"protectionState\"],\n lastBackupStatus: item[\"lastBackupStatus\"],\n lastBackupTime: !item[\"lastBackupTime\"]\n ? item[\"lastBackupTime\"]\n : new Date(item[\"lastBackupTime\"]),\n lastBackupErrorDetail: !item[\"lastBackupErrorDetail\"]\n ? item[\"lastBackupErrorDetail\"]\n : errorDetailDeserializer(item[\"lastBackupErrorDetail\"]),\n protectedItemDataSourceId: item[\"protectedItemDataSourceId\"],\n protectedItemHealthStatus: item[\"protectedItemHealthStatus\"],\n extendedInfo: !item[\"extendedInfo\"]\n ? item[\"extendedInfo\"]\n : azureVmWorkloadProtectedItemExtendedInfoDeserializer(item[\"extendedInfo\"]),\n kpisHealths: !item[\"kpisHealths\"]\n ? item[\"kpisHealths\"]\n : kpiResourceHealthDetailsRecordDeserializer(item[\"kpisHealths\"]),\n nodesList: !item[\"nodesList\"]\n ? item[\"nodesList\"]\n : distributedNodesInfoArrayDeserializer(item[\"nodesList\"]),\n backupManagementType: item[\"backupManagementType\"],\n workloadType: item[\"workloadType\"],\n containerName: item[\"containerName\"],\n sourceResourceId: item[\"sourceResourceId\"],\n policyId: item[\"policyId\"],\n lastRecoveryPoint: !item[\"lastRecoveryPoint\"]\n ? item[\"lastRecoveryPoint\"]\n : new Date(item[\"lastRecoveryPoint\"]),\n backupSetName: item[\"backupSetName\"],\n createMode: item[\"createMode\"],\n deferredDeleteTimeInUTC: !item[\"deferredDeleteTimeInUTC\"]\n ? item[\"deferredDeleteTimeInUTC\"]\n : new Date(item[\"deferredDeleteTimeInUTC\"]),\n isScheduledForDeferredDelete: item[\"isScheduledForDeferredDelete\"],\n deferredDeleteTimeRemaining: item[\"deferredDeleteTimeRemaining\"],\n isDeferredDeleteScheduleUpcoming: item[\"isDeferredDeleteScheduleUpcoming\"],\n isRehydrate: item[\"isRehydrate\"],\n resourceGuardOperationRequests: !item[\"resourceGuardOperationRequests\"]\n ? item[\"resourceGuardOperationRequests\"]\n : item[\"resourceGuardOperationRequests\"].map((p: any) => {\n return p;\n }),\n isArchiveEnabled: item[\"isArchiveEnabled\"],\n policyName: item[\"policyName\"],\n softDeleteRetentionPeriodInDays: item[\"softDeleteRetentionPeriodInDays\"],\n vaultId: item[\"vaultId\"],\n sourceSideScanInfo: !item[\"sourceSideScanInfo\"]\n ? item[\"sourceSideScanInfo\"]\n : sourceSideScanInfoDeserializer(item[\"sourceSideScanInfo\"]),\n };\n}\n\n/** Azure VM workload-specific protected item representing SAP HANA Database. */\nexport interface AzureVmWorkloadSAPHanaDatabaseProtectedItem extends AzureVmWorkloadProtectedItem {\n /** This property will be used as the discriminator for deciding the specific types in the polymorphic chain of types. */\n protectedItemType: \"AzureVmWorkloadSAPHanaDatabase\";\n}\n\nexport function azureVmWorkloadSAPHanaDatabaseProtectedItemSerializer(\n item: AzureVmWorkloadSAPHanaDatabaseProtectedItem,\n): any {\n return {\n protectedItemType: item[\"protectedItemType\"],\n serverName: item[\"serverName\"],\n parentName: item[\"parentName\"],\n parentType: item[\"parentType\"],\n protectionState: item[\"protectionState\"],\n lastBackupStatus: item[\"lastBackupStatus\"],\n lastBackupTime: !item[\"lastBackupTime\"]\n ? item[\"lastBackupTime\"]\n : item[\"lastBackupTime\"].toISOString(),\n lastBackupErrorDetail: !item[\"lastBackupErrorDetail\"]\n ? item[\"lastBackupErrorDetail\"]\n : errorDetailSerializer(item[\"lastBackupErrorDetail\"]),\n protectedItemDataSourceId: item[\"protectedItemDataSourceId\"],\n protectedItemHealthStatus: item[\"protectedItemHealthStatus\"],\n extendedInfo: !item[\"extendedInfo\"]\n ? item[\"extendedInfo\"]\n : azureVmWorkloadProtectedItemExtendedInfoSerializer(item[\"extendedInfo\"]),\n kpisHealths: !item[\"kpisHealths\"]\n ? item[\"kpisHealths\"]\n : kpiResourceHealthDetailsRecordSerializer(item[\"kpisHealths\"]),\n nodesList: !item[\"nodesList\"]\n ? item[\"nodesList\"]\n : distributedNodesInfoArraySerializer(item[\"nodesList\"]),\n containerName: item[\"containerName\"],\n sourceResourceId: item[\"sourceResourceId\"],\n policyId: item[\"policyId\"],\n lastRecoveryPoint: !item[\"lastRecoveryPoint\"]\n ? item[\"lastRecoveryPoint\"]\n : item[\"lastRecoveryPoint\"].toISOString(),\n backupSetName: item[\"backupSetName\"],\n createMode: item[\"createMode\"],\n deferredDeleteTimeInUTC: !item[\"deferredDeleteTimeInUTC\"]\n ? item[\"deferredDeleteTimeInUTC\"]\n : item[\"deferredDeleteTimeInUTC\"].toISOString(),\n isScheduledForDeferredDelete: item[\"isScheduledForDeferredDelete\"],\n deferredDeleteTimeRemaining: item[\"deferredDeleteTimeRemaining\"],\n isDeferredDeleteScheduleUpcoming: item[\"isDeferredDeleteScheduleUpcoming\"],\n isRehydrate: item[\"isRehydrate\"],\n resourceGuardOperationRequests: !item[\"resourceGuardOperationRequests\"]\n ? item[\"resourceGuardOperationRequests\"]\n : item[\"resourceGuardOperationRequests\"].map((p: any) => {\n return p;\n }),\n isArchiveEnabled: item[\"isArchiveEnabled\"],\n policyName: item[\"policyName\"],\n softDeleteRetentionPeriodInDays: item[\"softDeleteRetentionPeriodInDays\"],\n sourceSideScanInfo: !item[\"sourceSideScanInfo\"]\n ? item[\"sourceSideScanInfo\"]\n : sourceSideScanInfoSerializer(item[\"sourceSideScanInfo\"]),\n };\n}\n\nexport function azureVmWorkloadSAPHanaDatabaseProtectedItemDeserializer(\n item: any,\n): AzureVmWorkloadSAPHanaDatabaseProtectedItem {\n return {\n protectedItemType: item[\"protectedItemType\"],\n friendlyName: item[\"friendlyName\"],\n serverName: item[\"serverName\"],\n parentName: item[\"parentName\"],\n parentType: item[\"parentType\"],\n protectionStatus: item[\"protectionStatus\"],\n protectionState: item[\"protectionState\"],\n lastBackupStatus: item[\"lastBackupStatus\"],\n lastBackupTime: !item[\"lastBackupTime\"]\n ? item[\"lastBackupTime\"]\n : new Date(item[\"lastBackupTime\"]),\n lastBackupErrorDetail: !item[\"lastBackupErrorDetail\"]\n ? item[\"lastBackupErrorDetail\"]\n : errorDetailDeserializer(item[\"lastBackupErrorDetail\"]),\n protectedItemDataSourceId: item[\"protectedItemDataSourceId\"],\n protectedItemHealthStatus: item[\"protectedItemHealthStatus\"],\n extendedInfo: !item[\"extendedInfo\"]\n ? item[\"extendedInfo\"]\n : azureVmWorkloadProtectedItemExtendedInfoDeserializer(item[\"extendedInfo\"]),\n kpisHealths: !item[\"kpisHealths\"]\n ? item[\"kpisHealths\"]\n : kpiResourceHealthDetailsRecordDeserializer(item[\"kpisHealths\"]),\n nodesList: !item[\"nodesList\"]\n ? item[\"nodesList\"]\n : distributedNodesInfoArrayDeserializer(item[\"nodesList\"]),\n backupManagementType: item[\"backupManagementType\"],\n workloadType: item[\"workloadType\"],\n containerName: item[\"containerName\"],\n sourceResourceId: item[\"sourceResourceId\"],\n policyId: item[\"policyId\"],\n lastRecoveryPoint: !item[\"lastRecoveryPoint\"]\n ? item[\"lastRecoveryPoint\"]\n : new Date(item[\"lastRecoveryPoint\"]),\n backupSetName: item[\"backupSetName\"],\n createMode: item[\"createMode\"],\n deferredDeleteTimeInUTC: !item[\"deferredDeleteTimeInUTC\"]\n ? item[\"deferredDeleteTimeInUTC\"]\n : new Date(item[\"deferredDeleteTimeInUTC\"]),\n isScheduledForDeferredDelete: item[\"isScheduledForDeferredDelete\"],\n deferredDeleteTimeRemaining: item[\"deferredDeleteTimeRemaining\"],\n isDeferredDeleteScheduleUpcoming: item[\"isDeferredDeleteScheduleUpcoming\"],\n isRehydrate: item[\"isRehydrate\"],\n resourceGuardOperationRequests: !item[\"resourceGuardOperationRequests\"]\n ? item[\"resourceGuardOperationRequests\"]\n : item[\"resourceGuardOperationRequests\"].map((p: any) => {\n return p;\n }),\n isArchiveEnabled: item[\"isArchiveEnabled\"],\n policyName: item[\"policyName\"],\n softDeleteRetentionPeriodInDays: item[\"softDeleteRetentionPeriodInDays\"],\n vaultId: item[\"vaultId\"],\n sourceSideScanInfo: !item[\"sourceSideScanInfo\"]\n ? item[\"sourceSideScanInfo\"]\n : sourceSideScanInfoDeserializer(item[\"sourceSideScanInfo\"]),\n };\n}\n\n/** Azure VM workload-specific protected item representing SAP HANA DBInstance. */\nexport interface AzureVmWorkloadSAPHanaDBInstanceProtectedItem extends AzureVmWorkloadProtectedItem {\n /** This property will be used as the discriminator for deciding the specific types in the polymorphic chain of types. */\n protectedItemType: \"AzureVmWorkloadSAPHanaDBInstance\";\n}\n\nexport function azureVmWorkloadSAPHanaDBInstanceProtectedItemSerializer(\n item: AzureVmWorkloadSAPHanaDBInstanceProtectedItem,\n): any {\n return {\n protectedItemType: item[\"protectedItemType\"],\n serverName: item[\"serverName\"],\n parentName: item[\"parentName\"],\n parentType: item[\"parentType\"],\n protectionState: item[\"protectionState\"],\n lastBackupStatus: item[\"lastBackupStatus\"],\n lastBackupTime: !item[\"lastBackupTime\"]\n ? item[\"lastBackupTime\"]\n : item[\"lastBackupTime\"].toISOString(),\n lastBackupErrorDetail: !item[\"lastBackupErrorDetail\"]\n ? item[\"lastBackupErrorDetail\"]\n : errorDetailSerializer(item[\"lastBackupErrorDetail\"]),\n protectedItemDataSourceId: item[\"protectedItemDataSourceId\"],\n protectedItemHealthStatus: item[\"protectedItemHealthStatus\"],\n extendedInfo: !item[\"extendedInfo\"]\n ? item[\"extendedInfo\"]\n : azureVmWorkloadProtectedItemExtendedInfoSerializer(item[\"extendedInfo\"]),\n kpisHealths: !item[\"kpisHealths\"]\n ? item[\"kpisHealths\"]\n : kpiResourceHealthDetailsRecordSerializer(item[\"kpisHealths\"]),\n nodesList: !item[\"nodesList\"]\n ? item[\"nodesList\"]\n : distributedNodesInfoArraySerializer(item[\"nodesList\"]),\n containerName: item[\"containerName\"],\n sourceResourceId: item[\"sourceResourceId\"],\n policyId: item[\"policyId\"],\n lastRecoveryPoint: !item[\"lastRecoveryPoint\"]\n ? item[\"lastRecoveryPoint\"]\n : item[\"lastRecoveryPoint\"].toISOString(),\n backupSetName: item[\"backupSetName\"],\n createMode: item[\"createMode\"],\n deferredDeleteTimeInUTC: !item[\"deferredDeleteTimeInUTC\"]\n ? item[\"deferredDeleteTimeInUTC\"]\n : item[\"deferredDeleteTimeInUTC\"].toISOString(),\n isScheduledForDeferredDelete: item[\"isScheduledForDeferredDelete\"],\n deferredDeleteTimeRemaining: item[\"deferredDeleteTimeRemaining\"],\n isDeferredDeleteScheduleUpcoming: item[\"isDeferredDeleteScheduleUpcoming\"],\n isRehydrate: item[\"isRehydrate\"],\n resourceGuardOperationRequests: !item[\"resourceGuardOperationRequests\"]\n ? item[\"resourceGuardOperationRequests\"]\n : item[\"resourceGuardOperationRequests\"].map((p: any) => {\n return p;\n }),\n isArchiveEnabled: item[\"isArchiveEnabled\"],\n policyName: item[\"policyName\"],\n softDeleteRetentionPeriodInDays: item[\"softDeleteRetentionPeriodInDays\"],\n sourceSideScanInfo: !item[\"sourceSideScanInfo\"]\n ? item[\"sourceSideScanInfo\"]\n : sourceSideScanInfoSerializer(item[\"sourceSideScanInfo\"]),\n };\n}\n\nexport function azureVmWorkloadSAPHanaDBInstanceProtectedItemDeserializer(\n item: any,\n): AzureVmWorkloadSAPHanaDBInstanceProtectedItem {\n return {\n protectedItemType: item[\"protectedItemType\"],\n friendlyName: item[\"friendlyName\"],\n serverName: item[\"serverName\"],\n parentName: item[\"parentName\"],\n parentType: item[\"parentType\"],\n protectionStatus: item[\"protectionStatus\"],\n protectionState: item[\"protectionState\"],\n lastBackupStatus: item[\"lastBackupStatus\"],\n lastBackupTime: !item[\"lastBackupTime\"]\n ? item[\"lastBackupTime\"]\n : new Date(item[\"lastBackupTime\"]),\n lastBackupErrorDetail: !item[\"lastBackupErrorDetail\"]\n ? item[\"lastBackupErrorDetail\"]\n : errorDetailDeserializer(item[\"lastBackupErrorDetail\"]),\n protectedItemDataSourceId: item[\"protectedItemDataSourceId\"],\n protectedItemHealthStatus: item[\"protectedItemHealthStatus\"],\n extendedInfo: !item[\"extendedInfo\"]\n ? item[\"extendedInfo\"]\n : azureVmWorkloadProtectedItemExtendedInfoDeserializer(item[\"extendedInfo\"]),\n kpisHealths: !item[\"kpisHealths\"]\n ? item[\"kpisHealths\"]\n : kpiResourceHealthDetailsRecordDeserializer(item[\"kpisHealths\"]),\n nodesList: !item[\"nodesList\"]\n ? item[\"nodesList\"]\n : distributedNodesInfoArrayDeserializer(item[\"nodesList\"]),\n backupManagementType: item[\"backupManagementType\"],\n workloadType: item[\"workloadType\"],\n containerName: item[\"containerName\"],\n sourceResourceId: item[\"sourceResourceId\"],\n policyId: item[\"policyId\"],\n lastRecoveryPoint: !item[\"lastRecoveryPoint\"]\n ? item[\"lastRecoveryPoint\"]\n : new Date(item[\"lastRecoveryPoint\"]),\n backupSetName: item[\"backupSetName\"],\n createMode: item[\"createMode\"],\n deferredDeleteTimeInUTC: !item[\"deferredDeleteTimeInUTC\"]\n ? item[\"deferredDeleteTimeInUTC\"]\n : new Date(item[\"deferredDeleteTimeInUTC\"]),\n isScheduledForDeferredDelete: item[\"isScheduledForDeferredDelete\"],\n deferredDeleteTimeRemaining: item[\"deferredDeleteTimeRemaining\"],\n isDeferredDeleteScheduleUpcoming: item[\"isDeferredDeleteScheduleUpcoming\"],\n isRehydrate: item[\"isRehydrate\"],\n resourceGuardOperationRequests: !item[\"resourceGuardOperationRequests\"]\n ? item[\"resourceGuardOperationRequests\"]\n : item[\"resourceGuardOperationRequests\"].map((p: any) => {\n return p;\n }),\n isArchiveEnabled: item[\"isArchiveEnabled\"],\n policyName: item[\"policyName\"],\n softDeleteRetentionPeriodInDays: item[\"softDeleteRetentionPeriodInDays\"],\n vaultId: item[\"vaultId\"],\n sourceSideScanInfo: !item[\"sourceSideScanInfo\"]\n ? item[\"sourceSideScanInfo\"]\n : sourceSideScanInfoDeserializer(item[\"sourceSideScanInfo\"]),\n };\n}\n\n/** Azure VM workload-specific protected item representing SQL Database. */\nexport interface AzureVmWorkloadSQLDatabaseProtectedItem extends AzureVmWorkloadProtectedItem {\n /** This property will be used as the discriminator for deciding the specific types in the polymorphic chain of types. */\n protectedItemType: \"AzureVmWorkloadSQLDatabase\";\n /** Name of the parent protected item (e.g., SQL Instance name) when this database is protected as part of a parent. */\n parentProtectedItem?: string;\n /** Protection type in case protected as part of a parent. */\n protectionLevel?: ProtectionLevel;\n}\n\nexport function azureVmWorkloadSQLDatabaseProtectedItemSerializer(\n item: AzureVmWorkloadSQLDatabaseProtectedItem,\n): any {\n return {\n protectedItemType: item[\"protectedItemType\"],\n serverName: item[\"serverName\"],\n parentName: item[\"parentName\"],\n parentType: item[\"parentType\"],\n protectionState: item[\"protectionState\"],\n lastBackupStatus: item[\"lastBackupStatus\"],\n lastBackupTime: !item[\"lastBackupTime\"]\n ? item[\"lastBackupTime\"]\n : item[\"lastBackupTime\"].toISOString(),\n lastBackupErrorDetail: !item[\"lastBackupErrorDetail\"]\n ? item[\"lastBackupErrorDetail\"]\n : errorDetailSerializer(item[\"lastBackupErrorDetail\"]),\n protectedItemDataSourceId: item[\"protectedItemDataSourceId\"],\n protectedItemHealthStatus: item[\"protectedItemHealthStatus\"],\n extendedInfo: !item[\"extendedInfo\"]\n ? item[\"extendedInfo\"]\n : azureVmWorkloadProtectedItemExtendedInfoSerializer(item[\"extendedInfo\"]),\n kpisHealths: !item[\"kpisHealths\"]\n ? item[\"kpisHealths\"]\n : kpiResourceHealthDetailsRecordSerializer(item[\"kpisHealths\"]),\n nodesList: !item[\"nodesList\"]\n ? item[\"nodesList\"]\n : distributedNodesInfoArraySerializer(item[\"nodesList\"]),\n containerName: item[\"containerName\"],\n sourceResourceId: item[\"sourceResourceId\"],\n policyId: item[\"policyId\"],\n lastRecoveryPoint: !item[\"lastRecoveryPoint\"]\n ? item[\"lastRecoveryPoint\"]\n : item[\"lastRecoveryPoint\"].toISOString(),\n backupSetName: item[\"backupSetName\"],\n createMode: item[\"createMode\"],\n deferredDeleteTimeInUTC: !item[\"deferredDeleteTimeInUTC\"]\n ? item[\"deferredDeleteTimeInUTC\"]\n : item[\"deferredDeleteTimeInUTC\"].toISOString(),\n isScheduledForDeferredDelete: item[\"isScheduledForDeferredDelete\"],\n deferredDeleteTimeRemaining: item[\"deferredDeleteTimeRemaining\"],\n isDeferredDeleteScheduleUpcoming: item[\"isDeferredDeleteScheduleUpcoming\"],\n isRehydrate: item[\"isRehydrate\"],\n resourceGuardOperationRequests: !item[\"resourceGuardOperationRequests\"]\n ? item[\"resourceGuardOperationRequests\"]\n : item[\"resourceGuardOperationRequests\"].map((p: any) => {\n return p;\n }),\n isArchiveEnabled: item[\"isArchiveEnabled\"],\n policyName: item[\"policyName\"],\n softDeleteRetentionPeriodInDays: item[\"softDeleteRetentionPeriodInDays\"],\n sourceSideScanInfo: !item[\"sourceSideScanInfo\"]\n ? item[\"sourceSideScanInfo\"]\n : sourceSideScanInfoSerializer(item[\"sourceSideScanInfo\"]),\n parentProtectedItem: item[\"parentProtectedItem\"],\n protectionLevel: item[\"protectionLevel\"],\n };\n}\n\nexport function azureVmWorkloadSQLDatabaseProtectedItemDeserializer(\n item: any,\n): AzureVmWorkloadSQLDatabaseProtectedItem {\n return {\n protectedItemType: item[\"protectedItemType\"],\n friendlyName: item[\"friendlyName\"],\n serverName: item[\"serverName\"],\n parentName: item[\"parentName\"],\n parentType: item[\"parentType\"],\n protectionStatus: item[\"protectionStatus\"],\n protectionState: item[\"protectionState\"],\n lastBackupStatus: item[\"lastBackupStatus\"],\n lastBackupTime: !item[\"lastBackupTime\"]\n ? item[\"lastBackupTime\"]\n : new Date(item[\"lastBackupTime\"]),\n lastBackupErrorDetail: !item[\"lastBackupErrorDetail\"]\n ? item[\"lastBackupErrorDetail\"]\n : errorDetailDeserializer(item[\"lastBackupErrorDetail\"]),\n protectedItemDataSourceId: item[\"protectedItemDataSourceId\"],\n protectedItemHealthStatus: item[\"protectedItemHealthStatus\"],\n extendedInfo: !item[\"extendedInfo\"]\n ? item[\"extendedInfo\"]\n : azureVmWorkloadProtectedItemExtendedInfoDeserializer(item[\"extendedInfo\"]),\n kpisHealths: !item[\"kpisHealths\"]\n ? item[\"kpisHealths\"]\n : kpiResourceHealthDetailsRecordDeserializer(item[\"kpisHealths\"]),\n nodesList: !item[\"nodesList\"]\n ? item[\"nodesList\"]\n : distributedNodesInfoArrayDeserializer(item[\"nodesList\"]),\n backupManagementType: item[\"backupManagementType\"],\n workloadType: item[\"workloadType\"],\n containerName: item[\"containerName\"],\n sourceResourceId: item[\"sourceResourceId\"],\n policyId: item[\"policyId\"],\n lastRecoveryPoint: !item[\"lastRecoveryPoint\"]\n ? item[\"lastRecoveryPoint\"]\n : new Date(item[\"lastRecoveryPoint\"]),\n backupSetName: item[\"backupSetName\"],\n createMode: item[\"createMode\"],\n deferredDeleteTimeInUTC: !item[\"deferredDeleteTimeInUTC\"]\n ? item[\"deferredDeleteTimeInUTC\"]\n : new Date(item[\"deferredDeleteTimeInUTC\"]),\n isScheduledForDeferredDelete: item[\"isScheduledForDeferredDelete\"],\n deferredDeleteTimeRemaining: item[\"deferredDeleteTimeRemaining\"],\n isDeferredDeleteScheduleUpcoming: item[\"isDeferredDeleteScheduleUpcoming\"],\n isRehydrate: item[\"isRehydrate\"],\n resourceGuardOperationRequests: !item[\"resourceGuardOperationRequests\"]\n ? item[\"resourceGuardOperationRequests\"]\n : item[\"resourceGuardOperationRequests\"].map((p: any) => {\n return p;\n }),\n isArchiveEnabled: item[\"isArchiveEnabled\"],\n policyName: item[\"policyName\"],\n softDeleteRetentionPeriodInDays: item[\"softDeleteRetentionPeriodInDays\"],\n vaultId: item[\"vaultId\"],\n sourceSideScanInfo: !item[\"sourceSideScanInfo\"]\n ? item[\"sourceSideScanInfo\"]\n : sourceSideScanInfoDeserializer(item[\"sourceSideScanInfo\"]),\n parentProtectedItem: item[\"parentProtectedItem\"],\n protectionLevel: item[\"protectionLevel\"],\n };\n}\n\n/** Protection type in case protected as part of a parent. */\nexport enum KnownProtectionLevel {\n /** Protected at database level */\n Database = \"Database\",\n /** Database protected under an instance */\n DatabaseUnderInstance = \"DatabaseUnderInstance\",\n}\n\n/**\n * Protection type in case protected as part of a parent. \\\n * {@link KnownProtectionLevel} can be used interchangeably with ProtectionLevel,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Database**: Protected at database level \\\n * **DatabaseUnderInstance**: Database protected under an instance\n */\nexport type ProtectionLevel = string;\n\n/** Azure VM workload-specific protected item representing SQL Instance. */\nexport interface AzureVmWorkloadSQLInstanceProtectedItem extends AzureVmWorkloadProtectedItem {\n /** This property will be used as the discriminator for deciding the specific types in the polymorphic chain of types. */\n protectedItemType: \"AzureVmWorkloadSQLInstance\";\n /** Name of Child Dbs protected under this parent. */\n childDBNames?: string[];\n /** The state of instance protection. */\n instanceProtectionReadiness?: InstanceProtectionReadiness;\n}\n\nexport function azureVmWorkloadSQLInstanceProtectedItemSerializer(\n item: AzureVmWorkloadSQLInstanceProtectedItem,\n): any {\n return {\n protectedItemType: item[\"protectedItemType\"],\n serverName: item[\"serverName\"],\n parentName: item[\"parentName\"],\n parentType: item[\"parentType\"],\n protectionState: item[\"protectionState\"],\n lastBackupStatus: item[\"lastBackupStatus\"],\n lastBackupTime: !item[\"lastBackupTime\"]\n ? item[\"lastBackupTime\"]\n : item[\"lastBackupTime\"].toISOString(),\n lastBackupErrorDetail: !item[\"lastBackupErrorDetail\"]\n ? item[\"lastBackupErrorDetail\"]\n : errorDetailSerializer(item[\"lastBackupErrorDetail\"]),\n protectedItemDataSourceId: item[\"protectedItemDataSourceId\"],\n protectedItemHealthStatus: item[\"protectedItemHealthStatus\"],\n extendedInfo: !item[\"extendedInfo\"]\n ? item[\"extendedInfo\"]\n : azureVmWorkloadProtectedItemExtendedInfoSerializer(item[\"extendedInfo\"]),\n kpisHealths: !item[\"kpisHealths\"]\n ? item[\"kpisHealths\"]\n : kpiResourceHealthDetailsRecordSerializer(item[\"kpisHealths\"]),\n nodesList: !item[\"nodesList\"]\n ? item[\"nodesList\"]\n : distributedNodesInfoArraySerializer(item[\"nodesList\"]),\n containerName: item[\"containerName\"],\n sourceResourceId: item[\"sourceResourceId\"],\n policyId: item[\"policyId\"],\n lastRecoveryPoint: !item[\"lastRecoveryPoint\"]\n ? item[\"lastRecoveryPoint\"]\n : item[\"lastRecoveryPoint\"].toISOString(),\n backupSetName: item[\"backupSetName\"],\n createMode: item[\"createMode\"],\n deferredDeleteTimeInUTC: !item[\"deferredDeleteTimeInUTC\"]\n ? item[\"deferredDeleteTimeInUTC\"]\n : item[\"deferredDeleteTimeInUTC\"].toISOString(),\n isScheduledForDeferredDelete: item[\"isScheduledForDeferredDelete\"],\n deferredDeleteTimeRemaining: item[\"deferredDeleteTimeRemaining\"],\n isDeferredDeleteScheduleUpcoming: item[\"isDeferredDeleteScheduleUpcoming\"],\n isRehydrate: item[\"isRehydrate\"],\n resourceGuardOperationRequests: !item[\"resourceGuardOperationRequests\"]\n ? item[\"resourceGuardOperationRequests\"]\n : item[\"resourceGuardOperationRequests\"].map((p: any) => {\n return p;\n }),\n isArchiveEnabled: item[\"isArchiveEnabled\"],\n policyName: item[\"policyName\"],\n softDeleteRetentionPeriodInDays: item[\"softDeleteRetentionPeriodInDays\"],\n sourceSideScanInfo: !item[\"sourceSideScanInfo\"]\n ? item[\"sourceSideScanInfo\"]\n : sourceSideScanInfoSerializer(item[\"sourceSideScanInfo\"]),\n childDBNames: !item[\"childDBNames\"]\n ? item[\"childDBNames\"]\n : item[\"childDBNames\"].map((p: any) => {\n return p;\n }),\n instanceProtectionReadiness: item[\"instanceProtectionReadiness\"],\n };\n}\n\nexport function azureVmWorkloadSQLInstanceProtectedItemDeserializer(\n item: any,\n): AzureVmWorkloadSQLInstanceProtectedItem {\n return {\n protectedItemType: item[\"protectedItemType\"],\n friendlyName: item[\"friendlyName\"],\n serverName: item[\"serverName\"],\n parentName: item[\"parentName\"],\n parentType: item[\"parentType\"],\n protectionStatus: item[\"protectionStatus\"],\n protectionState: item[\"protectionState\"],\n lastBackupStatus: item[\"lastBackupStatus\"],\n lastBackupTime: !item[\"lastBackupTime\"]\n ? item[\"lastBackupTime\"]\n : new Date(item[\"lastBackupTime\"]),\n lastBackupErrorDetail: !item[\"lastBackupErrorDetail\"]\n ? item[\"lastBackupErrorDetail\"]\n : errorDetailDeserializer(item[\"lastBackupErrorDetail\"]),\n protectedItemDataSourceId: item[\"protectedItemDataSourceId\"],\n protectedItemHealthStatus: item[\"protectedItemHealthStatus\"],\n extendedInfo: !item[\"extendedInfo\"]\n ? item[\"extendedInfo\"]\n : azureVmWorkloadProtectedItemExtendedInfoDeserializer(item[\"extendedInfo\"]),\n kpisHealths: !item[\"kpisHealths\"]\n ? item[\"kpisHealths\"]\n : kpiResourceHealthDetailsRecordDeserializer(item[\"kpisHealths\"]),\n nodesList: !item[\"nodesList\"]\n ? item[\"nodesList\"]\n : distributedNodesInfoArrayDeserializer(item[\"nodesList\"]),\n backupManagementType: item[\"backupManagementType\"],\n workloadType: item[\"workloadType\"],\n containerName: item[\"containerName\"],\n sourceResourceId: item[\"sourceResourceId\"],\n policyId: item[\"policyId\"],\n lastRecoveryPoint: !item[\"lastRecoveryPoint\"]\n ? item[\"lastRecoveryPoint\"]\n : new Date(item[\"lastRecoveryPoint\"]),\n backupSetName: item[\"backupSetName\"],\n createMode: item[\"createMode\"],\n deferredDeleteTimeInUTC: !item[\"deferredDeleteTimeInUTC\"]\n ? item[\"deferredDeleteTimeInUTC\"]\n : new Date(item[\"deferredDeleteTimeInUTC\"]),\n isScheduledForDeferredDelete: item[\"isScheduledForDeferredDelete\"],\n deferredDeleteTimeRemaining: item[\"deferredDeleteTimeRemaining\"],\n isDeferredDeleteScheduleUpcoming: item[\"isDeferredDeleteScheduleUpcoming\"],\n isRehydrate: item[\"isRehydrate\"],\n resourceGuardOperationRequests: !item[\"resourceGuardOperationRequests\"]\n ? item[\"resourceGuardOperationRequests\"]\n : item[\"resourceGuardOperationRequests\"].map((p: any) => {\n return p;\n }),\n isArchiveEnabled: item[\"isArchiveEnabled\"],\n policyName: item[\"policyName\"],\n softDeleteRetentionPeriodInDays: item[\"softDeleteRetentionPeriodInDays\"],\n vaultId: item[\"vaultId\"],\n sourceSideScanInfo: !item[\"sourceSideScanInfo\"]\n ? item[\"sourceSideScanInfo\"]\n : sourceSideScanInfoDeserializer(item[\"sourceSideScanInfo\"]),\n childDBNames: !item[\"childDBNames\"]\n ? item[\"childDBNames\"]\n : item[\"childDBNames\"].map((p: any) => {\n return p;\n }),\n instanceProtectionReadiness: item[\"instanceProtectionReadiness\"],\n };\n}\n\n/** The state of instance protection. */\nexport enum KnownInstanceProtectionReadiness {\n /** Instance protection readiness is unknown */\n Unknown = \"Unknown\",\n /** Instance is ready for protection */\n Ready = \"Ready\",\n /** Backup schedule is disabled for this instance */\n ScheduleDisabled = \"ScheduleDisabled\",\n /** Instance is partially protected */\n PartialProtection = \"PartialProtection\",\n /** Instance protection encountered an error */\n ProtectionError = \"ProtectionError\",\n}\n\n/**\n * The state of instance protection. \\\n * {@link KnownInstanceProtectionReadiness} can be used interchangeably with InstanceProtectionReadiness,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Unknown**: Instance protection readiness is unknown \\\n * **Ready**: Instance is ready for protection \\\n * **ScheduleDisabled**: Backup schedule is disabled for this instance \\\n * **PartialProtection**: Instance is partially protected \\\n * **ProtectionError**: Instance protection encountered an error\n */\nexport type InstanceProtectionReadiness = string;\n\n/** Additional information on Backup engine specific backup item. */\nexport interface DPMProtectedItem extends ProtectedItem {\n /** Friendly name of the managed item */\n friendlyName?: string;\n /** Backup Management server protecting this backup item */\n backupEngineName?: string;\n /** Protection state of the backup engine */\n protectionState?: ProtectedItemState;\n /** Extended info of the backup item. */\n extendedInfo?: DPMProtectedItemExtendedInfo;\n /** backup item type. */\n protectedItemType: \"DPMProtectedItem\";\n}\n\nexport function dpmProtectedItemSerializer(item: DPMProtectedItem): any {\n return {\n protectedItemType: item[\"protectedItemType\"],\n containerName: item[\"containerName\"],\n sourceResourceId: item[\"sourceResourceId\"],\n policyId: item[\"policyId\"],\n lastRecoveryPoint: !item[\"lastRecoveryPoint\"]\n ? item[\"lastRecoveryPoint\"]\n : item[\"lastRecoveryPoint\"].toISOString(),\n backupSetName: item[\"backupSetName\"],\n createMode: item[\"createMode\"],\n deferredDeleteTimeInUTC: !item[\"deferredDeleteTimeInUTC\"]\n ? item[\"deferredDeleteTimeInUTC\"]\n : item[\"deferredDeleteTimeInUTC\"].toISOString(),\n isScheduledForDeferredDelete: item[\"isScheduledForDeferredDelete\"],\n deferredDeleteTimeRemaining: item[\"deferredDeleteTimeRemaining\"],\n isDeferredDeleteScheduleUpcoming: item[\"isDeferredDeleteScheduleUpcoming\"],\n isRehydrate: item[\"isRehydrate\"],\n resourceGuardOperationRequests: !item[\"resourceGuardOperationRequests\"]\n ? item[\"resourceGuardOperationRequests\"]\n : item[\"resourceGuardOperationRequests\"].map((p: any) => {\n return p;\n }),\n isArchiveEnabled: item[\"isArchiveEnabled\"],\n policyName: item[\"policyName\"],\n softDeleteRetentionPeriodInDays: item[\"softDeleteRetentionPeriodInDays\"],\n sourceSideScanInfo: !item[\"sourceSideScanInfo\"]\n ? item[\"sourceSideScanInfo\"]\n : sourceSideScanInfoSerializer(item[\"sourceSideScanInfo\"]),\n friendlyName: item[\"friendlyName\"],\n backupEngineName: item[\"backupEngineName\"],\n protectionState: item[\"protectionState\"],\n extendedInfo: !item[\"extendedInfo\"]\n ? item[\"extendedInfo\"]\n : dpmProtectedItemExtendedInfoSerializer(item[\"extendedInfo\"]),\n };\n}\n\nexport function dpmProtectedItemDeserializer(item: any): DPMProtectedItem {\n return {\n protectedItemType: item[\"protectedItemType\"],\n backupManagementType: item[\"backupManagementType\"],\n workloadType: item[\"workloadType\"],\n containerName: item[\"containerName\"],\n sourceResourceId: item[\"sourceResourceId\"],\n policyId: item[\"policyId\"],\n lastRecoveryPoint: !item[\"lastRecoveryPoint\"]\n ? item[\"lastRecoveryPoint\"]\n : new Date(item[\"lastRecoveryPoint\"]),\n backupSetName: item[\"backupSetName\"],\n createMode: item[\"createMode\"],\n deferredDeleteTimeInUTC: !item[\"deferredDeleteTimeInUTC\"]\n ? item[\"deferredDeleteTimeInUTC\"]\n : new Date(item[\"deferredDeleteTimeInUTC\"]),\n isScheduledForDeferredDelete: item[\"isScheduledForDeferredDelete\"],\n deferredDeleteTimeRemaining: item[\"deferredDeleteTimeRemaining\"],\n isDeferredDeleteScheduleUpcoming: item[\"isDeferredDeleteScheduleUpcoming\"],\n isRehydrate: item[\"isRehydrate\"],\n resourceGuardOperationRequests: !item[\"resourceGuardOperationRequests\"]\n ? item[\"resourceGuardOperationRequests\"]\n : item[\"resourceGuardOperationRequests\"].map((p: any) => {\n return p;\n }),\n isArchiveEnabled: item[\"isArchiveEnabled\"],\n policyName: item[\"policyName\"],\n softDeleteRetentionPeriodInDays: item[\"softDeleteRetentionPeriodInDays\"],\n vaultId: item[\"vaultId\"],\n sourceSideScanInfo: !item[\"sourceSideScanInfo\"]\n ? item[\"sourceSideScanInfo\"]\n : sourceSideScanInfoDeserializer(item[\"sourceSideScanInfo\"]),\n friendlyName: item[\"friendlyName\"],\n backupEngineName: item[\"backupEngineName\"],\n protectionState: item[\"protectionState\"],\n extendedInfo: !item[\"extendedInfo\"]\n ? item[\"extendedInfo\"]\n : dpmProtectedItemExtendedInfoDeserializer(item[\"extendedInfo\"]),\n };\n}\n\n/** Additional information of DPM Protected item. */\nexport interface DPMProtectedItemExtendedInfo {\n /** Attribute to provide information on various DBs. */\n protectableObjectLoadPath?: Record<string, string>;\n /** To check if backup item is disk protected. */\n protected?: boolean;\n /** To check if backup item is cloud protected. */\n isPresentOnCloud?: boolean;\n /** Last backup status information on backup item. */\n lastBackupStatus?: string;\n /** Last refresh time on backup item. */\n lastRefreshedAt?: Date;\n /** Oldest cloud recovery point time. */\n oldestRecoveryPoint?: Date;\n /** cloud recovery point count. */\n recoveryPointCount?: number;\n /** Oldest disk recovery point time. */\n onPremiseOldestRecoveryPoint?: Date;\n /** latest disk recovery point time. */\n onPremiseLatestRecoveryPoint?: Date;\n /** disk recovery point count. */\n onPremiseRecoveryPointCount?: number;\n /** To check if backup item is collocated. */\n isCollocated?: boolean;\n /** Protection group name of the backup item. */\n protectionGroupName?: string;\n /** Used Disk storage in bytes. */\n diskStorageUsedInBytes?: string;\n /** total Disk storage in bytes. */\n totalDiskStorageSizeInBytes?: string;\n}\n\nexport function dpmProtectedItemExtendedInfoSerializer(item: DPMProtectedItemExtendedInfo): any {\n return {\n protectableObjectLoadPath: item[\"protectableObjectLoadPath\"],\n protected: item[\"protected\"],\n isPresentOnCloud: item[\"isPresentOnCloud\"],\n lastBackupStatus: item[\"lastBackupStatus\"],\n lastRefreshedAt: !item[\"lastRefreshedAt\"]\n ? item[\"lastRefreshedAt\"]\n : item[\"lastRefreshedAt\"].toISOString(),\n oldestRecoveryPoint: !item[\"oldestRecoveryPoint\"]\n ? item[\"oldestRecoveryPoint\"]\n : item[\"oldestRecoveryPoint\"].toISOString(),\n recoveryPointCount: item[\"recoveryPointCount\"],\n onPremiseOldestRecoveryPoint: !item[\"onPremiseOldestRecoveryPoint\"]\n ? item[\"onPremiseOldestRecoveryPoint\"]\n : item[\"onPremiseOldestRecoveryPoint\"].toISOString(),\n onPremiseLatestRecoveryPoint: !item[\"onPremiseLatestRecoveryPoint\"]\n ? item[\"onPremiseLatestRecoveryPoint\"]\n : item[\"onPremiseLatestRecoveryPoint\"].toISOString(),\n onPremiseRecoveryPointCount: item[\"onPremiseRecoveryPointCount\"],\n isCollocated: item[\"isCollocated\"],\n protectionGroupName: item[\"protectionGroupName\"],\n diskStorageUsedInBytes: item[\"diskStorageUsedInBytes\"],\n totalDiskStorageSizeInBytes: item[\"totalDiskStorageSizeInBytes\"],\n };\n}\n\nexport function dpmProtectedItemExtendedInfoDeserializer(item: any): DPMProtectedItemExtendedInfo {\n return {\n protectableObjectLoadPath: !item[\"protectableObjectLoadPath\"]\n ? item[\"protectableObjectLoadPath\"]\n : Object.fromEntries(\n Object.entries(item[\"protectableObjectLoadPath\"]).map(([k, p]: [string, any]) => [k, p]),\n ),\n protected: item[\"protected\"],\n isPresentOnCloud: item[\"isPresentOnCloud\"],\n lastBackupStatus: item[\"lastBackupStatus\"],\n lastRefreshedAt: !item[\"lastRefreshedAt\"]\n ? item[\"lastRefreshedAt\"]\n : new Date(item[\"lastRefreshedAt\"]),\n oldestRecoveryPoint: !item[\"oldestRecoveryPoint\"]\n ? item[\"oldestRecoveryPoint\"]\n : new Date(item[\"oldestRecoveryPoint\"]),\n recoveryPointCount: item[\"recoveryPointCount\"],\n onPremiseOldestRecoveryPoint: !item[\"onPremiseOldestRecoveryPoint\"]\n ? item[\"onPremiseOldestRecoveryPoint\"]\n : new Date(item[\"onPremiseOldestRecoveryPoint\"]),\n onPremiseLatestRecoveryPoint: !item[\"onPremiseLatestRecoveryPoint\"]\n ? item[\"onPremiseLatestRecoveryPoint\"]\n : new Date(item[\"onPremiseLatestRecoveryPoint\"]),\n onPremiseRecoveryPointCount: item[\"onPremiseRecoveryPointCount\"],\n isCollocated: item[\"isCollocated\"],\n protectionGroupName: item[\"protectionGroupName\"],\n diskStorageUsedInBytes: item[\"diskStorageUsedInBytes\"],\n totalDiskStorageSizeInBytes: item[\"totalDiskStorageSizeInBytes\"],\n };\n}\n\n/** Base class for backup items. */\nexport interface GenericProtectedItem extends ProtectedItem {\n /** Friendly name of the container. */\n friendlyName?: string;\n /** Indicates consistency of policy object and policy applied to this backup item. */\n policyState?: string;\n /** Backup state of this backup item. */\n protectionState?: ProtectionState;\n /** Data Plane Service ID of the protected item. */\n protectedItemId?: number;\n /** Loosely coupled (type, value) associations (example - parent of a protected item) */\n sourceAssociations?: Record<string, string>;\n /** Name of this backup item's fabric. */\n fabricName?: string;\n /** backup item type. */\n protectedItemType: \"GenericProtectedItem\";\n}\n\nexport function genericProtectedItemSerializer(item: GenericProtectedItem): any {\n return {\n protectedItemType: item[\"protectedItemType\"],\n containerName: item[\"containerName\"],\n sourceResourceId: item[\"sourceResourceId\"],\n policyId: item[\"policyId\"],\n lastRecoveryPoint: !item[\"lastRecoveryPoint\"]\n ? item[\"lastRecoveryPoint\"]\n : item[\"lastRecoveryPoint\"].toISOString(),\n backupSetName: item[\"backupSetName\"],\n createMode: item[\"createMode\"],\n deferredDeleteTimeInUTC: !item[\"deferredDeleteTimeInUTC\"]\n ? item[\"deferredDeleteTimeInUTC\"]\n : item[\"deferredDeleteTimeInUTC\"].toISOString(),\n isScheduledForDeferredDelete: item[\"isScheduledForDeferredDelete\"],\n deferredDeleteTimeRemaining: item[\"deferredDeleteTimeRemaining\"],\n isDeferredDeleteScheduleUpcoming: item[\"isDeferredDeleteScheduleUpcoming\"],\n isRehydrate: item[\"isRehydrate\"],\n resourceGuardOperationRequests: !item[\"resourceGuardOperationRequests\"]\n ? item[\"resourceGuardOperationRequests\"]\n : item[\"resourceGuardOperationRequests\"].map((p: any) => {\n return p;\n }),\n isArchiveEnabled: item[\"isArchiveEnabled\"],\n policyName: item[\"policyName\"],\n softDeleteRetentionPeriodInDays: item[\"softDeleteRetentionPeriodInDays\"],\n sourceSideScanInfo: !item[\"sourceSideScanInfo\"]\n ? item[\"sourceSideScanInfo\"]\n : sourceSideScanInfoSerializer(item[\"sourceSideScanInfo\"]),\n friendlyName: item[\"friendlyName\"],\n policyState: item[\"policyState\"],\n protectionState: item[\"protectionState\"],\n protectedItemId: item[\"protectedItemId\"],\n sourceAssociations: item[\"sourceAssociations\"],\n fabricName: item[\"fabricName\"],\n };\n}\n\nexport function genericProtectedItemDeserializer(item: any): GenericProtectedItem {\n return {\n protectedItemType: item[\"protectedItemType\"],\n backupManagementType: item[\"backupManagementType\"],\n workloadType: item[\"workloadType\"],\n containerName: item[\"containerName\"],\n sourceResourceId: item[\"sourceResourceId\"],\n policyId: item[\"policyId\"],\n lastRecoveryPoint: !item[\"lastRecoveryPoint\"]\n ? item[\"lastRecoveryPoint\"]\n : new Date(item[\"lastRecoveryPoint\"]),\n backupSetName: item[\"backupSetName\"],\n createMode: item[\"createMode\"],\n deferredDeleteTimeInUTC: !item[\"deferredDeleteTimeInUTC\"]\n ? item[\"deferredDeleteTimeInUTC\"]\n : new Date(item[\"deferredDeleteTimeInUTC\"]),\n isScheduledForDeferredDelete: item[\"isScheduledForDeferredDelete\"],\n deferredDeleteTimeRemaining: item[\"deferredDeleteTimeRemaining\"],\n isDeferredDeleteScheduleUpcoming: item[\"isDeferredDeleteScheduleUpcoming\"],\n isRehydrate: item[\"isRehydrate\"],\n resourceGuardOperationRequests: !item[\"resourceGuardOperationRequests\"]\n ? item[\"resourceGuardOperationRequests\"]\n : item[\"resourceGuardOperationRequests\"].map((p: any) => {\n return p;\n }),\n isArchiveEnabled: item[\"isArchiveEnabled\"],\n policyName: item[\"policyName\"],\n softDeleteRetentionPeriodInDays: item[\"softDeleteRetentionPeriodInDays\"],\n vaultId: item[\"vaultId\"],\n sourceSideScanInfo: !item[\"sourceSideScanInfo\"]\n ? item[\"sourceSideScanInfo\"]\n : sourceSideScanInfoDeserializer(item[\"sourceSideScanInfo\"]),\n friendlyName: item[\"friendlyName\"],\n policyState: item[\"policyState\"],\n protectionState: item[\"protectionState\"],\n protectedItemId: item[\"protectedItemId\"],\n sourceAssociations: !item[\"sourceAssociations\"]\n ? item[\"sourceAssociations\"]\n : Object.fromEntries(\n Object.entries(item[\"sourceAssociations\"]).map(([k, p]: [string, any]) => [k, p]),\n ),\n fabricName: item[\"fabricName\"],\n };\n}\n\n/** MAB workload-specific backup item. */\nexport interface MabFileFolderProtectedItem extends ProtectedItem {\n /** Friendly name of this backup item. */\n friendlyName?: string;\n /** Name of the computer associated with this backup item. */\n computerName?: string;\n /** Status of last backup operation. */\n lastBackupStatus?: string;\n /** Timestamp of the last backup operation on this backup item. */\n lastBackupTime?: Date;\n /** Protected, ProtectionStopped, IRPending or ProtectionError */\n protectionState?: string;\n /** Sync time for deferred deletion in UTC */\n deferredDeleteSyncTimeInUTC?: number;\n /** Additional information with this backup item. */\n extendedInfo?: MabFileFolderProtectedItemExtendedInfo;\n /** backup item type. */\n protectedItemType: \"MabFileFolderProtectedItem\";\n}\n\nexport function mabFileFolderProtectedItemSerializer(item: MabFileFolderProtectedItem): any {\n return {\n protectedItemType: item[\"protectedItemType\"],\n containerName: item[\"containerName\"],\n sourceResourceId: item[\"sourceResourceId\"],\n policyId: item[\"policyId\"],\n lastRecoveryPoint: !item[\"lastRecoveryPoint\"]\n ? item[\"lastRecoveryPoint\"]\n : item[\"lastRecoveryPoint\"].toISOString(),\n backupSetName: item[\"backupSetName\"],\n createMode: item[\"createMode\"],\n deferredDeleteTimeInUTC: !item[\"deferredDeleteTimeInUTC\"]\n ? item[\"deferredDeleteTimeInUTC\"]\n : item[\"deferredDeleteTimeInUTC\"].toISOString(),\n isScheduledForDeferredDelete: item[\"isScheduledForDeferredDelete\"],\n deferredDeleteTimeRemaining: item[\"deferredDeleteTimeRemaining\"],\n isDeferredDeleteScheduleUpcoming: item[\"isDeferredDeleteScheduleUpcoming\"],\n isRehydrate: item[\"isRehydrate\"],\n resourceGuardOperationRequests: !item[\"resourceGuardOperationRequests\"]\n ? item[\"resourceGuardOperationRequests\"]\n : item[\"resourceGuardOperationRequests\"].map((p: any) => {\n return p;\n }),\n isArchiveEnabled: item[\"isArchiveEnabled\"],\n policyName: item[\"policyName\"],\n softDeleteRetentionPeriodInDays: item[\"softDeleteRetentionPeriodInDays\"],\n sourceSideScanInfo: !item[\"sourceSideScanInfo\"]\n ? item[\"sourceSideScanInfo\"]\n : sourceSideScanInfoSerializer(item[\"sourceSideScanInfo\"]),\n friendlyName: item[\"friendlyName\"],\n computerName: item[\"computerName\"],\n lastBackupStatus: item[\"lastBackupStatus\"],\n lastBackupTime: !item[\"lastBackupTime\"]\n ? item[\"lastBackupTime\"]\n : item[\"lastBackupTime\"].toISOString(),\n protectionState: item[\"protectionState\"],\n deferredDeleteSyncTimeInUTC: item[\"deferredDeleteSyncTimeInUTC\"],\n extendedInfo: !item[\"extendedInfo\"]\n ? item[\"extendedInfo\"]\n : mabFileFolderProtectedItemExtendedInfoSerializer(item[\"extendedInfo\"]),\n };\n}\n\nexport function mabFileFolderProtectedItemDeserializer(item: any): MabFileFolderProtectedItem {\n return {\n protectedItemType: item[\"protectedItemType\"],\n backupManagementType: item[\"backupManagementType\"],\n workloadType: item[\"workloadType\"],\n containerName: item[\"containerName\"],\n sourceResourceId: item[\"sourceResourceId\"],\n policyId: item[\"policyId\"],\n lastRecoveryPoint: !item[\"lastRecoveryPoint\"]\n ? item[\"lastRecoveryPoint\"]\n : new Date(item[\"lastRecoveryPoint\"]),\n backupSetName: item[\"backupSetName\"],\n createMode: item[\"createMode\"],\n deferredDeleteTimeInUTC: !item[\"deferredDeleteTimeInUTC\"]\n ? item[\"deferredDeleteTimeInUTC\"]\n : new Date(item[\"deferredDeleteTimeInUTC\"]),\n isScheduledForDeferredDelete: item[\"isScheduledForDeferredDelete\"],\n deferredDeleteTimeRemaining: item[\"deferredDeleteTimeRemaining\"],\n isDeferredDeleteScheduleUpcoming: item[\"isDeferredDeleteScheduleUpcoming\"],\n isRehydrate: item[\"isRehydrate\"],\n resourceGuardOperationRequests: !item[\"resourceGuardOperationRequests\"]\n ? item[\"resourceGuardOperationRequests\"]\n : item[\"resourceGuardOperationRequests\"].map((p: any) => {\n return p;\n }),\n isArchiveEnabled: item[\"isArchiveEnabled\"],\n policyName: item[\"policyName\"],\n softDeleteRetentionPeriodInDays: item[\"softDeleteRetentionPeriodInDays\"],\n vaultId: item[\"vaultId\"],\n sourceSideScanInfo: !item[\"sourceSideScanInfo\"]\n ? item[\"sourceSideScanInfo\"]\n : sourceSideScanInfoDeserializer(item[\"sourceSideScanInfo\"]),\n friendlyName: item[\"friendlyName\"],\n computerName: item[\"computerName\"],\n lastBackupStatus: item[\"lastBackupStatus\"],\n lastBackupTime: !item[\"lastBackupTime\"]\n ? item[\"lastBackupTime\"]\n : new Date(item[\"lastBackupTime\"]),\n protectionState: item[\"protectionState\"],\n deferredDeleteSyncTimeInUTC: item[\"deferredDeleteSyncTimeInUTC\"],\n extendedInfo: !item[\"extendedInfo\"]\n ? item[\"extendedInfo\"]\n : mabFileFolderProtectedItemExtendedInfoDeserializer(item[\"extendedInfo\"]),\n };\n}\n\n/** Additional information on the backed up item. */\nexport interface MabFileFolderProtectedItemExtendedInfo {\n /** Last time when the agent data synced to service. */\n lastRefreshedAt?: Date;\n /** The oldest backup copy available. */\n oldestRecoveryPoint?: Date;\n /** Number of backup copies associated with the backup item. */\n recoveryPointCount?: number;\n}\n\nexport function mabFileFolderProtectedItemExtendedInfoSerializer(\n item: MabFileFolderProtectedItemExtendedInfo,\n): any {\n return {\n lastRefreshedAt: !item[\"lastRefreshedAt\"]\n ? item[\"lastRefreshedAt\"]\n : item[\"lastRefreshedAt\"].toISOString(),\n oldestRecoveryPoint: !item[\"oldestRecoveryPoint\"]\n ? item[\"oldestRecoveryPoint\"]\n : item[\"oldestRecoveryPoint\"].toISOString(),\n recoveryPointCount: item[\"recoveryPointCount\"],\n };\n}\n\nexport function mabFileFolderProtectedItemExtendedInfoDeserializer(\n item: any,\n): MabFileFolderProtectedItemExtendedInfo {\n return {\n lastRefreshedAt: !item[\"lastRefreshedAt\"]\n ? item[\"lastRefreshedAt\"]\n : new Date(item[\"lastRefreshedAt\"]),\n oldestRecoveryPoint: !item[\"oldestRecoveryPoint\"]\n ? item[\"oldestRecoveryPoint\"]\n : new Date(item[\"oldestRecoveryPoint\"]),\n recoveryPointCount: item[\"recoveryPointCount\"],\n };\n}\n\n/** Base class for backup request. Workload-specific backup requests are derived from this class. */\nexport interface BackupRequestResource extends Resource {\n /** Resource location. */\n location?: string;\n /** Resource tags. */\n tags?: Record<string, string>;\n /** Optional ETag. */\n eTag?: string;\n /** BackupRequestResource properties */\n properties?: BackupRequestUnion;\n}\n\nexport function backupRequestResourceSerializer(item: BackupRequestResource): any {\n return {\n location: item[\"location\"],\n tags: item[\"tags\"],\n eTag: item[\"eTag\"],\n properties: !item[\"properties\"]\n ? item[\"properties\"]\n : backupRequestUnionSerializer(item[\"properties\"]),\n };\n}\n\n/** Base class for backup request. Workload-specific backup requests are derived from this class. */\nexport interface BackupRequest {\n /** This property will be used as the discriminator for deciding the specific types in the polymorphic chain of types. */\n /** The discriminator possible values: AzureFileShareBackupRequest, AzureWorkloadBackupRequest, IaasVMBackupRequest */\n objectType: string;\n}\n\nexport function backupRequestSerializer(item: BackupRequest): any {\n return { objectType: item[\"objectType\"] };\n}\n\n/** Alias for BackupRequestUnion */\nexport type BackupRequestUnion =\n | AzureFileShareBackupRequest\n | AzureWorkloadBackupRequest\n | IaasVMBackupRequest\n | BackupRequest;\n\nexport function backupRequestUnionSerializer(item: BackupRequestUnion): any {\n switch (item.objectType) {\n case \"AzureFileShareBackupRequest\":\n return azureFileShareBackupRequestSerializer(item as AzureFileShareBackupRequest);\n\n case \"AzureWorkloadBackupRequest\":\n return azureWorkloadBackupRequestSerializer(item as AzureWorkloadBackupRequest);\n\n case \"IaasVMBackupRequest\":\n return iaasVMBackupRequestSerializer(item as IaasVMBackupRequest);\n\n default:\n return backupRequestSerializer(item);\n }\n}\n\n/** AzureFileShare workload-specific backup request. */\nexport interface AzureFileShareBackupRequest extends BackupRequest {\n /** Backup copy will expire after the time specified (UTC). */\n recoveryPointExpiryTimeInUTC?: Date;\n /** This property will be used as the discriminator for deciding the specific types in the polymorphic chain of types. */\n objectType: \"AzureFileShareBackupRequest\";\n}\n\nexport function azureFileShareBackupRequestSerializer(item: AzureFileShareBackupRequest): any {\n return {\n objectType: item[\"objectType\"],\n recoveryPointExpiryTimeInUTC: !item[\"recoveryPointExpiryTimeInUTC\"]\n ? item[\"recoveryPointExpiryTimeInUTC\"]\n : item[\"recoveryPointExpiryTimeInUTC\"].toISOString(),\n };\n}\n\n/** AzureWorkload workload-specific backup request. */\nexport interface AzureWorkloadBackupRequest extends BackupRequest {\n /** Type of backup, viz. Full, Differential, Log or CopyOnlyFull */\n backupType?: BackupType;\n /** Bool for Compression setting */\n enableCompression?: boolean;\n /** Backup copy will expire after the time specified (UTC). */\n recoveryPointExpiryTimeInUTC?: Date;\n /** This property will be used as the discriminator for deciding the specific types in the polymorphic chain of types. */\n objectType: \"AzureWorkloadBackupRequest\";\n}\n\nexport function azureWorkloadBackupRequestSerializer(item: AzureWorkloadBackupRequest): any {\n return {\n objectType: item[\"objectType\"],\n backupType: item[\"backupType\"],\n enableCompression: item[\"enableCompression\"],\n recoveryPointExpiryTimeInUTC: !item[\"recoveryPointExpiryTimeInUTC\"]\n ? item[\"recoveryPointExpiryTimeInUTC\"]\n : item[\"recoveryPointExpiryTimeInUTC\"].toISOString(),\n };\n}\n\n/** Type of backup, viz. Full, Differential, Log or CopyOnlyFull */\nexport enum KnownBackupType {\n /** Invalid */\n Invalid = \"Invalid\",\n /** Full */\n Full = \"Full\",\n /** Differential */\n Differential = \"Differential\",\n /** Log */\n Log = \"Log\",\n /** CopyOnlyFull */\n CopyOnlyFull = \"CopyOnlyFull\",\n /** Incremental */\n Incremental = \"Incremental\",\n /** SnapshotFull */\n SnapshotFull = \"SnapshotFull\",\n /** SnapshotCopyOnlyFull */\n SnapshotCopyOnlyFull = \"SnapshotCopyOnlyFull\",\n}\n\n/**\n * Type of backup, viz. Full, Differential, Log or CopyOnlyFull \\\n * {@link KnownBackupType} can be used interchangeably with BackupType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Invalid** \\\n * **Full** \\\n * **Differential** \\\n * **Log** \\\n * **CopyOnlyFull** \\\n * **Incremental** \\\n * **SnapshotFull** \\\n * **SnapshotCopyOnlyFull**\n */\nexport type BackupType = string;\n\n/** IaaS VM workload-specific backup request. */\nexport interface IaasVMBackupRequest extends BackupRequest {\n /** Backup copy will expire after the time specified (UTC). */\n recoveryPointExpiryTimeInUTC?: Date;\n /** This property will be used as the discriminator for deciding the specific types in the polymorphic chain of types. */\n objectType: \"IaasVMBackupRequest\";\n}\n\nexport function iaasVMBackupRequestSerializer(item: IaasVMBackupRequest): any {\n return {\n objectType: item[\"objectType\"],\n recoveryPointExpiryTimeInUTC: !item[\"recoveryPointExpiryTimeInUTC\"]\n ? item[\"recoveryPointExpiryTimeInUTC\"]\n : item[\"recoveryPointExpiryTimeInUTC\"].toISOString(),\n };\n}\n\n/** ListRecoveryPointsRecommendedForMoveRequest Request */\nexport interface ListRecoveryPointsRecommendedForMoveRequest {\n /** Gets the class type. */\n objectType?: string;\n /** List of Recovery Points excluded from Move */\n excludedRPList?: string[];\n}\n\nexport function listRecoveryPointsRecommendedForMoveRequestSerializer(\n item: ListRecoveryPointsRecommendedForMoveRequest,\n): any {\n return {\n objectType: item[\"objectType\"],\n excludedRPList: !item[\"excludedRPList\"]\n ? item[\"excludedRPList\"]\n : item[\"excludedRPList\"].map((p: any) => {\n return p;\n }),\n };\n}\n\n/** List of RecoveryPoint resources */\nexport interface _RecoveryPointResourceList extends ResourceList {\n /** List of resources. */\n value?: RecoveryPointResource[];\n}\n\nexport function _recoveryPointResourceListDeserializer(item: any): _RecoveryPointResourceList {\n return {\n nextLink: item[\"nextLink\"],\n value: !item[\"value\"] ? item[\"value\"] : recoveryPointResourceArrayDeserializer(item[\"value\"]),\n };\n}\n\nexport function recoveryPointResourceArrayDeserializer(\n result: Array<RecoveryPointResource>,\n): any[] {\n return result.map((item) => {\n return recoveryPointResourceDeserializer(item);\n });\n}\n\n/** Base class for backup copies. Workload-specific backup copies are derived from this class. */\nexport interface RecoveryPointResource extends ProxyResource {\n /** RecoveryPointResource properties */\n properties?: RecoveryPointUnion;\n /** Resource tags. */\n tags?: Record<string, string>;\n /** The geo-location where the resource lives */\n location?: string;\n /** Optional ETag. */\n eTag?: string;\n}\n\nexport function recoveryPointResourceDeserializer(item: any): RecoveryPointResource {\n return {\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n properties: !item[\"properties\"]\n ? item[\"properties\"]\n : recoveryPointUnionDeserializer(item[\"properties\"]),\n tags: !item[\"tags\"]\n ? item[\"tags\"]\n : Object.fromEntries(Object.entries(item[\"tags\"]).map(([k, p]: [string, any]) => [k, p])),\n location: item[\"location\"],\n eTag: item[\"eTag\"],\n };\n}\n\n/** Base class for backup copies. Workload-specific backup copies are derived from this class. */\nexport interface RecoveryPoint {\n /** This property will be used as the discriminator for deciding the specific types in the polymorphic chain of types. */\n /** The discriminator possible values: AzureFileShareRecoveryPoint, AzureWorkloadPointInTimeRecoveryPoint, AzureWorkloadRecoveryPoint, AzureWorkloadSAPHanaPointInTimeRecoveryPoint, AzureWorkloadSAPHanaRecoveryPoint, AzureWorkloadSAPAsePointInTimeRecoveryPoint, AzureWorkloadSAPAseRecoveryPoint, AzureWorkloadSQLPointInTimeRecoveryPoint, AzureWorkloadSQLRecoveryPoint, GenericRecoveryPoint, IaasVMRecoveryPoint */\n objectType: string;\n /** Threat status of the recovery point */\n threatStatus?: ThreatStatus;\n /** Recovery point threat information. */\n threatInfo?: ThreatInfo[];\n}\n\nexport function recoveryPointDeserializer(item: any): RecoveryPoint {\n return {\n objectType: item[\"objectType\"],\n threatStatus: item[\"threatStatus\"],\n threatInfo: !item[\"threatInfo\"]\n ? item[\"threatInfo\"]\n : threatInfoArrayDeserializer(item[\"threatInfo\"]),\n };\n}\n\n/** Alias for RecoveryPointUnion */\nexport type RecoveryPointUnion =\n | AzureFileShareRecoveryPoint\n | AzureWorkloadRecoveryPointUnion\n | GenericRecoveryPoint\n | IaasVMRecoveryPoint\n | RecoveryPoint;\n\nexport function recoveryPointUnionDeserializer(item: any): RecoveryPointUnion {\n switch (item[\"objectType\"]) {\n case \"AzureFileShareRecoveryPoint\":\n return azureFileShareRecoveryPointDeserializer(item as AzureFileShareRecoveryPoint);\n\n case \"AzureWorkloadRecoveryPoint\":\n case \"AzureWorkloadPointInTimeRecoveryPoint\":\n case \"AzureWorkloadSAPHanaRecoveryPoint\":\n case \"AzureWorkloadSAPAseRecoveryPoint\":\n case \"AzureWorkloadSQLRecoveryPoint\":\n case \"AzureWorkloadSAPHanaPointInTimeRecoveryPoint\":\n case \"AzureWorkloadSAPAsePointInTimeRecoveryPoint\":\n case \"AzureWorkloadSQLPointInTimeRecoveryPoint\":\n return azureWorkloadRecoveryPointUnionDeserializer(item as AzureWorkloadRecoveryPointUnion);\n\n case \"GenericRecoveryPoint\":\n return genericRecoveryPointDeserializer(item as GenericRecoveryPoint);\n\n case \"IaasVMRecoveryPoint\":\n return iaasVMRecoveryPointDeserializer(item as IaasVMRecoveryPoint);\n\n default:\n return recoveryPointDeserializer(item);\n }\n}\n\n/** Threat status of the recovery point */\nexport enum KnownThreatStatus {\n /** Threat status is unknown */\n Unknown = \"Unknown\",\n /** Recovery point is healthy */\n Healthy = \"Healthy\",\n /** Recovery point is unhealthy */\n UnHealthy = \"UnHealthy\",\n /** Recovery point has warning-level threats */\n Warning = \"Warning\",\n /** Threat status is not available */\n NotAvailable = \"NotAvailable\",\n}\n\n/**\n * Threat status of the recovery point \\\n * {@link KnownThreatStatus} can be used interchangeably with ThreatStatus,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Unknown**: Threat status is unknown \\\n * **Healthy**: Recovery point is healthy \\\n * **UnHealthy**: Recovery point is unhealthy \\\n * **Warning**: Recovery point has warning-level threats \\\n * **NotAvailable**: Threat status is not available\n */\nexport type ThreatStatus = string;\n\nexport function threatInfoArrayDeserializer(result: Array<ThreatInfo>): any[] {\n return result.map((item) => {\n return threatInfoDeserializer(item);\n });\n}\n\n/** Recovery Point Threat information */\nexport interface ThreatInfo {\n /** Threat Subject */\n readonly threatTitle?: string;\n /** Threat Description */\n readonly threatDescription?: string;\n /** Timestamp when the last (latest)threat information was sent */\n readonly lastUpdatedTime?: Date;\n /** Threat Status Types */\n threatState?: ThreatState;\n /** Start timestamp of the threat */\n readonly threatStartTime?: Date;\n /** End timestamp of the threat */\n readonly threatEndTime?: Date;\n /** threat details link */\n readonly threatURI?: string;\n /** Threat Severity Types */\n threatSeverity?: ThreatSeverity;\n}\n\nexport function threatInfoDeserializer(item: any): ThreatInfo {\n return {\n threatTitle: item[\"threatTitle\"],\n threatDescription: item[\"threatDescription\"],\n lastUpdatedTime: !item[\"lastUpdatedTime\"]\n ? item[\"lastUpdatedTime\"]\n : new Date(item[\"lastUpdatedTime\"]),\n threatState: item[\"threatState\"],\n threatStartTime: !item[\"threatStartTime\"]\n ? item[\"threatStartTime\"]\n : new Date(item[\"threatStartTime\"]),\n threatEndTime: !item[\"threatEndTime\"] ? item[\"threatEndTime\"] : new Date(item[\"threatEndTime\"]),\n threatURI: item[\"threatURI\"],\n threatSeverity: item[\"threatSeverity\"],\n };\n}\n\n/** Threat Status Types */\nexport enum KnownThreatState {\n /** Threat is active */\n Active = \"Active\",\n /** Threat remediation is in progress */\n InProgress = \"InProgress\",\n /** Threat has been ignored */\n Ignored = \"Ignored\",\n /** Threat has been resolved */\n Resolved = \"Resolved\",\n}\n\n/**\n * Threat Status Types \\\n * {@link KnownThreatState} can be used interchangeably with ThreatState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Active**: Threat is active \\\n * **InProgress**: Threat remediation is in progress \\\n * **Ignored**: Threat has been ignored \\\n * **Resolved**: Threat has been resolved\n */\nexport type ThreatState = string;\n\n/** Threat Severity Types */\nexport enum KnownThreatSeverity {\n /** Critical severity level */\n Critical = \"Critical\",\n /** High severity level */\n High = \"High\",\n /** Warning severity level */\n Warning = \"Warning\",\n /** Informational severity level */\n Informational = \"Informational\",\n}\n\n/**\n * Threat Severity Types \\\n * {@link KnownThreatSeverity} can be used interchangeably with ThreatSeverity,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Critical**: Critical severity level \\\n * **High**: High severity level \\\n * **Warning**: Warning severity level \\\n * **Informational**: Informational severity level\n */\nexport type ThreatSeverity = string;\n\n/** Azure File Share workload specific backup copy. */\nexport interface AzureFileShareRecoveryPoint extends RecoveryPoint {\n /** Type of the backup copy. Specifies whether it is a crash consistent backup or app consistent. */\n recoveryPointType?: string;\n /** Time at which this backup copy was created. */\n recoveryPointTime?: Date;\n /** Contains Url to the snapshot of fileshare, if applicable */\n fileShareSnapshotUri?: string;\n /** Contains recovery point size */\n recoveryPointSizeInGB?: number;\n /** Properties of Recovery Point */\n recoveryPointProperties?: RecoveryPointProperties;\n /** Recovery point tier information. */\n recoveryPointTierDetails?: RecoveryPointTierInformation[];\n /** This property will be used as the discriminator for deciding the specific types in the polymorphic chain of types. */\n objectType: \"AzureFileShareRecoveryPoint\";\n}\n\nexport function azureFileShareRecoveryPointDeserializer(item: any): AzureFileShareRecoveryPoint {\n return {\n objectType: item[\"objectType\"],\n threatStatus: item[\"threatStatus\"],\n threatInfo: !item[\"threatInfo\"]\n ? item[\"threatInfo\"]\n : threatInfoArrayDeserializer(item[\"threatInfo\"]),\n recoveryPointType: item[\"recoveryPointType\"],\n recoveryPointTime: !item[\"recoveryPointTime\"]\n ? item[\"recoveryPointTime\"]\n : new Date(item[\"recoveryPointTime\"]),\n fileShareSnapshotUri: item[\"fileShareSnapshotUri\"],\n recoveryPointSizeInGB: item[\"recoveryPointSizeInGB\"],\n recoveryPointProperties: !item[\"recoveryPointProperties\"]\n ? item[\"recoveryPointProperties\"]\n : recoveryPointPropertiesDeserializer(item[\"recoveryPointProperties\"]),\n recoveryPointTierDetails: !item[\"recoveryPointTierDetails\"]\n ? item[\"recoveryPointTierDetails\"]\n : recoveryPointTierInformationArrayDeserializer(item[\"recoveryPointTierDetails\"]),\n };\n}\n\n/** Properties of Recovery Point */\nexport interface RecoveryPointProperties {\n /** Expiry time of Recovery Point in UTC. */\n expiryTime?: string;\n /** Rule name tagged on Recovery Point that governs life cycle */\n ruleName?: string;\n /** Bool to indicate whether RP is in soft delete state or not */\n isSoftDeleted?: boolean;\n}\n\nexport function recoveryPointPropertiesDeserializer(item: any): RecoveryPointProperties {\n return {\n expiryTime: item[\"expiryTime\"],\n ruleName: item[\"ruleName\"],\n isSoftDeleted: item[\"isSoftDeleted\"],\n };\n}\n\nexport function recoveryPointTierInformationArrayDeserializer(\n result: Array<RecoveryPointTierInformation>,\n): any[] {\n return result.map((item) => {\n return recoveryPointTierInformationDeserializer(item);\n });\n}\n\n/** Recovery point tier information. */\nexport interface RecoveryPointTierInformation {\n /** Recovery point tier type. */\n type?: RecoveryPointTierType;\n /** Recovery point tier status. */\n status?: RecoveryPointTierStatus;\n /** Recovery point tier status. */\n extendedInfo?: Record<string, string>;\n}\n\nexport function recoveryPointTierInformationDeserializer(item: any): RecoveryPointTierInformation {\n return {\n type: item[\"type\"],\n status: item[\"status\"],\n extendedInfo: !item[\"extendedInfo\"]\n ? item[\"extendedInfo\"]\n : Object.fromEntries(\n Object.entries(item[\"extendedInfo\"]).map(([k, p]: [string, any]) => [k, p]),\n ),\n };\n}\n\n/** Recovery point tier status. */\nexport enum KnownRecoveryPointTierStatus {\n /** Invalid */\n Invalid = \"Invalid\",\n /** Valid */\n Valid = \"Valid\",\n /** Disabled */\n Disabled = \"Disabled\",\n /** Deleted */\n Deleted = \"Deleted\",\n /** Rehydrated */\n Rehydrated = \"Rehydrated\",\n}\n\n/**\n * Recovery point tier status. \\\n * {@link KnownRecoveryPointTierStatus} can be used interchangeably with RecoveryPointTierStatus,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Invalid** \\\n * **Valid** \\\n * **Disabled** \\\n * **Deleted** \\\n * **Rehydrated**\n */\nexport type RecoveryPointTierStatus = string;\n\n/** Recovery point specific to PointInTime */\nexport interface AzureWorkloadPointInTimeRecoveryPoint extends AzureWorkloadRecoveryPoint {\n /** This property will be used as the discriminator for deciding the specific types in the polymorphic chain of types. */\n /** The discriminator possible values: AzureWorkloadSAPHanaPointInTimeRecoveryPoint, AzureWorkloadSAPAsePointInTimeRecoveryPoint */\n objectType:\n | \"AzureWorkloadPointInTimeRecoveryPoint\"\n | \"AzureWorkloadSAPHanaPointInTimeRecoveryPoint\"\n | \"AzureWorkloadSAPAsePointInTimeRecoveryPoint\";\n /** List of log ranges */\n timeRanges?: PointInTimeRange[];\n}\n\nexport function azureWorkloadPointInTimeRecoveryPointDeserializer(\n item: any,\n): AzureWorkloadPointInTimeRecoveryPoint {\n return {\n objectType: item[\"objectType\"],\n recoveryPointTimeInUTC: !item[\"recoveryPointTimeInUTC\"]\n ? item[\"recoveryPointTimeInUTC\"]\n : new Date(item[\"recoveryPointTimeInUTC\"]),\n type: item[\"type\"],\n recoveryPointTierDetails: !item[\"recoveryPointTierDetails\"]\n ? item[\"recoveryPointTierDetails\"]\n : recoveryPointTierInformationV2ArrayDeserializer(item[\"recoveryPointTierDetails\"]),\n recoveryPointMoveReadinessInfo: !item[\"recoveryPointMoveReadinessInfo\"]\n ? item[\"recoveryPointMoveReadinessInfo\"]\n : recoveryPointMoveReadinessInfoRecordDeserializer(item[\"recoveryPointMoveReadinessInfo\"]),\n recoveryPointProperties: !item[\"recoveryPointProperties\"]\n ? item[\"recoveryPointProperties\"]\n : recoveryPointPropertiesDeserializer(item[\"recoveryPointProperties\"]),\n threatStatus: item[\"threatStatus\"],\n threatInfo: !item[\"threatInfo\"]\n ? item[\"threatInfo\"]\n : threatInfoArrayDeserializer(item[\"threatInfo\"]),\n timeRanges: !item[\"timeRanges\"]\n ? item[\"timeRanges\"]\n : pointInTimeRangeArrayDeserializer(item[\"timeRanges\"]),\n };\n}\n\n/** Alias for AzureWorkloadPointInTimeRecoveryPointUnion */\nexport type AzureWorkloadPointInTimeRecoveryPointUnion =\n | AzureWorkloadSAPHanaPointInTimeRecoveryPoint\n | AzureWorkloadSAPAsePointInTimeRecoveryPoint\n | AzureWorkloadPointInTimeRecoveryPoint;\n\nexport function azureWorkloadPointInTimeRecoveryPointUnionDeserializer(\n item: any,\n): AzureWorkloadPointInTimeRecoveryPointUnion {\n switch (item[\"objectType\"]) {\n case \"AzureWorkloadSAPHanaPointInTimeRecoveryPoint\":\n return azureWorkloadSAPHanaPointInTimeRecoveryPointDeserializer(\n item as AzureWorkloadSAPHanaPointInTimeRecoveryPoint,\n );\n\n case \"AzureWorkloadSAPAsePointInTimeRecoveryPoint\":\n return azureWorkloadSAPAsePointInTimeRecoveryPointDeserializer(\n item as AzureWorkloadSAPAsePointInTimeRecoveryPoint,\n );\n\n default:\n return azureWorkloadPointInTimeRecoveryPointDeserializer(item);\n }\n}\n\nexport function pointInTimeRangeArrayDeserializer(result: Array<PointInTimeRange>): any[] {\n return result.map((item) => {\n return pointInTimeRangeDeserializer(item);\n });\n}\n\n/** Provides details for log ranges */\nexport interface PointInTimeRange {\n /** Start time of the time range for log recovery. */\n startTime?: Date;\n /** End time of the time range for log recovery. */\n endTime?: Date;\n}\n\nexport function pointInTimeRangeDeserializer(item: any): PointInTimeRange {\n return {\n startTime: !item[\"startTime\"] ? item[\"startTime\"] : new Date(item[\"startTime\"]),\n endTime: !item[\"endTime\"] ? item[\"endTime\"] : new Date(item[\"endTime\"]),\n };\n}\n\n/** Recovery point specific to PointInTime in SAPHana */\nexport interface AzureWorkloadSAPHanaPointInTimeRecoveryPoint extends AzureWorkloadPointInTimeRecoveryPoint {\n /** This property will be used as the discriminator for deciding the specific types in the polymorphic chain of types. */\n objectType: \"AzureWorkloadSAPHanaPointInTimeRecoveryPoint\";\n}\n\nexport function azureWorkloadSAPHanaPointInTimeRecoveryPointDeserializer(\n item: any,\n): AzureWorkloadSAPHanaPointInTimeRecoveryPoint {\n return {\n objectType: item[\"objectType\"],\n timeRanges: !item[\"timeRanges\"]\n ? item[\"timeRanges\"]\n : pointInTimeRangeArrayDeserializer(item[\"timeRanges\"]),\n recoveryPointTimeInUTC: !item[\"recoveryPointTimeInUTC\"]\n ? item[\"recoveryPointTimeInUTC\"]\n : new Date(item[\"recoveryPointTimeInUTC\"]),\n type: item[\"type\"],\n recoveryPointTierDetails: !item[\"recoveryPointTierDetails\"]\n ? item[\"recoveryPointTierDetails\"]\n : recoveryPointTierInformationV2ArrayDeserializer(item[\"recoveryPointTierDetails\"]),\n recoveryPointMoveReadinessInfo: !item[\"recoveryPointMoveReadinessInfo\"]\n ? item[\"recoveryPointMoveReadinessInfo\"]\n : recoveryPointMoveReadinessInfoRecordDeserializer(item[\"recoveryPointMoveReadinessInfo\"]),\n recoveryPointProperties: !item[\"recoveryPointProperties\"]\n ? item[\"recoveryPointProperties\"]\n : recoveryPointPropertiesDeserializer(item[\"recoveryPointProperties\"]),\n threatStatus: item[\"threatStatus\"],\n threatInfo: !item[\"threatInfo\"]\n ? item[\"threatInfo\"]\n : threatInfoArrayDeserializer(item[\"threatInfo\"]),\n };\n}\n\n/** Recovery point specific to PointInTime in SAPAse */\nexport interface AzureWorkloadSAPAsePointInTimeRecoveryPoint extends AzureWorkloadPointInTimeRecoveryPoint {\n /** This property will be used as the discriminator for deciding the specific types in the polymorphic chain of types. */\n objectType: \"AzureWorkloadSAPAsePointInTimeRecoveryPoint\";\n}\n\nexport function azureWorkloadSAPAsePointInTimeRecoveryPointDeserializer(\n item: any,\n): AzureWorkloadSAPAsePointInTimeRecoveryPoint {\n return {\n objectType: item[\"objectType\"],\n timeRanges: !item[\"timeRanges\"]\n ? item[\"timeRanges\"]\n : pointInTimeRangeArrayDeserializer(item[\"timeRanges\"]),\n recoveryPointTimeInUTC: !item[\"recoveryPointTimeInUTC\"]\n ? item[\"recoveryPointTimeInUTC\"]\n : new Date(item[\"recoveryPointTimeInUTC\"]),\n type: item[\"type\"],\n recoveryPointTierDetails: !item[\"recoveryPointTierDetails\"]\n ? item[\"recoveryPointTierDetails\"]\n : recoveryPointTierInformationV2ArrayDeserializer(item[\"recoveryPointTierDetails\"]),\n recoveryPointMoveReadinessInfo: !item[\"recoveryPointMoveReadinessInfo\"]\n ? item[\"recoveryPointMoveReadinessInfo\"]\n : recoveryPointMoveReadinessInfoRecordDeserializer(item[\"recoveryPointMoveReadinessInfo\"]),\n recoveryPointProperties: !item[\"recoveryPointProperties\"]\n ? item[\"recoveryPointProperties\"]\n : recoveryPointPropertiesDeserializer(item[\"recoveryPointProperties\"]),\n threatStatus: item[\"threatStatus\"],\n threatInfo: !item[\"threatInfo\"]\n ? item[\"threatInfo\"]\n : threatInfoArrayDeserializer(item[\"threatInfo\"]),\n };\n}\n\n/** Workload specific recovery point, specifically encapsulates full/diff recovery point */\nexport interface AzureWorkloadRecoveryPoint extends RecoveryPoint {\n /** This property will be used as the discriminator for deciding the specific types in the polymorphic chain of types. */\n /** The discriminator possible values: AzureWorkloadPointInTimeRecoveryPoint, AzureWorkloadSAPHanaPointInTimeRecoveryPoint, AzureWorkloadSAPHanaRecoveryPoint, AzureWorkloadSAPAsePointInTimeRecoveryPoint, AzureWorkloadSAPAseRecoveryPoint, AzureWorkloadSQLPointInTimeRecoveryPoint, AzureWorkloadSQLRecoveryPoint */\n objectType:\n | \"AzureWorkloadRecoveryPoint\"\n | \"AzureWorkloadPointInTimeRecoveryPoint\"\n | \"AzureWorkloadSAPHanaRecoveryPoint\"\n | \"AzureWorkloadSAPAseRecoveryPoint\"\n | \"AzureWorkloadSQLRecoveryPoint\"\n | \"AzureWorkloadSAPHanaPointInTimeRecoveryPoint\"\n | \"AzureWorkloadSAPAsePointInTimeRecoveryPoint\"\n | \"AzureWorkloadSQLPointInTimeRecoveryPoint\";\n /** UTC time at which recovery point was created */\n recoveryPointTimeInUTC?: Date;\n /** Type of restore point */\n type?: RestorePointType;\n /** Recovery point tier information. */\n recoveryPointTierDetails?: RecoveryPointTierInformationV2[];\n /** Eligibility of RP to be moved to another tier */\n recoveryPointMoveReadinessInfo?: Record<string, RecoveryPointMoveReadinessInfo>;\n /** Properties of Recovery Point */\n recoveryPointProperties?: RecoveryPointProperties;\n}\n\nexport function azureWorkloadRecoveryPointDeserializer(item: any): AzureWorkloadRecoveryPoint {\n return {\n objectType: item[\"objectType\"],\n threatStatus: item[\"threatStatus\"],\n threatInfo: !item[\"threatInfo\"]\n ? item[\"threatInfo\"]\n : threatInfoArrayDeserializer(item[\"threatInfo\"]),\n recoveryPointTimeInUTC: !item[\"recoveryPointTimeInUTC\"]\n ? item[\"recoveryPointTimeInUTC\"]\n : new Date(item[\"recoveryPointTimeInUTC\"]),\n type: item[\"type\"],\n recoveryPointTierDetails: !item[\"recoveryPointTierDetails\"]\n ? item[\"recoveryPointTierDetails\"]\n : recoveryPointTierInformationV2ArrayDeserializer(item[\"recoveryPointTierDetails\"]),\n recoveryPointMoveReadinessInfo: !item[\"recoveryPointMoveReadinessInfo\"]\n ? item[\"recoveryPointMoveReadinessInfo\"]\n : recoveryPointMoveReadinessInfoRecordDeserializer(item[\"recoveryPointMoveReadinessInfo\"]),\n recoveryPointProperties: !item[\"recoveryPointProperties\"]\n ? item[\"recoveryPointProperties\"]\n : recoveryPointPropertiesDeserializer(item[\"recoveryPointProperties\"]),\n };\n}\n\n/** Alias for AzureWorkloadRecoveryPointUnion */\nexport type AzureWorkloadRecoveryPointUnion =\n | AzureWorkloadPointInTimeRecoveryPointUnion\n | AzureWorkloadSAPHanaRecoveryPoint\n | AzureWorkloadSAPAseRecoveryPoint\n | AzureWorkloadSQLRecoveryPointUnion\n | AzureWorkloadRecoveryPoint;\n\nexport function azureWorkloadRecoveryPointUnionDeserializer(\n item: any,\n): AzureWorkloadRecoveryPointUnion {\n switch (item[\"objectType\"]) {\n case \"AzureWorkloadPointInTimeRecoveryPoint\":\n case \"AzureWorkloadSAPHanaPointInTimeRecoveryPoint\":\n case \"AzureWorkloadSAPAsePointInTimeRecoveryPoint\":\n return azureWorkloadPointInTimeRecoveryPointUnionDeserializer(\n item as AzureWorkloadPointInTimeRecoveryPointUnion,\n );\n\n case \"AzureWorkloadSAPHanaRecoveryPoint\":\n return azureWorkloadSAPHanaRecoveryPointDeserializer(\n item as AzureWorkloadSAPHanaRecoveryPoint,\n );\n\n case \"AzureWorkloadSAPAseRecoveryPoint\":\n return azureWorkloadSAPAseRecoveryPointDeserializer(item as AzureWorkloadSAPAseRecoveryPoint);\n\n case \"AzureWorkloadSQLRecoveryPoint\":\n case \"AzureWorkloadSQLPointInTimeRecoveryPoint\":\n return azureWorkloadSQLRecoveryPointUnionDeserializer(\n item as AzureWorkloadSQLRecoveryPointUnion,\n );\n\n default:\n return azureWorkloadRecoveryPointDeserializer(item);\n }\n}\n\n/** Type of restore point */\nexport enum KnownRestorePointType {\n /** Invalid */\n Invalid = \"Invalid\",\n /** Full */\n Full = \"Full\",\n /** Log */\n Log = \"Log\",\n /** Differential */\n Differential = \"Differential\",\n /** Incremental */\n Incremental = \"Incremental\",\n /** SnapshotFull */\n SnapshotFull = \"SnapshotFull\",\n /** SnapshotCopyOnlyFull */\n SnapshotCopyOnlyFull = \"SnapshotCopyOnlyFull\",\n}\n\n/**\n * Type of restore point \\\n * {@link KnownRestorePointType} can be used interchangeably with RestorePointType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Invalid** \\\n * **Full** \\\n * **Log** \\\n * **Differential** \\\n * **Incremental** \\\n * **SnapshotFull** \\\n * **SnapshotCopyOnlyFull**\n */\nexport type RestorePointType = string;\n\nexport function recoveryPointTierInformationV2ArrayDeserializer(\n result: Array<RecoveryPointTierInformationV2>,\n): any[] {\n return result.map((item) => {\n return recoveryPointTierInformationV2Deserializer(item);\n });\n}\n\n/** RecoveryPoint Tier Information V2 */\nexport interface RecoveryPointTierInformationV2 extends RecoveryPointTierInformation {\n /** Recovery point tier type. */\n type?: RecoveryPointTierType;\n /** Recovery point tier status. */\n status?: RecoveryPointTierStatus;\n}\n\nexport function recoveryPointTierInformationV2Deserializer(\n item: any,\n): RecoveryPointTierInformationV2 {\n return {\n type: item[\"type\"],\n status: item[\"status\"],\n extendedInfo: !item[\"extendedInfo\"]\n ? item[\"extendedInfo\"]\n : Object.fromEntries(\n Object.entries(item[\"extendedInfo\"]).map(([k, p]: [string, any]) => [k, p]),\n ),\n };\n}\n\nexport function recoveryPointMoveReadinessInfoRecordDeserializer(\n item: Record<string, any>,\n): Record<string, RecoveryPointMoveReadinessInfo> {\n const result: Record<string, any> = {};\n Object.keys(item).map((key) => {\n result[key] = !item[key] ? item[key] : recoveryPointMoveReadinessInfoDeserializer(item[key]);\n });\n return result;\n}\n\n/** model interface RecoveryPointMoveReadinessInfo */\nexport interface RecoveryPointMoveReadinessInfo {\n isReadyForMove?: boolean;\n additionalInfo?: string;\n}\n\nexport function recoveryPointMoveReadinessInfoDeserializer(\n item: any,\n): RecoveryPointMoveReadinessInfo {\n return {\n isReadyForMove: item[\"isReadyForMove\"],\n additionalInfo: item[\"additionalInfo\"],\n };\n}\n\n/** SAPHana specific recoverypoint, specifically encapsulates full/diff recoverypoints */\nexport interface AzureWorkloadSAPHanaRecoveryPoint extends AzureWorkloadRecoveryPoint {\n /** This property will be used as the discriminator for deciding the specific types in the polymorphic chain of types. */\n objectType: \"AzureWorkloadSAPHanaRecoveryPoint\";\n}\n\nexport function azureWorkloadSAPHanaRecoveryPointDeserializer(\n item: any,\n): AzureWorkloadSAPHanaRecoveryPoint {\n return {\n objectType: item[\"objectType\"],\n recoveryPointTimeInUTC: !item[\"recoveryPointTimeInUTC\"]\n ? item[\"recoveryPointTimeInUTC\"]\n : new Date(item[\"recoveryPointTimeInUTC\"]),\n type: item[\"type\"],\n recoveryPointTierDetails: !item[\"recoveryPointTierDetails\"]\n ? item[\"recoveryPointTierDetails\"]\n : recoveryPointTierInformationV2ArrayDeserializer(item[\"recoveryPointTierDetails\"]),\n recoveryPointMoveReadinessInfo: !item[\"recoveryPointMoveReadinessInfo\"]\n ? item[\"recoveryPointMoveReadinessInfo\"]\n : recoveryPointMoveReadinessInfoRecordDeserializer(item[\"recoveryPointMoveReadinessInfo\"]),\n recoveryPointProperties: !item[\"recoveryPointProperties\"]\n ? item[\"recoveryPointProperties\"]\n : recoveryPointPropertiesDeserializer(item[\"recoveryPointProperties\"]),\n threatStatus: item[\"threatStatus\"],\n threatInfo: !item[\"threatInfo\"]\n ? item[\"threatInfo\"]\n : threatInfoArrayDeserializer(item[\"threatInfo\"]),\n };\n}\n\n/** SAPAse specific recoverypoint, specifically encapsulates full/diff recoverypoints */\nexport interface AzureWorkloadSAPAseRecoveryPoint extends AzureWorkloadRecoveryPoint {\n /** This property will be used as the discriminator for deciding the specific types in the polymorphic chain of types. */\n objectType: \"AzureWorkloadSAPAseRecoveryPoint\";\n}\n\nexport function azureWorkloadSAPAseRecoveryPointDeserializer(\n item: any,\n): AzureWorkloadSAPAseRecoveryPoint {\n return {\n objectType: item[\"objectType\"],\n recoveryPointTimeInUTC: !item[\"recoveryPointTimeInUTC\"]\n ? item[\"recoveryPointTimeInUTC\"]\n : new Date(item[\"recoveryPointTimeInUTC\"]),\n type: item[\"type\"],\n recoveryPointTierDetails: !item[\"recoveryPointTierDetails\"]\n ? item[\"recoveryPointTierDetails\"]\n : recoveryPointTierInformationV2ArrayDeserializer(item[\"recoveryPointTierDetails\"]),\n recoveryPointMoveReadinessInfo: !item[\"recoveryPointMoveReadinessInfo\"]\n ? item[\"recoveryPointMoveReadinessInfo\"]\n : recoveryPointMoveReadinessInfoRecordDeserializer(item[\"recoveryPointMoveReadinessInfo\"]),\n recoveryPointProperties: !item[\"recoveryPointProperties\"]\n ? item[\"recoveryPointProperties\"]\n : recoveryPointPropertiesDeserializer(item[\"recoveryPointProperties\"]),\n threatStatus: item[\"threatStatus\"],\n threatInfo: !item[\"threatInfo\"]\n ? item[\"threatInfo\"]\n : threatInfoArrayDeserializer(item[\"threatInfo\"]),\n };\n}\n\n/** Recovery point specific to PointInTime */\nexport interface AzureWorkloadSQLPointInTimeRecoveryPoint extends AzureWorkloadSQLRecoveryPoint {\n /** This property will be used as the discriminator for deciding the specific types in the polymorphic chain of types. */\n objectType: \"AzureWorkloadSQLPointInTimeRecoveryPoint\";\n /** List of log ranges */\n timeRanges?: PointInTimeRange[];\n}\n\nexport function azureWorkloadSQLPointInTimeRecoveryPointDeserializer(\n item: any,\n): AzureWorkloadSQLPointInTimeRecoveryPoint {\n return {\n objectType: item[\"objectType\"],\n extendedInfo: !item[\"extendedInfo\"]\n ? item[\"extendedInfo\"]\n : azureWorkloadSQLRecoveryPointExtendedInfoDeserializer(item[\"extendedInfo\"]),\n recoveryPointTimeInUTC: !item[\"recoveryPointTimeInUTC\"]\n ? item[\"recoveryPointTimeInUTC\"]\n : new Date(item[\"recoveryPointTimeInUTC\"]),\n type: item[\"type\"],\n recoveryPointTierDetails: !item[\"recoveryPointTierDetails\"]\n ? item[\"recoveryPointTierDetails\"]\n : recoveryPointTierInformationV2ArrayDeserializer(item[\"recoveryPointTierDetails\"]),\n recoveryPointMoveReadinessInfo: !item[\"recoveryPointMoveReadinessInfo\"]\n ? item[\"recoveryPointMoveReadinessInfo\"]\n : recoveryPointMoveReadinessInfoRecordDeserializer(item[\"recoveryPointMoveReadinessInfo\"]),\n recoveryPointProperties: !item[\"recoveryPointProperties\"]\n ? item[\"recoveryPointProperties\"]\n : recoveryPointPropertiesDeserializer(item[\"recoveryPointProperties\"]),\n threatStatus: item[\"threatStatus\"],\n threatInfo: !item[\"threatInfo\"]\n ? item[\"threatInfo\"]\n : threatInfoArrayDeserializer(item[\"threatInfo\"]),\n timeRanges: !item[\"timeRanges\"]\n ? item[\"timeRanges\"]\n : pointInTimeRangeArrayDeserializer(item[\"timeRanges\"]),\n };\n}\n\n/** SQL specific recoverypoint, specifically encapsulates full/diff recoverypoint along with extended info */\nexport interface AzureWorkloadSQLRecoveryPoint extends AzureWorkloadRecoveryPoint {\n /** This property will be used as the discriminator for deciding the specific types in the polymorphic chain of types. */\n /** The discriminator possible values: AzureWorkloadSQLPointInTimeRecoveryPoint */\n objectType: \"AzureWorkloadSQLRecoveryPoint\" | \"AzureWorkloadSQLPointInTimeRecoveryPoint\";\n /**\n * Extended Info that provides data directory details. Will be populated in two cases:\n * When a specific recovery point is accessed using GetRecoveryPoint\n * Or when ListRecoveryPoints is called for Log RP only with ExtendedInfo query filter\n */\n extendedInfo?: AzureWorkloadSQLRecoveryPointExtendedInfo;\n}\n\nexport function azureWorkloadSQLRecoveryPointDeserializer(\n item: any,\n): AzureWorkloadSQLRecoveryPoint {\n return {\n objectType: item[\"objectType\"],\n recoveryPointTimeInUTC: !item[\"recoveryPointTimeInUTC\"]\n ? item[\"recoveryPointTimeInUTC\"]\n : new Date(item[\"recoveryPointTimeInUTC\"]),\n type: item[\"type\"],\n recoveryPointTierDetails: !item[\"recoveryPointTierDetails\"]\n ? item[\"recoveryPointTierDetails\"]\n : recoveryPointTierInformationV2ArrayDeserializer(item[\"recoveryPointTierDetails\"]),\n recoveryPointMoveReadinessInfo: !item[\"recoveryPointMoveReadinessInfo\"]\n ? item[\"recoveryPointMoveReadinessInfo\"]\n : recoveryPointMoveReadinessInfoRecordDeserializer(item[\"recoveryPointMoveReadinessInfo\"]),\n recoveryPointProperties: !item[\"recoveryPointProperties\"]\n ? item[\"recoveryPointProperties\"]\n : recoveryPointPropertiesDeserializer(item[\"recoveryPointProperties\"]),\n threatStatus: item[\"threatStatus\"],\n threatInfo: !item[\"threatInfo\"]\n ? item[\"threatInfo\"]\n : threatInfoArrayDeserializer(item[\"threatInfo\"]),\n extendedInfo: !item[\"extendedInfo\"]\n ? item[\"extendedInfo\"]\n : azureWorkloadSQLRecoveryPointExtendedInfoDeserializer(item[\"extendedInfo\"]),\n };\n}\n\n/** Alias for AzureWorkloadSQLRecoveryPointUnion */\nexport type AzureWorkloadSQLRecoveryPointUnion =\n | AzureWorkloadSQLPointInTimeRecoveryPoint\n | AzureWorkloadSQLRecoveryPoint;\n\nexport function azureWorkloadSQLRecoveryPointUnionDeserializer(\n item: any,\n): AzureWorkloadSQLRecoveryPointUnion {\n switch (item[\"objectType\"]) {\n case \"AzureWorkloadSQLPointInTimeRecoveryPoint\":\n return azureWorkloadSQLPointInTimeRecoveryPointDeserializer(\n item as AzureWorkloadSQLPointInTimeRecoveryPoint,\n );\n\n default:\n return azureWorkloadSQLRecoveryPointDeserializer(item);\n }\n}\n\n/** Extended info class details */\nexport interface AzureWorkloadSQLRecoveryPointExtendedInfo {\n /** UTC time at which data directory info was captured */\n dataDirectoryTimeInUTC?: Date;\n /** List of data directory paths during restore operation. */\n dataDirectoryPaths?: SQLDataDirectory[];\n /** List of databases included in recovery point. */\n includedDatabases?: DatabaseInRP[];\n}\n\nexport function azureWorkloadSQLRecoveryPointExtendedInfoDeserializer(\n item: any,\n): AzureWorkloadSQLRecoveryPointExtendedInfo {\n return {\n dataDirectoryTimeInUTC: !item[\"dataDirectoryTimeInUTC\"]\n ? item[\"dataDirectoryTimeInUTC\"]\n : new Date(item[\"dataDirectoryTimeInUTC\"]),\n dataDirectoryPaths: !item[\"dataDirectoryPaths\"]\n ? item[\"dataDirectoryPaths\"]\n : sqlDataDirectoryArrayDeserializer(item[\"dataDirectoryPaths\"]),\n includedDatabases: !item[\"includedDatabases\"]\n ? item[\"includedDatabases\"]\n : databaseInRPArrayDeserializer(item[\"includedDatabases\"]),\n };\n}\n\nexport function sqlDataDirectoryArrayDeserializer(result: Array<SQLDataDirectory>): any[] {\n return result.map((item) => {\n return sqlDataDirectoryDeserializer(item);\n });\n}\n\n/** SQLDataDirectory info */\nexport interface SQLDataDirectory {\n /** Type of data directory mapping */\n type?: SQLDataDirectoryType;\n /** File path */\n path?: string;\n /** Logical name of the file */\n logicalName?: string;\n}\n\nexport function sqlDataDirectoryDeserializer(item: any): SQLDataDirectory {\n return {\n type: item[\"type\"],\n path: item[\"path\"],\n logicalName: item[\"logicalName\"],\n };\n}\n\n/** Type of data directory mapping */\nexport enum KnownSQLDataDirectoryType {\n /** Invalid */\n Invalid = \"Invalid\",\n /** Data */\n Data = \"Data\",\n /** Log */\n Log = \"Log\",\n}\n\n/**\n * Type of data directory mapping \\\n * {@link KnownSQLDataDirectoryType} can be used interchangeably with SQLDataDirectoryType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Invalid** \\\n * **Data** \\\n * **Log**\n */\nexport type SQLDataDirectoryType = string;\n\nexport function databaseInRPArrayDeserializer(result: Array<DatabaseInRP>): any[] {\n return result.map((item) => {\n return databaseInRPDeserializer(item);\n });\n}\n\n/** Database included in RP. */\nexport interface DatabaseInRP {\n /** Datasource Id for the database. */\n datasourceId?: string;\n /** Datasource name for the database. */\n datasourceName?: string;\n}\n\nexport function databaseInRPDeserializer(item: any): DatabaseInRP {\n return {\n datasourceId: item[\"datasourceId\"],\n datasourceName: item[\"datasourceName\"],\n };\n}\n\n/** Generic backup copy. */\nexport interface GenericRecoveryPoint extends RecoveryPoint {\n /** Friendly name of the backup copy. */\n friendlyName?: string;\n /** Type of the backup copy. */\n recoveryPointType?: string;\n /** Time at which this backup copy was created. */\n recoveryPointTime?: Date;\n /** Additional information associated with this backup copy. */\n recoveryPointAdditionalInfo?: string;\n /** Properties of Recovery Point */\n recoveryPointProperties?: RecoveryPointProperties;\n /** This property will be used as the discriminator for deciding the specific types in the polymorphic chain of types. */\n objectType: \"GenericRecoveryPoint\";\n}\n\nexport function genericRecoveryPointDeserializer(item: any): GenericRecoveryPoint {\n return {\n objectType: item[\"objectType\"],\n threatStatus: item[\"threatStatus\"],\n threatInfo: !item[\"threatInfo\"]\n ? item[\"threatInfo\"]\n : threatInfoArrayDeserializer(item[\"threatInfo\"]),\n friendlyName: item[\"friendlyName\"],\n recoveryPointType: item[\"recoveryPointType\"],\n recoveryPointTime: !item[\"recoveryPointTime\"]\n ? item[\"recoveryPointTime\"]\n : new Date(item[\"recoveryPointTime\"]),\n recoveryPointAdditionalInfo: item[\"recoveryPointAdditionalInfo\"],\n recoveryPointProperties: !item[\"recoveryPointProperties\"]\n ? item[\"recoveryPointProperties\"]\n : recoveryPointPropertiesDeserializer(item[\"recoveryPointProperties\"]),\n };\n}\n\n/** IaaS VM workload specific backup copy. */\nexport interface IaasVMRecoveryPoint extends RecoveryPoint {\n /** Type of the backup copy. */\n recoveryPointType?: string;\n /** Time at which this backup copy was created. */\n recoveryPointTime?: Date;\n /** Additional information associated with this backup copy. */\n recoveryPointAdditionalInfo?: string;\n /** Storage type of the VM whose backup copy is created. */\n sourceVMStorageType?: string;\n /** Identifies whether the VM was encrypted when the backup copy is created. */\n isSourceVMEncrypted?: boolean;\n /** Required details for recovering an encrypted VM. Applicable only when IsSourceVMEncrypted is true. */\n keyAndSecret?: KeyAndSecretDetails;\n /** Is the session to recover items from this backup copy still active. */\n isInstantIlrSessionActive?: boolean;\n /** Recovery point tier information. */\n recoveryPointTierDetails?: RecoveryPointTierInformationV2[];\n /** Whether VM is with Managed Disks */\n isManagedVirtualMachine?: boolean;\n /** Virtual Machine Size */\n virtualMachineSize?: string;\n /** Original Storage Account Option */\n originalStorageAccountOption?: boolean;\n /** OS type */\n osType?: string;\n /** Disk configuration */\n recoveryPointDiskConfiguration?: RecoveryPointDiskConfiguration;\n /** Identifies the zone of the VM at the time of backup. Applicable only for zone-pinned Vms */\n zones?: string[];\n /** Eligibility of RP to be moved to another tier */\n recoveryPointMoveReadinessInfo?: Record<string, RecoveryPointMoveReadinessInfo>;\n /** Security Type of the Disk */\n securityType?: string;\n /** Properties of Recovery Point */\n recoveryPointProperties?: RecoveryPointProperties;\n /** This flag denotes if any of the disks in the VM are using Private access network setting */\n isPrivateAccessEnabledOnAnyDisk?: boolean;\n /**\n * Extended location of the VM recovery point,\n * should be null if VM is in public cloud\n */\n extendedLocation?: ExtendedLocation;\n /** This property will be used as the discriminator for deciding the specific types in the polymorphic chain of types. */\n objectType: \"IaasVMRecoveryPoint\";\n}\n\nexport function iaasVMRecoveryPointDeserializer(item: any): IaasVMRecoveryPoint {\n return {\n objectType: item[\"objectType\"],\n threatStatus: item[\"threatStatus\"],\n threatInfo: !item[\"threatInfo\"]\n ? item[\"threatInfo\"]\n : threatInfoArrayDeserializer(item[\"threatInfo\"]),\n recoveryPointType: item[\"recoveryPointType\"],\n recoveryPointTime: !item[\"recoveryPointTime\"]\n ? item[\"recoveryPointTime\"]\n : new Date(item[\"recoveryPointTime\"]),\n recoveryPointAdditionalInfo: item[\"recoveryPointAdditionalInfo\"],\n sourceVMStorageType: item[\"sourceVMStorageType\"],\n isSourceVMEncrypted: item[\"isSourceVMEncrypted\"],\n keyAndSecret: !item[\"keyAndSecret\"]\n ? item[\"keyAndSecret\"]\n : keyAndSecretDetailsDeserializer(item[\"keyAndSecret\"]),\n isInstantIlrSessionActive: item[\"isInstantIlrSessionActive\"],\n recoveryPointTierDetails: !item[\"recoveryPointTierDetails\"]\n ? item[\"recoveryPointTierDetails\"]\n : recoveryPointTierInformationV2ArrayDeserializer(item[\"recoveryPointTierDetails\"]),\n isManagedVirtualMachine: item[\"isManagedVirtualMachine\"],\n virtualMachineSize: item[\"virtualMachineSize\"],\n originalStorageAccountOption: item[\"originalStorageAccountOption\"],\n osType: item[\"osType\"],\n recoveryPointDiskConfiguration: !item[\"recoveryPointDiskConfiguration\"]\n ? item[\"recoveryPointDiskConfiguration\"]\n : recoveryPointDiskConfigurationDeserializer(item[\"recoveryPointDiskConfiguration\"]),\n zones: !item[\"zones\"]\n ? item[\"zones\"]\n : item[\"zones\"].map((p: any) => {\n return p;\n }),\n recoveryPointMoveReadinessInfo: !item[\"recoveryPointMoveReadinessInfo\"]\n ? item[\"recoveryPointMoveReadinessInfo\"]\n : recoveryPointMoveReadinessInfoRecordDeserializer(item[\"recoveryPointMoveReadinessInfo\"]),\n securityType: item[\"securityType\"],\n recoveryPointProperties: !item[\"recoveryPointProperties\"]\n ? item[\"recoveryPointProperties\"]\n : recoveryPointPropertiesDeserializer(item[\"recoveryPointProperties\"]),\n isPrivateAccessEnabledOnAnyDisk: item[\"isPrivateAccessEnabledOnAnyDisk\"],\n extendedLocation: !item[\"extendedLocation\"]\n ? item[\"extendedLocation\"]\n : extendedLocationDeserializer(item[\"extendedLocation\"]),\n };\n}\n\n/**\n * BEK is bitlocker key.\n * KEK is encryption key for BEK\n * If the VM was encrypted then we will store following details :\n * 1. Secret(BEK) - Url + Backup Data + vaultId.\n * 2. Key(KEK) - Url + Backup Data + vaultId.\n * 3. EncryptionMechanism\n * BEK and KEK can potentially have different vault ids.\n */\nexport interface KeyAndSecretDetails {\n /** KEK is encryption key for BEK. */\n kekDetails?: KEKDetails;\n /** BEK is bitlocker encryption key. */\n bekDetails?: BEKDetails;\n /** Encryption mechanism: None/ SinglePass/ DoublePass */\n encryptionMechanism?: string;\n}\n\nexport function keyAndSecretDetailsDeserializer(item: any): KeyAndSecretDetails {\n return {\n kekDetails: !item[\"kekDetails\"]\n ? item[\"kekDetails\"]\n : kekDetailsDeserializer(item[\"kekDetails\"]),\n bekDetails: !item[\"bekDetails\"]\n ? item[\"bekDetails\"]\n : bekDetailsDeserializer(item[\"bekDetails\"]),\n encryptionMechanism: item[\"encryptionMechanism\"],\n };\n}\n\n/** KEK is encryption key for BEK. */\nexport interface KEKDetails {\n /** Key is KEK. */\n keyUrl?: string;\n /** Key Vault ID where this Key is stored. */\n keyVaultId?: string;\n /** KEK data. */\n keyBackupData?: string;\n}\n\nexport function kekDetailsDeserializer(item: any): KEKDetails {\n return {\n keyUrl: item[\"keyUrl\"],\n keyVaultId: item[\"keyVaultId\"],\n keyBackupData: item[\"keyBackupData\"],\n };\n}\n\n/** BEK is bitlocker encryption key. */\nexport interface BEKDetails {\n /** Secret is BEK. */\n secretUrl?: string;\n /** ID of the Key Vault where this Secret is stored. */\n secretVaultId?: string;\n /** BEK data. */\n secretData?: string;\n}\n\nexport function bekDetailsDeserializer(item: any): BEKDetails {\n return {\n secretUrl: item[\"secretUrl\"],\n secretVaultId: item[\"secretVaultId\"],\n secretData: item[\"secretData\"],\n };\n}\n\n/** Disk configuration */\nexport interface RecoveryPointDiskConfiguration {\n /** Number of disks included in backup */\n numberOfDisksIncludedInBackup?: number;\n /** Number of disks attached to the VM */\n numberOfDisksAttachedToVm?: number;\n /** Information of disks included in backup */\n includedDiskList?: DiskInformation[];\n /** Information of disks excluded from backup */\n excludedDiskList?: DiskInformation[];\n}\n\nexport function recoveryPointDiskConfigurationDeserializer(\n item: any,\n): RecoveryPointDiskConfiguration {\n return {\n numberOfDisksIncludedInBackup: item[\"numberOfDisksIncludedInBackup\"],\n numberOfDisksAttachedToVm: item[\"numberOfDisksAttachedToVm\"],\n includedDiskList: !item[\"includedDiskList\"]\n ? item[\"includedDiskList\"]\n : diskInformationArrayDeserializer(item[\"includedDiskList\"]),\n excludedDiskList: !item[\"excludedDiskList\"]\n ? item[\"excludedDiskList\"]\n : diskInformationArrayDeserializer(item[\"excludedDiskList\"]),\n };\n}\n\nexport function diskInformationArrayDeserializer(result: Array<DiskInformation>): any[] {\n return result.map((item) => {\n return diskInformationDeserializer(item);\n });\n}\n\n/** Disk information */\nexport interface DiskInformation {\n lun?: number;\n name?: string;\n}\n\nexport function diskInformationDeserializer(item: any): DiskInformation {\n return {\n lun: item[\"lun\"],\n name: item[\"name\"],\n };\n}\n\n/** The extended location of Recovery point where VM was present. */\nexport interface ExtendedLocation {\n /** Name of the extended location. */\n name?: string;\n /** Type of the extended location. Possible values include: 'EdgeZone' */\n type?: string;\n}\n\nexport function extendedLocationSerializer(item: ExtendedLocation): any {\n return { name: item[\"name\"], type: item[\"type\"] };\n}\n\nexport function extendedLocationDeserializer(item: any): ExtendedLocation {\n return {\n name: item[\"name\"],\n type: item[\"type\"],\n };\n}\n\n/** Base for all lists of resources. */\nexport interface ResourceList {\n /** The URI to fetch the next page of resources, with each API call returning up to 200 resources per page. Use ListNext() to fetch the next page if the total number of resources exceeds 200. */\n nextLink?: string;\n}\n\nexport function resourceListDeserializer(item: any): ResourceList {\n return {\n nextLink: item[\"nextLink\"],\n };\n}\n\n/** Base class for container with backup items. Containers with specific workloads are derived from this class. */\nexport interface ProtectionContainerResource extends ProxyResource {\n /** ProtectionContainerResource properties */\n properties?: ProtectionContainerUnion;\n /** Resource tags. */\n tags?: Record<string, string>;\n /** The geo-location where the resource lives */\n location?: string;\n /** Optional ETag. */\n eTag?: string;\n}\n\nexport function protectionContainerResourceSerializer(item: ProtectionContainerResource): any {\n return {\n properties: !item[\"properties\"]\n ? item[\"properties\"]\n : protectionContainerUnionSerializer(item[\"properties\"]),\n tags: item[\"tags\"],\n location: item[\"location\"],\n eTag: item[\"eTag\"],\n };\n}\n\nexport function protectionContainerResourceDeserializer(item: any): ProtectionContainerResource {\n return {\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n properties: !item[\"properties\"]\n ? item[\"properties\"]\n : protectionContainerUnionDeserializer(item[\"properties\"]),\n tags: !item[\"tags\"]\n ? item[\"tags\"]\n : Object.fromEntries(Object.entries(item[\"tags\"]).map(([k, p]: [string, any]) => [k, p])),\n location: item[\"location\"],\n eTag: item[\"eTag\"],\n };\n}\n\n/** Base class for container with backup items. Containers with specific workloads are derived from this class. */\nexport interface ProtectionContainer {\n /** Friendly name of the container. */\n friendlyName?: string;\n /** Type of backup management for the container. */\n backupManagementType?: BackupManagementType;\n /** Status of registration of the container with the Recovery Services Vault. */\n registrationStatus?: string;\n /** Status of health of the container. */\n healthStatus?: string;\n /**\n * Type of the container. The value of this property for: 1. Compute Azure VM is Microsoft.Compute/virtualMachines 2.\n * Classic Compute Azure VM is Microsoft.ClassicCompute/virtualMachines 3. Windows machines (like MAB, DPM etc) is\n * Windows 4. Azure SQL instance is AzureSqlContainer. 5. Storage containers is StorageContainer. 6. Azure workload\n * Backup is VMAppContainer\n */\n /** The discriminator possible values: AzureBackupServerContainer, DPMContainer, Microsoft.ClassicCompute/virtualMachines, IaasVMContainer, Microsoft.Compute/virtualMachines, SQLAGWorkLoadContainer, AzureWorkloadContainer, AzureSqlContainer, StorageContainer, VMAppContainer, GenericContainer, Windows */\n containerType: ProtectableContainerType;\n /** Type of the protectable object associated with this container */\n protectableObjectType?: string;\n}\n\nexport function protectionContainerSerializer(item: ProtectionContainer): any {\n return {\n friendlyName: item[\"friendlyName\"],\n backupManagementType: item[\"backupManagementType\"],\n registrationStatus: item[\"registrationStatus\"],\n healthStatus: item[\"healthStatus\"],\n containerType: item[\"containerType\"],\n protectableObjectType: item[\"protectableObjectType\"],\n };\n}\n\nexport function protectionContainerDeserializer(item: any): ProtectionContainer {\n return {\n friendlyName: item[\"friendlyName\"],\n backupManagementType: item[\"backupManagementType\"],\n registrationStatus: item[\"registrationStatus\"],\n healthStatus: item[\"healthStatus\"],\n containerType: item[\"containerType\"],\n protectableObjectType: item[\"protectableObjectType\"],\n };\n}\n\n/** Alias for ProtectionContainerUnion */\nexport type ProtectionContainerUnion =\n | DpmContainerUnion\n | IaaSVMContainerUnion\n | AzureWorkloadContainerUnion\n | AzureSqlContainer\n | AzureStorageContainer\n | GenericContainer\n | MabContainer\n | ProtectionContainer;\n\nexport function protectionContainerUnionSerializer(item: ProtectionContainerUnion): any {\n switch (item.containerType) {\n case \"DPMContainer\":\n case \"AzureBackupServerContainer\":\n return dpmContainerUnionSerializer(item as DpmContainerUnion);\n\n case \"IaasVMContainer\":\n case \"Microsoft.ClassicCompute/virtualMachines\":\n case \"Microsoft.Compute/virtualMachines\":\n return iaaSVMContainerUnionSerializer(item as IaaSVMContainerUnion);\n\n case \"AzureWorkloadContainer\":\n case \"SQLAGWorkLoadContainer\":\n case \"VMAppContainer\":\n return azureWorkloadContainerUnionSerializer(item as AzureWorkloadContainerUnion);\n\n case \"AzureSqlContainer\":\n return azureSqlContainerSerializer(item as AzureSqlContainer);\n\n case \"StorageContainer\":\n return azureStorageContainerSerializer(item as AzureStorageContainer);\n\n case \"GenericContainer\":\n return genericContainerSerializer(item as GenericContainer);\n\n case \"Windows\":\n return mabContainerSerializer(item as MabContainer);\n\n default:\n return protectionContainerSerializer(item);\n }\n}\n\nexport function protectionContainerUnionDeserializer(item: any): ProtectionContainerUnion {\n switch (item[\"containerType\"]) {\n case \"DPMContainer\":\n case \"AzureBackupServerContainer\":\n return dpmContainerUnionDeserializer(item as DpmContainerUnion);\n\n case \"IaasVMContainer\":\n case \"Microsoft.ClassicCompute/virtualMachines\":\n case \"Microsoft.Compute/virtualMachines\":\n return iaaSVMContainerUnionDeserializer(item as IaaSVMContainerUnion);\n\n case \"AzureWorkloadContainer\":\n case \"SQLAGWorkLoadContainer\":\n case \"VMAppContainer\":\n return azureWorkloadContainerUnionDeserializer(item as AzureWorkloadContainerUnion);\n\n case \"AzureSqlContainer\":\n return azureSqlContainerDeserializer(item as AzureSqlContainer);\n\n case \"StorageContainer\":\n return azureStorageContainerDeserializer(item as AzureStorageContainer);\n\n case \"GenericContainer\":\n return genericContainerDeserializer(item as GenericContainer);\n\n case \"Windows\":\n return mabContainerDeserializer(item as MabContainer);\n\n default:\n return protectionContainerDeserializer(item);\n }\n}\n\n/**\n * Type of the container. The value of this property for\n * 1. Compute Azure VM is Microsoft.Compute/virtualMachines\n * 2. Classic Compute Azure VM is Microsoft.ClassicCompute/virtualMachines\n */\nexport type ProtectableContainerType =\n | \"Invalid\"\n | \"Unknown\"\n | \"IaasVMContainer\"\n | \"IaasVMServiceContainer\"\n | \"DPMContainer\"\n | \"AzureBackupServerContainer\"\n | \"MABContainer\"\n | \"Cluster\"\n | \"AzureSqlContainer\"\n | \"Windows\"\n | \"VCenter\"\n | \"VMAppContainer\"\n | \"SQLAGWorkLoadContainer\"\n | \"StorageContainer\"\n | \"GenericContainer\"\n | \"Microsoft.ClassicCompute/virtualMachines\"\n | \"Microsoft.Compute/virtualMachines\"\n | \"AzureWorkloadContainer\";\n\n/** AzureBackupServer (DPMVenus) workload-specific protection container. */\nexport interface AzureBackupServerContainer extends DpmContainer {\n /**\n * Type of the container. The value of this property for: 1. Compute Azure VM is Microsoft.Compute/virtualMachines 2.\n * Classic Compute Azure VM is Microsoft.ClassicCompute/virtualMachines 3. Windows machines (like MAB, DPM etc) is\n * Windows 4. Azure SQL instance is AzureSqlContainer. 5. Storage containers is StorageContainer. 6. Azure workload\n * Backup is VMAppContainer\n */\n containerType: \"AzureBackupServerContainer\";\n}\n\nexport function azureBackupServerContainerSerializer(item: AzureBackupServerContainer): any {\n return {\n containerType: item[\"containerType\"],\n canReRegister: item[\"canReRegister\"],\n containerId: item[\"containerId\"],\n protectedItemCount: item[\"protectedItemCount\"],\n dpmAgentVersion: item[\"dpmAgentVersion\"],\n dpmServers: !item[\"dpmServers\"]\n ? item[\"dpmServers\"]\n : item[\"dpmServers\"].map((p: any) => {\n return p;\n }),\n upgradeAvailable: item[\"upgradeAvailable\"],\n protectionStatus: item[\"protectionStatus\"],\n extendedInfo: !item[\"extendedInfo\"]\n ? item[\"extendedInfo\"]\n : dpmContainerExtendedInfoSerializer(item[\"extendedInfo\"]),\n friendlyName: item[\"friendlyName\"],\n backupManagementType: item[\"backupManagementType\"],\n registrationStatus: item[\"registrationStatus\"],\n healthStatus: item[\"healthStatus\"],\n protectableObjectType: item[\"protectableObjectType\"],\n };\n}\n\nexport function azureBackupServerContainerDeserializer(item: any): AzureBackupServerContainer {\n return {\n containerType: item[\"containerType\"],\n canReRegister: item[\"canReRegister\"],\n containerId: item[\"containerId\"],\n protectedItemCount: item[\"protectedItemCount\"],\n dpmAgentVersion: item[\"dpmAgentVersion\"],\n dpmServers: !item[\"dpmServers\"]\n ? item[\"dpmServers\"]\n : item[\"dpmServers\"].map((p: any) => {\n return p;\n }),\n upgradeAvailable: item[\"upgradeAvailable\"],\n protectionStatus: item[\"protectionStatus\"],\n extendedInfo: !item[\"extendedInfo\"]\n ? item[\"extendedInfo\"]\n : dpmContainerExtendedInfoDeserializer(item[\"extendedInfo\"]),\n friendlyName: item[\"friendlyName\"],\n backupManagementType: item[\"backupManagementType\"],\n registrationStatus: item[\"registrationStatus\"],\n healthStatus: item[\"healthStatus\"],\n protectableObjectType: item[\"protectableObjectType\"],\n };\n}\n\n/** DPM workload-specific protection container. */\nexport interface DpmContainer extends ProtectionContainer {\n /**\n * Type of the container. The value of this property for: 1. Compute Azure VM is Microsoft.Compute/virtualMachines 2.\n * Classic Compute Azure VM is Microsoft.ClassicCompute/virtualMachines 3. Windows machines (like MAB, DPM etc) is\n * Windows 4. Azure SQL instance is AzureSqlContainer. 5. Storage containers is StorageContainer. 6. Azure workload\n * Backup is VMAppContainer\n */\n /** The discriminator possible values: AzureBackupServerContainer */\n containerType: \"DPMContainer\" | \"AzureBackupServerContainer\";\n /** Specifies whether the container is re-registrable. */\n canReRegister?: boolean;\n /** ID of container. */\n containerId?: string;\n /** Number of protected items in the BackupEngine */\n protectedItemCount?: number;\n /** Backup engine Agent version */\n dpmAgentVersion?: string;\n /** List of BackupEngines protecting the container */\n dpmServers?: string[];\n /** To check if upgrade available */\n upgradeAvailable?: boolean;\n /** Protection status of the container. */\n protectionStatus?: string;\n /** Extended Info of the container. */\n extendedInfo?: DPMContainerExtendedInfo;\n}\n\nexport function dpmContainerSerializer(item: DpmContainer): any {\n return {\n friendlyName: item[\"friendlyName\"],\n backupManagementType: item[\"backupManagementType\"],\n registrationStatus: item[\"registrationStatus\"],\n healthStatus: item[\"healthStatus\"],\n containerType: item[\"containerType\"],\n protectableObjectType: item[\"protectableObjectType\"],\n canReRegister: item[\"canReRegister\"],\n containerId: item[\"containerId\"],\n protectedItemCount: item[\"protectedItemCount\"],\n dpmAgentVersion: item[\"dpmAgentVersion\"],\n dpmServers: !item[\"dpmServers\"]\n ? item[\"dpmServers\"]\n : item[\"dpmServers\"].map((p: any) => {\n return p;\n }),\n upgradeAvailable: item[\"upgradeAvailable\"],\n protectionStatus: item[\"protectionStatus\"],\n extendedInfo: !item[\"extendedInfo\"]\n ? item[\"extendedInfo\"]\n : dpmContainerExtendedInfoSerializer(item[\"extendedInfo\"]),\n };\n}\n\nexport function dpmContainerDeserializer(item: any): DpmContainer {\n return {\n friendlyName: item[\"friendlyName\"],\n backupManagementType: item[\"backupManagementType\"],\n registrationStatus: item[\"registrationStatus\"],\n healthStatus: item[\"healthStatus\"],\n containerType: item[\"containerType\"],\n protectableObjectType: item[\"protectableObjectType\"],\n canReRegister: item[\"canReRegister\"],\n containerId: item[\"containerId\"],\n protectedItemCount: item[\"protectedItemCount\"],\n dpmAgentVersion: item[\"dpmAgentVersion\"],\n dpmServers: !item[\"dpmServers\"]\n ? item[\"dpmServers\"]\n : item[\"dpmServers\"].map((p: any) => {\n return p;\n }),\n upgradeAvailable: item[\"upgradeAvailable\"],\n protectionStatus: item[\"protectionStatus\"],\n extendedInfo: !item[\"extendedInfo\"]\n ? item[\"extendedInfo\"]\n : dpmContainerExtendedInfoDeserializer(item[\"extendedInfo\"]),\n };\n}\n\n/** Alias for DpmContainerUnion */\nexport type DpmContainerUnion = AzureBackupServerContainer | DpmContainer;\n\nexport function dpmContainerUnionSerializer(item: DpmContainerUnion): any {\n switch (item.containerType) {\n case \"AzureBackupServerContainer\":\n return azureBackupServerContainerSerializer(item as AzureBackupServerContainer);\n\n default:\n return dpmContainerSerializer(item);\n }\n}\n\nexport function dpmContainerUnionDeserializer(item: any): DpmContainerUnion {\n switch (item[\"containerType\"]) {\n case \"AzureBackupServerContainer\":\n return azureBackupServerContainerDeserializer(item as AzureBackupServerContainer);\n\n default:\n return dpmContainerDeserializer(item);\n }\n}\n\n/** Additional information of the DPMContainer. */\nexport interface DPMContainerExtendedInfo {\n /** Last refresh time of the DPMContainer. */\n lastRefreshedAt?: Date;\n}\n\nexport function dpmContainerExtendedInfoSerializer(item: DPMContainerExtendedInfo): any {\n return {\n lastRefreshedAt: !item[\"lastRefreshedAt\"]\n ? item[\"lastRefreshedAt\"]\n : item[\"lastRefreshedAt\"].toISOString(),\n };\n}\n\nexport function dpmContainerExtendedInfoDeserializer(item: any): DPMContainerExtendedInfo {\n return {\n lastRefreshedAt: !item[\"lastRefreshedAt\"]\n ? item[\"lastRefreshedAt\"]\n : new Date(item[\"lastRefreshedAt\"]),\n };\n}\n\n/** IaaS VM workload-specific backup item representing a classic virtual machine. */\nexport interface AzureIaaSClassicComputeVMContainer extends IaaSVMContainer {\n /**\n * Type of the container. The value of this property for: 1. Compute Azure VM is Microsoft.Compute/virtualMachines 2.\n * Classic Compute Azure VM is Microsoft.ClassicCompute/virtualMachines 3. Windows machines (like MAB, DPM etc) is\n * Windows 4. Azure SQL instance is AzureSqlContainer. 5. Storage containers is StorageContainer. 6. Azure workload\n * Backup is VMAppContainer\n */\n containerType: \"Microsoft.ClassicCompute/virtualMachines\";\n}\n\nexport function azureIaaSClassicComputeVMContainerSerializer(\n item: AzureIaaSClassicComputeVMContainer,\n): any {\n return {\n containerType: item[\"containerType\"],\n virtualMachineId: item[\"virtualMachineId\"],\n virtualMachineVersion: item[\"virtualMachineVersion\"],\n resourceGroup: item[\"resourceGroup\"],\n friendlyName: item[\"friendlyName\"],\n backupManagementType: item[\"backupManagementType\"],\n registrationStatus: item[\"registrationStatus\"],\n healthStatus: item[\"healthStatus\"],\n protectableObjectType: item[\"protectableObjectType\"],\n };\n}\n\nexport function azureIaaSClassicComputeVMContainerDeserializer(\n item: any,\n): AzureIaaSClassicComputeVMContainer {\n return {\n containerType: item[\"containerType\"],\n virtualMachineId: item[\"virtualMachineId\"],\n virtualMachineVersion: item[\"virtualMachineVersion\"],\n resourceGroup: item[\"resourceGroup\"],\n friendlyName: item[\"friendlyName\"],\n backupManagementType: item[\"backupManagementType\"],\n registrationStatus: item[\"registrationStatus\"],\n healthStatus: item[\"healthStatus\"],\n protectableObjectType: item[\"protectableObjectType\"],\n };\n}\n\n/** IaaS VM workload-specific container. */\nexport interface IaaSVMContainer extends ProtectionContainer {\n /**\n * Type of the container. The value of this property for: 1. Compute Azure VM is Microsoft.Compute/virtualMachines 2.\n * Classic Compute Azure VM is Microsoft.ClassicCompute/virtualMachines 3. Windows machines (like MAB, DPM etc) is\n * Windows 4. Azure SQL instance is AzureSqlContainer. 5. Storage containers is StorageContainer. 6. Azure workload\n * Backup is VMAppContainer\n */\n /** The discriminator possible values: Microsoft.ClassicCompute/virtualMachines, Microsoft.Compute/virtualMachines */\n containerType:\n | \"IaasVMContainer\"\n | \"Microsoft.ClassicCompute/virtualMachines\"\n | \"Microsoft.Compute/virtualMachines\";\n /** Fully qualified ARM url of the virtual machine represented by this Azure IaaS VM container. */\n virtualMachineId?: string;\n /** Specifies whether the container represents a Classic or an Azure Resource Manager VM. */\n virtualMachineVersion?: string;\n /** Resource group name of Recovery Services Vault. */\n resourceGroup?: string;\n}\n\nexport function iaaSVMContainerSerializer(item: IaaSVMContainer): any {\n return {\n friendlyName: item[\"friendlyName\"],\n backupManagementType: item[\"backupManagementType\"],\n registrationStatus: item[\"registrationStatus\"],\n healthStatus: item[\"healthStatus\"],\n containerType: item[\"containerType\"],\n protectableObjectType: item[\"protectableObjectType\"],\n virtualMachineId: item[\"virtualMachineId\"],\n virtualMachineVersion: item[\"virtualMachineVersion\"],\n resourceGroup: item[\"resourceGroup\"],\n };\n}\n\nexport function iaaSVMContainerDeserializer(item: any): IaaSVMContainer {\n return {\n friendlyName: item[\"friendlyName\"],\n backupManagementType: item[\"backupManagementType\"],\n registrationStatus: item[\"registrationStatus\"],\n healthStatus: item[\"healthStatus\"],\n containerType: item[\"containerType\"],\n protectableObjectType: item[\"protectableObjectType\"],\n virtualMachineId: item[\"virtualMachineId\"],\n virtualMachineVersion: item[\"virtualMachineVersion\"],\n resourceGroup: item[\"resourceGroup\"],\n };\n}\n\n/** Alias for IaaSVMContainerUnion */\nexport type IaaSVMContainerUnion =\n | AzureIaaSClassicComputeVMContainer\n | AzureIaaSComputeVMContainer\n | IaaSVMContainer;\n\nexport function iaaSVMContainerUnionSerializer(item: IaaSVMContainerUnion): any {\n switch (item.containerType) {\n case \"Microsoft.ClassicCompute/virtualMachines\":\n return azureIaaSClassicComputeVMContainerSerializer(\n item as AzureIaaSClassicComputeVMContainer,\n );\n\n case \"Microsoft.Compute/virtualMachines\":\n return azureIaaSComputeVMContainerSerializer(item as AzureIaaSComputeVMContainer);\n\n default:\n return iaaSVMContainerSerializer(item);\n }\n}\n\nexport function iaaSVMContainerUnionDeserializer(item: any): IaaSVMContainerUnion {\n switch (item[\"containerType\"]) {\n case \"Microsoft.ClassicCompute/virtualMachines\":\n return azureIaaSClassicComputeVMContainerDeserializer(\n item as AzureIaaSClassicComputeVMContainer,\n );\n\n case \"Microsoft.Compute/virtualMachines\":\n return azureIaaSComputeVMContainerDeserializer(item as AzureIaaSComputeVMContainer);\n\n default:\n return iaaSVMContainerDeserializer(item);\n }\n}\n\n/** IaaS VM workload-specific backup item representing an Azure Resource Manager virtual machine. */\nexport interface AzureIaaSComputeVMContainer extends IaaSVMContainer {\n /**\n * Type of the container. The value of this property for: 1. Compute Azure VM is Microsoft.Compute/virtualMachines 2.\n * Classic Compute Azure VM is Microsoft.ClassicCompute/virtualMachines 3. Windows machines (like MAB, DPM etc) is\n * Windows 4. Azure SQL instance is AzureSqlContainer. 5. Storage containers is StorageContainer. 6. Azure workload\n * Backup is VMAppContainer\n */\n containerType: \"Microsoft.Compute/virtualMachines\";\n}\n\nexport function azureIaaSComputeVMContainerSerializer(item: AzureIaaSComputeVMContainer): any {\n return {\n containerType: item[\"containerType\"],\n virtualMachineId: item[\"virtualMachineId\"],\n virtualMachineVersion: item[\"virtualMachineVersion\"],\n resourceGroup: item[\"resourceGroup\"],\n friendlyName: item[\"friendlyName\"],\n backupManagementType: item[\"backupManagementType\"],\n registrationStatus: item[\"registrationStatus\"],\n healthStatus: item[\"healthStatus\"],\n protectableObjectType: item[\"protectableObjectType\"],\n };\n}\n\nexport function azureIaaSComputeVMContainerDeserializer(item: any): AzureIaaSComputeVMContainer {\n return {\n containerType: item[\"containerType\"],\n virtualMachineId: item[\"virtualMachineId\"],\n virtualMachineVersion: item[\"virtualMachineVersion\"],\n resourceGroup: item[\"resourceGroup\"],\n friendlyName: item[\"friendlyName\"],\n backupManagementType: item[\"backupManagementType\"],\n registrationStatus: item[\"registrationStatus\"],\n healthStatus: item[\"healthStatus\"],\n protectableObjectType: item[\"protectableObjectType\"],\n };\n}\n\n/** Container for SQL workloads under SQL Availability Group. */\nexport interface AzureSqlagWorkloadContainerProtectionContainer extends AzureWorkloadContainer {\n /**\n * Type of the container. The value of this property for: 1. Compute Azure VM is Microsoft.Compute/virtualMachines 2.\n * Classic Compute Azure VM is Microsoft.ClassicCompute/virtualMachines 3. Windows machines (like MAB, DPM etc) is\n * Windows 4. Azure SQL instance is AzureSqlContainer. 5. Storage containers is StorageContainer. 6. Azure workload\n * Backup is VMAppContainer\n */\n containerType: \"SQLAGWorkLoadContainer\";\n}\n\nexport function azureSqlagWorkloadContainerProtectionContainerSerializer(\n item: AzureSqlagWorkloadContainerProtectionContainer,\n): any {\n return {\n containerType: item[\"containerType\"],\n sourceResourceId: item[\"sourceResourceId\"],\n lastUpdatedTime: !item[\"lastUpdatedTime\"]\n ? item[\"lastUpdatedTime\"]\n : item[\"lastUpdatedTime\"].toISOString(),\n extendedInfo: !item[\"extendedInfo\"]\n ? item[\"extendedInfo\"]\n : azureWorkloadContainerExtendedInfoSerializer(item[\"extendedInfo\"]),\n workloadType: item[\"workloadType\"],\n operationType: item[\"operationType\"],\n friendlyName: item[\"friendlyName\"],\n backupManagementType: item[\"backupManagementType\"],\n registrationStatus: item[\"registrationStatus\"],\n healthStatus: item[\"healthStatus\"],\n protectableObjectType: item[\"protectableObjectType\"],\n };\n}\n\nexport function azureSqlagWorkloadContainerProtectionContainerDeserializer(\n item: any,\n): AzureSqlagWorkloadContainerProtectionContainer {\n return {\n containerType: item[\"containerType\"],\n sourceResourceId: item[\"sourceResourceId\"],\n lastUpdatedTime: !item[\"lastUpdatedTime\"]\n ? item[\"lastUpdatedTime\"]\n : new Date(item[\"lastUpdatedTime\"]),\n extendedInfo: !item[\"extendedInfo\"]\n ? item[\"extendedInfo\"]\n : azureWorkloadContainerExtendedInfoDeserializer(item[\"extendedInfo\"]),\n workloadType: item[\"workloadType\"],\n operationType: item[\"operationType\"],\n friendlyName: item[\"friendlyName\"],\n backupManagementType: item[\"backupManagementType\"],\n registrationStatus: item[\"registrationStatus\"],\n healthStatus: item[\"healthStatus\"],\n protectableObjectType: item[\"protectableObjectType\"],\n };\n}\n\n/** Container for the workloads running inside Azure Compute or Classic Compute. */\nexport interface AzureWorkloadContainer extends ProtectionContainer {\n /**\n * Type of the container. The value of this property for: 1. Compute Azure VM is Microsoft.Compute/virtualMachines 2.\n * Classic Compute Azure VM is Microsoft.ClassicCompute/virtualMachines 3. Windows machines (like MAB, DPM etc) is\n * Windows 4. Azure SQL instance is AzureSqlContainer. 5. Storage containers is StorageContainer. 6. Azure workload\n * Backup is VMAppContainer\n */\n /** The discriminator possible values: SQLAGWorkLoadContainer, VMAppContainer */\n containerType: \"AzureWorkloadContainer\" | \"SQLAGWorkLoadContainer\" | \"VMAppContainer\";\n /** ARM ID of the virtual machine represented by this Azure Workload Container */\n sourceResourceId?: string;\n /** Time stamp when this container was updated. */\n lastUpdatedTime?: Date;\n /** Additional details of a workload container. */\n extendedInfo?: AzureWorkloadContainerExtendedInfo;\n /** Workload type for which registration was sent. */\n workloadType?: WorkloadType;\n /** Re-Do Operation */\n operationType?: OperationType;\n}\n\nexport function azureWorkloadContainerSerializer(item: AzureWorkloadContainer): any {\n return {\n friendlyName: item[\"friendlyName\"],\n backupManagementType: item[\"backupManagementType\"],\n registrationStatus: item[\"registrationStatus\"],\n healthStatus: item[\"healthStatus\"],\n containerType: item[\"containerType\"],\n protectableObjectType: item[\"protectableObjectType\"],\n sourceResourceId: item[\"sourceResourceId\"],\n lastUpdatedTime: !item[\"lastUpdatedTime\"]\n ? item[\"lastUpdatedTime\"]\n : item[\"lastUpdatedTime\"].toISOString(),\n extendedInfo: !item[\"extendedInfo\"]\n ? item[\"extendedInfo\"]\n : azureWorkloadContainerExtendedInfoSerializer(item[\"extendedInfo\"]),\n workloadType: item[\"workloadType\"],\n operationType: item[\"operationType\"],\n };\n}\n\nexport function azureWorkloadContainerDeserializer(item: any): AzureWorkloadContainer {\n return {\n friendlyName: item[\"friendlyName\"],\n backupManagementType: item[\"backupManagementType\"],\n registrationStatus: item[\"registrationStatus\"],\n healthStatus: item[\"healthStatus\"],\n containerType: item[\"containerType\"],\n protectableObjectType: item[\"protectableObjectType\"],\n sourceResourceId: item[\"sourceResourceId\"],\n lastUpdatedTime: !item[\"lastUpdatedTime\"]\n ? item[\"lastUpdatedTime\"]\n : new Date(item[\"lastUpdatedTime\"]),\n extendedInfo: !item[\"extendedInfo\"]\n ? item[\"extendedInfo\"]\n : azureWorkloadContainerExtendedInfoDeserializer(item[\"extendedInfo\"]),\n workloadType: item[\"workloadType\"],\n operationType: item[\"operationType\"],\n };\n}\n\n/** Alias for AzureWorkloadContainerUnion */\nexport type AzureWorkloadContainerUnion =\n | AzureSqlagWorkloadContainerProtectionContainer\n | AzureVMAppContainerProtectionContainer\n | AzureWorkloadContainer;\n\nexport function azureWorkloadContainerUnionSerializer(item: AzureWorkloadContainerUnion): any {\n switch (item.containerType) {\n case \"SQLAGWorkLoadContainer\":\n return azureSqlagWorkloadContainerProtectionContainerSerializer(\n item as AzureSqlagWorkloadContainerProtectionContainer,\n );\n\n case \"VMAppContainer\":\n return azureVMAppContainerProtectionContainerSerializer(\n item as AzureVMAppContainerProtectionContainer,\n );\n\n default:\n return azureWorkloadContainerSerializer(item);\n }\n}\n\nexport function azureWorkloadContainerUnionDeserializer(item: any): AzureWorkloadContainerUnion {\n switch (item[\"containerType\"]) {\n case \"SQLAGWorkLoadContainer\":\n return azureSqlagWorkloadContainerProtectionContainerDeserializer(\n item as AzureSqlagWorkloadContainerProtectionContainer,\n );\n\n case \"VMAppContainer\":\n return azureVMAppContainerProtectionContainerDeserializer(\n item as AzureVMAppContainerProtectionContainer,\n );\n\n default:\n return azureWorkloadContainerDeserializer(item);\n }\n}\n\n/** Extended information of the container. */\nexport interface AzureWorkloadContainerExtendedInfo {\n /** Host Os Name in case of Stand Alone and Cluster Name in case of distributed container. */\n hostServerName?: string;\n /** Inquiry Status for the container. */\n inquiryInfo?: InquiryInfo;\n /** List of the nodes in case of distributed container. */\n nodesList?: DistributedNodesInfo[];\n}\n\nexport function azureWorkloadContainerExtendedInfoSerializer(\n item: AzureWorkloadContainerExtendedInfo,\n): any {\n return {\n hostServerName: item[\"hostServerName\"],\n inquiryInfo: !item[\"inquiryInfo\"]\n ? item[\"inquiryInfo\"]\n : inquiryInfoSerializer(item[\"inquiryInfo\"]),\n nodesList: !item[\"nodesList\"]\n ? item[\"nodesList\"]\n : distributedNodesInfoArraySerializer(item[\"nodesList\"]),\n };\n}\n\nexport function azureWorkloadContainerExtendedInfoDeserializer(\n item: any,\n): AzureWorkloadContainerExtendedInfo {\n return {\n hostServerName: item[\"hostServerName\"],\n inquiryInfo: !item[\"inquiryInfo\"]\n ? item[\"inquiryInfo\"]\n : inquiryInfoDeserializer(item[\"inquiryInfo\"]),\n nodesList: !item[\"nodesList\"]\n ? item[\"nodesList\"]\n : distributedNodesInfoArrayDeserializer(item[\"nodesList\"]),\n };\n}\n\n/** Details about inquired protectable items under a given container. */\nexport interface InquiryInfo {\n /**\n * Inquiry Status for this container such as\n * InProgress | Failed | Succeeded\n */\n status?: string;\n /** Error Details if the Status is non-success. */\n errorDetail?: ErrorDetail;\n /**\n * Inquiry Details which will have workload specific details.\n * For e.g. - For SQL and oracle this will contain different details.\n */\n inquiryDetails?: WorkloadInquiryDetails[];\n}\n\nexport function inquiryInfoSerializer(item: InquiryInfo): any {\n return {\n status: item[\"status\"],\n errorDetail: !item[\"errorDetail\"]\n ? item[\"errorDetail\"]\n : errorDetailSerializer(item[\"errorDetail\"]),\n inquiryDetails: !item[\"inquiryDetails\"]\n ? item[\"inquiryDetails\"]\n : workloadInquiryDetailsArraySerializer(item[\"inquiryDetails\"]),\n };\n}\n\nexport function inquiryInfoDeserializer(item: any): InquiryInfo {\n return {\n status: item[\"status\"],\n errorDetail: !item[\"errorDetail\"]\n ? item[\"errorDetail\"]\n : errorDetailDeserializer(item[\"errorDetail\"]),\n inquiryDetails: !item[\"inquiryDetails\"]\n ? item[\"inquiryDetails\"]\n : workloadInquiryDetailsArrayDeserializer(item[\"inquiryDetails\"]),\n };\n}\n\nexport function workloadInquiryDetailsArraySerializer(\n result: Array<WorkloadInquiryDetails>,\n): any[] {\n return result.map((item) => {\n return workloadInquiryDetailsSerializer(item);\n });\n}\n\nexport function workloadInquiryDetailsArrayDeserializer(\n result: Array<WorkloadInquiryDetails>,\n): any[] {\n return result.map((item) => {\n return workloadInquiryDetailsDeserializer(item);\n });\n}\n\n/** Details of an inquired protectable item. */\nexport interface WorkloadInquiryDetails {\n /** Type of the Workload such as SQL, Oracle etc. */\n type?: string;\n /** Contains the protectable item Count inside this Container. */\n itemCount?: number;\n /** Inquiry validation such as permissions and other backup validations. */\n inquiryValidation?: InquiryValidation;\n}\n\nexport function workloadInquiryDetailsSerializer(item: WorkloadInquiryDetails): any {\n return {\n type: item[\"type\"],\n itemCount: item[\"itemCount\"],\n inquiryValidation: !item[\"inquiryValidation\"]\n ? item[\"inquiryValidation\"]\n : inquiryValidationSerializer(item[\"inquiryValidation\"]),\n };\n}\n\nexport function workloadInquiryDetailsDeserializer(item: any): WorkloadInquiryDetails {\n return {\n type: item[\"type\"],\n itemCount: item[\"itemCount\"],\n inquiryValidation: !item[\"inquiryValidation\"]\n ? item[\"inquiryValidation\"]\n : inquiryValidationDeserializer(item[\"inquiryValidation\"]),\n };\n}\n\n/** Validation for inquired protectable items under a given container. */\nexport interface InquiryValidation {\n /** Status for the Inquiry Validation. */\n status?: string;\n /** Error Detail in case the status is non-success. */\n errorDetail?: ErrorDetail;\n /** Error Additional Detail in case the status is non-success. */\n readonly additionalDetail?: string;\n /** Dictionary to store the count of ProtectableItems with key POType. */\n readonly protectableItemCount?: any;\n}\n\nexport function inquiryValidationSerializer(item: InquiryValidation): any {\n return {\n status: item[\"status\"],\n errorDetail: !item[\"errorDetail\"]\n ? item[\"errorDetail\"]\n : errorDetailSerializer(item[\"errorDetail\"]),\n };\n}\n\nexport function inquiryValidationDeserializer(item: any): InquiryValidation {\n return {\n status: item[\"status\"],\n errorDetail: !item[\"errorDetail\"]\n ? item[\"errorDetail\"]\n : errorDetailDeserializer(item[\"errorDetail\"]),\n additionalDetail: item[\"additionalDetail\"],\n protectableItemCount: item[\"protectableItemCount\"],\n };\n}\n\n/** Type of workload for the backup management */\nexport enum KnownWorkloadType {\n /** Invalid */\n Invalid = \"Invalid\",\n /** VM */\n VM = \"VM\",\n /** FileFolder */\n FileFolder = \"FileFolder\",\n /** AzureSqlDb */\n AzureSqlDb = \"AzureSqlDb\",\n /** SQLDB */\n Sqldb = \"SQLDB\",\n /** Exchange */\n Exchange = \"Exchange\",\n /** Sharepoint */\n Sharepoint = \"Sharepoint\",\n /** VMwareVM */\n VMwareVM = \"VMwareVM\",\n /** SystemState */\n SystemState = \"SystemState\",\n /** Client */\n Client = \"Client\",\n /** GenericDataSource */\n GenericDataSource = \"GenericDataSource\",\n /** SQLDataBase */\n SQLDataBase = \"SQLDataBase\",\n /** AzureFileShare */\n AzureFileShare = \"AzureFileShare\",\n /** SAPHanaDatabase */\n SAPHanaDatabase = \"SAPHanaDatabase\",\n /** SAPAseDatabase */\n SAPAseDatabase = \"SAPAseDatabase\",\n /** SAPHanaDBInstance */\n SAPHanaDBInstance = \"SAPHanaDBInstance\",\n}\n\n/**\n * Type of workload for the backup management \\\n * {@link KnownWorkloadType} can be used interchangeably with WorkloadType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Invalid** \\\n * **VM** \\\n * **FileFolder** \\\n * **AzureSqlDb** \\\n * **SQLDB** \\\n * **Exchange** \\\n * **Sharepoint** \\\n * **VMwareVM** \\\n * **SystemState** \\\n * **Client** \\\n * **GenericDataSource** \\\n * **SQLDataBase** \\\n * **AzureFileShare** \\\n * **SAPHanaDatabase** \\\n * **SAPAseDatabase** \\\n * **SAPHanaDBInstance**\n */\nexport type WorkloadType = string;\n\n/** Re-Do Operation */\nexport enum KnownOperationType {\n /** Invalid */\n Invalid = \"Invalid\",\n /** Register */\n Register = \"Register\",\n /** Reregister */\n Reregister = \"Reregister\",\n /** Rehydrate */\n Rehydrate = \"Rehydrate\",\n}\n\n/**\n * Re-Do Operation \\\n * {@link KnownOperationType} can be used interchangeably with OperationType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Invalid** \\\n * **Register** \\\n * **Reregister** \\\n * **Rehydrate**\n */\nexport type OperationType = string;\n\n/** Container for SQL workloads under Azure Virtual Machines. */\nexport interface AzureVMAppContainerProtectionContainer extends AzureWorkloadContainer {\n /**\n * Type of the container. The value of this property for: 1. Compute Azure VM is Microsoft.Compute/virtualMachines 2.\n * Classic Compute Azure VM is Microsoft.ClassicCompute/virtualMachines 3. Windows machines (like MAB, DPM etc) is\n * Windows 4. Azure SQL instance is AzureSqlContainer. 5. Storage containers is StorageContainer. 6. Azure workload\n * Backup is VMAppContainer\n */\n containerType: \"VMAppContainer\";\n}\n\nexport function azureVMAppContainerProtectionContainerSerializer(\n item: AzureVMAppContainerProtectionContainer,\n): any {\n return {\n containerType: item[\"containerType\"],\n sourceResourceId: item[\"sourceResourceId\"],\n lastUpdatedTime: !item[\"lastUpdatedTime\"]\n ? item[\"lastUpdatedTime\"]\n : item[\"lastUpdatedTime\"].toISOString(),\n extendedInfo: !item[\"extendedInfo\"]\n ? item[\"extendedInfo\"]\n : azureWorkloadContainerExtendedInfoSerializer(item[\"extendedInfo\"]),\n workloadType: item[\"workloadType\"],\n operationType: item[\"operationType\"],\n friendlyName: item[\"friendlyName\"],\n backupManagementType: item[\"backupManagementType\"],\n registrationStatus: item[\"registrationStatus\"],\n healthStatus: item[\"healthStatus\"],\n protectableObjectType: item[\"protectableObjectType\"],\n };\n}\n\nexport function azureVMAppContainerProtectionContainerDeserializer(\n item: any,\n): AzureVMAppContainerProtectionContainer {\n return {\n containerType: item[\"containerType\"],\n sourceResourceId: item[\"sourceResourceId\"],\n lastUpdatedTime: !item[\"lastUpdatedTime\"]\n ? item[\"lastUpdatedTime\"]\n : new Date(item[\"lastUpdatedTime\"]),\n extendedInfo: !item[\"extendedInfo\"]\n ? item[\"extendedInfo\"]\n : azureWorkloadContainerExtendedInfoDeserializer(item[\"extendedInfo\"]),\n workloadType: item[\"workloadType\"],\n operationType: item[\"operationType\"],\n friendlyName: item[\"friendlyName\"],\n backupManagementType: item[\"backupManagementType\"],\n registrationStatus: item[\"registrationStatus\"],\n healthStatus: item[\"healthStatus\"],\n protectableObjectType: item[\"protectableObjectType\"],\n };\n}\n\n/** Azure Sql workload-specific container. */\nexport interface AzureSqlContainer extends ProtectionContainer {\n /**\n * Type of the container. The value of this property for: 1. Compute Azure VM is Microsoft.Compute/virtualMachines 2.\n * Classic Compute Azure VM is Microsoft.ClassicCompute/virtualMachines 3. Windows machines (like MAB, DPM etc) is\n * Windows 4. Azure SQL instance is AzureSqlContainer. 5. Storage containers is StorageContainer. 6. Azure workload\n * Backup is VMAppContainer\n */\n containerType: \"AzureSqlContainer\";\n}\n\nexport function azureSqlContainerSerializer(item: AzureSqlContainer): any {\n return {\n friendlyName: item[\"friendlyName\"],\n backupManagementType: item[\"backupManagementType\"],\n registrationStatus: item[\"registrationStatus\"],\n healthStatus: item[\"healthStatus\"],\n containerType: item[\"containerType\"],\n protectableObjectType: item[\"protectableObjectType\"],\n };\n}\n\nexport function azureSqlContainerDeserializer(item: any): AzureSqlContainer {\n return {\n friendlyName: item[\"friendlyName\"],\n backupManagementType: item[\"backupManagementType\"],\n registrationStatus: item[\"registrationStatus\"],\n healthStatus: item[\"healthStatus\"],\n containerType: item[\"containerType\"],\n protectableObjectType: item[\"protectableObjectType\"],\n };\n}\n\n/** Azure Storage Account workload-specific container. */\nexport interface AzureStorageContainer extends ProtectionContainer {\n /** Fully qualified ARM url. */\n sourceResourceId?: string;\n /** Storage account version. */\n storageAccountVersion?: string;\n /** Resource group name of Recovery Services Vault. */\n resourceGroup?: string;\n /** Number of items backed up in this container. */\n protectedItemCount?: number;\n /** Whether storage account lock is to be acquired for this container or not. */\n acquireStorageAccountLock?: AcquireStorageAccountLock;\n /** Re-Do Operation */\n operationType?: OperationType;\n /**\n * Type of the container. The value of this property for: 1. Compute Azure VM is Microsoft.Compute/virtualMachines 2.\n * Classic Compute Azure VM is Microsoft.ClassicCompute/virtualMachines 3. Windows machines (like MAB, DPM etc) is\n * Windows 4. Azure SQL instance is AzureSqlContainer. 5. Storage containers is StorageContainer. 6. Azure workload\n * Backup is VMAppContainer\n */\n containerType: \"StorageContainer\";\n}\n\nexport function azureStorageContainerSerializer(item: AzureStorageContainer): any {\n return {\n friendlyName: item[\"friendlyName\"],\n backupManagementType: item[\"backupManagementType\"],\n registrationStatus: item[\"registrationStatus\"],\n healthStatus: item[\"healthStatus\"],\n containerType: item[\"containerType\"],\n protectableObjectType: item[\"protectableObjectType\"],\n sourceResourceId: item[\"sourceResourceId\"],\n storageAccountVersion: item[\"storageAccountVersion\"],\n resourceGroup: item[\"resourceGroup\"],\n protectedItemCount: item[\"protectedItemCount\"],\n acquireStorageAccountLock: item[\"acquireStorageAccountLock\"],\n operationType: item[\"operationType\"],\n };\n}\n\nexport function azureStorageContainerDeserializer(item: any): AzureStorageContainer {\n return {\n friendlyName: item[\"friendlyName\"],\n backupManagementType: item[\"backupManagementType\"],\n registrationStatus: item[\"registrationStatus\"],\n healthStatus: item[\"healthStatus\"],\n containerType: item[\"containerType\"],\n protectableObjectType: item[\"protectableObjectType\"],\n sourceResourceId: item[\"sourceResourceId\"],\n storageAccountVersion: item[\"storageAccountVersion\"],\n resourceGroup: item[\"resourceGroup\"],\n protectedItemCount: item[\"protectedItemCount\"],\n acquireStorageAccountLock: item[\"acquireStorageAccountLock\"],\n operationType: item[\"operationType\"],\n };\n}\n\n/** Whether storage account lock is to be acquired for this container or not. */\nexport enum KnownAcquireStorageAccountLock {\n /** Acquire */\n Acquire = \"Acquire\",\n /** NotAcquire */\n NotAcquire = \"NotAcquire\",\n}\n\n/**\n * Whether storage account lock is to be acquired for this container or not. \\\n * {@link KnownAcquireStorageAccountLock} can be used interchangeably with AcquireStorageAccountLock,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Acquire** \\\n * **NotAcquire**\n */\nexport type AcquireStorageAccountLock = string;\n\n/** Base class for generic container of backup items */\nexport interface GenericContainer extends ProtectionContainer {\n /** Name of the container's fabric */\n fabricName?: string;\n /** Extended information (not returned in List container API calls) */\n extendedInformation?: GenericContainerExtendedInfo;\n /**\n * Type of the container. The value of this property for: 1. Compute Azure VM is Microsoft.Compute/virtualMachines 2.\n * Classic Compute Azure VM is Microsoft.ClassicCompute/virtualMachines 3. Windows machines (like MAB, DPM etc) is\n * Windows 4. Azure SQL instance is AzureSqlContainer. 5. Storage containers is StorageContainer. 6. Azure workload\n * Backup is VMAppContainer\n */\n containerType: \"GenericContainer\";\n}\n\nexport function genericContainerSerializer(item: GenericContainer): any {\n return {\n friendlyName: item[\"friendlyName\"],\n backupManagementType: item[\"backupManagementType\"],\n registrationStatus: item[\"registrationStatus\"],\n healthStatus: item[\"healthStatus\"],\n containerType: item[\"containerType\"],\n protectableObjectType: item[\"protectableObjectType\"],\n fabricName: item[\"fabricName\"],\n extendedInformation: !item[\"extendedInformation\"]\n ? item[\"extendedInformation\"]\n : genericContainerExtendedInfoSerializer(item[\"extendedInformation\"]),\n };\n}\n\nexport function genericContainerDeserializer(item: any): GenericContainer {\n return {\n friendlyName: item[\"friendlyName\"],\n backupManagementType: item[\"backupManagementType\"],\n registrationStatus: item[\"registrationStatus\"],\n healthStatus: item[\"healthStatus\"],\n containerType: item[\"containerType\"],\n protectableObjectType: item[\"protectableObjectType\"],\n fabricName: item[\"fabricName\"],\n extendedInformation: !item[\"extendedInformation\"]\n ? item[\"extendedInformation\"]\n : genericContainerExtendedInfoDeserializer(item[\"extendedInformation\"]),\n };\n}\n\n/** Container extended information */\nexport interface GenericContainerExtendedInfo {\n /** Public key of container cert */\n rawCertData?: string;\n /** Container identity information */\n containerIdentityInfo?: ContainerIdentityInfo;\n /** Azure Backup Service Endpoints for the container */\n serviceEndpoints?: Record<string, string>;\n}\n\nexport function genericContainerExtendedInfoSerializer(item: GenericContainerExtendedInfo): any {\n return {\n rawCertData: item[\"rawCertData\"],\n containerIdentityInfo: !item[\"containerIdentityInfo\"]\n ? item[\"containerIdentityInfo\"]\n : containerIdentityInfoSerializer(item[\"containerIdentityInfo\"]),\n serviceEndpoints: item[\"serviceEndpoints\"],\n };\n}\n\nexport function genericContainerExtendedInfoDeserializer(item: any): GenericContainerExtendedInfo {\n return {\n rawCertData: item[\"rawCertData\"],\n containerIdentityInfo: !item[\"containerIdentityInfo\"]\n ? item[\"containerIdentityInfo\"]\n : containerIdentityInfoDeserializer(item[\"containerIdentityInfo\"]),\n serviceEndpoints: !item[\"serviceEndpoints\"]\n ? item[\"serviceEndpoints\"]\n : Object.fromEntries(\n Object.entries(item[\"serviceEndpoints\"]).map(([k, p]: [string, any]) => [k, p]),\n ),\n };\n}\n\n/** Container identity information */\nexport interface ContainerIdentityInfo {\n /** Unique name of the container */\n uniqueName?: string;\n /** Protection container identity - AAD Tenant */\n aadTenantId?: string;\n /** Protection container identity - AAD Service Principal */\n servicePrincipalClientId?: string;\n /** Protection container identity - Audience */\n audience?: string;\n}\n\nexport function containerIdentityInfoSerializer(item: ContainerIdentityInfo): any {\n return {\n uniqueName: item[\"uniqueName\"],\n aadTenantId: item[\"aadTenantId\"],\n servicePrincipalClientId: item[\"servicePrincipalClientId\"],\n audience: item[\"audience\"],\n };\n}\n\nexport function containerIdentityInfoDeserializer(item: any): ContainerIdentityInfo {\n return {\n uniqueName: item[\"uniqueName\"],\n aadTenantId: item[\"aadTenantId\"],\n servicePrincipalClientId: item[\"servicePrincipalClientId\"],\n audience: item[\"audience\"],\n };\n}\n\n/** Container with items backed up using MAB backup engine. */\nexport interface MabContainer extends ProtectionContainer {\n /** Can the container be registered one more time. */\n canReRegister?: boolean;\n /** ContainerID represents the container. */\n containerId?: number;\n /** Number of items backed up in this container. */\n protectedItemCount?: number;\n /** Agent version of this container. */\n agentVersion?: string;\n /** Additional information for this container */\n extendedInfo?: MabContainerExtendedInfo;\n /** Health details on this mab container. */\n mabContainerHealthDetails?: MABContainerHealthDetails[];\n /** Health state of mab container. */\n containerHealthState?: string;\n /**\n * Type of the container. The value of this property for: 1. Compute Azure VM is Microsoft.Compute/virtualMachines 2.\n * Classic Compute Azure VM is Microsoft.ClassicCompute/virtualMachines 3. Windows machines (like MAB, DPM etc) is\n * Windows 4. Azure SQL instance is AzureSqlContainer. 5. Storage containers is StorageContainer. 6. Azure workload\n * Backup is VMAppContainer\n */\n containerType: \"Windows\";\n}\n\nexport function mabContainerSerializer(item: MabContainer): any {\n return {\n friendlyName: item[\"friendlyName\"],\n backupManagementType: item[\"backupManagementType\"],\n registrationStatus: item[\"registrationStatus\"],\n healthStatus: item[\"healthStatus\"],\n containerType: item[\"containerType\"],\n protectableObjectType: item[\"protectableObjectType\"],\n canReRegister: item[\"canReRegister\"],\n containerId: item[\"containerId\"],\n protectedItemCount: item[\"protectedItemCount\"],\n agentVersion: item[\"agentVersion\"],\n extendedInfo: !item[\"extendedInfo\"]\n ? item[\"extendedInfo\"]\n : mabContainerExtendedInfoSerializer(item[\"extendedInfo\"]),\n mabContainerHealthDetails: !item[\"mabContainerHealthDetails\"]\n ? item[\"mabContainerHealthDetails\"]\n : mabContainerHealthDetailsArraySerializer(item[\"mabContainerHealthDetails\"]),\n containerHealthState: item[\"containerHealthState\"],\n };\n}\n\nexport function mabContainerDeserializer(item: any): MabContainer {\n return {\n friendlyName: item[\"friendlyName\"],\n backupManagementType: item[\"backupManagementType\"],\n registrationStatus: item[\"registrationStatus\"],\n healthStatus: item[\"healthStatus\"],\n containerType: item[\"containerType\"],\n protectableObjectType: item[\"protectableObjectType\"],\n canReRegister: item[\"canReRegister\"],\n containerId: item[\"containerId\"],\n protectedItemCount: item[\"protectedItemCount\"],\n agentVersion: item[\"agentVersion\"],\n extendedInfo: !item[\"extendedInfo\"]\n ? item[\"extendedInfo\"]\n : mabContainerExtendedInfoDeserializer(item[\"extendedInfo\"]),\n mabContainerHealthDetails: !item[\"mabContainerHealthDetails\"]\n ? item[\"mabContainerHealthDetails\"]\n : mabContainerHealthDetailsArrayDeserializer(item[\"mabContainerHealthDetails\"]),\n containerHealthState: item[\"containerHealthState\"],\n };\n}\n\n/** Additional information of the container. */\nexport interface MabContainerExtendedInfo {\n /** Time stamp when this container was refreshed. */\n lastRefreshedAt?: Date;\n /** Type of backup items associated with this container. */\n backupItemType?: BackupItemType;\n /** List of backup items associated with this container. */\n backupItems?: string[];\n /** Backup policy associated with this container. */\n policyName?: string;\n /** Latest backup status of this container. */\n lastBackupStatus?: string;\n}\n\nexport function mabContainerExtendedInfoSerializer(item: MabContainerExtendedInfo): any {\n return {\n lastRefreshedAt: !item[\"lastRefreshedAt\"]\n ? item[\"lastRefreshedAt\"]\n : item[\"lastRefreshedAt\"].toISOString(),\n backupItemType: item[\"backupItemType\"],\n backupItems: !item[\"backupItems\"]\n ? item[\"backupItems\"]\n : item[\"backupItems\"].map((p: any) => {\n return p;\n }),\n policyName: item[\"policyName\"],\n lastBackupStatus: item[\"lastBackupStatus\"],\n };\n}\n\nexport function mabContainerExtendedInfoDeserializer(item: any): MabContainerExtendedInfo {\n return {\n lastRefreshedAt: !item[\"lastRefreshedAt\"]\n ? item[\"lastRefreshedAt\"]\n : new Date(item[\"lastRefreshedAt\"]),\n backupItemType: item[\"backupItemType\"],\n backupItems: !item[\"backupItems\"]\n ? item[\"backupItems\"]\n : item[\"backupItems\"].map((p: any) => {\n return p;\n }),\n policyName: item[\"policyName\"],\n lastBackupStatus: item[\"lastBackupStatus\"],\n };\n}\n\n/** Type of backup items associated with this container. */\nexport enum KnownBackupItemType {\n /** Invalid */\n Invalid = \"Invalid\",\n /** VM */\n VM = \"VM\",\n /** FileFolder */\n FileFolder = \"FileFolder\",\n /** AzureSqlDb */\n AzureSqlDb = \"AzureSqlDb\",\n /** SQLDB */\n Sqldb = \"SQLDB\",\n /** Exchange */\n Exchange = \"Exchange\",\n /** Sharepoint */\n Sharepoint = \"Sharepoint\",\n /** VMwareVM */\n VMwareVM = \"VMwareVM\",\n /** SystemState */\n SystemState = \"SystemState\",\n /** Client */\n Client = \"Client\",\n /** GenericDataSource */\n GenericDataSource = \"GenericDataSource\",\n /** SQLDataBase */\n SQLDataBase = \"SQLDataBase\",\n /** AzureFileShare */\n AzureFileShare = \"AzureFileShare\",\n /** SAPHanaDatabase */\n SAPHanaDatabase = \"SAPHanaDatabase\",\n /** SAPAseDatabase */\n SAPAseDatabase = \"SAPAseDatabase\",\n /** SAPHanaDBInstance */\n SAPHanaDBInstance = \"SAPHanaDBInstance\",\n}\n\n/**\n * Type of backup items associated with this container. \\\n * {@link KnownBackupItemType} can be used interchangeably with BackupItemType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Invalid** \\\n * **VM** \\\n * **FileFolder** \\\n * **AzureSqlDb** \\\n * **SQLDB** \\\n * **Exchange** \\\n * **Sharepoint** \\\n * **VMwareVM** \\\n * **SystemState** \\\n * **Client** \\\n * **GenericDataSource** \\\n * **SQLDataBase** \\\n * **AzureFileShare** \\\n * **SAPHanaDatabase** \\\n * **SAPAseDatabase** \\\n * **SAPHanaDBInstance**\n */\nexport type BackupItemType = string;\n\nexport function mabContainerHealthDetailsArraySerializer(\n result: Array<MABContainerHealthDetails>,\n): any[] {\n return result.map((item) => {\n return mabContainerHealthDetailsSerializer(item);\n });\n}\n\nexport function mabContainerHealthDetailsArrayDeserializer(\n result: Array<MABContainerHealthDetails>,\n): any[] {\n return result.map((item) => {\n return mabContainerHealthDetailsDeserializer(item);\n });\n}\n\n/** MAB workload-specific Health Details. */\nexport interface MABContainerHealthDetails {\n /** Health Code */\n code?: number;\n /** Health Title */\n title?: string;\n /** Health Message */\n message?: string;\n /** Health Recommended Actions */\n recommendations?: string[];\n}\n\nexport function mabContainerHealthDetailsSerializer(item: MABContainerHealthDetails): any {\n return {\n code: item[\"code\"],\n title: item[\"title\"],\n message: item[\"message\"],\n recommendations: !item[\"recommendations\"]\n ? item[\"recommendations\"]\n : item[\"recommendations\"].map((p: any) => {\n return p;\n }),\n };\n}\n\nexport function mabContainerHealthDetailsDeserializer(item: any): MABContainerHealthDetails {\n return {\n code: item[\"code\"],\n title: item[\"title\"],\n message: item[\"message\"],\n recommendations: !item[\"recommendations\"]\n ? item[\"recommendations\"]\n : item[\"recommendations\"].map((p: any) => {\n return p;\n }),\n };\n}\n\n/** List of WorkloadItem resources */\nexport interface _WorkloadItemResourceList extends ResourceList {\n /** List of resources. */\n value?: WorkloadItemResource[];\n}\n\nexport function _workloadItemResourceListDeserializer(item: any): _WorkloadItemResourceList {\n return {\n nextLink: item[\"nextLink\"],\n value: !item[\"value\"] ? item[\"value\"] : workloadItemResourceArrayDeserializer(item[\"value\"]),\n };\n}\n\nexport function workloadItemResourceArrayDeserializer(result: Array<WorkloadItemResource>): any[] {\n return result.map((item) => {\n return workloadItemResourceDeserializer(item);\n });\n}\n\n/** Base class for backup item. Workload-specific backup items are derived from this class. */\nexport interface WorkloadItemResource extends Resource {\n /** Resource location. */\n location?: string;\n /** Resource tags. */\n tags?: Record<string, string>;\n /** Optional ETag. */\n eTag?: string;\n /** WorkloadItemResource properties */\n properties?: WorkloadItemUnion;\n}\n\nexport function workloadItemResourceDeserializer(item: any): WorkloadItemResource {\n return {\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n location: item[\"location\"],\n tags: !item[\"tags\"]\n ? item[\"tags\"]\n : Object.fromEntries(Object.entries(item[\"tags\"]).map(([k, p]: [string, any]) => [k, p])),\n eTag: item[\"eTag\"],\n properties: !item[\"properties\"]\n ? item[\"properties\"]\n : workloadItemUnionDeserializer(item[\"properties\"]),\n };\n}\n\n/** Base class for backup item. Workload-specific backup items are derived from this class. */\nexport interface WorkloadItem {\n /** Type of backup management to backup an item. */\n backupManagementType?: string;\n /** Type of workload for the backup management */\n workloadType?: string;\n /** Type of the backup item. */\n /** The discriminator possible values: AzureVmWorkloadItem, SAPAseDatabase, SAPAseSystem, SAPHanaDatabase, SAPHanaSystem, SQLDataBase, SQLInstance */\n workloadItemType: string;\n /** Friendly name of the backup item. */\n friendlyName?: string;\n /** State of the back up item. */\n protectionState?: ProtectionStatus;\n}\n\nexport function workloadItemDeserializer(item: any): WorkloadItem {\n return {\n backupManagementType: item[\"backupManagementType\"],\n workloadType: item[\"workloadType\"],\n workloadItemType: item[\"workloadItemType\"],\n friendlyName: item[\"friendlyName\"],\n protectionState: item[\"protectionState\"],\n };\n}\n\n/** Alias for WorkloadItemUnion */\nexport type WorkloadItemUnion = AzureVmWorkloadItemUnion | WorkloadItem;\n\nexport function workloadItemUnionDeserializer(item: any): WorkloadItemUnion {\n switch (item[\"workloadItemType\"]) {\n case \"AzureVmWorkloadItem\":\n case \"SAPAseDatabase\":\n case \"SAPAseSystem\":\n case \"SAPHanaDatabase\":\n case \"SAPHanaSystem\":\n case \"SQLDataBase\":\n case \"SQLInstance\":\n return azureVmWorkloadItemUnionDeserializer(item as AzureVmWorkloadItemUnion);\n\n default:\n return workloadItemDeserializer(item);\n }\n}\n\n/** Specifies whether the container is registered or not */\nexport enum KnownProtectionStatus {\n /** Invalid */\n Invalid = \"Invalid\",\n /** NotProtected */\n NotProtected = \"NotProtected\",\n /** Protecting */\n Protecting = \"Protecting\",\n /** Protected */\n Protected = \"Protected\",\n /** ProtectionFailed */\n ProtectionFailed = \"ProtectionFailed\",\n}\n\n/**\n * Specifies whether the container is registered or not \\\n * {@link KnownProtectionStatus} can be used interchangeably with ProtectionStatus,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Invalid** \\\n * **NotProtected** \\\n * **Protecting** \\\n * **Protected** \\\n * **ProtectionFailed**\n */\nexport type ProtectionStatus = string;\n\n/** Azure VM workload-specific workload item. */\nexport interface AzureVmWorkloadItem extends WorkloadItem {\n /** Type of the backup item. */\n /** The discriminator possible values: SAPAseDatabase, SAPAseSystem, SAPHanaDatabase, SAPHanaSystem, SQLDataBase, SQLInstance */\n workloadItemType:\n | \"AzureVmWorkloadItem\"\n | \"SAPAseDatabase\"\n | \"SAPAseSystem\"\n | \"SAPHanaDatabase\"\n | \"SAPHanaSystem\"\n | \"SQLDataBase\"\n | \"SQLInstance\";\n /** Name for instance or AG */\n parentName?: string;\n /** Host/Cluster Name for instance or AG */\n serverName?: string;\n /** Indicates if workload item is auto-protectable */\n isAutoProtectable?: boolean;\n /** For instance or AG, indicates number of DB's present */\n subinquireditemcount?: number;\n /** For instance or AG, indicates number of DB's to be protected */\n subWorkloadItemCount?: number;\n}\n\nexport function azureVmWorkloadItemDeserializer(item: any): AzureVmWorkloadItem {\n return {\n backupManagementType: item[\"backupManagementType\"],\n workloadType: item[\"workloadType\"],\n workloadItemType: item[\"workloadItemType\"],\n friendlyName: item[\"friendlyName\"],\n protectionState: item[\"protectionState\"],\n parentName: item[\"parentName\"],\n serverName: item[\"serverName\"],\n isAutoProtectable: item[\"isAutoProtectable\"],\n subinquireditemcount: item[\"subinquireditemcount\"],\n subWorkloadItemCount: item[\"subWorkloadItemCount\"],\n };\n}\n\n/** Alias for AzureVmWorkloadItemUnion */\nexport type AzureVmWorkloadItemUnion =\n | AzureVmWorkloadSAPAseDatabaseWorkloadItem\n | AzureVmWorkloadSAPAseSystemWorkloadItem\n | AzureVmWorkloadSAPHanaDatabaseWorkloadItem\n | AzureVmWorkloadSAPHanaSystemWorkloadItem\n | AzureVmWorkloadSQLDatabaseWorkloadItem\n | AzureVmWorkloadSQLInstanceWorkloadItem\n | AzureVmWorkloadItem;\n\nexport function azureVmWorkloadItemUnionDeserializer(item: any): AzureVmWorkloadItemUnion {\n switch (item[\"workloadItemType\"]) {\n case \"SAPAseDatabase\":\n return azureVmWorkloadSAPAseDatabaseWorkloadItemDeserializer(\n item as AzureVmWorkloadSAPAseDatabaseWorkloadItem,\n );\n\n case \"SAPAseSystem\":\n return azureVmWorkloadSAPAseSystemWorkloadItemDeserializer(\n item as AzureVmWorkloadSAPAseSystemWorkloadItem,\n );\n\n case \"SAPHanaDatabase\":\n return azureVmWorkloadSAPHanaDatabaseWorkloadItemDeserializer(\n item as AzureVmWorkloadSAPHanaDatabaseWorkloadItem,\n );\n\n case \"SAPHanaSystem\":\n return azureVmWorkloadSAPHanaSystemWorkloadItemDeserializer(\n item as AzureVmWorkloadSAPHanaSystemWorkloadItem,\n );\n\n case \"SQLDataBase\":\n return azureVmWorkloadSQLDatabaseWorkloadItemDeserializer(\n item as AzureVmWorkloadSQLDatabaseWorkloadItem,\n );\n\n case \"SQLInstance\":\n return azureVmWorkloadSQLInstanceWorkloadItemDeserializer(\n item as AzureVmWorkloadSQLInstanceWorkloadItem,\n );\n\n default:\n return azureVmWorkloadItemDeserializer(item);\n }\n}\n\n/** Azure VM workload-specific workload item representing SAP ASE Database. */\nexport interface AzureVmWorkloadSAPAseDatabaseWorkloadItem extends AzureVmWorkloadItem {\n /** Type of the backup item. */\n workloadItemType: \"SAPAseDatabase\";\n}\n\nexport function azureVmWorkloadSAPAseDatabaseWorkloadItemDeserializer(\n item: any,\n): AzureVmWorkloadSAPAseDatabaseWorkloadItem {\n return {\n workloadItemType: item[\"workloadItemType\"],\n parentName: item[\"parentName\"],\n serverName: item[\"serverName\"],\n isAutoProtectable: item[\"isAutoProtectable\"],\n subinquireditemcount: item[\"subinquireditemcount\"],\n subWorkloadItemCount: item[\"subWorkloadItemCount\"],\n backupManagementType: item[\"backupManagementType\"],\n workloadType: item[\"workloadType\"],\n friendlyName: item[\"friendlyName\"],\n protectionState: item[\"protectionState\"],\n };\n}\n\n/** Azure VM workload-specific workload item representing SAP ASE System. */\nexport interface AzureVmWorkloadSAPAseSystemWorkloadItem extends AzureVmWorkloadItem {\n /** Type of the backup item. */\n workloadItemType: \"SAPAseSystem\";\n}\n\nexport function azureVmWorkloadSAPAseSystemWorkloadItemDeserializer(\n item: any,\n): AzureVmWorkloadSAPAseSystemWorkloadItem {\n return {\n workloadItemType: item[\"workloadItemType\"],\n parentName: item[\"parentName\"],\n serverName: item[\"serverName\"],\n isAutoProtectable: item[\"isAutoProtectable\"],\n subinquireditemcount: item[\"subinquireditemcount\"],\n subWorkloadItemCount: item[\"subWorkloadItemCount\"],\n backupManagementType: item[\"backupManagementType\"],\n workloadType: item[\"workloadType\"],\n friendlyName: item[\"friendlyName\"],\n protectionState: item[\"protectionState\"],\n };\n}\n\n/** Azure VM workload-specific workload item representing SAP HANA Database. */\nexport interface AzureVmWorkloadSAPHanaDatabaseWorkloadItem extends AzureVmWorkloadItem {\n /** Type of the backup item. */\n workloadItemType: \"SAPHanaDatabase\";\n}\n\nexport function azureVmWorkloadSAPHanaDatabaseWorkloadItemDeserializer(\n item: any,\n): AzureVmWorkloadSAPHanaDatabaseWorkloadItem {\n return {\n workloadItemType: item[\"workloadItemType\"],\n parentName: item[\"parentName\"],\n serverName: item[\"serverName\"],\n isAutoProtectable: item[\"isAutoProtectable\"],\n subinquireditemcount: item[\"subinquireditemcount\"],\n subWorkloadItemCount: item[\"subWorkloadItemCount\"],\n backupManagementType: item[\"backupManagementType\"],\n workloadType: item[\"workloadType\"],\n friendlyName: item[\"friendlyName\"],\n protectionState: item[\"protectionState\"],\n };\n}\n\n/** Azure VM workload-specific workload item representing SAP HANA System. */\nexport interface AzureVmWorkloadSAPHanaSystemWorkloadItem extends AzureVmWorkloadItem {\n /** Type of the backup item. */\n workloadItemType: \"SAPHanaSystem\";\n}\n\nexport function azureVmWorkloadSAPHanaSystemWorkloadItemDeserializer(\n item: any,\n): AzureVmWorkloadSAPHanaSystemWorkloadItem {\n return {\n workloadItemType: item[\"workloadItemType\"],\n parentName: item[\"parentName\"],\n serverName: item[\"serverName\"],\n isAutoProtectable: item[\"isAutoProtectable\"],\n subinquireditemcount: item[\"subinquireditemcount\"],\n subWorkloadItemCount: item[\"subWorkloadItemCount\"],\n backupManagementType: item[\"backupManagementType\"],\n workloadType: item[\"workloadType\"],\n friendlyName: item[\"friendlyName\"],\n protectionState: item[\"protectionState\"],\n };\n}\n\n/** Azure VM workload-specific workload item representing SQL Database. */\nexport interface AzureVmWorkloadSQLDatabaseWorkloadItem extends AzureVmWorkloadItem {\n /** Type of the backup item. */\n workloadItemType: \"SQLDataBase\";\n}\n\nexport function azureVmWorkloadSQLDatabaseWorkloadItemDeserializer(\n item: any,\n): AzureVmWorkloadSQLDatabaseWorkloadItem {\n return {\n workloadItemType: item[\"workloadItemType\"],\n parentName: item[\"parentName\"],\n serverName: item[\"serverName\"],\n isAutoProtectable: item[\"isAutoProtectable\"],\n subinquireditemcount: item[\"subinquireditemcount\"],\n subWorkloadItemCount: item[\"subWorkloadItemCount\"],\n backupManagementType: item[\"backupManagementType\"],\n workloadType: item[\"workloadType\"],\n friendlyName: item[\"friendlyName\"],\n protectionState: item[\"protectionState\"],\n };\n}\n\n/** Azure VM workload-specific workload item representing SQL Instance. */\nexport interface AzureVmWorkloadSQLInstanceWorkloadItem extends AzureVmWorkloadItem {\n /** Type of the backup item. */\n workloadItemType: \"SQLInstance\";\n /** Data Directory Paths for default directories */\n dataDirectoryPaths?: SQLDataDirectory[];\n}\n\nexport function azureVmWorkloadSQLInstanceWorkloadItemDeserializer(\n item: any,\n): AzureVmWorkloadSQLInstanceWorkloadItem {\n return {\n workloadItemType: item[\"workloadItemType\"],\n parentName: item[\"parentName\"],\n serverName: item[\"serverName\"],\n isAutoProtectable: item[\"isAutoProtectable\"],\n subinquireditemcount: item[\"subinquireditemcount\"],\n subWorkloadItemCount: item[\"subWorkloadItemCount\"],\n backupManagementType: item[\"backupManagementType\"],\n workloadType: item[\"workloadType\"],\n friendlyName: item[\"friendlyName\"],\n protectionState: item[\"protectionState\"],\n dataDirectoryPaths: !item[\"dataDirectoryPaths\"]\n ? item[\"dataDirectoryPaths\"]\n : sqlDataDirectoryArrayDeserializer(item[\"dataDirectoryPaths\"]),\n };\n}\n\n/** Patch Request content to update recovery point for given RecoveryPointId */\nexport interface UpdateRecoveryPointRequest {\n /** Resource properties. */\n properties?: PatchRecoveryPointInput;\n}\n\nexport function updateRecoveryPointRequestSerializer(item: UpdateRecoveryPointRequest): any {\n return {\n properties: !item[\"properties\"]\n ? item[\"properties\"]\n : patchRecoveryPointInputSerializer(item[\"properties\"]),\n };\n}\n\n/** Recovery Point Contract for Update Recovery Point API. */\nexport interface PatchRecoveryPointInput {\n /** Properties of Recovery Point */\n recoveryPointProperties?: PatchRecoveryPointPropertiesInput;\n}\n\nexport function patchRecoveryPointInputSerializer(item: PatchRecoveryPointInput): any {\n return {\n recoveryPointProperties: !item[\"recoveryPointProperties\"]\n ? item[\"recoveryPointProperties\"]\n : patchRecoveryPointPropertiesInputSerializer(item[\"recoveryPointProperties\"]),\n };\n}\n\n/** Recovery Point Properties Contract for Update Recovery Point API. */\nexport interface PatchRecoveryPointPropertiesInput {\n /** Expiry time of Recovery Point in UTC. */\n expiryTime?: Date;\n}\n\nexport function patchRecoveryPointPropertiesInputSerializer(\n item: PatchRecoveryPointPropertiesInput,\n): any {\n return {\n expiryTime: !item[\"expiryTime\"] ? item[\"expiryTime\"] : item[\"expiryTime\"].toISOString(),\n };\n}\n\n/** Base class for restore request. Workload-specific restore requests are derived from this class. */\nexport interface RestoreRequestResource extends Resource {\n /** Resource location. */\n location?: string;\n /** Resource tags. */\n tags?: Record<string, string>;\n /** Optional ETag. */\n eTag?: string;\n /** RestoreRequestResource properties */\n properties?: RestoreRequestUnion;\n}\n\nexport function restoreRequestResourceSerializer(item: RestoreRequestResource): any {\n return {\n location: item[\"location\"],\n tags: item[\"tags\"],\n eTag: item[\"eTag\"],\n properties: !item[\"properties\"]\n ? item[\"properties\"]\n : restoreRequestUnionSerializer(item[\"properties\"]),\n };\n}\n\n/** Base class for restore request. Workload-specific restore requests are derived from this class. */\nexport interface RestoreRequest {\n /** This property will be used as the discriminator for deciding the specific types in the polymorphic chain of types. */\n /** The discriminator possible values: AzureFileShareRestoreRequest, AzureWorkloadPointInTimeRestoreRequest, AzureWorkloadRestoreRequest, AzureWorkloadSAPHanaPointInTimeRestoreRequest, AzureWorkloadSAPHanaRestoreRequest, AzureWorkloadSAPAsePointInTimeRestoreRequest, AzureWorkloadSAPAseRestoreRequest, AzureWorkloadSQLPointInTimeRestoreRequest, AzureWorkloadSQLRestoreRequest, IaasVMRestoreRequest, AzureWorkloadSAPHanaPointInTimeRestoreWithRehydrateRequest, AzureWorkloadSAPHanaRestoreWithRehydrateRequest, AzureWorkloadSQLPointInTimeRestoreWithRehydrateRequest, AzureWorkloadSQLRestoreWithRehydrateRequest, IaasVMRestoreWithRehydrationRequest */\n objectType: string;\n /** ResourceGuardOperationRequests on which LAC check will be performed */\n resourceGuardOperationRequests?: string[];\n}\n\nexport function restoreRequestSerializer(item: RestoreRequest): any {\n return {\n objectType: item[\"objectType\"],\n resourceGuardOperationRequests: !item[\"resourceGuardOperationRequests\"]\n ? item[\"resourceGuardOperationRequests\"]\n : item[\"resourceGuardOperationRequests\"].map((p: any) => {\n return p;\n }),\n };\n}\n\n/** Alias for RestoreRequestUnion */\nexport type RestoreRequestUnion =\n | AzureFileShareRestoreRequest\n | AzureWorkloadRestoreRequestUnion\n | IaasVMRestoreRequestUnion\n | RestoreRequest;\n\nexport function restoreRequestUnionSerializer(item: RestoreRequestUnion): any {\n switch (item.objectType) {\n case \"AzureFileShareRestoreRequest\":\n return azureFileShareRestoreRequestSerializer(item as AzureFileShareRestoreRequest);\n\n case \"AzureWorkloadRestoreRequest\":\n case \"AzureWorkloadPointInTimeRestoreRequest\":\n case \"AzureWorkloadSAPHanaRestoreRequest\":\n case \"AzureWorkloadSAPAseRestoreRequest\":\n case \"AzureWorkloadSQLRestoreRequest\":\n case \"AzureWorkloadSAPHanaPointInTimeRestoreRequest\":\n case \"AzureWorkloadSAPHanaRestoreWithRehydrateRequest\":\n case \"AzureWorkloadSAPAsePointInTimeRestoreRequest\":\n case \"AzureWorkloadSQLPointInTimeRestoreRequest\":\n case \"AzureWorkloadSQLRestoreWithRehydrateRequest\":\n case \"AzureWorkloadSAPHanaPointInTimeRestoreWithRehydrateRequest\":\n case \"AzureWorkloadSQLPointInTimeRestoreWithRehydrateRequest\":\n return azureWorkloadRestoreRequestUnionSerializer(item as AzureWorkloadRestoreRequestUnion);\n\n case \"IaasVMRestoreRequest\":\n case \"IaasVMRestoreWithRehydrationRequest\":\n return iaasVMRestoreRequestUnionSerializer(item as IaasVMRestoreRequestUnion);\n\n default:\n return restoreRequestSerializer(item);\n }\n}\n\n/** AzureFileShare Restore Request */\nexport interface AzureFileShareRestoreRequest extends RestoreRequest {\n /** Type of this recovery. */\n recoveryType?: RecoveryType;\n /** Source storage account ARM Id */\n sourceResourceId?: string;\n /** Options to resolve copy conflicts. */\n copyOptions?: CopyOptions;\n /** Restore Type (FullShareRestore or ItemLevelRestore) */\n restoreRequestType?: RestoreRequestType;\n /** List of Source Files/Folders(which need to recover) and TargetFolderPath details */\n restoreFileSpecs?: RestoreFileSpecs[];\n /** Target File Share Details */\n targetDetails?: TargetAFSRestoreInfo;\n /** This property will be used as the discriminator for deciding the specific types in the polymorphic chain of types. */\n objectType: \"AzureFileShareRestoreRequest\";\n}\n\nexport function azureFileShareRestoreRequestSerializer(item: AzureFileShareRestoreRequest): any {\n return {\n objectType: item[\"objectType\"],\n resourceGuardOperationRequests: !item[\"resourceGuardOperationRequests\"]\n ? item[\"resourceGuardOperationRequests\"]\n : item[\"resourceGuardOperationRequests\"].map((p: any) => {\n return p;\n }),\n recoveryType: item[\"recoveryType\"],\n sourceResourceId: item[\"sourceResourceId\"],\n copyOptions: item[\"copyOptions\"],\n restoreRequestType: item[\"restoreRequestType\"],\n restoreFileSpecs: !item[\"restoreFileSpecs\"]\n ? item[\"restoreFileSpecs\"]\n : restoreFileSpecsArraySerializer(item[\"restoreFileSpecs\"]),\n targetDetails: !item[\"targetDetails\"]\n ? item[\"targetDetails\"]\n : targetAFSRestoreInfoSerializer(item[\"targetDetails\"]),\n };\n}\n\n/** Type of this recovery. */\nexport enum KnownRecoveryType {\n /** Invalid */\n Invalid = \"Invalid\",\n /** OriginalLocation */\n OriginalLocation = \"OriginalLocation\",\n /** AlternateLocation */\n AlternateLocation = \"AlternateLocation\",\n /** RestoreDisks */\n RestoreDisks = \"RestoreDisks\",\n /** Offline */\n Offline = \"Offline\",\n}\n\n/**\n * Type of this recovery. \\\n * {@link KnownRecoveryType} can be used interchangeably with RecoveryType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Invalid** \\\n * **OriginalLocation** \\\n * **AlternateLocation** \\\n * **RestoreDisks** \\\n * **Offline**\n */\nexport type RecoveryType = string;\n\n/** Options to resolve copy conflicts. */\nexport enum KnownCopyOptions {\n /** Invalid */\n Invalid = \"Invalid\",\n /** CreateCopy */\n CreateCopy = \"CreateCopy\",\n /** Skip */\n Skip = \"Skip\",\n /** Overwrite */\n Overwrite = \"Overwrite\",\n /** FailOnConflict */\n FailOnConflict = \"FailOnConflict\",\n}\n\n/**\n * Options to resolve copy conflicts. \\\n * {@link KnownCopyOptions} can be used interchangeably with CopyOptions,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Invalid** \\\n * **CreateCopy** \\\n * **Skip** \\\n * **Overwrite** \\\n * **FailOnConflict**\n */\nexport type CopyOptions = string;\n\n/** Restore Type (FullShareRestore or ItemLevelRestore) */\nexport enum KnownRestoreRequestType {\n /** Invalid */\n Invalid = \"Invalid\",\n /** FullShareRestore */\n FullShareRestore = \"FullShareRestore\",\n /** ItemLevelRestore */\n ItemLevelRestore = \"ItemLevelRestore\",\n}\n\n/**\n * Restore Type (FullShareRestore or ItemLevelRestore) \\\n * {@link KnownRestoreRequestType} can be used interchangeably with RestoreRequestType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Invalid** \\\n * **FullShareRestore** \\\n * **ItemLevelRestore**\n */\nexport type RestoreRequestType = string;\n\nexport function restoreFileSpecsArraySerializer(result: Array<RestoreFileSpecs>): any[] {\n return result.map((item) => {\n return restoreFileSpecsSerializer(item);\n });\n}\n\n/** Restore file specs like file path, type and target folder path info. */\nexport interface RestoreFileSpecs {\n /** Source File/Folder path */\n path?: string;\n /** Indicates what the Path variable stands for */\n fileSpecType?: string;\n /** Destination folder path in target FileShare */\n targetFolderPath?: string;\n}\n\nexport function restoreFileSpecsSerializer(item: RestoreFileSpecs): any {\n return {\n path: item[\"path\"],\n fileSpecType: item[\"fileSpecType\"],\n targetFolderPath: item[\"targetFolderPath\"],\n };\n}\n\n/** Target Azure File Share Info. */\nexport interface TargetAFSRestoreInfo {\n /** File share name */\n name?: string;\n /** Target file share resource ARM ID */\n targetResourceId?: string;\n}\n\nexport function targetAFSRestoreInfoSerializer(item: TargetAFSRestoreInfo): any {\n return { name: item[\"name\"], targetResourceId: item[\"targetResourceId\"] };\n}\n\n/** AzureWorkload SAP Hana -specific restore. Specifically for PointInTime/Log restore */\nexport interface AzureWorkloadPointInTimeRestoreRequest extends AzureWorkloadRestoreRequest {\n /** This property will be used as the discriminator for deciding the specific types in the polymorphic chain of types. */\n objectType: \"AzureWorkloadPointInTimeRestoreRequest\";\n /** PointInTime value */\n pointInTime?: Date;\n}\n\nexport function azureWorkloadPointInTimeRestoreRequestSerializer(\n item: AzureWorkloadPointInTimeRestoreRequest,\n): any {\n return {\n objectType: item[\"objectType\"],\n recoveryType: item[\"recoveryType\"],\n sourceResourceId: item[\"sourceResourceId\"],\n propertyBag: item[\"propertyBag\"],\n targetInfo: !item[\"targetInfo\"]\n ? item[\"targetInfo\"]\n : targetRestoreInfoSerializer(item[\"targetInfo\"]),\n recoveryMode: item[\"recoveryMode\"],\n targetResourceGroupName: item[\"targetResourceGroupName\"],\n userAssignedManagedIdentityDetails: !item[\"userAssignedManagedIdentityDetails\"]\n ? item[\"userAssignedManagedIdentityDetails\"]\n : userAssignedManagedIdentityDetailsSerializer(item[\"userAssignedManagedIdentityDetails\"]),\n snapshotRestoreParameters: !item[\"snapshotRestoreParameters\"]\n ? item[\"snapshotRestoreParameters\"]\n : snapshotRestoreParametersSerializer(item[\"snapshotRestoreParameters\"]),\n targetVirtualMachineId: item[\"targetVirtualMachineId\"],\n resourceGuardOperationRequests: !item[\"resourceGuardOperationRequests\"]\n ? item[\"resourceGuardOperationRequests\"]\n : item[\"resourceGuardOperationRequests\"].map((p: any) => {\n return p;\n }),\n pointInTime: !item[\"pointInTime\"] ? item[\"pointInTime\"] : item[\"pointInTime\"].toISOString(),\n };\n}\n\n/** AzureWorkload-specific restore. */\nexport interface AzureWorkloadRestoreRequest extends RestoreRequest {\n /** This property will be used as the discriminator for deciding the specific types in the polymorphic chain of types. */\n /** The discriminator possible values: AzureWorkloadPointInTimeRestoreRequest, AzureWorkloadSAPHanaPointInTimeRestoreRequest, AzureWorkloadSAPHanaRestoreRequest, AzureWorkloadSAPAsePointInTimeRestoreRequest, AzureWorkloadSAPAseRestoreRequest, AzureWorkloadSQLPointInTimeRestoreRequest, AzureWorkloadSQLRestoreRequest, AzureWorkloadSAPHanaPointInTimeRestoreWithRehydrateRequest, AzureWorkloadSAPHanaRestoreWithRehydrateRequest, AzureWorkloadSQLPointInTimeRestoreWithRehydrateRequest, AzureWorkloadSQLRestoreWithRehydrateRequest */\n objectType:\n | \"AzureWorkloadRestoreRequest\"\n | \"AzureWorkloadPointInTimeRestoreRequest\"\n | \"AzureWorkloadSAPHanaRestoreRequest\"\n | \"AzureWorkloadSAPAseRestoreRequest\"\n | \"AzureWorkloadSQLRestoreRequest\"\n | \"AzureWorkloadSAPHanaPointInTimeRestoreRequest\"\n | \"AzureWorkloadSAPHanaRestoreWithRehydrateRequest\"\n | \"AzureWorkloadSAPAsePointInTimeRestoreRequest\"\n | \"AzureWorkloadSQLPointInTimeRestoreRequest\"\n | \"AzureWorkloadSQLRestoreWithRehydrateRequest\"\n | \"AzureWorkloadSAPHanaPointInTimeRestoreWithRehydrateRequest\"\n | \"AzureWorkloadSQLPointInTimeRestoreWithRehydrateRequest\";\n /** Type of this recovery. */\n recoveryType?: RecoveryType;\n /** Fully qualified ARM ID of the VM on which workload that was running is being recovered. */\n sourceResourceId?: string;\n /** Workload specific property bag. */\n propertyBag?: Record<string, string>;\n /** Details of target database */\n targetInfo?: TargetRestoreInfo;\n /** Defines whether the current recovery mode is file restore or database restore */\n recoveryMode?: RecoveryMode;\n /** Defines the Resource group of the Target VM */\n targetResourceGroupName?: string;\n /**\n * User Assigned managed identity details\n * Currently used for snapshot.\n */\n userAssignedManagedIdentityDetails?: UserAssignedManagedIdentityDetails;\n /**\n * Additional details for snapshot recovery\n * Currently used for snapshot for SAP Hana.\n */\n snapshotRestoreParameters?: SnapshotRestoreParameters;\n /**\n * This is the complete ARM Id of the target VM\n * For e.g. /subscriptions/{subId}/resourcegroups/{rg}/provider/Microsoft.Compute/virtualmachines/{vm}\n */\n targetVirtualMachineId?: string;\n}\n\nexport function azureWorkloadRestoreRequestSerializer(item: AzureWorkloadRestoreRequest): any {\n return {\n objectType: item[\"objectType\"],\n resourceGuardOperationRequests: !item[\"resourceGuardOperationRequests\"]\n ? item[\"resourceGuardOperationRequests\"]\n : item[\"resourceGuardOperationRequests\"].map((p: any) => {\n return p;\n }),\n recoveryType: item[\"recoveryType\"],\n sourceResourceId: item[\"sourceResourceId\"],\n propertyBag: item[\"propertyBag\"],\n targetInfo: !item[\"targetInfo\"]\n ? item[\"targetInfo\"]\n : targetRestoreInfoSerializer(item[\"targetInfo\"]),\n recoveryMode: item[\"recoveryMode\"],\n targetResourceGroupName: item[\"targetResourceGroupName\"],\n userAssignedManagedIdentityDetails: !item[\"userAssignedManagedIdentityDetails\"]\n ? item[\"userAssignedManagedIdentityDetails\"]\n : userAssignedManagedIdentityDetailsSerializer(item[\"userAssignedManagedIdentityDetails\"]),\n snapshotRestoreParameters: !item[\"snapshotRestoreParameters\"]\n ? item[\"snapshotRestoreParameters\"]\n : snapshotRestoreParametersSerializer(item[\"snapshotRestoreParameters\"]),\n targetVirtualMachineId: item[\"targetVirtualMachineId\"],\n };\n}\n\n/** Alias for AzureWorkloadRestoreRequestUnion */\nexport type AzureWorkloadRestoreRequestUnion =\n | AzureWorkloadPointInTimeRestoreRequest\n | AzureWorkloadSAPHanaRestoreRequestUnion\n | AzureWorkloadSAPAseRestoreRequestUnion\n | AzureWorkloadSQLRestoreRequestUnion\n | AzureWorkloadRestoreRequest;\n\nexport function azureWorkloadRestoreRequestUnionSerializer(\n item: AzureWorkloadRestoreRequestUnion,\n): any {\n switch (item.objectType) {\n case \"AzureWorkloadPointInTimeRestoreRequest\":\n return azureWorkloadPointInTimeRestoreRequestSerializer(\n item as AzureWorkloadPointInTimeRestoreRequest,\n );\n\n case \"AzureWorkloadSAPHanaRestoreRequest\":\n case \"AzureWorkloadSAPHanaPointInTimeRestoreRequest\":\n case \"AzureWorkloadSAPHanaRestoreWithRehydrateRequest\":\n case \"AzureWorkloadSAPHanaPointInTimeRestoreWithRehydrateRequest\":\n return azureWorkloadSAPHanaRestoreRequestUnionSerializer(\n item as AzureWorkloadSAPHanaRestoreRequestUnion,\n );\n\n case \"AzureWorkloadSAPAseRestoreRequest\":\n case \"AzureWorkloadSAPAsePointInTimeRestoreRequest\":\n return azureWorkloadSAPAseRestoreRequestUnionSerializer(\n item as AzureWorkloadSAPAseRestoreRequestUnion,\n );\n\n case \"AzureWorkloadSQLRestoreRequest\":\n case \"AzureWorkloadSQLPointInTimeRestoreRequest\":\n case \"AzureWorkloadSQLRestoreWithRehydrateRequest\":\n case \"AzureWorkloadSQLPointInTimeRestoreWithRehydrateRequest\":\n return azureWorkloadSQLRestoreRequestUnionSerializer(\n item as AzureWorkloadSQLRestoreRequestUnion,\n );\n\n default:\n return azureWorkloadRestoreRequestSerializer(item);\n }\n}\n\n/** Details about target workload during restore operation. */\nexport interface TargetRestoreInfo {\n /** Can Overwrite if Target DataBase already exists */\n overwriteOption?: OverwriteOptions;\n /** Resource Id name of the container in which Target DataBase resides */\n containerId?: string;\n /** Database name InstanceName/DataBaseName for SQL or System/DbName for SAP Hana */\n databaseName?: string;\n /** Target directory location for restore as files. */\n targetDirectoryForFileRestore?: string;\n}\n\nexport function targetRestoreInfoSerializer(item: TargetRestoreInfo): any {\n return {\n overwriteOption: item[\"overwriteOption\"],\n containerId: item[\"containerId\"],\n databaseName: item[\"databaseName\"],\n targetDirectoryForFileRestore: item[\"targetDirectoryForFileRestore\"],\n };\n}\n\n/** Can Overwrite if Target DataBase already exists */\nexport enum KnownOverwriteOptions {\n /** Invalid */\n Invalid = \"Invalid\",\n /** FailOnConflict */\n FailOnConflict = \"FailOnConflict\",\n /** Overwrite */\n Overwrite = \"Overwrite\",\n}\n\n/**\n * Can Overwrite if Target DataBase already exists \\\n * {@link KnownOverwriteOptions} can be used interchangeably with OverwriteOptions,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Invalid** \\\n * **FailOnConflict** \\\n * **Overwrite**\n */\nexport type OverwriteOptions = string;\n\n/** Defines whether the current recovery mode is file restore or database restore */\nexport enum KnownRecoveryMode {\n /** Invalid */\n Invalid = \"Invalid\",\n /** FileRecovery */\n FileRecovery = \"FileRecovery\",\n /** WorkloadRecovery */\n WorkloadRecovery = \"WorkloadRecovery\",\n /** SnapshotAttach */\n SnapshotAttach = \"SnapshotAttach\",\n /** RecoveryUsingSnapshot */\n RecoveryUsingSnapshot = \"RecoveryUsingSnapshot\",\n /** SnapshotAttachAndRecover */\n SnapshotAttachAndRecover = \"SnapshotAttachAndRecover\",\n}\n\n/**\n * Defines whether the current recovery mode is file restore or database restore \\\n * {@link KnownRecoveryMode} can be used interchangeably with RecoveryMode,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Invalid** \\\n * **FileRecovery** \\\n * **WorkloadRecovery** \\\n * **SnapshotAttach** \\\n * **RecoveryUsingSnapshot** \\\n * **SnapshotAttachAndRecover**\n */\nexport type RecoveryMode = string;\n\n/** User assigned managed identity details */\nexport interface UserAssignedManagedIdentityDetails {\n /** The ARM id of the assigned identity. */\n identityArmId?: string;\n /** The name of the assigned identity. */\n identityName?: string;\n /** User assigned managed identity properties */\n userAssignedIdentityProperties?: UserAssignedIdentityProperties;\n}\n\nexport function userAssignedManagedIdentityDetailsSerializer(\n item: UserAssignedManagedIdentityDetails,\n): any {\n return {\n identityArmId: item[\"identityArmId\"],\n identityName: item[\"identityName\"],\n userAssignedIdentityProperties: !item[\"userAssignedIdentityProperties\"]\n ? item[\"userAssignedIdentityProperties\"]\n : userAssignedIdentityPropertiesSerializer(item[\"userAssignedIdentityProperties\"]),\n };\n}\n\nexport function userAssignedManagedIdentityDetailsDeserializer(\n item: any,\n): UserAssignedManagedIdentityDetails {\n return {\n identityArmId: item[\"identityArmId\"],\n identityName: item[\"identityName\"],\n userAssignedIdentityProperties: !item[\"userAssignedIdentityProperties\"]\n ? item[\"userAssignedIdentityProperties\"]\n : userAssignedIdentityPropertiesDeserializer(item[\"userAssignedIdentityProperties\"]),\n };\n}\n\n/** User assigned managed identity properties */\nexport interface UserAssignedIdentityProperties {\n /** The client ID of the assigned identity. */\n clientId?: string;\n /** The principal ID of the assigned identity. */\n principalId?: string;\n}\n\nexport function userAssignedIdentityPropertiesSerializer(\n item: UserAssignedIdentityProperties,\n): any {\n return { clientId: item[\"clientId\"], principalId: item[\"principalId\"] };\n}\n\nexport function userAssignedIdentityPropertiesDeserializer(\n item: any,\n): UserAssignedIdentityProperties {\n return {\n clientId: item[\"clientId\"],\n principalId: item[\"principalId\"],\n };\n}\n\n/** Encapsulates information regarding snapshot recovery for SAP Hana */\nexport interface SnapshotRestoreParameters {\n skipAttachAndMount?: boolean;\n logPointInTimeForDBRecovery?: string;\n}\n\nexport function snapshotRestoreParametersSerializer(item: SnapshotRestoreParameters): any {\n return {\n skipAttachAndMount: item[\"skipAttachAndMount\"],\n logPointInTimeForDBRecovery: item[\"logPointInTimeForDBRecovery\"],\n };\n}\n\n/** AzureWorkload SAP Hana -specific restore. Specifically for PointInTime/Log restore */\nexport interface AzureWorkloadSAPHanaPointInTimeRestoreRequest extends AzureWorkloadSAPHanaRestoreRequest {\n /** This property will be used as the discriminator for deciding the specific types in the polymorphic chain of types. */\n /** The discriminator possible values: AzureWorkloadSAPHanaPointInTimeRestoreWithRehydrateRequest */\n objectType:\n | \"AzureWorkloadSAPHanaPointInTimeRestoreRequest\"\n | \"AzureWorkloadSAPHanaPointInTimeRestoreWithRehydrateRequest\";\n /** PointInTime value */\n pointInTime?: Date;\n}\n\nexport function azureWorkloadSAPHanaPointInTimeRestoreRequestSerializer(\n item: AzureWorkloadSAPHanaPointInTimeRestoreRequest,\n): any {\n return {\n objectType: item[\"objectType\"],\n recoveryType: item[\"recoveryType\"],\n sourceResourceId: item[\"sourceResourceId\"],\n propertyBag: item[\"propertyBag\"],\n targetInfo: !item[\"targetInfo\"]\n ? item[\"targetInfo\"]\n : targetRestoreInfoSerializer(item[\"targetInfo\"]),\n recoveryMode: item[\"recoveryMode\"],\n targetResourceGroupName: item[\"targetResourceGroupName\"],\n userAssignedManagedIdentityDetails: !item[\"userAssignedManagedIdentityDetails\"]\n ? item[\"userAssignedManagedIdentityDetails\"]\n : userAssignedManagedIdentityDetailsSerializer(item[\"userAssignedManagedIdentityDetails\"]),\n snapshotRestoreParameters: !item[\"snapshotRestoreParameters\"]\n ? item[\"snapshotRestoreParameters\"]\n : snapshotRestoreParametersSerializer(item[\"snapshotRestoreParameters\"]),\n targetVirtualMachineId: item[\"targetVirtualMachineId\"],\n resourceGuardOperationRequests: !item[\"resourceGuardOperationRequests\"]\n ? item[\"resourceGuardOperationRequests\"]\n : item[\"resourceGuardOperationRequests\"].map((p: any) => {\n return p;\n }),\n pointInTime: !item[\"pointInTime\"] ? item[\"pointInTime\"] : item[\"pointInTime\"].toISOString(),\n };\n}\n\n/** Alias for AzureWorkloadSAPHanaPointInTimeRestoreRequestUnion */\nexport type AzureWorkloadSAPHanaPointInTimeRestoreRequestUnion =\n | AzureWorkloadSAPHanaPointInTimeRestoreWithRehydrateRequest\n | AzureWorkloadSAPHanaPointInTimeRestoreRequest;\n\nexport function azureWorkloadSAPHanaPointInTimeRestoreRequestUnionSerializer(\n item: AzureWorkloadSAPHanaPointInTimeRestoreRequestUnion,\n): any {\n switch (item.objectType) {\n case \"AzureWorkloadSAPHanaPointInTimeRestoreWithRehydrateRequest\":\n return azureWorkloadSAPHanaPointInTimeRestoreWithRehydrateRequestSerializer(\n item as AzureWorkloadSAPHanaPointInTimeRestoreWithRehydrateRequest,\n );\n\n default:\n return azureWorkloadSAPHanaPointInTimeRestoreRequestSerializer(item);\n }\n}\n\n/** AzureWorkload SAP Hana-specific restore with integrated rehydration of recovery point. */\nexport interface AzureWorkloadSAPHanaPointInTimeRestoreWithRehydrateRequest extends AzureWorkloadSAPHanaPointInTimeRestoreRequest {\n /** This property will be used as the discriminator for deciding the specific types in the polymorphic chain of types. */\n objectType: \"AzureWorkloadSAPHanaPointInTimeRestoreWithRehydrateRequest\";\n /** RP Rehydration Info */\n recoveryPointRehydrationInfo?: RecoveryPointRehydrationInfo;\n}\n\nexport function azureWorkloadSAPHanaPointInTimeRestoreWithRehydrateRequestSerializer(\n item: AzureWorkloadSAPHanaPointInTimeRestoreWithRehydrateRequest,\n): any {\n return {\n objectType: item[\"objectType\"],\n pointInTime: !item[\"pointInTime\"] ? item[\"pointInTime\"] : item[\"pointInTime\"].toISOString(),\n recoveryType: item[\"recoveryType\"],\n sourceResourceId: item[\"sourceResourceId\"],\n propertyBag: item[\"propertyBag\"],\n targetInfo: !item[\"targetInfo\"]\n ? item[\"targetInfo\"]\n : targetRestoreInfoSerializer(item[\"targetInfo\"]),\n recoveryMode: item[\"recoveryMode\"],\n targetResourceGroupName: item[\"targetResourceGroupName\"],\n userAssignedManagedIdentityDetails: !item[\"userAssignedManagedIdentityDetails\"]\n ? item[\"userAssignedManagedIdentityDetails\"]\n : userAssignedManagedIdentityDetailsSerializer(item[\"userAssignedManagedIdentityDetails\"]),\n snapshotRestoreParameters: !item[\"snapshotRestoreParameters\"]\n ? item[\"snapshotRestoreParameters\"]\n : snapshotRestoreParametersSerializer(item[\"snapshotRestoreParameters\"]),\n targetVirtualMachineId: item[\"targetVirtualMachineId\"],\n resourceGuardOperationRequests: !item[\"resourceGuardOperationRequests\"]\n ? item[\"resourceGuardOperationRequests\"]\n : item[\"resourceGuardOperationRequests\"].map((p: any) => {\n return p;\n }),\n recoveryPointRehydrationInfo: !item[\"recoveryPointRehydrationInfo\"]\n ? item[\"recoveryPointRehydrationInfo\"]\n : recoveryPointRehydrationInfoSerializer(item[\"recoveryPointRehydrationInfo\"]),\n };\n}\n\n/** RP Rehydration Info */\nexport interface RecoveryPointRehydrationInfo {\n /**\n * How long the rehydrated RP should be kept\n * Should be ISO8601 Duration format e.g. \"P7D\"\n */\n rehydrationRetentionDuration?: string;\n /** Rehydration Priority */\n rehydrationPriority?: RehydrationPriority;\n}\n\nexport function recoveryPointRehydrationInfoSerializer(item: RecoveryPointRehydrationInfo): any {\n return {\n rehydrationRetentionDuration: item[\"rehydrationRetentionDuration\"],\n rehydrationPriority: item[\"rehydrationPriority\"],\n };\n}\n\n/** Rehydration Priority */\nexport enum KnownRehydrationPriority {\n /** Standard */\n Standard = \"Standard\",\n /** High */\n High = \"High\",\n}\n\n/**\n * Rehydration Priority \\\n * {@link KnownRehydrationPriority} can be used interchangeably with RehydrationPriority,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Standard** \\\n * **High**\n */\nexport type RehydrationPriority = string;\n\n/** AzureWorkload SAP Hana-specific restore. */\nexport interface AzureWorkloadSAPHanaRestoreRequest extends AzureWorkloadRestoreRequest {\n /** This property will be used as the discriminator for deciding the specific types in the polymorphic chain of types. */\n /** The discriminator possible values: AzureWorkloadSAPHanaPointInTimeRestoreRequest, AzureWorkloadSAPHanaPointInTimeRestoreWithRehydrateRequest, AzureWorkloadSAPHanaRestoreWithRehydrateRequest */\n objectType:\n | \"AzureWorkloadSAPHanaRestoreRequest\"\n | \"AzureWorkloadSAPHanaPointInTimeRestoreRequest\"\n | \"AzureWorkloadSAPHanaRestoreWithRehydrateRequest\"\n | \"AzureWorkloadSAPHanaPointInTimeRestoreWithRehydrateRequest\";\n}\n\nexport function azureWorkloadSAPHanaRestoreRequestSerializer(\n item: AzureWorkloadSAPHanaRestoreRequest,\n): any {\n return {\n objectType: item[\"objectType\"],\n recoveryType: item[\"recoveryType\"],\n sourceResourceId: item[\"sourceResourceId\"],\n propertyBag: item[\"propertyBag\"],\n targetInfo: !item[\"targetInfo\"]\n ? item[\"targetInfo\"]\n : targetRestoreInfoSerializer(item[\"targetInfo\"]),\n recoveryMode: item[\"recoveryMode\"],\n targetResourceGroupName: item[\"targetResourceGroupName\"],\n userAssignedManagedIdentityDetails: !item[\"userAssignedManagedIdentityDetails\"]\n ? item[\"userAssignedManagedIdentityDetails\"]\n : userAssignedManagedIdentityDetailsSerializer(item[\"userAssignedManagedIdentityDetails\"]),\n snapshotRestoreParameters: !item[\"snapshotRestoreParameters\"]\n ? item[\"snapshotRestoreParameters\"]\n : snapshotRestoreParametersSerializer(item[\"snapshotRestoreParameters\"]),\n targetVirtualMachineId: item[\"targetVirtualMachineId\"],\n resourceGuardOperationRequests: !item[\"resourceGuardOperationRequests\"]\n ? item[\"resourceGuardOperationRequests\"]\n : item[\"resourceGuardOperationRequests\"].map((p: any) => {\n return p;\n }),\n };\n}\n\n/** Alias for AzureWorkloadSAPHanaRestoreRequestUnion */\nexport type AzureWorkloadSAPHanaRestoreRequestUnion =\n | AzureWorkloadSAPHanaPointInTimeRestoreRequestUnion\n | AzureWorkloadSAPHanaRestoreWithRehydrateRequest\n | AzureWorkloadSAPHanaRestoreRequest;\n\nexport function azureWorkloadSAPHanaRestoreRequestUnionSerializer(\n item: AzureWorkloadSAPHanaRestoreRequestUnion,\n): any {\n switch (item.objectType) {\n case \"AzureWorkloadSAPHanaPointInTimeRestoreRequest\":\n case \"AzureWorkloadSAPHanaPointInTimeRestoreWithRehydrateRequest\":\n return azureWorkloadSAPHanaPointInTimeRestoreRequestUnionSerializer(\n item as AzureWorkloadSAPHanaPointInTimeRestoreRequestUnion,\n );\n\n case \"AzureWorkloadSAPHanaRestoreWithRehydrateRequest\":\n return azureWorkloadSAPHanaRestoreWithRehydrateRequestSerializer(\n item as AzureWorkloadSAPHanaRestoreWithRehydrateRequest,\n );\n\n default:\n return azureWorkloadSAPHanaRestoreRequestSerializer(item);\n }\n}\n\n/** AzureWorkload SAP Hana-specific restore with integrated rehydration of recovery point. */\nexport interface AzureWorkloadSAPHanaRestoreWithRehydrateRequest extends AzureWorkloadSAPHanaRestoreRequest {\n /** This property will be used as the discriminator for deciding the specific types in the polymorphic chain of types. */\n objectType: \"AzureWorkloadSAPHanaRestoreWithRehydrateRequest\";\n /** RP Rehydration Info */\n recoveryPointRehydrationInfo?: RecoveryPointRehydrationInfo;\n}\n\nexport function azureWorkloadSAPHanaRestoreWithRehydrateRequestSerializer(\n item: AzureWorkloadSAPHanaRestoreWithRehydrateRequest,\n): any {\n return {\n objectType: item[\"objectType\"],\n recoveryType: item[\"recoveryType\"],\n sourceResourceId: item[\"sourceResourceId\"],\n propertyBag: item[\"propertyBag\"],\n targetInfo: !item[\"targetInfo\"]\n ? item[\"targetInfo\"]\n : targetRestoreInfoSerializer(item[\"targetInfo\"]),\n recoveryMode: item[\"recoveryMode\"],\n targetResourceGroupName: item[\"targetResourceGroupName\"],\n userAssignedManagedIdentityDetails: !item[\"userAssignedManagedIdentityDetails\"]\n ? item[\"userAssignedManagedIdentityDetails\"]\n : userAssignedManagedIdentityDetailsSerializer(item[\"userAssignedManagedIdentityDetails\"]),\n snapshotRestoreParameters: !item[\"snapshotRestoreParameters\"]\n ? item[\"snapshotRestoreParameters\"]\n : snapshotRestoreParametersSerializer(item[\"snapshotRestoreParameters\"]),\n targetVirtualMachineId: item[\"targetVirtualMachineId\"],\n resourceGuardOperationRequests: !item[\"resourceGuardOperationRequests\"]\n ? item[\"resourceGuardOperationRequests\"]\n : item[\"resourceGuardOperationRequests\"].map((p: any) => {\n return p;\n }),\n recoveryPointRehydrationInfo: !item[\"recoveryPointRehydrationInfo\"]\n ? item[\"recoveryPointRehydrationInfo\"]\n : recoveryPointRehydrationInfoSerializer(item[\"recoveryPointRehydrationInfo\"]),\n };\n}\n\n/** AzureWorkload SAP Ase-specific restore. Specifically for PointInTime/Log restore */\nexport interface AzureWorkloadSAPAsePointInTimeRestoreRequest extends AzureWorkloadSAPAseRestoreRequest {\n /** This property will be used as the discriminator for deciding the specific types in the polymorphic chain of types. */\n objectType: \"AzureWorkloadSAPAsePointInTimeRestoreRequest\";\n /** PointInTime value */\n pointInTime?: Date;\n}\n\nexport function azureWorkloadSAPAsePointInTimeRestoreRequestSerializer(\n item: AzureWorkloadSAPAsePointInTimeRestoreRequest,\n): any {\n return {\n objectType: item[\"objectType\"],\n recoveryType: item[\"recoveryType\"],\n sourceResourceId: item[\"sourceResourceId\"],\n propertyBag: item[\"propertyBag\"],\n targetInfo: !item[\"targetInfo\"]\n ? item[\"targetInfo\"]\n : targetRestoreInfoSerializer(item[\"targetInfo\"]),\n recoveryMode: item[\"recoveryMode\"],\n targetResourceGroupName: item[\"targetResourceGroupName\"],\n userAssignedManagedIdentityDetails: !item[\"userAssignedManagedIdentityDetails\"]\n ? item[\"userAssignedManagedIdentityDetails\"]\n : userAssignedManagedIdentityDetailsSerializer(item[\"userAssignedManagedIdentityDetails\"]),\n snapshotRestoreParameters: !item[\"snapshotRestoreParameters\"]\n ? item[\"snapshotRestoreParameters\"]\n : snapshotRestoreParametersSerializer(item[\"snapshotRestoreParameters\"]),\n targetVirtualMachineId: item[\"targetVirtualMachineId\"],\n resourceGuardOperationRequests: !item[\"resourceGuardOperationRequests\"]\n ? item[\"resourceGuardOperationRequests\"]\n : item[\"resourceGuardOperationRequests\"].map((p: any) => {\n return p;\n }),\n pointInTime: !item[\"pointInTime\"] ? item[\"pointInTime\"] : item[\"pointInTime\"].toISOString(),\n };\n}\n\n/** AzureWorkload SAP Ase-specific restore. */\nexport interface AzureWorkloadSAPAseRestoreRequest extends AzureWorkloadRestoreRequest {\n /** This property will be used as the discriminator for deciding the specific types in the polymorphic chain of types. */\n /** The discriminator possible values: AzureWorkloadSAPAsePointInTimeRestoreRequest */\n objectType: \"AzureWorkloadSAPAseRestoreRequest\" | \"AzureWorkloadSAPAsePointInTimeRestoreRequest\";\n}\n\nexport function azureWorkloadSAPAseRestoreRequestSerializer(\n item: AzureWorkloadSAPAseRestoreRequest,\n): any {\n return {\n objectType: item[\"objectType\"],\n recoveryType: item[\"recoveryType\"],\n sourceResourceId: item[\"sourceResourceId\"],\n propertyBag: item[\"propertyBag\"],\n targetInfo: !item[\"targetInfo\"]\n ? item[\"targetInfo\"]\n : targetRestoreInfoSerializer(item[\"targetInfo\"]),\n recoveryMode: item[\"recoveryMode\"],\n targetResourceGroupName: item[\"targetResourceGroupName\"],\n userAssignedManagedIdentityDetails: !item[\"userAssignedManagedIdentityDetails\"]\n ? item[\"userAssignedManagedIdentityDetails\"]\n : userAssignedManagedIdentityDetailsSerializer(item[\"userAssignedManagedIdentityDetails\"]),\n snapshotRestoreParameters: !item[\"snapshotRestoreParameters\"]\n ? item[\"snapshotRestoreParameters\"]\n : snapshotRestoreParametersSerializer(item[\"snapshotRestoreParameters\"]),\n targetVirtualMachineId: item[\"targetVirtualMachineId\"],\n resourceGuardOperationRequests: !item[\"resourceGuardOperationRequests\"]\n ? item[\"resourceGuardOperationRequests\"]\n : item[\"resourceGuardOperationRequests\"].map((p: any) => {\n return p;\n }),\n };\n}\n\n/** Alias for AzureWorkloadSAPAseRestoreRequestUnion */\nexport type AzureWorkloadSAPAseRestoreRequestUnion =\n | AzureWorkloadSAPAsePointInTimeRestoreRequest\n | AzureWorkloadSAPAseRestoreRequest;\n\nexport function azureWorkloadSAPAseRestoreRequestUnionSerializer(\n item: AzureWorkloadSAPAseRestoreRequestUnion,\n): any {\n switch (item.objectType) {\n case \"AzureWorkloadSAPAsePointInTimeRestoreRequest\":\n return azureWorkloadSAPAsePointInTimeRestoreRequestSerializer(\n item as AzureWorkloadSAPAsePointInTimeRestoreRequest,\n );\n\n default:\n return azureWorkloadSAPAseRestoreRequestSerializer(item);\n }\n}\n\n/** AzureWorkload SQL -specific restore. Specifically for PointInTime/Log restore */\nexport interface AzureWorkloadSQLPointInTimeRestoreRequest extends AzureWorkloadSQLRestoreRequest {\n /** This property will be used as the discriminator for deciding the specific types in the polymorphic chain of types. */\n /** The discriminator possible values: AzureWorkloadSQLPointInTimeRestoreWithRehydrateRequest */\n objectType:\n | \"AzureWorkloadSQLPointInTimeRestoreRequest\"\n | \"AzureWorkloadSQLPointInTimeRestoreWithRehydrateRequest\";\n /** PointInTime value */\n pointInTime?: Date;\n}\n\nexport function azureWorkloadSQLPointInTimeRestoreRequestSerializer(\n item: AzureWorkloadSQLPointInTimeRestoreRequest,\n): any {\n return {\n objectType: item[\"objectType\"],\n shouldUseAlternateTargetLocation: item[\"shouldUseAlternateTargetLocation\"],\n isNonRecoverable: item[\"isNonRecoverable\"],\n alternateDirectoryPaths: !item[\"alternateDirectoryPaths\"]\n ? item[\"alternateDirectoryPaths\"]\n : sqlDataDirectoryMappingArraySerializer(item[\"alternateDirectoryPaths\"]),\n recoveryType: item[\"recoveryType\"],\n sourceResourceId: item[\"sourceResourceId\"],\n propertyBag: item[\"propertyBag\"],\n targetInfo: !item[\"targetInfo\"]\n ? item[\"targetInfo\"]\n : targetRestoreInfoSerializer(item[\"targetInfo\"]),\n recoveryMode: item[\"recoveryMode\"],\n targetResourceGroupName: item[\"targetResourceGroupName\"],\n userAssignedManagedIdentityDetails: !item[\"userAssignedManagedIdentityDetails\"]\n ? item[\"userAssignedManagedIdentityDetails\"]\n : userAssignedManagedIdentityDetailsSerializer(item[\"userAssignedManagedIdentityDetails\"]),\n snapshotRestoreParameters: !item[\"snapshotRestoreParameters\"]\n ? item[\"snapshotRestoreParameters\"]\n : snapshotRestoreParametersSerializer(item[\"snapshotRestoreParameters\"]),\n targetVirtualMachineId: item[\"targetVirtualMachineId\"],\n resourceGuardOperationRequests: !item[\"resourceGuardOperationRequests\"]\n ? item[\"resourceGuardOperationRequests\"]\n : item[\"resourceGuardOperationRequests\"].map((p: any) => {\n return p;\n }),\n pointInTime: !item[\"pointInTime\"] ? item[\"pointInTime\"] : item[\"pointInTime\"].toISOString(),\n };\n}\n\n/** Alias for AzureWorkloadSQLPointInTimeRestoreRequestUnion */\nexport type AzureWorkloadSQLPointInTimeRestoreRequestUnion =\n | AzureWorkloadSQLPointInTimeRestoreWithRehydrateRequest\n | AzureWorkloadSQLPointInTimeRestoreRequest;\n\nexport function azureWorkloadSQLPointInTimeRestoreRequestUnionSerializer(\n item: AzureWorkloadSQLPointInTimeRestoreRequestUnion,\n): any {\n switch (item.objectType) {\n case \"AzureWorkloadSQLPointInTimeRestoreWithRehydrateRequest\":\n return azureWorkloadSQLPointInTimeRestoreWithRehydrateRequestSerializer(\n item as AzureWorkloadSQLPointInTimeRestoreWithRehydrateRequest,\n );\n\n default:\n return azureWorkloadSQLPointInTimeRestoreRequestSerializer(item);\n }\n}\n\n/** AzureWorkload SQL-specific restore with integrated rehydration of recovery point. */\nexport interface AzureWorkloadSQLPointInTimeRestoreWithRehydrateRequest extends AzureWorkloadSQLPointInTimeRestoreRequest {\n /** This property will be used as the discriminator for deciding the specific types in the polymorphic chain of types. */\n objectType: \"AzureWorkloadSQLPointInTimeRestoreWithRehydrateRequest\";\n /** RP Rehydration Info */\n recoveryPointRehydrationInfo?: RecoveryPointRehydrationInfo;\n}\n\nexport function azureWorkloadSQLPointInTimeRestoreWithRehydrateRequestSerializer(\n item: AzureWorkloadSQLPointInTimeRestoreWithRehydrateRequest,\n): any {\n return {\n objectType: item[\"objectType\"],\n pointInTime: !item[\"pointInTime\"] ? item[\"pointInTime\"] : item[\"pointInTime\"].toISOString(),\n shouldUseAlternateTargetLocation: item[\"shouldUseAlternateTargetLocation\"],\n isNonRecoverable: item[\"isNonRecoverable\"],\n alternateDirectoryPaths: !item[\"alternateDirectoryPaths\"]\n ? item[\"alternateDirectoryPaths\"]\n : sqlDataDirectoryMappingArraySerializer(item[\"alternateDirectoryPaths\"]),\n recoveryType: item[\"recoveryType\"],\n sourceResourceId: item[\"sourceResourceId\"],\n propertyBag: item[\"propertyBag\"],\n targetInfo: !item[\"targetInfo\"]\n ? item[\"targetInfo\"]\n : targetRestoreInfoSerializer(item[\"targetInfo\"]),\n recoveryMode: item[\"recoveryMode\"],\n targetResourceGroupName: item[\"targetResourceGroupName\"],\n userAssignedManagedIdentityDetails: !item[\"userAssignedManagedIdentityDetails\"]\n ? item[\"userAssignedManagedIdentityDetails\"]\n : userAssignedManagedIdentityDetailsSerializer(item[\"userAssignedManagedIdentityDetails\"]),\n snapshotRestoreParameters: !item[\"snapshotRestoreParameters\"]\n ? item[\"snapshotRestoreParameters\"]\n : snapshotRestoreParametersSerializer(item[\"snapshotRestoreParameters\"]),\n targetVirtualMachineId: item[\"targetVirtualMachineId\"],\n resourceGuardOperationRequests: !item[\"resourceGuardOperationRequests\"]\n ? item[\"resourceGuardOperationRequests\"]\n : item[\"resourceGuardOperationRequests\"].map((p: any) => {\n return p;\n }),\n recoveryPointRehydrationInfo: !item[\"recoveryPointRehydrationInfo\"]\n ? item[\"recoveryPointRehydrationInfo\"]\n : recoveryPointRehydrationInfoSerializer(item[\"recoveryPointRehydrationInfo\"]),\n };\n}\n\n/** AzureWorkload SQL -specific restore. Specifically for full/diff restore */\nexport interface AzureWorkloadSQLRestoreRequest extends AzureWorkloadRestoreRequest {\n /** This property will be used as the discriminator for deciding the specific types in the polymorphic chain of types. */\n /** The discriminator possible values: AzureWorkloadSQLPointInTimeRestoreRequest, AzureWorkloadSQLPointInTimeRestoreWithRehydrateRequest, AzureWorkloadSQLRestoreWithRehydrateRequest */\n objectType:\n | \"AzureWorkloadSQLRestoreRequest\"\n | \"AzureWorkloadSQLPointInTimeRestoreRequest\"\n | \"AzureWorkloadSQLRestoreWithRehydrateRequest\"\n | \"AzureWorkloadSQLPointInTimeRestoreWithRehydrateRequest\";\n /** Default option set to true. If this is set to false, alternate data directory must be provided */\n shouldUseAlternateTargetLocation?: boolean;\n /** SQL specific property where user can chose to set no-recovery when restore operation is tried */\n isNonRecoverable?: boolean;\n /** Data directory details */\n alternateDirectoryPaths?: SQLDataDirectoryMapping[];\n}\n\nexport function azureWorkloadSQLRestoreRequestSerializer(\n item: AzureWorkloadSQLRestoreRequest,\n): any {\n return {\n objectType: item[\"objectType\"],\n recoveryType: item[\"recoveryType\"],\n sourceResourceId: item[\"sourceResourceId\"],\n propertyBag: item[\"propertyBag\"],\n targetInfo: !item[\"targetInfo\"]\n ? item[\"targetInfo\"]\n : targetRestoreInfoSerializer(item[\"targetInfo\"]),\n recoveryMode: item[\"recoveryMode\"],\n targetResourceGroupName: item[\"targetResourceGroupName\"],\n userAssignedManagedIdentityDetails: !item[\"userAssignedManagedIdentityDetails\"]\n ? item[\"userAssignedManagedIdentityDetails\"]\n : userAssignedManagedIdentityDetailsSerializer(item[\"userAssignedManagedIdentityDetails\"]),\n snapshotRestoreParameters: !item[\"snapshotRestoreParameters\"]\n ? item[\"snapshotRestoreParameters\"]\n : snapshotRestoreParametersSerializer(item[\"snapshotRestoreParameters\"]),\n targetVirtualMachineId: item[\"targetVirtualMachineId\"],\n resourceGuardOperationRequests: !item[\"resourceGuardOperationRequests\"]\n ? item[\"resourceGuardOperationRequests\"]\n : item[\"resourceGuardOperationRequests\"].map((p: any) => {\n return p;\n }),\n shouldUseAlternateTargetLocation: item[\"shouldUseAlternateTargetLocation\"],\n isNonRecoverable: item[\"isNonRecoverable\"],\n alternateDirectoryPaths: !item[\"alternateDirectoryPaths\"]\n ? item[\"alternateDirectoryPaths\"]\n : sqlDataDirectoryMappingArraySerializer(item[\"alternateDirectoryPaths\"]),\n };\n}\n\n/** Alias for AzureWorkloadSQLRestoreRequestUnion */\nexport type AzureWorkloadSQLRestoreRequestUnion =\n | AzureWorkloadSQLPointInTimeRestoreRequestUnion\n | AzureWorkloadSQLRestoreWithRehydrateRequest\n | AzureWorkloadSQLRestoreRequest;\n\nexport function azureWorkloadSQLRestoreRequestUnionSerializer(\n item: AzureWorkloadSQLRestoreRequestUnion,\n): any {\n switch (item.objectType) {\n case \"AzureWorkloadSQLPointInTimeRestoreRequest\":\n case \"AzureWorkloadSQLPointInTimeRestoreWithRehydrateRequest\":\n return azureWorkloadSQLPointInTimeRestoreRequestUnionSerializer(\n item as AzureWorkloadSQLPointInTimeRestoreRequestUnion,\n );\n\n case \"AzureWorkloadSQLRestoreWithRehydrateRequest\":\n return azureWorkloadSQLRestoreWithRehydrateRequestSerializer(\n item as AzureWorkloadSQLRestoreWithRehydrateRequest,\n );\n\n default:\n return azureWorkloadSQLRestoreRequestSerializer(item);\n }\n}\n\nexport function sqlDataDirectoryMappingArraySerializer(\n result: Array<SQLDataDirectoryMapping>,\n): any[] {\n return result.map((item) => {\n return sqlDataDirectoryMappingSerializer(item);\n });\n}\n\n/** Encapsulates information regarding data directory */\nexport interface SQLDataDirectoryMapping {\n /** Type of data directory mapping */\n mappingType?: SQLDataDirectoryType;\n /** Restore source logical name path */\n sourceLogicalName?: string;\n /** Restore source path */\n sourcePath?: string;\n /** Target path */\n targetPath?: string;\n}\n\nexport function sqlDataDirectoryMappingSerializer(item: SQLDataDirectoryMapping): any {\n return {\n mappingType: item[\"mappingType\"],\n sourceLogicalName: item[\"sourceLogicalName\"],\n sourcePath: item[\"sourcePath\"],\n targetPath: item[\"targetPath\"],\n };\n}\n\n/** AzureWorkload SQL-specific restore with integrated rehydration of recovery point */\nexport interface AzureWorkloadSQLRestoreWithRehydrateRequest extends AzureWorkloadSQLRestoreRequest {\n /** This property will be used as the discriminator for deciding the specific types in the polymorphic chain of types. */\n objectType: \"AzureWorkloadSQLRestoreWithRehydrateRequest\";\n /** RP Rehydration Info */\n recoveryPointRehydrationInfo?: RecoveryPointRehydrationInfo;\n}\n\nexport function azureWorkloadSQLRestoreWithRehydrateRequestSerializer(\n item: AzureWorkloadSQLRestoreWithRehydrateRequest,\n): any {\n return {\n objectType: item[\"objectType\"],\n shouldUseAlternateTargetLocation: item[\"shouldUseAlternateTargetLocation\"],\n isNonRecoverable: item[\"isNonRecoverable\"],\n alternateDirectoryPaths: !item[\"alternateDirectoryPaths\"]\n ? item[\"alternateDirectoryPaths\"]\n : sqlDataDirectoryMappingArraySerializer(item[\"alternateDirectoryPaths\"]),\n recoveryType: item[\"recoveryType\"],\n sourceResourceId: item[\"sourceResourceId\"],\n propertyBag: item[\"propertyBag\"],\n targetInfo: !item[\"targetInfo\"]\n ? item[\"targetInfo\"]\n : targetRestoreInfoSerializer(item[\"targetInfo\"]),\n recoveryMode: item[\"recoveryMode\"],\n targetResourceGroupName: item[\"targetResourceGroupName\"],\n userAssignedManagedIdentityDetails: !item[\"userAssignedManagedIdentityDetails\"]\n ? item[\"userAssignedManagedIdentityDetails\"]\n : userAssignedManagedIdentityDetailsSerializer(item[\"userAssignedManagedIdentityDetails\"]),\n snapshotRestoreParameters: !item[\"snapshotRestoreParameters\"]\n ? item[\"snapshotRestoreParameters\"]\n : snapshotRestoreParametersSerializer(item[\"snapshotRestoreParameters\"]),\n targetVirtualMachineId: item[\"targetVirtualMachineId\"],\n resourceGuardOperationRequests: !item[\"resourceGuardOperationRequests\"]\n ? item[\"resourceGuardOperationRequests\"]\n : item[\"resourceGuardOperationRequests\"].map((p: any) => {\n return p;\n }),\n recoveryPointRehydrationInfo: !item[\"recoveryPointRehydrationInfo\"]\n ? item[\"recoveryPointRehydrationInfo\"]\n : recoveryPointRehydrationInfoSerializer(item[\"recoveryPointRehydrationInfo\"]),\n };\n}\n\n/** IaaS VM workload-specific restore. */\nexport interface IaasVMRestoreRequest extends RestoreRequest {\n /** This property will be used as the discriminator for deciding the specific types in the polymorphic chain of types. */\n /** The discriminator possible values: IaasVMRestoreWithRehydrationRequest */\n objectType: \"IaasVMRestoreRequest\" | \"IaasVMRestoreWithRehydrationRequest\";\n /** ID of the backup copy to be recovered. */\n recoveryPointId?: string;\n /** Type of this recovery. */\n recoveryType?: RecoveryType;\n /** Fully qualified ARM ID of the VM which is being recovered. */\n sourceResourceId?: string;\n /**\n * This is the complete ARM Id of the VM that will be created.\n * For e.g. /subscriptions/{subId}/resourcegroups/{rg}/provider/Microsoft.Compute/virtualmachines/{vm}\n */\n targetVirtualMachineId?: string;\n /**\n * This is the ARM Id of the resource group that you want to create for this Virtual machine and other artifacts.\n * For e.g. /subscriptions/{subId}/resourcegroups/{rg}\n */\n targetResourceGroupId?: string;\n /** Fully qualified ARM ID of the storage account to which the VM has to be restored. */\n storageAccountId?: string;\n /**\n * This is the virtual network Id of the vnet that will be attached to the virtual machine.\n * User will be validated for join action permissions in the linked access.\n */\n virtualNetworkId?: string;\n /**\n * Subnet ID, is the subnet ID associated with the to be restored VM. For Classic VMs it would be\n * {VnetID}/Subnet/{SubnetName} and, for the Azure Resource Manager VMs it would be ARM resource ID used to represent\n * the subnet.\n */\n subnetId?: string;\n /**\n * Fully qualified ARM ID of the domain name to be associated to the VM being restored. This applies only to Classic\n * Virtual Machines.\n */\n targetDomainNameId?: string;\n /** Region in which the virtual machine is restored. */\n region?: string;\n /** Affinity group associated to VM to be restored. Used only for Classic Compute Virtual Machines. */\n affinityGroup?: string;\n /**\n * Should a new cloud service be created while restoring the VM. If this is false, VM will be restored to the same\n * cloud service as it was at the time of backup.\n */\n createNewCloudService?: boolean;\n /** Original Storage Account Option */\n originalStorageAccountOption?: boolean;\n /** Details needed if the VM was encrypted at the time of backup. */\n encryptionDetails?: EncryptionDetails;\n /** List of Disk LUNs for partial restore */\n restoreDiskLunList?: number[];\n /** Flag to denote of an Unmanaged disk VM should be restored with Managed disks. */\n restoreWithManagedDisks?: boolean;\n /** DiskEncryptionSet's ID - needed if the VM needs to be encrypted at rest during restore with customer managed key. */\n diskEncryptionSetId?: string;\n /** Target zone where the VM and its disks should be restored. */\n zones?: string[];\n /** Managed Identity information required to access customer storage account. */\n identityInfo?: IdentityInfo;\n /** IaaS VM workload specific restore details for restores using managed identity. */\n identityBasedRestoreDetails?: IdentityBasedRestoreDetails;\n /**\n * Target extended location where the VM should be restored,\n * should be null if restore is to be done in public cloud\n */\n extendedLocation?: ExtendedLocation;\n /** Stores Secured VM Details */\n securedVMDetails?: SecuredVMDetails;\n /** Specifies target network access settings for disks of VM to be restored, */\n targetDiskNetworkAccessSettings?: TargetDiskNetworkAccessSettings;\n}\n\nexport function iaasVMRestoreRequestSerializer(item: IaasVMRestoreRequest): any {\n return {\n objectType: item[\"objectType\"],\n resourceGuardOperationRequests: !item[\"resourceGuardOperationRequests\"]\n ? item[\"resourceGuardOperationRequests\"]\n : item[\"resourceGuardOperationRequests\"].map((p: any) => {\n return p;\n }),\n recoveryPointId: item[\"recoveryPointId\"],\n recoveryType: item[\"recoveryType\"],\n sourceResourceId: item[\"sourceResourceId\"],\n targetVirtualMachineId: item[\"targetVirtualMachineId\"],\n targetResourceGroupId: item[\"targetResourceGroupId\"],\n storageAccountId: item[\"storageAccountId\"],\n virtualNetworkId: item[\"virtualNetworkId\"],\n subnetId: item[\"subnetId\"],\n targetDomainNameId: item[\"targetDomainNameId\"],\n region: item[\"region\"],\n affinityGroup: item[\"affinityGroup\"],\n createNewCloudService: item[\"createNewCloudService\"],\n originalStorageAccountOption: item[\"originalStorageAccountOption\"],\n encryptionDetails: !item[\"encryptionDetails\"]\n ? item[\"encryptionDetails\"]\n : encryptionDetailsSerializer(item[\"encryptionDetails\"]),\n restoreDiskLunList: !item[\"restoreDiskLunList\"]\n ? item[\"restoreDiskLunList\"]\n : item[\"restoreDiskLunList\"].map((p: any) => {\n return p;\n }),\n restoreWithManagedDisks: item[\"restoreWithManagedDisks\"],\n diskEncryptionSetId: item[\"diskEncryptionSetId\"],\n zones: !item[\"zones\"]\n ? item[\"zones\"]\n : item[\"zones\"].map((p: any) => {\n return p;\n }),\n identityInfo: !item[\"identityInfo\"]\n ? item[\"identityInfo\"]\n : identityInfoSerializer(item[\"identityInfo\"]),\n identityBasedRestoreDetails: !item[\"identityBasedRestoreDetails\"]\n ? item[\"identityBasedRestoreDetails\"]\n : identityBasedRestoreDetailsSerializer(item[\"identityBasedRestoreDetails\"]),\n extendedLocation: !item[\"extendedLocation\"]\n ? item[\"extendedLocation\"]\n : extendedLocationSerializer(item[\"extendedLocation\"]),\n securedVMDetails: !item[\"securedVMDetails\"]\n ? item[\"securedVMDetails\"]\n : securedVMDetailsSerializer(item[\"securedVMDetails\"]),\n targetDiskNetworkAccessSettings: !item[\"targetDiskNetworkAccessSettings\"]\n ? item[\"targetDiskNetworkAccessSettings\"]\n : targetDiskNetworkAccessSettingsSerializer(item[\"targetDiskNetworkAccessSettings\"]),\n };\n}\n\n/** Alias for IaasVMRestoreRequestUnion */\nexport type IaasVMRestoreRequestUnion = IaasVMRestoreWithRehydrationRequest | IaasVMRestoreRequest;\n\nexport function iaasVMRestoreRequestUnionSerializer(item: IaasVMRestoreRequestUnion): any {\n switch (item.objectType) {\n case \"IaasVMRestoreWithRehydrationRequest\":\n return iaasVMRestoreWithRehydrationRequestSerializer(\n item as IaasVMRestoreWithRehydrationRequest,\n );\n\n default:\n return iaasVMRestoreRequestSerializer(item);\n }\n}\n\n/** Details needed if the VM was encrypted at the time of backup. */\nexport interface EncryptionDetails {\n /** Identifies whether this backup copy represents an encrypted VM at the time of backup. */\n encryptionEnabled?: boolean;\n /** Key Url. */\n kekUrl?: string;\n /** Secret Url. */\n secretKeyUrl?: string;\n /** ID of Key Vault where KEK is stored. */\n kekVaultId?: string;\n /** ID of Key Vault where Secret is stored. */\n secretKeyVaultId?: string;\n}\n\nexport function encryptionDetailsSerializer(item: EncryptionDetails): any {\n return {\n encryptionEnabled: item[\"encryptionEnabled\"],\n kekUrl: item[\"kekUrl\"],\n secretKeyUrl: item[\"secretKeyUrl\"],\n kekVaultId: item[\"kekVaultId\"],\n secretKeyVaultId: item[\"secretKeyVaultId\"],\n };\n}\n\n/** Encapsulates Managed Identity related information */\nexport interface IdentityInfo {\n /** To differentiate if the managed identity is system assigned or user assigned */\n isSystemAssignedIdentity?: boolean;\n /**\n * Managed Identity Resource Id\n * Optional: Might not be required in the case of system assigned managed identity\n */\n managedIdentityResourceId?: string;\n}\n\nexport function identityInfoSerializer(item: IdentityInfo): any {\n return {\n isSystemAssignedIdentity: item[\"isSystemAssignedIdentity\"],\n managedIdentityResourceId: item[\"managedIdentityResourceId\"],\n };\n}\n\n/** IaaS VM workload specific restore details for restores using managed identity */\nexport interface IdentityBasedRestoreDetails {\n /** Gets the class type. */\n objectType?: string;\n /** Fully qualified ARM ID of the target storage account. */\n targetStorageAccountId?: string;\n}\n\nexport function identityBasedRestoreDetailsSerializer(item: IdentityBasedRestoreDetails): any {\n return { objectType: item[\"objectType\"], targetStorageAccountId: item[\"targetStorageAccountId\"] };\n}\n\n/** Restore request parameters for Secured VMs */\nexport interface SecuredVMDetails {\n /** Gets or Sets Disk Encryption Set Id for Secured VM OS Disk */\n securedVMOsDiskEncryptionSetId?: string;\n}\n\nexport function securedVMDetailsSerializer(item: SecuredVMDetails): any {\n return { securedVMOsDiskEncryptionSetId: item[\"securedVMOsDiskEncryptionSetId\"] };\n}\n\n/** Specifies target network access settings for disks of VM to be restored. */\nexport interface TargetDiskNetworkAccessSettings {\n /** Network access settings to be used for restored disks */\n targetDiskNetworkAccessOption?: TargetDiskNetworkAccessOption;\n /** Gets or sets the ARM resource ID of the target disk access to be used when TargetDiskNetworkAccessOption is set to TargetDiskNetworkAccessOption.UseNew */\n targetDiskAccessId?: string;\n}\n\nexport function targetDiskNetworkAccessSettingsSerializer(\n item: TargetDiskNetworkAccessSettings,\n): any {\n return {\n targetDiskNetworkAccessOption: item[\"targetDiskNetworkAccessOption\"],\n targetDiskAccessId: item[\"targetDiskAccessId\"],\n };\n}\n\n/** Network access settings to be used for restored disks */\nexport type TargetDiskNetworkAccessOption =\n | \"SameAsOnSourceDisks\"\n | \"EnablePrivateAccessForAllDisks\"\n | \"EnablePublicAccessForAllDisks\";\n\n/** IaaS VM workload-specific restore with integrated rehydration of recovery point. */\nexport interface IaasVMRestoreWithRehydrationRequest extends IaasVMRestoreRequest {\n /** This property will be used as the discriminator for deciding the specific types in the polymorphic chain of types. */\n objectType: \"IaasVMRestoreWithRehydrationRequest\";\n /** RP Rehydration Info */\n recoveryPointRehydrationInfo?: RecoveryPointRehydrationInfo;\n}\n\nexport function iaasVMRestoreWithRehydrationRequestSerializer(\n item: IaasVMRestoreWithRehydrationRequest,\n): any {\n return {\n objectType: item[\"objectType\"],\n recoveryPointId: item[\"recoveryPointId\"],\n recoveryType: item[\"recoveryType\"],\n sourceResourceId: item[\"sourceResourceId\"],\n targetVirtualMachineId: item[\"targetVirtualMachineId\"],\n targetResourceGroupId: item[\"targetResourceGroupId\"],\n storageAccountId: item[\"storageAccountId\"],\n virtualNetworkId: item[\"virtualNetworkId\"],\n subnetId: item[\"subnetId\"],\n targetDomainNameId: item[\"targetDomainNameId\"],\n region: item[\"region\"],\n affinityGroup: item[\"affinityGroup\"],\n createNewCloudService: item[\"createNewCloudService\"],\n originalStorageAccountOption: item[\"originalStorageAccountOption\"],\n encryptionDetails: !item[\"encryptionDetails\"]\n ? item[\"encryptionDetails\"]\n : encryptionDetailsSerializer(item[\"encryptionDetails\"]),\n restoreDiskLunList: !item[\"restoreDiskLunList\"]\n ? item[\"restoreDiskLunList\"]\n : item[\"restoreDiskLunList\"].map((p: any) => {\n return p;\n }),\n restoreWithManagedDisks: item[\"restoreWithManagedDisks\"],\n diskEncryptionSetId: item[\"diskEncryptionSetId\"],\n zones: !item[\"zones\"]\n ? item[\"zones\"]\n : item[\"zones\"].map((p: any) => {\n return p;\n }),\n identityInfo: !item[\"identityInfo\"]\n ? item[\"identityInfo\"]\n : identityInfoSerializer(item[\"identityInfo\"]),\n identityBasedRestoreDetails: !item[\"identityBasedRestoreDetails\"]\n ? item[\"identityBasedRestoreDetails\"]\n : identityBasedRestoreDetailsSerializer(item[\"identityBasedRestoreDetails\"]),\n extendedLocation: !item[\"extendedLocation\"]\n ? item[\"extendedLocation\"]\n : extendedLocationSerializer(item[\"extendedLocation\"]),\n securedVMDetails: !item[\"securedVMDetails\"]\n ? item[\"securedVMDetails\"]\n : securedVMDetailsSerializer(item[\"securedVMDetails\"]),\n targetDiskNetworkAccessSettings: !item[\"targetDiskNetworkAccessSettings\"]\n ? item[\"targetDiskNetworkAccessSettings\"]\n : targetDiskNetworkAccessSettingsSerializer(item[\"targetDiskNetworkAccessSettings\"]),\n resourceGuardOperationRequests: !item[\"resourceGuardOperationRequests\"]\n ? item[\"resourceGuardOperationRequests\"]\n : item[\"resourceGuardOperationRequests\"].map((p: any) => {\n return p;\n }),\n recoveryPointRehydrationInfo: !item[\"recoveryPointRehydrationInfo\"]\n ? item[\"recoveryPointRehydrationInfo\"]\n : recoveryPointRehydrationInfoSerializer(item[\"recoveryPointRehydrationInfo\"]),\n };\n}\n\n/** Parameters to Provision ILR API. */\nexport interface ILRRequestResource extends Resource {\n /** Resource location. */\n location?: string;\n /** Resource tags. */\n tags?: Record<string, string>;\n /** Optional ETag. */\n eTag?: string;\n /** ILRRequestResource properties */\n properties?: ILRRequestUnion;\n}\n\nexport function ilrRequestResourceSerializer(item: ILRRequestResource): any {\n return {\n location: item[\"location\"],\n tags: item[\"tags\"],\n eTag: item[\"eTag\"],\n properties: !item[\"properties\"]\n ? item[\"properties\"]\n : ilrRequestUnionSerializer(item[\"properties\"]),\n };\n}\n\n/** Parameters to Provision ILR API. */\nexport interface ILRRequest {\n /** This property will be used as the discriminator for deciding the specific types in the polymorphic chain of types. */\n /** The discriminator possible values: AzureFileShareProvisionILRRequest, IaasVMILRRegistrationRequest */\n objectType: string;\n}\n\nexport function ilrRequestSerializer(item: ILRRequest): any {\n return { objectType: item[\"objectType\"] };\n}\n\n/** Alias for ILRRequestUnion */\nexport type ILRRequestUnion =\n | AzureFileShareProvisionILRRequest\n | IaasVmilrRegistrationRequest\n | ILRRequest;\n\nexport function ilrRequestUnionSerializer(item: ILRRequestUnion): any {\n switch (item.objectType) {\n case \"AzureFileShareProvisionILRRequest\":\n return azureFileShareProvisionILRRequestSerializer(item as AzureFileShareProvisionILRRequest);\n\n case \"IaasVMILRRegistrationRequest\":\n return iaasVmilrRegistrationRequestSerializer(item as IaasVmilrRegistrationRequest);\n\n default:\n return ilrRequestSerializer(item);\n }\n}\n\n/** Update snapshot Uri with the correct friendly Name of the source Azure file share. */\nexport interface AzureFileShareProvisionILRRequest extends ILRRequest {\n /** Recovery point ID. */\n recoveryPointId?: string;\n /** Source Storage account ARM Id */\n sourceResourceId?: string;\n /** This property will be used as the discriminator for deciding the specific types in the polymorphic chain of types. */\n objectType: \"AzureFileShareProvisionILRRequest\";\n}\n\nexport function azureFileShareProvisionILRRequestSerializer(\n item: AzureFileShareProvisionILRRequest,\n): any {\n return {\n objectType: item[\"objectType\"],\n recoveryPointId: item[\"recoveryPointId\"],\n sourceResourceId: item[\"sourceResourceId\"],\n };\n}\n\n/** Restore files/folders from a backup copy of IaaS VM. */\nexport interface IaasVmilrRegistrationRequest extends ILRRequest {\n /** ID of the IaaS VM backup copy from where the files/folders have to be restored. */\n recoveryPointId?: string;\n /** Fully qualified ARM ID of the virtual machine whose the files / folders have to be restored. */\n virtualMachineId?: string;\n /** iSCSI initiator name. */\n initiatorName?: string;\n /** Whether to renew existing registration with the iSCSI server. */\n renewExistingRegistration?: boolean;\n /** This property will be used as the discriminator for deciding the specific types in the polymorphic chain of types. */\n objectType: \"IaasVMILRRegistrationRequest\";\n}\n\nexport function iaasVmilrRegistrationRequestSerializer(item: IaasVmilrRegistrationRequest): any {\n return {\n objectType: item[\"objectType\"],\n recoveryPointId: item[\"recoveryPointId\"],\n virtualMachineId: item[\"virtualMachineId\"],\n initiatorName: item[\"initiatorName\"],\n renewExistingRegistration: item[\"renewExistingRegistration\"],\n };\n}\n\n/** Base class for backup policy. Workload-specific backup policies are derived from this class. */\nexport interface ProtectionPolicyResource extends ProxyResource {\n /** ProtectionPolicyResource properties */\n properties?: ProtectionPolicyUnion;\n /** Resource tags. */\n tags?: Record<string, string>;\n /** The geo-location where the resource lives */\n location?: string;\n /** Optional ETag. */\n eTag?: string;\n}\n\nexport function protectionPolicyResourceSerializer(item: ProtectionPolicyResource): any {\n return {\n properties: !item[\"properties\"]\n ? item[\"properties\"]\n : protectionPolicyUnionSerializer(item[\"properties\"]),\n tags: item[\"tags\"],\n location: item[\"location\"],\n eTag: item[\"eTag\"],\n };\n}\n\nexport function protectionPolicyResourceDeserializer(item: any): ProtectionPolicyResource {\n return {\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n properties: !item[\"properties\"]\n ? item[\"properties\"]\n : protectionPolicyUnionDeserializer(item[\"properties\"]),\n tags: !item[\"tags\"]\n ? item[\"tags\"]\n : Object.fromEntries(Object.entries(item[\"tags\"]).map(([k, p]: [string, any]) => [k, p])),\n location: item[\"location\"],\n eTag: item[\"eTag\"],\n };\n}\n\n/** Base class for backup policy. Workload-specific backup policies are derived from this class. */\nexport interface ProtectionPolicy {\n /** Number of items associated with this policy. */\n protectedItemsCount?: number;\n /** This property will be used as the discriminator for deciding the specific types in the polymorphic chain of types. */\n /** The discriminator possible values: AzureWorkload, AzureStorage, AzureIaasVM, AzureSql, GenericProtectionPolicy, MAB */\n backupManagementType: string;\n /** ResourceGuard Operation Requests */\n resourceGuardOperationRequests?: string[];\n}\n\nexport function protectionPolicySerializer(item: ProtectionPolicy): any {\n return {\n protectedItemsCount: item[\"protectedItemsCount\"],\n backupManagementType: item[\"backupManagementType\"],\n resourceGuardOperationRequests: !item[\"resourceGuardOperationRequests\"]\n ? item[\"resourceGuardOperationRequests\"]\n : item[\"resourceGuardOperationRequests\"].map((p: any) => {\n return p;\n }),\n };\n}\n\nexport function protectionPolicyDeserializer(item: any): ProtectionPolicy {\n return {\n protectedItemsCount: item[\"protectedItemsCount\"],\n backupManagementType: item[\"backupManagementType\"],\n resourceGuardOperationRequests: !item[\"resourceGuardOperationRequests\"]\n ? item[\"resourceGuardOperationRequests\"]\n : item[\"resourceGuardOperationRequests\"].map((p: any) => {\n return p;\n }),\n };\n}\n\n/** Alias for ProtectionPolicyUnion */\nexport type ProtectionPolicyUnion =\n | AzureVmWorkloadProtectionPolicy\n | AzureFileShareProtectionPolicy\n | AzureIaaSVMProtectionPolicy\n | AzureSqlProtectionPolicy\n | GenericProtectionPolicy\n | MabProtectionPolicy\n | ProtectionPolicy;\n\nexport function protectionPolicyUnionSerializer(item: ProtectionPolicyUnion): any {\n switch (item.backupManagementType) {\n case \"AzureWorkload\":\n return azureVmWorkloadProtectionPolicySerializer(item as AzureVmWorkloadProtectionPolicy);\n\n case \"AzureStorage\":\n return azureFileShareProtectionPolicySerializer(item as AzureFileShareProtectionPolicy);\n\n case \"AzureIaasVM\":\n return azureIaaSVMProtectionPolicySerializer(item as AzureIaaSVMProtectionPolicy);\n\n case \"AzureSql\":\n return azureSqlProtectionPolicySerializer(item as AzureSqlProtectionPolicy);\n\n case \"GenericProtectionPolicy\":\n return genericProtectionPolicySerializer(item as GenericProtectionPolicy);\n\n case \"MAB\":\n return mabProtectionPolicySerializer(item as MabProtectionPolicy);\n\n default:\n return protectionPolicySerializer(item);\n }\n}\n\nexport function protectionPolicyUnionDeserializer(item: any): ProtectionPolicyUnion {\n switch (item[\"backupManagementType\"]) {\n case \"AzureWorkload\":\n return azureVmWorkloadProtectionPolicyDeserializer(item as AzureVmWorkloadProtectionPolicy);\n\n case \"AzureStorage\":\n return azureFileShareProtectionPolicyDeserializer(item as AzureFileShareProtectionPolicy);\n\n case \"AzureIaasVM\":\n return azureIaaSVMProtectionPolicyDeserializer(item as AzureIaaSVMProtectionPolicy);\n\n case \"AzureSql\":\n return azureSqlProtectionPolicyDeserializer(item as AzureSqlProtectionPolicy);\n\n case \"GenericProtectionPolicy\":\n return genericProtectionPolicyDeserializer(item as GenericProtectionPolicy);\n\n case \"MAB\":\n return mabProtectionPolicyDeserializer(item as MabProtectionPolicy);\n\n default:\n return protectionPolicyDeserializer(item);\n }\n}\n\n/** Azure VM (Mercury) workload-specific backup policy. */\nexport interface AzureVmWorkloadProtectionPolicy extends ProtectionPolicy {\n /** Type of workload for the backup management */\n workLoadType?: WorkloadType;\n /** Type of the protection policy */\n vmWorkloadPolicyType?: VMWorkloadPolicyType;\n /** Common settings for the backup management */\n settings?: Settings;\n /** List of sub-protection policies which includes schedule and retention */\n subProtectionPolicy?: SubProtectionPolicy[];\n /** Fix the policy inconsistency */\n makePolicyConsistent?: boolean;\n /** This property will be used as the discriminator for deciding the specific types in the polymorphic chain of types. */\n backupManagementType: \"AzureWorkload\";\n}\n\nexport function azureVmWorkloadProtectionPolicySerializer(\n item: AzureVmWorkloadProtectionPolicy,\n): any {\n return {\n protectedItemsCount: item[\"protectedItemsCount\"],\n backupManagementType: item[\"backupManagementType\"],\n resourceGuardOperationRequests: !item[\"resourceGuardOperationRequests\"]\n ? item[\"resourceGuardOperationRequests\"]\n : item[\"resourceGuardOperationRequests\"].map((p: any) => {\n return p;\n }),\n workLoadType: item[\"workLoadType\"],\n vmWorkloadPolicyType: item[\"vmWorkloadPolicyType\"],\n settings: !item[\"settings\"] ? item[\"settings\"] : settingsSerializer(item[\"settings\"]),\n subProtectionPolicy: !item[\"subProtectionPolicy\"]\n ? item[\"subProtectionPolicy\"]\n : subProtectionPolicyArraySerializer(item[\"subProtectionPolicy\"]),\n makePolicyConsistent: item[\"makePolicyConsistent\"],\n };\n}\n\nexport function azureVmWorkloadProtectionPolicyDeserializer(\n item: any,\n): AzureVmWorkloadProtectionPolicy {\n return {\n protectedItemsCount: item[\"protectedItemsCount\"],\n backupManagementType: item[\"backupManagementType\"],\n resourceGuardOperationRequests: !item[\"resourceGuardOperationRequests\"]\n ? item[\"resourceGuardOperationRequests\"]\n : item[\"resourceGuardOperationRequests\"].map((p: any) => {\n return p;\n }),\n workLoadType: item[\"workLoadType\"],\n vmWorkloadPolicyType: item[\"vmWorkloadPolicyType\"],\n settings: !item[\"settings\"] ? item[\"settings\"] : settingsDeserializer(item[\"settings\"]),\n subProtectionPolicy: !item[\"subProtectionPolicy\"]\n ? item[\"subProtectionPolicy\"]\n : subProtectionPolicyArrayDeserializer(item[\"subProtectionPolicy\"]),\n makePolicyConsistent: item[\"makePolicyConsistent\"],\n };\n}\n\n/** Type of the protection policy */\nexport enum KnownVMWorkloadPolicyType {\n /** Invalid policy type */\n Invalid = \"Invalid\",\n /** Snapshot V1 policy type */\n SnapshotV1 = \"SnapshotV1\",\n /** Snapshot V2 policy type */\n SnapshotV2 = \"SnapshotV2\",\n /** Streaming policy type */\n Streaming = \"Streaming\",\n}\n\n/**\n * Type of the protection policy \\\n * {@link KnownVMWorkloadPolicyType} can be used interchangeably with VMWorkloadPolicyType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Invalid**: Invalid policy type \\\n * **SnapshotV1**: Snapshot V1 policy type \\\n * **SnapshotV2**: Snapshot V2 policy type \\\n * **Streaming**: Streaming policy type\n */\nexport type VMWorkloadPolicyType = string;\n\n/** Common settings field for backup management */\nexport interface Settings {\n /** TimeZone optional input as string. For example: TimeZone = \"Pacific Standard Time\". */\n timeZone?: string;\n /** SQL compression flag */\n issqlcompression?: boolean;\n /**\n * Workload compression flag. This has been added so that 'isSqlCompression'\n * will be deprecated once clients upgrade to consider this flag.\n */\n isCompression?: boolean;\n}\n\nexport function settingsSerializer(item: Settings): any {\n return {\n timeZone: item[\"timeZone\"],\n issqlcompression: item[\"issqlcompression\"],\n isCompression: item[\"isCompression\"],\n };\n}\n\nexport function settingsDeserializer(item: any): Settings {\n return {\n timeZone: item[\"timeZone\"],\n issqlcompression: item[\"issqlcompression\"],\n isCompression: item[\"isCompression\"],\n };\n}\n\nexport function subProtectionPolicyArraySerializer(result: Array<SubProtectionPolicy>): any[] {\n return result.map((item) => {\n return subProtectionPolicySerializer(item);\n });\n}\n\nexport function subProtectionPolicyArrayDeserializer(result: Array<SubProtectionPolicy>): any[] {\n return result.map((item) => {\n return subProtectionPolicyDeserializer(item);\n });\n}\n\n/** Sub-protection policy which includes schedule and retention */\nexport interface SubProtectionPolicy {\n /** Type of backup policy type */\n policyType?: PolicyType;\n /** Backup schedule specified as part of backup policy. */\n schedulePolicy?: SchedulePolicyUnion;\n /** Retention policy with the details on backup copy retention ranges. */\n retentionPolicy?: RetentionPolicyUnion;\n /**\n * Tiering policy to automatically move RPs to another tier.\n * Key is Target Tier, defined in RecoveryPointTierType enum.\n * Tiering policy specifies the criteria to move RP to the target tier.\n */\n tieringPolicy?: Record<string, TieringPolicy>;\n /** Snapshot Backup related fields for WorkloadType SaPHanaSystem */\n snapshotBackupAdditionalDetails?: SnapshotBackupAdditionalDetails;\n}\n\nexport function subProtectionPolicySerializer(item: SubProtectionPolicy): any {\n return {\n policyType: item[\"policyType\"],\n schedulePolicy: !item[\"schedulePolicy\"]\n ? item[\"schedulePolicy\"]\n : schedulePolicyUnionSerializer(item[\"schedulePolicy\"]),\n retentionPolicy: !item[\"retentionPolicy\"]\n ? item[\"retentionPolicy\"]\n : retentionPolicyUnionSerializer(item[\"retentionPolicy\"]),\n tieringPolicy: !item[\"tieringPolicy\"]\n ? item[\"tieringPolicy\"]\n : tieringPolicyRecordSerializer(item[\"tieringPolicy\"]),\n snapshotBackupAdditionalDetails: !item[\"snapshotBackupAdditionalDetails\"]\n ? item[\"snapshotBackupAdditionalDetails\"]\n : snapshotBackupAdditionalDetailsSerializer(item[\"snapshotBackupAdditionalDetails\"]),\n };\n}\n\nexport function subProtectionPolicyDeserializer(item: any): SubProtectionPolicy {\n return {\n policyType: item[\"policyType\"],\n schedulePolicy: !item[\"schedulePolicy\"]\n ? item[\"schedulePolicy\"]\n : schedulePolicyUnionDeserializer(item[\"schedulePolicy\"]),\n retentionPolicy: !item[\"retentionPolicy\"]\n ? item[\"retentionPolicy\"]\n : retentionPolicyUnionDeserializer(item[\"retentionPolicy\"]),\n tieringPolicy: !item[\"tieringPolicy\"]\n ? item[\"tieringPolicy\"]\n : tieringPolicyRecordDeserializer(item[\"tieringPolicy\"]),\n snapshotBackupAdditionalDetails: !item[\"snapshotBackupAdditionalDetails\"]\n ? item[\"snapshotBackupAdditionalDetails\"]\n : snapshotBackupAdditionalDetailsDeserializer(item[\"snapshotBackupAdditionalDetails\"]),\n };\n}\n\n/** Type of backup policy type */\nexport enum KnownPolicyType {\n /** Invalid */\n Invalid = \"Invalid\",\n /** Full */\n Full = \"Full\",\n /** Differential */\n Differential = \"Differential\",\n /** Log */\n Log = \"Log\",\n /** CopyOnlyFull */\n CopyOnlyFull = \"CopyOnlyFull\",\n /** Incremental */\n Incremental = \"Incremental\",\n /** SnapshotFull */\n SnapshotFull = \"SnapshotFull\",\n /** SnapshotCopyOnlyFull */\n SnapshotCopyOnlyFull = \"SnapshotCopyOnlyFull\",\n}\n\n/**\n * Type of backup policy type \\\n * {@link KnownPolicyType} can be used interchangeably with PolicyType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Invalid** \\\n * **Full** \\\n * **Differential** \\\n * **Log** \\\n * **CopyOnlyFull** \\\n * **Incremental** \\\n * **SnapshotFull** \\\n * **SnapshotCopyOnlyFull**\n */\nexport type PolicyType = string;\n\n/** Base class for backup schedule. */\nexport interface SchedulePolicy {\n /** This property will be used as the discriminator for deciding the specific types in the polymorphic chain of types. */\n /** The discriminator possible values: LogSchedulePolicy, LongTermSchedulePolicy, SimpleSchedulePolicy, SimpleSchedulePolicyV2 */\n schedulePolicyType: string;\n}\n\nexport function schedulePolicySerializer(item: SchedulePolicy): any {\n return { schedulePolicyType: item[\"schedulePolicyType\"] };\n}\n\nexport function schedulePolicyDeserializer(item: any): SchedulePolicy {\n return {\n schedulePolicyType: item[\"schedulePolicyType\"],\n };\n}\n\n/** Alias for SchedulePolicyUnion */\nexport type SchedulePolicyUnion =\n | LogSchedulePolicy\n | LongTermSchedulePolicy\n | SimpleSchedulePolicy\n | SimpleSchedulePolicyV2\n | SchedulePolicy;\n\nexport function schedulePolicyUnionSerializer(item: SchedulePolicyUnion): any {\n switch (item.schedulePolicyType) {\n case \"LogSchedulePolicy\":\n return logSchedulePolicySerializer(item as LogSchedulePolicy);\n\n case \"LongTermSchedulePolicy\":\n return longTermSchedulePolicySerializer(item as LongTermSchedulePolicy);\n\n case \"SimpleSchedulePolicy\":\n return simpleSchedulePolicySerializer(item as SimpleSchedulePolicy);\n\n case \"SimpleSchedulePolicyV2\":\n return simpleSchedulePolicyV2Serializer(item as SimpleSchedulePolicyV2);\n\n default:\n return schedulePolicySerializer(item);\n }\n}\n\nexport function schedulePolicyUnionDeserializer(item: any): SchedulePolicyUnion {\n switch (item[\"schedulePolicyType\"]) {\n case \"LogSchedulePolicy\":\n return logSchedulePolicyDeserializer(item as LogSchedulePolicy);\n\n case \"LongTermSchedulePolicy\":\n return longTermSchedulePolicyDeserializer(item as LongTermSchedulePolicy);\n\n case \"SimpleSchedulePolicy\":\n return simpleSchedulePolicyDeserializer(item as SimpleSchedulePolicy);\n\n case \"SimpleSchedulePolicyV2\":\n return simpleSchedulePolicyV2Deserializer(item as SimpleSchedulePolicyV2);\n\n default:\n return schedulePolicyDeserializer(item);\n }\n}\n\n/** Log policy schedule. */\nexport interface LogSchedulePolicy extends SchedulePolicy {\n /** Frequency of the log schedule operation of this policy in minutes. */\n scheduleFrequencyInMins?: number;\n /** This property will be used as the discriminator for deciding the specific types in the polymorphic chain of types. */\n schedulePolicyType: \"LogSchedulePolicy\";\n}\n\nexport function logSchedulePolicySerializer(item: LogSchedulePolicy): any {\n return {\n schedulePolicyType: item[\"schedulePolicyType\"],\n scheduleFrequencyInMins: item[\"scheduleFrequencyInMins\"],\n };\n}\n\nexport function logSchedulePolicyDeserializer(item: any): LogSchedulePolicy {\n return {\n schedulePolicyType: item[\"schedulePolicyType\"],\n scheduleFrequencyInMins: item[\"scheduleFrequencyInMins\"],\n };\n}\n\n/** Long term policy schedule. */\nexport interface LongTermSchedulePolicy extends SchedulePolicy {\n /** This property will be used as the discriminator for deciding the specific types in the polymorphic chain of types. */\n schedulePolicyType: \"LongTermSchedulePolicy\";\n}\n\nexport function longTermSchedulePolicySerializer(item: LongTermSchedulePolicy): any {\n return { schedulePolicyType: item[\"schedulePolicyType\"] };\n}\n\nexport function longTermSchedulePolicyDeserializer(item: any): LongTermSchedulePolicy {\n return {\n schedulePolicyType: item[\"schedulePolicyType\"],\n };\n}\n\n/** Simple policy schedule. */\nexport interface SimpleSchedulePolicy extends SchedulePolicy {\n /** Frequency of the schedule operation of this policy. */\n scheduleRunFrequency?: ScheduleRunType;\n /** List of days of week this schedule has to be run. */\n scheduleRunDays?: DayOfWeek[];\n /** List of times of day this schedule has to be run. */\n scheduleRunTimes?: Date[];\n /** Hourly Schedule of this Policy */\n hourlySchedule?: HourlySchedule;\n /** At every number weeks this schedule has to be run. */\n scheduleWeeklyFrequency?: number;\n /** This property will be used as the discriminator for deciding the specific types in the polymorphic chain of types. */\n schedulePolicyType: \"SimpleSchedulePolicy\";\n}\n\nexport function simpleSchedulePolicySerializer(item: SimpleSchedulePolicy): any {\n return {\n schedulePolicyType: item[\"schedulePolicyType\"],\n scheduleRunFrequency: item[\"scheduleRunFrequency\"],\n scheduleRunDays: !item[\"scheduleRunDays\"]\n ? item[\"scheduleRunDays\"]\n : item[\"scheduleRunDays\"].map((p: any) => {\n return p;\n }),\n scheduleRunTimes: !item[\"scheduleRunTimes\"]\n ? item[\"scheduleRunTimes\"]\n : item[\"scheduleRunTimes\"].map((p: any) => {\n return p.toISOString();\n }),\n hourlySchedule: !item[\"hourlySchedule\"]\n ? item[\"hourlySchedule\"]\n : hourlyScheduleSerializer(item[\"hourlySchedule\"]),\n scheduleWeeklyFrequency: item[\"scheduleWeeklyFrequency\"],\n };\n}\n\nexport function simpleSchedulePolicyDeserializer(item: any): SimpleSchedulePolicy {\n return {\n schedulePolicyType: item[\"schedulePolicyType\"],\n scheduleRunFrequency: item[\"scheduleRunFrequency\"],\n scheduleRunDays: !item[\"scheduleRunDays\"]\n ? item[\"scheduleRunDays\"]\n : item[\"scheduleRunDays\"].map((p: any) => {\n return p;\n }),\n scheduleRunTimes: !item[\"scheduleRunTimes\"]\n ? item[\"scheduleRunTimes\"]\n : item[\"scheduleRunTimes\"].map((p: any) => {\n return new Date(p);\n }),\n hourlySchedule: !item[\"hourlySchedule\"]\n ? item[\"hourlySchedule\"]\n : hourlyScheduleDeserializer(item[\"hourlySchedule\"]),\n scheduleWeeklyFrequency: item[\"scheduleWeeklyFrequency\"],\n };\n}\n\n/** Frequency of the schedule operation of this policy. */\nexport enum KnownScheduleRunType {\n /** Invalid */\n Invalid = \"Invalid\",\n /** Daily */\n Daily = \"Daily\",\n /** Weekly */\n Weekly = \"Weekly\",\n /** Hourly */\n Hourly = \"Hourly\",\n}\n\n/**\n * Frequency of the schedule operation of this policy. \\\n * {@link KnownScheduleRunType} can be used interchangeably with ScheduleRunType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Invalid** \\\n * **Daily** \\\n * **Weekly** \\\n * **Hourly**\n */\nexport type ScheduleRunType = string;\n/** Type of DayOfWeek */\nexport type DayOfWeek =\n | \"Sunday\"\n | \"Monday\"\n | \"Tuesday\"\n | \"Wednesday\"\n | \"Thursday\"\n | \"Friday\"\n | \"Saturday\";\n\n/** model interface HourlySchedule */\nexport interface HourlySchedule {\n /**\n * Interval at which backup needs to be triggered. For hourly the value\n * can be 4/6/8/12\n */\n interval?: number;\n /** To specify start time of the backup window */\n scheduleWindowStartTime?: Date;\n /** To specify duration of the backup window */\n scheduleWindowDuration?: number;\n}\n\nexport function hourlyScheduleSerializer(item: HourlySchedule): any {\n return {\n interval: item[\"interval\"],\n scheduleWindowStartTime: !item[\"scheduleWindowStartTime\"]\n ? item[\"scheduleWindowStartTime\"]\n : item[\"scheduleWindowStartTime\"].toISOString(),\n scheduleWindowDuration: item[\"scheduleWindowDuration\"],\n };\n}\n\nexport function hourlyScheduleDeserializer(item: any): HourlySchedule {\n return {\n interval: item[\"interval\"],\n scheduleWindowStartTime: !item[\"scheduleWindowStartTime\"]\n ? item[\"scheduleWindowStartTime\"]\n : new Date(item[\"scheduleWindowStartTime\"]),\n scheduleWindowDuration: item[\"scheduleWindowDuration\"],\n };\n}\n\n/** The V2 policy schedule for IaaS that supports hourly backups. */\nexport interface SimpleSchedulePolicyV2 extends SchedulePolicy {\n /** Frequency of the schedule operation of this policy. */\n scheduleRunFrequency?: ScheduleRunType;\n /** hourly schedule of this policy */\n hourlySchedule?: HourlySchedule;\n /** Daily schedule of this policy */\n dailySchedule?: DailySchedule;\n /** Weekly schedule of this policy */\n weeklySchedule?: WeeklySchedule;\n /** This property will be used as the discriminator for deciding the specific types in the polymorphic chain of types. */\n schedulePolicyType: \"SimpleSchedulePolicyV2\";\n}\n\nexport function simpleSchedulePolicyV2Serializer(item: SimpleSchedulePolicyV2): any {\n return {\n schedulePolicyType: item[\"schedulePolicyType\"],\n scheduleRunFrequency: item[\"scheduleRunFrequency\"],\n hourlySchedule: !item[\"hourlySchedule\"]\n ? item[\"hourlySchedule\"]\n : hourlyScheduleSerializer(item[\"hourlySchedule\"]),\n dailySchedule: !item[\"dailySchedule\"]\n ? item[\"dailySchedule\"]\n : dailyScheduleSerializer(item[\"dailySchedule\"]),\n weeklySchedule: !item[\"weeklySchedule\"]\n ? item[\"weeklySchedule\"]\n : weeklyScheduleSerializer(item[\"weeklySchedule\"]),\n };\n}\n\nexport function simpleSchedulePolicyV2Deserializer(item: any): SimpleSchedulePolicyV2 {\n return {\n schedulePolicyType: item[\"schedulePolicyType\"],\n scheduleRunFrequency: item[\"scheduleRunFrequency\"],\n hourlySchedule: !item[\"hourlySchedule\"]\n ? item[\"hourlySchedule\"]\n : hourlyScheduleDeserializer(item[\"hourlySchedule\"]),\n dailySchedule: !item[\"dailySchedule\"]\n ? item[\"dailySchedule\"]\n : dailyScheduleDeserializer(item[\"dailySchedule\"]),\n weeklySchedule: !item[\"weeklySchedule\"]\n ? item[\"weeklySchedule\"]\n : weeklyScheduleDeserializer(item[\"weeklySchedule\"]),\n };\n}\n\n/** model interface DailySchedule */\nexport interface DailySchedule {\n /** List of times of day this schedule has to be run. */\n scheduleRunTimes?: Date[];\n}\n\nexport function dailyScheduleSerializer(item: DailySchedule): any {\n return {\n scheduleRunTimes: !item[\"scheduleRunTimes\"]\n ? item[\"scheduleRunTimes\"]\n : item[\"scheduleRunTimes\"].map((p: any) => {\n return p.toISOString();\n }),\n };\n}\n\nexport function dailyScheduleDeserializer(item: any): DailySchedule {\n return {\n scheduleRunTimes: !item[\"scheduleRunTimes\"]\n ? item[\"scheduleRunTimes\"]\n : item[\"scheduleRunTimes\"].map((p: any) => {\n return new Date(p);\n }),\n };\n}\n\n/** model interface WeeklySchedule */\nexport interface WeeklySchedule {\n scheduleRunDays?: DayOfWeek[];\n /** List of times of day this schedule has to be run. */\n scheduleRunTimes?: Date[];\n}\n\nexport function weeklyScheduleSerializer(item: WeeklySchedule): any {\n return {\n scheduleRunDays: !item[\"scheduleRunDays\"]\n ? item[\"scheduleRunDays\"]\n : item[\"scheduleRunDays\"].map((p: any) => {\n return p;\n }),\n scheduleRunTimes: !item[\"scheduleRunTimes\"]\n ? item[\"scheduleRunTimes\"]\n : item[\"scheduleRunTimes\"].map((p: any) => {\n return p.toISOString();\n }),\n };\n}\n\nexport function weeklyScheduleDeserializer(item: any): WeeklySchedule {\n return {\n scheduleRunDays: !item[\"scheduleRunDays\"]\n ? item[\"scheduleRunDays\"]\n : item[\"scheduleRunDays\"].map((p: any) => {\n return p;\n }),\n scheduleRunTimes: !item[\"scheduleRunTimes\"]\n ? item[\"scheduleRunTimes\"]\n : item[\"scheduleRunTimes\"].map((p: any) => {\n return new Date(p);\n }),\n };\n}\n\n/** Base class for retention policy. */\nexport interface RetentionPolicy {\n /** This property will be used as the discriminator for deciding the specific types in the polymorphic chain of types. */\n /** The discriminator possible values: LongTermRetentionPolicy, SimpleRetentionPolicy */\n retentionPolicyType: string;\n}\n\nexport function retentionPolicySerializer(item: RetentionPolicy): any {\n return { retentionPolicyType: item[\"retentionPolicyType\"] };\n}\n\nexport function retentionPolicyDeserializer(item: any): RetentionPolicy {\n return {\n retentionPolicyType: item[\"retentionPolicyType\"],\n };\n}\n\n/** Alias for RetentionPolicyUnion */\nexport type RetentionPolicyUnion =\n | LongTermRetentionPolicy\n | SimpleRetentionPolicy\n | RetentionPolicy;\n\nexport function retentionPolicyUnionSerializer(item: RetentionPolicyUnion): any {\n switch (item.retentionPolicyType) {\n case \"LongTermRetentionPolicy\":\n return longTermRetentionPolicySerializer(item as LongTermRetentionPolicy);\n\n case \"SimpleRetentionPolicy\":\n return simpleRetentionPolicySerializer(item as SimpleRetentionPolicy);\n\n default:\n return retentionPolicySerializer(item);\n }\n}\n\nexport function retentionPolicyUnionDeserializer(item: any): RetentionPolicyUnion {\n switch (item[\"retentionPolicyType\"]) {\n case \"LongTermRetentionPolicy\":\n return longTermRetentionPolicyDeserializer(item as LongTermRetentionPolicy);\n\n case \"SimpleRetentionPolicy\":\n return simpleRetentionPolicyDeserializer(item as SimpleRetentionPolicy);\n\n default:\n return retentionPolicyDeserializer(item);\n }\n}\n\n/** Long term retention policy. */\nexport interface LongTermRetentionPolicy extends RetentionPolicy {\n /** Daily retention schedule of the protection policy. */\n dailySchedule?: DailyRetentionSchedule;\n /** Weekly retention schedule of the protection policy. */\n weeklySchedule?: WeeklyRetentionSchedule;\n /** Monthly retention schedule of the protection policy. */\n monthlySchedule?: MonthlyRetentionSchedule;\n /** Yearly retention schedule of the protection policy. */\n yearlySchedule?: YearlyRetentionSchedule;\n /** This property will be used as the discriminator for deciding the specific types in the polymorphic chain of types. */\n retentionPolicyType: \"LongTermRetentionPolicy\";\n}\n\nexport function longTermRetentionPolicySerializer(item: LongTermRetentionPolicy): any {\n return {\n retentionPolicyType: item[\"retentionPolicyType\"],\n dailySchedule: !item[\"dailySchedule\"]\n ? item[\"dailySchedule\"]\n : dailyRetentionScheduleSerializer(item[\"dailySchedule\"]),\n weeklySchedule: !item[\"weeklySchedule\"]\n ? item[\"weeklySchedule\"]\n : weeklyRetentionScheduleSerializer(item[\"weeklySchedule\"]),\n monthlySchedule: !item[\"monthlySchedule\"]\n ? item[\"monthlySchedule\"]\n : monthlyRetentionScheduleSerializer(item[\"monthlySchedule\"]),\n yearlySchedule: !item[\"yearlySchedule\"]\n ? item[\"yearlySchedule\"]\n : yearlyRetentionScheduleSerializer(item[\"yearlySchedule\"]),\n };\n}\n\nexport function longTermRetentionPolicyDeserializer(item: any): LongTermRetentionPolicy {\n return {\n retentionPolicyType: item[\"retentionPolicyType\"],\n dailySchedule: !item[\"dailySchedule\"]\n ? item[\"dailySchedule\"]\n : dailyRetentionScheduleDeserializer(item[\"dailySchedule\"]),\n weeklySchedule: !item[\"weeklySchedule\"]\n ? item[\"weeklySchedule\"]\n : weeklyRetentionScheduleDeserializer(item[\"weeklySchedule\"]),\n monthlySchedule: !item[\"monthlySchedule\"]\n ? item[\"monthlySchedule\"]\n : monthlyRetentionScheduleDeserializer(item[\"monthlySchedule\"]),\n yearlySchedule: !item[\"yearlySchedule\"]\n ? item[\"yearlySchedule\"]\n : yearlyRetentionScheduleDeserializer(item[\"yearlySchedule\"]),\n };\n}\n\n/** Daily retention schedule. */\nexport interface DailyRetentionSchedule {\n /** Retention times of retention policy. */\n retentionTimes?: Date[];\n /** Retention duration of retention Policy. */\n retentionDuration?: RetentionDuration;\n}\n\nexport function dailyRetentionScheduleSerializer(item: DailyRetentionSchedule): any {\n return {\n retentionTimes: !item[\"retentionTimes\"]\n ? item[\"retentionTimes\"]\n : item[\"retentionTimes\"].map((p: any) => {\n return p.toISOString();\n }),\n retentionDuration: !item[\"retentionDuration\"]\n ? item[\"retentionDuration\"]\n : retentionDurationSerializer(item[\"retentionDuration\"]),\n };\n}\n\nexport function dailyRetentionScheduleDeserializer(item: any): DailyRetentionSchedule {\n return {\n retentionTimes: !item[\"retentionTimes\"]\n ? item[\"retentionTimes\"]\n : item[\"retentionTimes\"].map((p: any) => {\n return new Date(p);\n }),\n retentionDuration: !item[\"retentionDuration\"]\n ? item[\"retentionDuration\"]\n : retentionDurationDeserializer(item[\"retentionDuration\"]),\n };\n}\n\n/** Retention duration. */\nexport interface RetentionDuration {\n /**\n * Count of duration types. Retention duration is obtained by the counting the duration type Count times.\n * For example, when Count = 3 and DurationType = Weeks, retention duration will be three weeks.\n */\n count?: number;\n /** Retention duration type of retention policy. */\n durationType?: RetentionDurationType;\n}\n\nexport function retentionDurationSerializer(item: RetentionDuration): any {\n return { count: item[\"count\"], durationType: item[\"durationType\"] };\n}\n\nexport function retentionDurationDeserializer(item: any): RetentionDuration {\n return {\n count: item[\"count\"],\n durationType: item[\"durationType\"],\n };\n}\n\n/** Retention duration type of retention policy. */\nexport enum KnownRetentionDurationType {\n /** Invalid */\n Invalid = \"Invalid\",\n /** Days */\n Days = \"Days\",\n /** Weeks */\n Weeks = \"Weeks\",\n /** Months */\n Months = \"Months\",\n /** Years */\n Years = \"Years\",\n}\n\n/**\n * Retention duration type of retention policy. \\\n * {@link KnownRetentionDurationType} can be used interchangeably with RetentionDurationType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Invalid** \\\n * **Days** \\\n * **Weeks** \\\n * **Months** \\\n * **Years**\n */\nexport type RetentionDurationType = string;\n\n/** Weekly retention schedule. */\nexport interface WeeklyRetentionSchedule {\n /** List of days of week for weekly retention policy. */\n daysOfTheWeek?: DayOfWeek[];\n /** Retention times of retention policy. */\n retentionTimes?: Date[];\n /** Retention duration of retention Policy. */\n retentionDuration?: RetentionDuration;\n}\n\nexport function weeklyRetentionScheduleSerializer(item: WeeklyRetentionSchedule): any {\n return {\n daysOfTheWeek: !item[\"daysOfTheWeek\"]\n ? item[\"daysOfTheWeek\"]\n : item[\"daysOfTheWeek\"].map((p: any) => {\n return p;\n }),\n retentionTimes: !item[\"retentionTimes\"]\n ? item[\"retentionTimes\"]\n : item[\"retentionTimes\"].map((p: any) => {\n return p.toISOString();\n }),\n retentionDuration: !item[\"retentionDuration\"]\n ? item[\"retentionDuration\"]\n : retentionDurationSerializer(item[\"retentionDuration\"]),\n };\n}\n\nexport function weeklyRetentionScheduleDeserializer(item: any): WeeklyRetentionSchedule {\n return {\n daysOfTheWeek: !item[\"daysOfTheWeek\"]\n ? item[\"daysOfTheWeek\"]\n : item[\"daysOfTheWeek\"].map((p: any) => {\n return p;\n }),\n retentionTimes: !item[\"retentionTimes\"]\n ? item[\"retentionTimes\"]\n : item[\"retentionTimes\"].map((p: any) => {\n return new Date(p);\n }),\n retentionDuration: !item[\"retentionDuration\"]\n ? item[\"retentionDuration\"]\n : retentionDurationDeserializer(item[\"retentionDuration\"]),\n };\n}\n\n/** Monthly retention schedule. */\nexport interface MonthlyRetentionSchedule {\n /** Retention schedule format type for monthly retention policy. */\n retentionScheduleFormatType?: RetentionScheduleFormat;\n /** Daily retention format for monthly retention policy. */\n retentionScheduleDaily?: DailyRetentionFormat;\n /** Weekly retention format for monthly retention policy. */\n retentionScheduleWeekly?: WeeklyRetentionFormat;\n /** Retention times of retention policy. */\n retentionTimes?: Date[];\n /** Retention duration of retention Policy. */\n retentionDuration?: RetentionDuration;\n}\n\nexport function monthlyRetentionScheduleSerializer(item: MonthlyRetentionSchedule): any {\n return {\n retentionScheduleFormatType: item[\"retentionScheduleFormatType\"],\n retentionScheduleDaily: !item[\"retentionScheduleDaily\"]\n ? item[\"retentionScheduleDaily\"]\n : dailyRetentionFormatSerializer(item[\"retentionScheduleDaily\"]),\n retentionScheduleWeekly: !item[\"retentionScheduleWeekly\"]\n ? item[\"retentionScheduleWeekly\"]\n : weeklyRetentionFormatSerializer(item[\"retentionScheduleWeekly\"]),\n retentionTimes: !item[\"retentionTimes\"]\n ? item[\"retentionTimes\"]\n : item[\"retentionTimes\"].map((p: any) => {\n return p.toISOString();\n }),\n retentionDuration: !item[\"retentionDuration\"]\n ? item[\"retentionDuration\"]\n : retentionDurationSerializer(item[\"retentionDuration\"]),\n };\n}\n\nexport function monthlyRetentionScheduleDeserializer(item: any): MonthlyRetentionSchedule {\n return {\n retentionScheduleFormatType: item[\"retentionScheduleFormatType\"],\n retentionScheduleDaily: !item[\"retentionScheduleDaily\"]\n ? item[\"retentionScheduleDaily\"]\n : dailyRetentionFormatDeserializer(item[\"retentionScheduleDaily\"]),\n retentionScheduleWeekly: !item[\"retentionScheduleWeekly\"]\n ? item[\"retentionScheduleWeekly\"]\n : weeklyRetentionFormatDeserializer(item[\"retentionScheduleWeekly\"]),\n retentionTimes: !item[\"retentionTimes\"]\n ? item[\"retentionTimes\"]\n : item[\"retentionTimes\"].map((p: any) => {\n return new Date(p);\n }),\n retentionDuration: !item[\"retentionDuration\"]\n ? item[\"retentionDuration\"]\n : retentionDurationDeserializer(item[\"retentionDuration\"]),\n };\n}\n\n/** Retention schedule format type for monthly retention policy. */\nexport enum KnownRetentionScheduleFormat {\n /** Invalid */\n Invalid = \"Invalid\",\n /** Daily */\n Daily = \"Daily\",\n /** Weekly */\n Weekly = \"Weekly\",\n}\n\n/**\n * Retention schedule format type for monthly retention policy. \\\n * {@link KnownRetentionScheduleFormat} can be used interchangeably with RetentionScheduleFormat,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Invalid** \\\n * **Daily** \\\n * **Weekly**\n */\nexport type RetentionScheduleFormat = string;\n\n/** Daily retention format. */\nexport interface DailyRetentionFormat {\n /** List of days of the month. */\n daysOfTheMonth?: Day[];\n}\n\nexport function dailyRetentionFormatSerializer(item: DailyRetentionFormat): any {\n return {\n daysOfTheMonth: !item[\"daysOfTheMonth\"]\n ? item[\"daysOfTheMonth\"]\n : dayArraySerializer(item[\"daysOfTheMonth\"]),\n };\n}\n\nexport function dailyRetentionFormatDeserializer(item: any): DailyRetentionFormat {\n return {\n daysOfTheMonth: !item[\"daysOfTheMonth\"]\n ? item[\"daysOfTheMonth\"]\n : dayArrayDeserializer(item[\"daysOfTheMonth\"]),\n };\n}\n\nexport function dayArraySerializer(result: Array<Day>): any[] {\n return result.map((item) => {\n return daySerializer(item);\n });\n}\n\nexport function dayArrayDeserializer(result: Array<Day>): any[] {\n return result.map((item) => {\n return dayDeserializer(item);\n });\n}\n\n/** Day of the week. */\nexport interface Day {\n /** Date of the month */\n date?: number;\n /** Whether Date is last date of month */\n isLast?: boolean;\n}\n\nexport function daySerializer(item: Day): any {\n return { date: item[\"date\"], isLast: item[\"isLast\"] };\n}\n\nexport function dayDeserializer(item: any): Day {\n return {\n date: item[\"date\"],\n isLast: item[\"isLast\"],\n };\n}\n\n/** Weekly retention format. */\nexport interface WeeklyRetentionFormat {\n /** List of days of the week. */\n daysOfTheWeek?: DayOfWeek[];\n /** List of weeks of month. */\n weeksOfTheMonth?: WeekOfMonth[];\n}\n\nexport function weeklyRetentionFormatSerializer(item: WeeklyRetentionFormat): any {\n return {\n daysOfTheWeek: !item[\"daysOfTheWeek\"]\n ? item[\"daysOfTheWeek\"]\n : item[\"daysOfTheWeek\"].map((p: any) => {\n return p;\n }),\n weeksOfTheMonth: !item[\"weeksOfTheMonth\"]\n ? item[\"weeksOfTheMonth\"]\n : item[\"weeksOfTheMonth\"].map((p: any) => {\n return p;\n }),\n };\n}\n\nexport function weeklyRetentionFormatDeserializer(item: any): WeeklyRetentionFormat {\n return {\n daysOfTheWeek: !item[\"daysOfTheWeek\"]\n ? item[\"daysOfTheWeek\"]\n : item[\"daysOfTheWeek\"].map((p: any) => {\n return p;\n }),\n weeksOfTheMonth: !item[\"weeksOfTheMonth\"]\n ? item[\"weeksOfTheMonth\"]\n : item[\"weeksOfTheMonth\"].map((p: any) => {\n return p;\n }),\n };\n}\n\n/** Type of WeekOfMonth */\nexport type WeekOfMonth = \"First\" | \"Second\" | \"Third\" | \"Fourth\" | \"Last\" | \"Invalid\";\n\n/** Yearly retention schedule. */\nexport interface YearlyRetentionSchedule {\n /** Retention schedule format for yearly retention policy. */\n retentionScheduleFormatType?: RetentionScheduleFormat;\n /** List of months of year of yearly retention policy. */\n monthsOfYear?: MonthOfYear[];\n /** Daily retention format for yearly retention policy. */\n retentionScheduleDaily?: DailyRetentionFormat;\n /** Weekly retention format for yearly retention policy. */\n retentionScheduleWeekly?: WeeklyRetentionFormat;\n /** Retention times of retention policy. */\n retentionTimes?: Date[];\n /** Retention duration of retention Policy. */\n retentionDuration?: RetentionDuration;\n}\n\nexport function yearlyRetentionScheduleSerializer(item: YearlyRetentionSchedule): any {\n return {\n retentionScheduleFormatType: item[\"retentionScheduleFormatType\"],\n monthsOfYear: !item[\"monthsOfYear\"]\n ? item[\"monthsOfYear\"]\n : item[\"monthsOfYear\"].map((p: any) => {\n return p;\n }),\n retentionScheduleDaily: !item[\"retentionScheduleDaily\"]\n ? item[\"retentionScheduleDaily\"]\n : dailyRetentionFormatSerializer(item[\"retentionScheduleDaily\"]),\n retentionScheduleWeekly: !item[\"retentionScheduleWeekly\"]\n ? item[\"retentionScheduleWeekly\"]\n : weeklyRetentionFormatSerializer(item[\"retentionScheduleWeekly\"]),\n retentionTimes: !item[\"retentionTimes\"]\n ? item[\"retentionTimes\"]\n : item[\"retentionTimes\"].map((p: any) => {\n return p.toISOString();\n }),\n retentionDuration: !item[\"retentionDuration\"]\n ? item[\"retentionDuration\"]\n : retentionDurationSerializer(item[\"retentionDuration\"]),\n };\n}\n\nexport function yearlyRetentionScheduleDeserializer(item: any): YearlyRetentionSchedule {\n return {\n retentionScheduleFormatType: item[\"retentionScheduleFormatType\"],\n monthsOfYear: !item[\"monthsOfYear\"]\n ? item[\"monthsOfYear\"]\n : item[\"monthsOfYear\"].map((p: any) => {\n return p;\n }),\n retentionScheduleDaily: !item[\"retentionScheduleDaily\"]\n ? item[\"retentionScheduleDaily\"]\n : dailyRetentionFormatDeserializer(item[\"retentionScheduleDaily\"]),\n retentionScheduleWeekly: !item[\"retentionScheduleWeekly\"]\n ? item[\"retentionScheduleWeekly\"]\n : weeklyRetentionFormatDeserializer(item[\"retentionScheduleWeekly\"]),\n retentionTimes: !item[\"retentionTimes\"]\n ? item[\"retentionTimes\"]\n : item[\"retentionTimes\"].map((p: any) => {\n return new Date(p);\n }),\n retentionDuration: !item[\"retentionDuration\"]\n ? item[\"retentionDuration\"]\n : retentionDurationDeserializer(item[\"retentionDuration\"]),\n };\n}\n\n/** Type of MonthOfYear */\nexport type MonthOfYear =\n | \"Invalid\"\n | \"January\"\n | \"February\"\n | \"March\"\n | \"April\"\n | \"May\"\n | \"June\"\n | \"July\"\n | \"August\"\n | \"September\"\n | \"October\"\n | \"November\"\n | \"December\";\n\n/** Simple policy retention. */\nexport interface SimpleRetentionPolicy extends RetentionPolicy {\n /** Retention duration of the protection policy. */\n retentionDuration?: RetentionDuration;\n /** This property will be used as the discriminator for deciding the specific types in the polymorphic chain of types. */\n retentionPolicyType: \"SimpleRetentionPolicy\";\n}\n\nexport function simpleRetentionPolicySerializer(item: SimpleRetentionPolicy): any {\n return {\n retentionPolicyType: item[\"retentionPolicyType\"],\n retentionDuration: !item[\"retentionDuration\"]\n ? item[\"retentionDuration\"]\n : retentionDurationSerializer(item[\"retentionDuration\"]),\n };\n}\n\nexport function simpleRetentionPolicyDeserializer(item: any): SimpleRetentionPolicy {\n return {\n retentionPolicyType: item[\"retentionPolicyType\"],\n retentionDuration: !item[\"retentionDuration\"]\n ? item[\"retentionDuration\"]\n : retentionDurationDeserializer(item[\"retentionDuration\"]),\n };\n}\n\nexport function tieringPolicyRecordSerializer(\n item: Record<string, TieringPolicy>,\n): Record<string, any> {\n const result: Record<string, any> = {};\n Object.keys(item).map((key) => {\n result[key] = !item[key] ? item[key] : tieringPolicySerializer(item[key]);\n });\n return result;\n}\n\nexport function tieringPolicyRecordDeserializer(\n item: Record<string, any>,\n): Record<string, TieringPolicy> {\n const result: Record<string, any> = {};\n Object.keys(item).map((key) => {\n result[key] = !item[key] ? item[key] : tieringPolicyDeserializer(item[key]);\n });\n return result;\n}\n\n/**\n * Tiering Policy for a target tier.\n * If the policy is not specified for a given target tier, service retains the existing configured tiering policy for that tier\n */\nexport interface TieringPolicy {\n /**\n * Tiering Mode to control automatic tiering of recovery points. Supported values are:\n * 1. TierRecommended: Tier all recovery points recommended to be tiered\n * 2. TierAfter: Tier all recovery points after a fixed period, as specified in duration + durationType below.\n * 3. DoNotTier: Do not tier any recovery points\n */\n tieringMode?: TieringMode;\n /**\n * Number of days/weeks/months/years to retain backups in current tier before tiering.\n * Used only if TieringMode is set to TierAfter\n */\n duration?: number;\n /**\n * Retention duration type: days/weeks/months/years\n * Used only if TieringMode is set to TierAfter\n */\n durationType?: RetentionDurationType;\n}\n\nexport function tieringPolicySerializer(item: TieringPolicy): any {\n return {\n tieringMode: item[\"tieringMode\"],\n duration: item[\"duration\"],\n durationType: item[\"durationType\"],\n };\n}\n\nexport function tieringPolicyDeserializer(item: any): TieringPolicy {\n return {\n tieringMode: item[\"tieringMode\"],\n duration: item[\"duration\"],\n durationType: item[\"durationType\"],\n };\n}\n\n/**\n * Tiering Mode to control automatic tiering of recovery points. Supported values are:\n * 1. TierRecommended: Tier all recovery points recommended to be tiered\n * 2. TierAfter: Tier all recovery points after a fixed period, as specified in duration + durationType below.\n * 3. DoNotTier: Do not tier any recovery points\n */\nexport enum KnownTieringMode {\n /** Invalid */\n Invalid = \"Invalid\",\n /** TierRecommended */\n TierRecommended = \"TierRecommended\",\n /** TierAfter */\n TierAfter = \"TierAfter\",\n /** DoNotTier */\n DoNotTier = \"DoNotTier\",\n}\n\n/**\n * Tiering Mode to control automatic tiering of recovery points. Supported values are:\n * 1. TierRecommended: Tier all recovery points recommended to be tiered\n * 2. TierAfter: Tier all recovery points after a fixed period, as specified in duration + durationType below.\n * 3. DoNotTier: Do not tier any recovery points \\\n * {@link KnownTieringMode} can be used interchangeably with TieringMode,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Invalid** \\\n * **TierRecommended** \\\n * **TierAfter** \\\n * **DoNotTier**\n */\nexport type TieringMode = string;\n\n/** Snapshot Backup related fields for WorkloadType SaPHanaSystem */\nexport interface SnapshotBackupAdditionalDetails {\n instantRpRetentionRangeInDays?: number;\n instantRPDetails?: string;\n /** User assigned managed identity details */\n userAssignedManagedIdentityDetails?: UserAssignedManagedIdentityDetails;\n}\n\nexport function snapshotBackupAdditionalDetailsSerializer(\n item: SnapshotBackupAdditionalDetails,\n): any {\n return {\n instantRpRetentionRangeInDays: item[\"instantRpRetentionRangeInDays\"],\n instantRPDetails: item[\"instantRPDetails\"],\n userAssignedManagedIdentityDetails: !item[\"userAssignedManagedIdentityDetails\"]\n ? item[\"userAssignedManagedIdentityDetails\"]\n : userAssignedManagedIdentityDetailsSerializer(item[\"userAssignedManagedIdentityDetails\"]),\n };\n}\n\nexport function snapshotBackupAdditionalDetailsDeserializer(\n item: any,\n): SnapshotBackupAdditionalDetails {\n return {\n instantRpRetentionRangeInDays: item[\"instantRpRetentionRangeInDays\"],\n instantRPDetails: item[\"instantRPDetails\"],\n userAssignedManagedIdentityDetails: !item[\"userAssignedManagedIdentityDetails\"]\n ? item[\"userAssignedManagedIdentityDetails\"]\n : userAssignedManagedIdentityDetailsDeserializer(item[\"userAssignedManagedIdentityDetails\"]),\n };\n}\n\n/** AzureStorage backup policy. */\nexport interface AzureFileShareProtectionPolicy extends ProtectionPolicy {\n /** Type of workload for the backup management */\n workLoadType?: WorkloadType;\n /** Backup schedule specified as part of backup policy. */\n schedulePolicy?: SchedulePolicyUnion;\n /** Retention policy with the details on backup copy retention ranges. */\n retentionPolicy?: RetentionPolicyUnion;\n /** Retention policy with the details on hardened backup copy retention ranges. */\n vaultRetentionPolicy?: VaultRetentionPolicy;\n /** TimeZone optional input as string. For example: TimeZone = \"Pacific Standard Time\". */\n timeZone?: string;\n /** This property will be used as the discriminator for deciding the specific types in the polymorphic chain of types. */\n backupManagementType: \"AzureStorage\";\n}\n\nexport function azureFileShareProtectionPolicySerializer(\n item: AzureFileShareProtectionPolicy,\n): any {\n return {\n protectedItemsCount: item[\"protectedItemsCount\"],\n backupManagementType: item[\"backupManagementType\"],\n resourceGuardOperationRequests: !item[\"resourceGuardOperationRequests\"]\n ? item[\"resourceGuardOperationRequests\"]\n : item[\"resourceGuardOperationRequests\"].map((p: any) => {\n return p;\n }),\n workLoadType: item[\"workLoadType\"],\n schedulePolicy: !item[\"schedulePolicy\"]\n ? item[\"schedulePolicy\"]\n : schedulePolicyUnionSerializer(item[\"schedulePolicy\"]),\n retentionPolicy: !item[\"retentionPolicy\"]\n ? item[\"retentionPolicy\"]\n : retentionPolicyUnionSerializer(item[\"retentionPolicy\"]),\n vaultRetentionPolicy: !item[\"vaultRetentionPolicy\"]\n ? item[\"vaultRetentionPolicy\"]\n : vaultRetentionPolicySerializer(item[\"vaultRetentionPolicy\"]),\n timeZone: item[\"timeZone\"],\n };\n}\n\nexport function azureFileShareProtectionPolicyDeserializer(\n item: any,\n): AzureFileShareProtectionPolicy {\n return {\n protectedItemsCount: item[\"protectedItemsCount\"],\n backupManagementType: item[\"backupManagementType\"],\n resourceGuardOperationRequests: !item[\"resourceGuardOperationRequests\"]\n ? item[\"resourceGuardOperationRequests\"]\n : item[\"resourceGuardOperationRequests\"].map((p: any) => {\n return p;\n }),\n workLoadType: item[\"workLoadType\"],\n schedulePolicy: !item[\"schedulePolicy\"]\n ? item[\"schedulePolicy\"]\n : schedulePolicyUnionDeserializer(item[\"schedulePolicy\"]),\n retentionPolicy: !item[\"retentionPolicy\"]\n ? item[\"retentionPolicy\"]\n : retentionPolicyUnionDeserializer(item[\"retentionPolicy\"]),\n vaultRetentionPolicy: !item[\"vaultRetentionPolicy\"]\n ? item[\"vaultRetentionPolicy\"]\n : vaultRetentionPolicyDeserializer(item[\"vaultRetentionPolicy\"]),\n timeZone: item[\"timeZone\"],\n };\n}\n\n/** Vault retention policy for AzureFileShare */\nexport interface VaultRetentionPolicy {\n /** Base class for retention policy. */\n vaultRetention: RetentionPolicyUnion;\n snapshotRetentionInDays: number;\n}\n\nexport function vaultRetentionPolicySerializer(item: VaultRetentionPolicy): any {\n return {\n vaultRetention: retentionPolicyUnionSerializer(item[\"vaultRetention\"]),\n snapshotRetentionInDays: item[\"snapshotRetentionInDays\"],\n };\n}\n\nexport function vaultRetentionPolicyDeserializer(item: any): VaultRetentionPolicy {\n return {\n vaultRetention: retentionPolicyUnionDeserializer(item[\"vaultRetention\"]),\n snapshotRetentionInDays: item[\"snapshotRetentionInDays\"],\n };\n}\n\n/** IaaS VM workload-specific backup policy. */\nexport interface AzureIaaSVMProtectionPolicy extends ProtectionPolicy {\n instantRPDetails?: InstantRPAdditionalDetails;\n /** Backup schedule specified as part of backup policy. */\n schedulePolicy?: SchedulePolicyUnion;\n /** Retention policy with the details on backup copy retention ranges. */\n retentionPolicy?: RetentionPolicyUnion;\n /**\n * Tiering policy to automatically move RPs to another tier\n * Key is Target Tier, defined in RecoveryPointTierType enum.\n * Tiering policy specifies the criteria to move RP to the target tier.\n */\n tieringPolicy?: Record<string, TieringPolicy>;\n /** Instant RP retention policy range in days */\n instantRpRetentionRangeInDays?: number;\n /** TimeZone optional input as string. For example: TimeZone = \"Pacific Standard Time\". */\n timeZone?: string;\n policyType?: IaasvmPolicyType;\n snapshotConsistencyType?: IaasVMSnapshotConsistencyType;\n /** This property will be used as the discriminator for deciding the specific types in the polymorphic chain of types. */\n backupManagementType: \"AzureIaasVM\";\n}\n\nexport function azureIaaSVMProtectionPolicySerializer(item: AzureIaaSVMProtectionPolicy): any {\n return {\n protectedItemsCount: item[\"protectedItemsCount\"],\n backupManagementType: item[\"backupManagementType\"],\n resourceGuardOperationRequests: !item[\"resourceGuardOperationRequests\"]\n ? item[\"resourceGuardOperationRequests\"]\n : item[\"resourceGuardOperationRequests\"].map((p: any) => {\n return p;\n }),\n instantRPDetails: !item[\"instantRPDetails\"]\n ? item[\"instantRPDetails\"]\n : instantRPAdditionalDetailsSerializer(item[\"instantRPDetails\"]),\n schedulePolicy: !item[\"schedulePolicy\"]\n ? item[\"schedulePolicy\"]\n : schedulePolicyUnionSerializer(item[\"schedulePolicy\"]),\n retentionPolicy: !item[\"retentionPolicy\"]\n ? item[\"retentionPolicy\"]\n : retentionPolicyUnionSerializer(item[\"retentionPolicy\"]),\n tieringPolicy: !item[\"tieringPolicy\"]\n ? item[\"tieringPolicy\"]\n : tieringPolicyRecordSerializer(item[\"tieringPolicy\"]),\n instantRpRetentionRangeInDays: item[\"instantRpRetentionRangeInDays\"],\n timeZone: item[\"timeZone\"],\n policyType: item[\"policyType\"],\n snapshotConsistencyType: item[\"snapshotConsistencyType\"],\n };\n}\n\nexport function azureIaaSVMProtectionPolicyDeserializer(item: any): AzureIaaSVMProtectionPolicy {\n return {\n protectedItemsCount: item[\"protectedItemsCount\"],\n backupManagementType: item[\"backupManagementType\"],\n resourceGuardOperationRequests: !item[\"resourceGuardOperationRequests\"]\n ? item[\"resourceGuardOperationRequests\"]\n : item[\"resourceGuardOperationRequests\"].map((p: any) => {\n return p;\n }),\n instantRPDetails: !item[\"instantRPDetails\"]\n ? item[\"instantRPDetails\"]\n : instantRPAdditionalDetailsDeserializer(item[\"instantRPDetails\"]),\n schedulePolicy: !item[\"schedulePolicy\"]\n ? item[\"schedulePolicy\"]\n : schedulePolicyUnionDeserializer(item[\"schedulePolicy\"]),\n retentionPolicy: !item[\"retentionPolicy\"]\n ? item[\"retentionPolicy\"]\n : retentionPolicyUnionDeserializer(item[\"retentionPolicy\"]),\n tieringPolicy: !item[\"tieringPolicy\"]\n ? item[\"tieringPolicy\"]\n : tieringPolicyRecordDeserializer(item[\"tieringPolicy\"]),\n instantRpRetentionRangeInDays: item[\"instantRpRetentionRangeInDays\"],\n timeZone: item[\"timeZone\"],\n policyType: item[\"policyType\"],\n snapshotConsistencyType: item[\"snapshotConsistencyType\"],\n };\n}\n\n/** model interface InstantRPAdditionalDetails */\nexport interface InstantRPAdditionalDetails {\n azureBackupRGNamePrefix?: string;\n azureBackupRGNameSuffix?: string;\n}\n\nexport function instantRPAdditionalDetailsSerializer(item: InstantRPAdditionalDetails): any {\n return {\n azureBackupRGNamePrefix: item[\"azureBackupRGNamePrefix\"],\n azureBackupRGNameSuffix: item[\"azureBackupRGNameSuffix\"],\n };\n}\n\nexport function instantRPAdditionalDetailsDeserializer(item: any): InstantRPAdditionalDetails {\n return {\n azureBackupRGNamePrefix: item[\"azureBackupRGNamePrefix\"],\n azureBackupRGNameSuffix: item[\"azureBackupRGNameSuffix\"],\n };\n}\n\n/** Known values of {@link IAASVMPolicyType} that the service accepts. */\nexport enum KnownIaasvmPolicyType {\n /** Invalid */\n Invalid = \"Invalid\",\n /** V1 */\n V1 = \"V1\",\n /** V2 */\n V2 = \"V2\",\n}\n\n/** Type of IaasvmPolicyType */\nexport type IaasvmPolicyType = string;\n\n/** Known values of {@link IaasVMSnapshotConsistencyType} that the service accepts. */\nexport enum KnownIaasVMSnapshotConsistencyType {\n /** OnlyCrashConsistent */\n OnlyCrashConsistent = \"OnlyCrashConsistent\",\n}\n\n/** Type of IaasVMSnapshotConsistencyType */\nexport type IaasVMSnapshotConsistencyType = string;\n\n/** Azure SQL workload-specific backup policy. */\nexport interface AzureSqlProtectionPolicy extends ProtectionPolicy {\n /** Retention policy details. */\n retentionPolicy?: RetentionPolicyUnion;\n /** This property will be used as the discriminator for deciding the specific types in the polymorphic chain of types. */\n backupManagementType: \"AzureSql\";\n}\n\nexport function azureSqlProtectionPolicySerializer(item: AzureSqlProtectionPolicy): any {\n return {\n protectedItemsCount: item[\"protectedItemsCount\"],\n backupManagementType: item[\"backupManagementType\"],\n resourceGuardOperationRequests: !item[\"resourceGuardOperationRequests\"]\n ? item[\"resourceGuardOperationRequests\"]\n : item[\"resourceGuardOperationRequests\"].map((p: any) => {\n return p;\n }),\n retentionPolicy: !item[\"retentionPolicy\"]\n ? item[\"retentionPolicy\"]\n : retentionPolicyUnionSerializer(item[\"retentionPolicy\"]),\n };\n}\n\nexport function azureSqlProtectionPolicyDeserializer(item: any): AzureSqlProtectionPolicy {\n return {\n protectedItemsCount: item[\"protectedItemsCount\"],\n backupManagementType: item[\"backupManagementType\"],\n resourceGuardOperationRequests: !item[\"resourceGuardOperationRequests\"]\n ? item[\"resourceGuardOperationRequests\"]\n : item[\"resourceGuardOperationRequests\"].map((p: any) => {\n return p;\n }),\n retentionPolicy: !item[\"retentionPolicy\"]\n ? item[\"retentionPolicy\"]\n : retentionPolicyUnionDeserializer(item[\"retentionPolicy\"]),\n };\n}\n\n/** Azure VM (Mercury) workload-specific backup policy. */\nexport interface GenericProtectionPolicy extends ProtectionPolicy {\n /** List of sub-protection policies which includes schedule and retention */\n subProtectionPolicy?: SubProtectionPolicy[];\n /** TimeZone optional input as string. For example: TimeZone = \"Pacific Standard Time\". */\n timeZone?: string;\n /** Name of this policy's fabric. */\n fabricName?: string;\n /** This property will be used as the discriminator for deciding the specific types in the polymorphic chain of types. */\n backupManagementType: \"GenericProtectionPolicy\";\n}\n\nexport function genericProtectionPolicySerializer(item: GenericProtectionPolicy): any {\n return {\n protectedItemsCount: item[\"protectedItemsCount\"],\n backupManagementType: item[\"backupManagementType\"],\n resourceGuardOperationRequests: !item[\"resourceGuardOperationRequests\"]\n ? item[\"resourceGuardOperationRequests\"]\n : item[\"resourceGuardOperationRequests\"].map((p: any) => {\n return p;\n }),\n subProtectionPolicy: !item[\"subProtectionPolicy\"]\n ? item[\"subProtectionPolicy\"]\n : subProtectionPolicyArraySerializer(item[\"subProtectionPolicy\"]),\n timeZone: item[\"timeZone\"],\n fabricName: item[\"fabricName\"],\n };\n}\n\nexport function genericProtectionPolicyDeserializer(item: any): GenericProtectionPolicy {\n return {\n protectedItemsCount: item[\"protectedItemsCount\"],\n backupManagementType: item[\"backupManagementType\"],\n resourceGuardOperationRequests: !item[\"resourceGuardOperationRequests\"]\n ? item[\"resourceGuardOperationRequests\"]\n : item[\"resourceGuardOperationRequests\"].map((p: any) => {\n return p;\n }),\n subProtectionPolicy: !item[\"subProtectionPolicy\"]\n ? item[\"subProtectionPolicy\"]\n : subProtectionPolicyArrayDeserializer(item[\"subProtectionPolicy\"]),\n timeZone: item[\"timeZone\"],\n fabricName: item[\"fabricName\"],\n };\n}\n\n/** Mab container-specific backup policy. */\nexport interface MabProtectionPolicy extends ProtectionPolicy {\n /** Backup schedule of backup policy. */\n schedulePolicy?: SchedulePolicyUnion;\n /** Retention policy details. */\n retentionPolicy?: RetentionPolicyUnion;\n /** This property will be used as the discriminator for deciding the specific types in the polymorphic chain of types. */\n backupManagementType: \"MAB\";\n}\n\nexport function mabProtectionPolicySerializer(item: MabProtectionPolicy): any {\n return {\n protectedItemsCount: item[\"protectedItemsCount\"],\n backupManagementType: item[\"backupManagementType\"],\n resourceGuardOperationRequests: !item[\"resourceGuardOperationRequests\"]\n ? item[\"resourceGuardOperationRequests\"]\n : item[\"resourceGuardOperationRequests\"].map((p: any) => {\n return p;\n }),\n schedulePolicy: !item[\"schedulePolicy\"]\n ? item[\"schedulePolicy\"]\n : schedulePolicyUnionSerializer(item[\"schedulePolicy\"]),\n retentionPolicy: !item[\"retentionPolicy\"]\n ? item[\"retentionPolicy\"]\n : retentionPolicyUnionSerializer(item[\"retentionPolicy\"]),\n };\n}\n\nexport function mabProtectionPolicyDeserializer(item: any): MabProtectionPolicy {\n return {\n protectedItemsCount: item[\"protectedItemsCount\"],\n backupManagementType: item[\"backupManagementType\"],\n resourceGuardOperationRequests: !item[\"resourceGuardOperationRequests\"]\n ? item[\"resourceGuardOperationRequests\"]\n : item[\"resourceGuardOperationRequests\"].map((p: any) => {\n return p;\n }),\n schedulePolicy: !item[\"schedulePolicy\"]\n ? item[\"schedulePolicy\"]\n : schedulePolicyUnionDeserializer(item[\"schedulePolicy\"]),\n retentionPolicy: !item[\"retentionPolicy\"]\n ? item[\"retentionPolicy\"]\n : retentionPolicyUnionDeserializer(item[\"retentionPolicy\"]),\n };\n}\n\n/** List of ProtectionPolicy resources */\nexport interface _ProtectionPolicyResourceList extends ResourceList {\n /** List of resources. */\n value?: ProtectionPolicyResource[];\n}\n\nexport function _protectionPolicyResourceListDeserializer(\n item: any,\n): _ProtectionPolicyResourceList {\n return {\n nextLink: item[\"nextLink\"],\n value: !item[\"value\"]\n ? item[\"value\"]\n : protectionPolicyResourceArrayDeserializer(item[\"value\"]),\n };\n}\n\nexport function protectionPolicyResourceArraySerializer(\n result: Array<ProtectionPolicyResource>,\n): any[] {\n return result.map((item) => {\n return protectionPolicyResourceSerializer(item);\n });\n}\n\nexport function protectionPolicyResourceArrayDeserializer(\n result: Array<ProtectionPolicyResource>,\n): any[] {\n return result.map((item) => {\n return protectionPolicyResourceDeserializer(item);\n });\n}\n\n/** Defines workload agnostic properties for a job. */\nexport interface JobResource extends ProxyResource {\n /** JobResource properties */\n properties?: JobUnion;\n /** Resource tags. */\n tags?: Record<string, string>;\n /** The geo-location where the resource lives */\n location?: string;\n /** Optional ETag. */\n eTag?: string;\n}\n\nexport function jobResourceDeserializer(item: any): JobResource {\n return {\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n properties: !item[\"properties\"] ? item[\"properties\"] : jobUnionDeserializer(item[\"properties\"]),\n tags: !item[\"tags\"]\n ? item[\"tags\"]\n : Object.fromEntries(Object.entries(item[\"tags\"]).map(([k, p]: [string, any]) => [k, p])),\n location: item[\"location\"],\n eTag: item[\"eTag\"],\n };\n}\n\n/** Defines workload agnostic properties for a job. */\nexport interface Job {\n /** Friendly name of the entity on which the current job is executing. */\n entityFriendlyName?: string;\n /** Backup management type to execute the current job. */\n backupManagementType?: BackupManagementType;\n /** The operation name. */\n operation?: string;\n /** Job status. */\n status?: string;\n /** The start time. */\n startTime?: Date;\n /** The end time. */\n endTime?: Date;\n /** ActivityId of job. */\n activityId?: string;\n /** This property will be used as the discriminator for deciding the specific types in the polymorphic chain of types. */\n /** The discriminator possible values: AzureIaaSVMJob, AzureIaaSVMJobV2, AzureStorageJob, AzureWorkloadJob, DpmJob, MabJob, VaultJob */\n jobType: string;\n}\n\nexport function jobDeserializer(item: any): Job {\n return {\n entityFriendlyName: item[\"entityFriendlyName\"],\n backupManagementType: item[\"backupManagementType\"],\n operation: item[\"operation\"],\n status: item[\"status\"],\n startTime: !item[\"startTime\"] ? item[\"startTime\"] : new Date(item[\"startTime\"]),\n endTime: !item[\"endTime\"] ? item[\"endTime\"] : new Date(item[\"endTime\"]),\n activityId: item[\"activityId\"],\n jobType: item[\"jobType\"],\n };\n}\n\n/** Alias for JobUnion */\nexport type JobUnion =\n | AzureIaaSVMJob\n | AzureIaaSVMJobV2\n | AzureStorageJob\n | AzureWorkloadJob\n | DpmJob\n | MabJob\n | VaultJob\n | Job;\n\nexport function jobUnionDeserializer(item: any): JobUnion {\n switch (item[\"jobType\"]) {\n case \"AzureIaaSVMJob\":\n return azureIaaSVMJobDeserializer(item as AzureIaaSVMJob);\n\n case \"AzureIaaSVMJobV2\":\n return azureIaaSVMJobV2Deserializer(item as AzureIaaSVMJobV2);\n\n case \"AzureStorageJob\":\n return azureStorageJobDeserializer(item as AzureStorageJob);\n\n case \"AzureWorkloadJob\":\n return azureWorkloadJobDeserializer(item as AzureWorkloadJob);\n\n case \"DpmJob\":\n return dpmJobDeserializer(item as DpmJob);\n\n case \"MabJob\":\n return mabJobDeserializer(item as MabJob);\n\n case \"VaultJob\":\n return vaultJobDeserializer(item as VaultJob);\n\n default:\n return jobDeserializer(item);\n }\n}\n\n/** Azure IaaS VM workload-specific job object. */\nexport interface AzureIaaSVMJob extends Job {\n /** Time elapsed during the execution of this job. */\n duration?: string;\n /** Gets or sets the state/actions applicable on this job like cancel/retry. */\n actionsInfo?: JobSupportedAction[];\n /** Error details on execution of this job. */\n errorDetails?: AzureIaaSVMErrorInfo[];\n /** Specifies whether the backup item is a Classic or an Azure Resource Manager VM. */\n virtualMachineVersion?: string;\n /** Additional information for this job. */\n extendedInfo?: AzureIaaSVMJobExtendedInfo;\n /** Container name of the entity on which the current job is executing. */\n containerName?: string;\n /** Indicated that whether the job is adhoc(true) or scheduled(false) */\n isUserTriggered?: boolean;\n /** This property will be used as the discriminator for deciding the specific types in the polymorphic chain of types. */\n jobType: \"AzureIaaSVMJob\";\n}\n\nexport function azureIaaSVMJobDeserializer(item: any): AzureIaaSVMJob {\n return {\n entityFriendlyName: item[\"entityFriendlyName\"],\n backupManagementType: item[\"backupManagementType\"],\n operation: item[\"operation\"],\n status: item[\"status\"],\n startTime: !item[\"startTime\"] ? item[\"startTime\"] : new Date(item[\"startTime\"]),\n endTime: !item[\"endTime\"] ? item[\"endTime\"] : new Date(item[\"endTime\"]),\n activityId: item[\"activityId\"],\n jobType: item[\"jobType\"],\n duration: item[\"duration\"],\n actionsInfo: !item[\"actionsInfo\"]\n ? item[\"actionsInfo\"]\n : item[\"actionsInfo\"].map((p: any) => {\n return p;\n }),\n errorDetails: !item[\"errorDetails\"]\n ? item[\"errorDetails\"]\n : azureIaaSVMErrorInfoArrayDeserializer(item[\"errorDetails\"]),\n virtualMachineVersion: item[\"virtualMachineVersion\"],\n extendedInfo: !item[\"extendedInfo\"]\n ? item[\"extendedInfo\"]\n : azureIaaSVMJobExtendedInfoDeserializer(item[\"extendedInfo\"]),\n containerName: item[\"containerName\"],\n isUserTriggered: item[\"isUserTriggered\"],\n };\n}\n\n/** Type of JobSupportedAction */\nexport type JobSupportedAction = \"Invalid\" | \"Cancellable\" | \"Retriable\";\n\nexport function azureIaaSVMErrorInfoArrayDeserializer(result: Array<AzureIaaSVMErrorInfo>): any[] {\n return result.map((item) => {\n return azureIaaSVMErrorInfoDeserializer(item);\n });\n}\n\n/** Azure IaaS VM workload-specific error information. */\nexport interface AzureIaaSVMErrorInfo {\n /** Error code. */\n readonly errorCode?: number;\n /** Title: Typically, the entity that the error pertains to. */\n readonly errorTitle?: string;\n /** Localized error string. */\n readonly errorString?: string;\n /** List of localized recommendations for above error code. */\n readonly recommendations?: string[];\n}\n\nexport function azureIaaSVMErrorInfoDeserializer(item: any): AzureIaaSVMErrorInfo {\n return {\n errorCode: item[\"errorCode\"],\n errorTitle: item[\"errorTitle\"],\n errorString: item[\"errorString\"],\n recommendations: !item[\"recommendations\"]\n ? item[\"recommendations\"]\n : item[\"recommendations\"].map((p: any) => {\n return p;\n }),\n };\n}\n\n/** Azure IaaS VM workload-specific additional information for job. */\nexport interface AzureIaaSVMJobExtendedInfo {\n /** List of tasks associated with this job. */\n tasksList?: AzureIaaSVMJobTaskDetails[];\n /** Job properties. */\n propertyBag?: Record<string, string>;\n /** Job internal properties. */\n internalPropertyBag?: Record<string, string>;\n /** Indicates progress of the job. Null if it has not started or completed. */\n progressPercentage?: number;\n /** Time remaining for execution of this job. */\n estimatedRemainingDuration?: string;\n /** Non localized error message on job execution. */\n dynamicErrorMessage?: string;\n}\n\nexport function azureIaaSVMJobExtendedInfoDeserializer(item: any): AzureIaaSVMJobExtendedInfo {\n return {\n tasksList: !item[\"tasksList\"]\n ? item[\"tasksList\"]\n : azureIaaSVMJobTaskDetailsArrayDeserializer(item[\"tasksList\"]),\n propertyBag: !item[\"propertyBag\"]\n ? item[\"propertyBag\"]\n : Object.fromEntries(\n Object.entries(item[\"propertyBag\"]).map(([k, p]: [string, any]) => [k, p]),\n ),\n internalPropertyBag: !item[\"internalPropertyBag\"]\n ? item[\"internalPropertyBag\"]\n : Object.fromEntries(\n Object.entries(item[\"internalPropertyBag\"]).map(([k, p]: [string, any]) => [k, p]),\n ),\n progressPercentage: item[\"progressPercentage\"],\n estimatedRemainingDuration: item[\"estimatedRemainingDuration\"],\n dynamicErrorMessage: item[\"dynamicErrorMessage\"],\n };\n}\n\nexport function azureIaaSVMJobTaskDetailsArrayDeserializer(\n result: Array<AzureIaaSVMJobTaskDetails>,\n): any[] {\n return result.map((item) => {\n return azureIaaSVMJobTaskDetailsDeserializer(item);\n });\n}\n\n/** Azure IaaS VM workload-specific job task details. */\nexport interface AzureIaaSVMJobTaskDetails {\n /** The task display name. */\n taskId?: string;\n /** The start time. */\n startTime?: Date;\n /** The end time. */\n endTime?: Date;\n /** The instanceId. */\n instanceId?: string;\n /** Time elapsed for task. */\n duration?: string;\n /** The status. */\n status?: string;\n /** Progress of the task. */\n progressPercentage?: number;\n /**\n * Details about execution of the task.\n * eg: number of bytes transferred etc\n */\n taskExecutionDetails?: string;\n}\n\nexport function azureIaaSVMJobTaskDetailsDeserializer(item: any): AzureIaaSVMJobTaskDetails {\n return {\n taskId: item[\"taskId\"],\n startTime: !item[\"startTime\"] ? item[\"startTime\"] : new Date(item[\"startTime\"]),\n endTime: !item[\"endTime\"] ? item[\"endTime\"] : new Date(item[\"endTime\"]),\n instanceId: item[\"instanceId\"],\n duration: item[\"duration\"],\n status: item[\"status\"],\n progressPercentage: item[\"progressPercentage\"],\n taskExecutionDetails: item[\"taskExecutionDetails\"],\n };\n}\n\n/** Azure IaaS VM workload-specific job object. */\nexport interface AzureIaaSVMJobV2 extends Job {\n /** Gets or sets the state/actions applicable on this job like cancel/retry. */\n actionsInfo?: JobSupportedAction[];\n /** Container name of the entity on which the current job is executing. */\n containerName?: string;\n /** Time elapsed during the execution of this job. */\n duration?: string;\n /** Error details on execution of this job. */\n errorDetails?: AzureIaaSVMErrorInfo[];\n /** Specifies whether the backup item is a Classic or an Azure Resource Manager VM. */\n virtualMachineVersion?: string;\n /** Additional information for this job. */\n extendedInfo?: AzureIaaSVMJobExtendedInfo;\n /** This property will be used as the discriminator for deciding the specific types in the polymorphic chain of types. */\n jobType: \"AzureIaaSVMJobV2\";\n}\n\nexport function azureIaaSVMJobV2Deserializer(item: any): AzureIaaSVMJobV2 {\n return {\n entityFriendlyName: item[\"entityFriendlyName\"],\n backupManagementType: item[\"backupManagementType\"],\n operation: item[\"operation\"],\n status: item[\"status\"],\n startTime: !item[\"startTime\"] ? item[\"startTime\"] : new Date(item[\"startTime\"]),\n endTime: !item[\"endTime\"] ? item[\"endTime\"] : new Date(item[\"endTime\"]),\n activityId: item[\"activityId\"],\n jobType: item[\"jobType\"],\n actionsInfo: !item[\"actionsInfo\"]\n ? item[\"actionsInfo\"]\n : item[\"actionsInfo\"].map((p: any) => {\n return p;\n }),\n containerName: item[\"containerName\"],\n duration: item[\"duration\"],\n errorDetails: !item[\"errorDetails\"]\n ? item[\"errorDetails\"]\n : azureIaaSVMErrorInfoArrayDeserializer(item[\"errorDetails\"]),\n virtualMachineVersion: item[\"virtualMachineVersion\"],\n extendedInfo: !item[\"extendedInfo\"]\n ? item[\"extendedInfo\"]\n : azureIaaSVMJobExtendedInfoDeserializer(item[\"extendedInfo\"]),\n };\n}\n\n/** Azure storage specific job. */\nexport interface AzureStorageJob extends Job {\n /** Time elapsed during the execution of this job. */\n duration?: string;\n /** Gets or sets the state/actions applicable on this job like cancel/retry. */\n actionsInfo?: JobSupportedAction[];\n /** Error details on execution of this job. */\n errorDetails?: AzureStorageErrorInfo[];\n /** Specifies friendly name of the storage account. */\n storageAccountName?: string;\n /** Specifies whether the Storage account is a Classic or an Azure Resource Manager Storage account. */\n storageAccountVersion?: string;\n /** Additional information about the job. */\n extendedInfo?: AzureStorageJobExtendedInfo;\n /** Indicated that whether the job is adhoc(true) or scheduled(false) */\n isUserTriggered?: boolean;\n /** This property will be used as the discriminator for deciding the specific types in the polymorphic chain of types. */\n jobType: \"AzureStorageJob\";\n}\n\nexport function azureStorageJobDeserializer(item: any): AzureStorageJob {\n return {\n entityFriendlyName: item[\"entityFriendlyName\"],\n backupManagementType: item[\"backupManagementType\"],\n operation: item[\"operation\"],\n status: item[\"status\"],\n startTime: !item[\"startTime\"] ? item[\"startTime\"] : new Date(item[\"startTime\"]),\n endTime: !item[\"endTime\"] ? item[\"endTime\"] : new Date(item[\"endTime\"]),\n activityId: item[\"activityId\"],\n jobType: item[\"jobType\"],\n duration: item[\"duration\"],\n actionsInfo: !item[\"actionsInfo\"]\n ? item[\"actionsInfo\"]\n : item[\"actionsInfo\"].map((p: any) => {\n return p;\n }),\n errorDetails: !item[\"errorDetails\"]\n ? item[\"errorDetails\"]\n : azureStorageErrorInfoArrayDeserializer(item[\"errorDetails\"]),\n storageAccountName: item[\"storageAccountName\"],\n storageAccountVersion: item[\"storageAccountVersion\"],\n extendedInfo: !item[\"extendedInfo\"]\n ? item[\"extendedInfo\"]\n : azureStorageJobExtendedInfoDeserializer(item[\"extendedInfo\"]),\n isUserTriggered: item[\"isUserTriggered\"],\n };\n}\n\nexport function azureStorageErrorInfoArrayDeserializer(\n result: Array<AzureStorageErrorInfo>,\n): any[] {\n return result.map((item) => {\n return azureStorageErrorInfoDeserializer(item);\n });\n}\n\n/** Azure storage specific error information */\nexport interface AzureStorageErrorInfo {\n /** Error code. */\n errorCode?: number;\n /** Localized error string. */\n errorString?: string;\n /** List of localized recommendations for above error code. */\n recommendations?: string[];\n}\n\nexport function azureStorageErrorInfoDeserializer(item: any): AzureStorageErrorInfo {\n return {\n errorCode: item[\"errorCode\"],\n errorString: item[\"errorString\"],\n recommendations: !item[\"recommendations\"]\n ? item[\"recommendations\"]\n : item[\"recommendations\"].map((p: any) => {\n return p;\n }),\n };\n}\n\n/** Azure Storage workload-specific additional information for job. */\nexport interface AzureStorageJobExtendedInfo {\n /** List of tasks for this job */\n tasksList?: AzureStorageJobTaskDetails[];\n /** Job properties. */\n propertyBag?: Record<string, string>;\n /** Non localized error message on job execution. */\n dynamicErrorMessage?: string;\n}\n\nexport function azureStorageJobExtendedInfoDeserializer(item: any): AzureStorageJobExtendedInfo {\n return {\n tasksList: !item[\"tasksList\"]\n ? item[\"tasksList\"]\n : azureStorageJobTaskDetailsArrayDeserializer(item[\"tasksList\"]),\n propertyBag: !item[\"propertyBag\"]\n ? item[\"propertyBag\"]\n : Object.fromEntries(\n Object.entries(item[\"propertyBag\"]).map(([k, p]: [string, any]) => [k, p]),\n ),\n dynamicErrorMessage: item[\"dynamicErrorMessage\"],\n };\n}\n\nexport function azureStorageJobTaskDetailsArrayDeserializer(\n result: Array<AzureStorageJobTaskDetails>,\n): any[] {\n return result.map((item) => {\n return azureStorageJobTaskDetailsDeserializer(item);\n });\n}\n\n/** Azure storage workload specific job task details. */\nexport interface AzureStorageJobTaskDetails {\n /** The task display name. */\n taskId?: string;\n /** The status. */\n status?: string;\n}\n\nexport function azureStorageJobTaskDetailsDeserializer(item: any): AzureStorageJobTaskDetails {\n return {\n taskId: item[\"taskId\"],\n status: item[\"status\"],\n };\n}\n\n/** Azure storage specific job. */\nexport interface AzureWorkloadJob extends Job {\n /** Workload type of the job */\n workloadType?: string;\n /** Time elapsed during the execution of this job. */\n duration?: string;\n /** Gets or sets the state/actions applicable on this job like cancel/retry. */\n actionsInfo?: JobSupportedAction[];\n /** Error details on execution of this job. */\n errorDetails?: AzureWorkloadErrorInfo[];\n /** Additional information about the job. */\n extendedInfo?: AzureWorkloadJobExtendedInfo;\n /** This property will be used as the discriminator for deciding the specific types in the polymorphic chain of types. */\n jobType: \"AzureWorkloadJob\";\n}\n\nexport function azureWorkloadJobDeserializer(item: any): AzureWorkloadJob {\n return {\n entityFriendlyName: item[\"entityFriendlyName\"],\n backupManagementType: item[\"backupManagementType\"],\n operation: item[\"operation\"],\n status: item[\"status\"],\n startTime: !item[\"startTime\"] ? item[\"startTime\"] : new Date(item[\"startTime\"]),\n endTime: !item[\"endTime\"] ? item[\"endTime\"] : new Date(item[\"endTime\"]),\n activityId: item[\"activityId\"],\n jobType: item[\"jobType\"],\n workloadType: item[\"workloadType\"],\n duration: item[\"duration\"],\n actionsInfo: !item[\"actionsInfo\"]\n ? item[\"actionsInfo\"]\n : item[\"actionsInfo\"].map((p: any) => {\n return p;\n }),\n errorDetails: !item[\"errorDetails\"]\n ? item[\"errorDetails\"]\n : azureWorkloadErrorInfoArrayDeserializer(item[\"errorDetails\"]),\n extendedInfo: !item[\"extendedInfo\"]\n ? item[\"extendedInfo\"]\n : azureWorkloadJobExtendedInfoDeserializer(item[\"extendedInfo\"]),\n };\n}\n\nexport function azureWorkloadErrorInfoArrayDeserializer(\n result: Array<AzureWorkloadErrorInfo>,\n): any[] {\n return result.map((item) => {\n return azureWorkloadErrorInfoDeserializer(item);\n });\n}\n\n/** Azure storage specific error information */\nexport interface AzureWorkloadErrorInfo {\n /** Error code. */\n errorCode?: number;\n /** Localized error string. */\n errorString?: string;\n /** Title: Typically, the entity that the error pertains to. */\n errorTitle?: string;\n /** List of localized recommendations for above error code. */\n recommendations?: string[];\n /** Additional details for above error code. */\n additionalDetails?: string;\n}\n\nexport function azureWorkloadErrorInfoDeserializer(item: any): AzureWorkloadErrorInfo {\n return {\n errorCode: item[\"errorCode\"],\n errorString: item[\"errorString\"],\n errorTitle: item[\"errorTitle\"],\n recommendations: !item[\"recommendations\"]\n ? item[\"recommendations\"]\n : item[\"recommendations\"].map((p: any) => {\n return p;\n }),\n additionalDetails: item[\"additionalDetails\"],\n };\n}\n\n/** Azure VM workload-specific additional information for job. */\nexport interface AzureWorkloadJobExtendedInfo {\n /** List of tasks for this job */\n tasksList?: AzureWorkloadJobTaskDetails[];\n /** Job properties. */\n propertyBag?: Record<string, string>;\n /** Non localized error message on job execution. */\n dynamicErrorMessage?: string;\n}\n\nexport function azureWorkloadJobExtendedInfoDeserializer(item: any): AzureWorkloadJobExtendedInfo {\n return {\n tasksList: !item[\"tasksList\"]\n ? item[\"tasksList\"]\n : azureWorkloadJobTaskDetailsArrayDeserializer(item[\"tasksList\"]),\n propertyBag: !item[\"propertyBag\"]\n ? item[\"propertyBag\"]\n : Object.fromEntries(\n Object.entries(item[\"propertyBag\"]).map(([k, p]: [string, any]) => [k, p]),\n ),\n dynamicErrorMessage: item[\"dynamicErrorMessage\"],\n };\n}\n\nexport function azureWorkloadJobTaskDetailsArrayDeserializer(\n result: Array<AzureWorkloadJobTaskDetails>,\n): any[] {\n return result.map((item) => {\n return azureWorkloadJobTaskDetailsDeserializer(item);\n });\n}\n\n/** Azure VM workload specific job task details. */\nexport interface AzureWorkloadJobTaskDetails {\n /** The task display name. */\n taskId?: string;\n /** The status. */\n status?: string;\n}\n\nexport function azureWorkloadJobTaskDetailsDeserializer(item: any): AzureWorkloadJobTaskDetails {\n return {\n taskId: item[\"taskId\"],\n status: item[\"status\"],\n };\n}\n\n/** DPM workload-specific job object. */\nexport interface DpmJob extends Job {\n /** Time elapsed for job. */\n duration?: string;\n /** DPM server name managing the backup item or backup job. */\n dpmServerName?: string;\n /** Name of cluster/server protecting current backup item, if any. */\n containerName?: string;\n /** Type of container. */\n containerType?: string;\n /** Type of backup item. */\n workloadType?: string;\n /** The state/actions applicable on this job like cancel/retry. */\n actionsInfo?: JobSupportedAction[];\n /** The errors. */\n errorDetails?: DpmErrorInfo[];\n /** Additional information for this job. */\n extendedInfo?: DpmJobExtendedInfo;\n /** This property will be used as the discriminator for deciding the specific types in the polymorphic chain of types. */\n jobType: \"DpmJob\";\n}\n\nexport function dpmJobDeserializer(item: any): DpmJob {\n return {\n entityFriendlyName: item[\"entityFriendlyName\"],\n backupManagementType: item[\"backupManagementType\"],\n operation: item[\"operation\"],\n status: item[\"status\"],\n startTime: !item[\"startTime\"] ? item[\"startTime\"] : new Date(item[\"startTime\"]),\n endTime: !item[\"endTime\"] ? item[\"endTime\"] : new Date(item[\"endTime\"]),\n activityId: item[\"activityId\"],\n jobType: item[\"jobType\"],\n duration: item[\"duration\"],\n dpmServerName: item[\"dpmServerName\"],\n containerName: item[\"containerName\"],\n containerType: item[\"containerType\"],\n workloadType: item[\"workloadType\"],\n actionsInfo: !item[\"actionsInfo\"]\n ? item[\"actionsInfo\"]\n : item[\"actionsInfo\"].map((p: any) => {\n return p;\n }),\n errorDetails: !item[\"errorDetails\"]\n ? item[\"errorDetails\"]\n : dpmErrorInfoArrayDeserializer(item[\"errorDetails\"]),\n extendedInfo: !item[\"extendedInfo\"]\n ? item[\"extendedInfo\"]\n : dpmJobExtendedInfoDeserializer(item[\"extendedInfo\"]),\n };\n}\n\nexport function dpmErrorInfoArrayDeserializer(result: Array<DpmErrorInfo>): any[] {\n return result.map((item) => {\n return dpmErrorInfoDeserializer(item);\n });\n}\n\n/** DPM workload-specific error information. */\nexport interface DpmErrorInfo {\n /** Localized error string. */\n errorString?: string;\n /** List of localized recommendations for above error code. */\n recommendations?: string[];\n}\n\nexport function dpmErrorInfoDeserializer(item: any): DpmErrorInfo {\n return {\n errorString: item[\"errorString\"],\n recommendations: !item[\"recommendations\"]\n ? item[\"recommendations\"]\n : item[\"recommendations\"].map((p: any) => {\n return p;\n }),\n };\n}\n\n/** Additional information on the DPM workload-specific job. */\nexport interface DpmJobExtendedInfo {\n /** List of tasks associated with this job. */\n tasksList?: DpmJobTaskDetails[];\n /** The job properties. */\n propertyBag?: Record<string, string>;\n /** Non localized error message on job execution. */\n dynamicErrorMessage?: string;\n}\n\nexport function dpmJobExtendedInfoDeserializer(item: any): DpmJobExtendedInfo {\n return {\n tasksList: !item[\"tasksList\"]\n ? item[\"tasksList\"]\n : dpmJobTaskDetailsArrayDeserializer(item[\"tasksList\"]),\n propertyBag: !item[\"propertyBag\"]\n ? item[\"propertyBag\"]\n : Object.fromEntries(\n Object.entries(item[\"propertyBag\"]).map(([k, p]: [string, any]) => [k, p]),\n ),\n dynamicErrorMessage: item[\"dynamicErrorMessage\"],\n };\n}\n\nexport function dpmJobTaskDetailsArrayDeserializer(result: Array<DpmJobTaskDetails>): any[] {\n return result.map((item) => {\n return dpmJobTaskDetailsDeserializer(item);\n });\n}\n\n/** DPM workload-specific job task details. */\nexport interface DpmJobTaskDetails {\n /** The task display name. */\n taskId?: string;\n /** The start time. */\n startTime?: Date;\n /** The end time. */\n endTime?: Date;\n /** Time elapsed for task. */\n duration?: string;\n /** The status. */\n status?: string;\n}\n\nexport function dpmJobTaskDetailsDeserializer(item: any): DpmJobTaskDetails {\n return {\n taskId: item[\"taskId\"],\n startTime: !item[\"startTime\"] ? item[\"startTime\"] : new Date(item[\"startTime\"]),\n endTime: !item[\"endTime\"] ? item[\"endTime\"] : new Date(item[\"endTime\"]),\n duration: item[\"duration\"],\n status: item[\"status\"],\n };\n}\n\n/** MAB workload-specific job. */\nexport interface MabJob extends Job {\n /** Time taken by job to run. */\n duration?: string;\n /** The state/actions applicable on jobs like cancel/retry. */\n actionsInfo?: JobSupportedAction[];\n /** Name of server protecting the DS. */\n mabServerName?: string;\n /** Server type of MAB container. */\n mabServerType?: MabServerType;\n /** Workload type of backup item. */\n workloadType?: WorkloadType;\n /** The errors. */\n errorDetails?: MabErrorInfo[];\n /** Additional information on the job. */\n extendedInfo?: MabJobExtendedInfo;\n /** This property will be used as the discriminator for deciding the specific types in the polymorphic chain of types. */\n jobType: \"MabJob\";\n}\n\nexport function mabJobDeserializer(item: any): MabJob {\n return {\n entityFriendlyName: item[\"entityFriendlyName\"],\n backupManagementType: item[\"backupManagementType\"],\n operation: item[\"operation\"],\n status: item[\"status\"],\n startTime: !item[\"startTime\"] ? item[\"startTime\"] : new Date(item[\"startTime\"]),\n endTime: !item[\"endTime\"] ? item[\"endTime\"] : new Date(item[\"endTime\"]),\n activityId: item[\"activityId\"],\n jobType: item[\"jobType\"],\n duration: item[\"duration\"],\n actionsInfo: !item[\"actionsInfo\"]\n ? item[\"actionsInfo\"]\n : item[\"actionsInfo\"].map((p: any) => {\n return p;\n }),\n mabServerName: item[\"mabServerName\"],\n mabServerType: item[\"mabServerType\"],\n workloadType: item[\"workloadType\"],\n errorDetails: !item[\"errorDetails\"]\n ? item[\"errorDetails\"]\n : mabErrorInfoArrayDeserializer(item[\"errorDetails\"]),\n extendedInfo: !item[\"extendedInfo\"]\n ? item[\"extendedInfo\"]\n : mabJobExtendedInfoDeserializer(item[\"extendedInfo\"]),\n };\n}\n\n/** Server type of MAB container. */\nexport enum KnownMabServerType {\n /** Invalid */\n Invalid = \"Invalid\",\n /** Unknown */\n Unknown = \"Unknown\",\n /** IaasVMContainer */\n IaasVMContainer = \"IaasVMContainer\",\n /** IaasVMServiceContainer */\n IaasVMServiceContainer = \"IaasVMServiceContainer\",\n /** DPMContainer */\n DPMContainer = \"DPMContainer\",\n /** AzureBackupServerContainer */\n AzureBackupServerContainer = \"AzureBackupServerContainer\",\n /** MABContainer */\n MABContainer = \"MABContainer\",\n /** Cluster */\n Cluster = \"Cluster\",\n /** AzureSqlContainer */\n AzureSqlContainer = \"AzureSqlContainer\",\n /** Windows */\n Windows = \"Windows\",\n /** VCenter */\n VCenter = \"VCenter\",\n /** VMAppContainer */\n VMAppContainer = \"VMAppContainer\",\n /** SQLAGWorkLoadContainer */\n SqlagWorkLoadContainer = \"SQLAGWorkLoadContainer\",\n /** StorageContainer */\n StorageContainer = \"StorageContainer\",\n /** GenericContainer */\n GenericContainer = \"GenericContainer\",\n}\n\n/**\n * Server type of MAB container. \\\n * {@link KnownMabServerType} can be used interchangeably with MabServerType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Invalid** \\\n * **Unknown** \\\n * **IaasVMContainer** \\\n * **IaasVMServiceContainer** \\\n * **DPMContainer** \\\n * **AzureBackupServerContainer** \\\n * **MABContainer** \\\n * **Cluster** \\\n * **AzureSqlContainer** \\\n * **Windows** \\\n * **VCenter** \\\n * **VMAppContainer** \\\n * **SQLAGWorkLoadContainer** \\\n * **StorageContainer** \\\n * **GenericContainer**\n */\nexport type MabServerType = string;\n\nexport function mabErrorInfoArrayDeserializer(result: Array<MabErrorInfo>): any[] {\n return result.map((item) => {\n return mabErrorInfoDeserializer(item);\n });\n}\n\n/** MAB workload-specific error information. */\nexport interface MabErrorInfo {\n /** Localized error string. */\n readonly errorString?: string;\n /** List of localized recommendations. */\n readonly recommendations?: string[];\n}\n\nexport function mabErrorInfoDeserializer(item: any): MabErrorInfo {\n return {\n errorString: item[\"errorString\"],\n recommendations: !item[\"recommendations\"]\n ? item[\"recommendations\"]\n : item[\"recommendations\"].map((p: any) => {\n return p;\n }),\n };\n}\n\n/** Additional information for the MAB workload-specific job. */\nexport interface MabJobExtendedInfo {\n /** List of tasks for this job. */\n tasksList?: MabJobTaskDetails[];\n /** The job properties. */\n propertyBag?: Record<string, string>;\n /** Non localized error message specific to this job. */\n dynamicErrorMessage?: string;\n}\n\nexport function mabJobExtendedInfoDeserializer(item: any): MabJobExtendedInfo {\n return {\n tasksList: !item[\"tasksList\"]\n ? item[\"tasksList\"]\n : mabJobTaskDetailsArrayDeserializer(item[\"tasksList\"]),\n propertyBag: !item[\"propertyBag\"]\n ? item[\"propertyBag\"]\n : Object.fromEntries(\n Object.entries(item[\"propertyBag\"]).map(([k, p]: [string, any]) => [k, p]),\n ),\n dynamicErrorMessage: item[\"dynamicErrorMessage\"],\n };\n}\n\nexport function mabJobTaskDetailsArrayDeserializer(result: Array<MabJobTaskDetails>): any[] {\n return result.map((item) => {\n return mabJobTaskDetailsDeserializer(item);\n });\n}\n\n/** MAB workload-specific job task details. */\nexport interface MabJobTaskDetails {\n /** The task display name. */\n taskId?: string;\n /** The start time. */\n startTime?: Date;\n /** The end time. */\n endTime?: Date;\n /** Time elapsed for task. */\n duration?: string;\n /** The status. */\n status?: string;\n}\n\nexport function mabJobTaskDetailsDeserializer(item: any): MabJobTaskDetails {\n return {\n taskId: item[\"taskId\"],\n startTime: !item[\"startTime\"] ? item[\"startTime\"] : new Date(item[\"startTime\"]),\n endTime: !item[\"endTime\"] ? item[\"endTime\"] : new Date(item[\"endTime\"]),\n duration: item[\"duration\"],\n status: item[\"status\"],\n };\n}\n\n/** Vault level Job */\nexport interface VaultJob extends Job {\n /** Time elapsed during the execution of this job. */\n duration?: string;\n /** Gets or sets the state/actions applicable on this job like cancel/retry. */\n actionsInfo?: JobSupportedAction[];\n /** Error details on execution of this job. */\n errorDetails?: VaultJobErrorInfo[];\n /** Additional information about the job. */\n extendedInfo?: VaultJobExtendedInfo;\n /** This property will be used as the discriminator for deciding the specific types in the polymorphic chain of types. */\n jobType: \"VaultJob\";\n}\n\nexport function vaultJobDeserializer(item: any): VaultJob {\n return {\n entityFriendlyName: item[\"entityFriendlyName\"],\n backupManagementType: item[\"backupManagementType\"],\n operation: item[\"operation\"],\n status: item[\"status\"],\n startTime: !item[\"startTime\"] ? item[\"startTime\"] : new Date(item[\"startTime\"]),\n endTime: !item[\"endTime\"] ? item[\"endTime\"] : new Date(item[\"endTime\"]),\n activityId: item[\"activityId\"],\n jobType: item[\"jobType\"],\n duration: item[\"duration\"],\n actionsInfo: !item[\"actionsInfo\"]\n ? item[\"actionsInfo\"]\n : item[\"actionsInfo\"].map((p: any) => {\n return p;\n }),\n errorDetails: !item[\"errorDetails\"]\n ? item[\"errorDetails\"]\n : vaultJobErrorInfoArrayDeserializer(item[\"errorDetails\"]),\n extendedInfo: !item[\"extendedInfo\"]\n ? item[\"extendedInfo\"]\n : vaultJobExtendedInfoDeserializer(item[\"extendedInfo\"]),\n };\n}\n\nexport function vaultJobErrorInfoArrayDeserializer(result: Array<VaultJobErrorInfo>): any[] {\n return result.map((item) => {\n return vaultJobErrorInfoDeserializer(item);\n });\n}\n\n/** Vault Job specific error information */\nexport interface VaultJobErrorInfo {\n /** Error code. */\n errorCode?: number;\n /** Localized error string. */\n errorString?: string;\n /** List of localized recommendations for above error code. */\n recommendations?: string[];\n}\n\nexport function vaultJobErrorInfoDeserializer(item: any): VaultJobErrorInfo {\n return {\n errorCode: item[\"errorCode\"],\n errorString: item[\"errorString\"],\n recommendations: !item[\"recommendations\"]\n ? item[\"recommendations\"]\n : item[\"recommendations\"].map((p: any) => {\n return p;\n }),\n };\n}\n\n/** Vault Job for CMK - has CMK specific info. */\nexport interface VaultJobExtendedInfo {\n /** Job properties. */\n propertyBag?: Record<string, string>;\n}\n\nexport function vaultJobExtendedInfoDeserializer(item: any): VaultJobExtendedInfo {\n return {\n propertyBag: !item[\"propertyBag\"]\n ? item[\"propertyBag\"]\n : Object.fromEntries(\n Object.entries(item[\"propertyBag\"]).map(([k, p]: [string, any]) => [k, p]),\n ),\n };\n}\n\n/** List of Job resources */\nexport interface _JobResourceList extends ResourceList {\n /** List of resources. */\n value?: JobResource[];\n}\n\nexport function _jobResourceListDeserializer(item: any): _JobResourceList {\n return {\n nextLink: item[\"nextLink\"],\n value: !item[\"value\"] ? item[\"value\"] : jobResourceArrayDeserializer(item[\"value\"]),\n };\n}\n\nexport function jobResourceArrayDeserializer(result: Array<JobResource>): any[] {\n return result.map((item) => {\n return jobResourceDeserializer(item);\n });\n}\n\n/** Base class for operation result info. */\nexport interface OperationResultInfoBaseResource extends OperationWorkerResponse {\n /** OperationResultInfoBaseResource operation */\n operation?: OperationResultInfoBaseUnion;\n}\n\nexport function operationResultInfoBaseResourceDeserializer(\n item: any,\n): OperationResultInfoBaseResource {\n return {\n statusCode: item[\"statusCode\"],\n headers: !item[\"headers\"]\n ? item[\"headers\"]\n : Object.fromEntries(\n Object.entries(item[\"headers\"]).map(([k, p]: [string, any]) => [\n k,\n p.map((p1: any) => {\n return p1;\n }),\n ]),\n ),\n operation: !item[\"operation\"]\n ? item[\"operation\"]\n : operationResultInfoBaseUnionDeserializer(item[\"operation\"]),\n };\n}\n\n/** Base class for operation result info. */\nexport interface OperationResultInfoBase {\n /** This property will be used as the discriminator for deciding the specific types in the polymorphic chain of types. */\n /** The discriminator possible values: ExportJobsOperationResultInfo, OperationResultInfo */\n objectType: string;\n}\n\nexport function operationResultInfoBaseDeserializer(item: any): OperationResultInfoBase {\n return {\n objectType: item[\"objectType\"],\n };\n}\n\n/** Alias for OperationResultInfoBaseUnion */\nexport type OperationResultInfoBaseUnion =\n | ExportJobsOperationResultInfo\n | OperationResultInfo\n | OperationResultInfoBase;\n\nexport function operationResultInfoBaseUnionDeserializer(item: any): OperationResultInfoBaseUnion {\n switch (item[\"objectType\"]) {\n case \"ExportJobsOperationResultInfo\":\n return exportJobsOperationResultInfoDeserializer(item as ExportJobsOperationResultInfo);\n\n case \"OperationResultInfo\":\n return operationResultInfoDeserializer(item as OperationResultInfo);\n\n default:\n return operationResultInfoBaseDeserializer(item);\n }\n}\n\n/** This class is used to send blob details after exporting jobs. */\nexport interface ExportJobsOperationResultInfo extends OperationResultInfoBase {\n /** URL of the blob into which the serialized string of list of jobs is exported. */\n blobUrl?: string;\n /** SAS key to access the blob. It expires in 15 mins. */\n blobSasKey?: string;\n /** URL of the blob into which the ExcelFile is uploaded. */\n excelFileBlobUrl?: string;\n /** SAS key to access the blob. It expires in 15 mins. */\n excelFileBlobSasKey?: string;\n /** This property will be used as the discriminator for deciding the specific types in the polymorphic chain of types. */\n objectType: \"ExportJobsOperationResultInfo\";\n}\n\nexport function exportJobsOperationResultInfoDeserializer(\n item: any,\n): ExportJobsOperationResultInfo {\n return {\n objectType: item[\"objectType\"],\n blobUrl: item[\"blobUrl\"],\n blobSasKey: item[\"blobSasKey\"],\n excelFileBlobUrl: item[\"excelFileBlobUrl\"],\n excelFileBlobSasKey: item[\"excelFileBlobSasKey\"],\n };\n}\n\n/** Operation result info. */\nexport interface OperationResultInfo extends OperationResultInfoBase {\n /** List of jobs created by this operation. */\n jobList?: string[];\n /** This property will be used as the discriminator for deciding the specific types in the polymorphic chain of types. */\n objectType: \"OperationResultInfo\";\n}\n\nexport function operationResultInfoDeserializer(item: any): OperationResultInfo {\n return {\n objectType: item[\"objectType\"],\n jobList: !item[\"jobList\"]\n ? item[\"jobList\"]\n : item[\"jobList\"].map((p: any) => {\n return p;\n }),\n };\n}\n\n/** This is the base class for operation result responses. */\nexport interface OperationWorkerResponse {\n /** HTTP Status Code of the operation. */\n statusCode?: HttpStatusCode;\n /** HTTP headers associated with this operation. */\n headers?: Record<string, string[]>;\n}\n\nexport function operationWorkerResponseDeserializer(item: any): OperationWorkerResponse {\n return {\n statusCode: item[\"statusCode\"],\n headers: !item[\"headers\"]\n ? item[\"headers\"]\n : Object.fromEntries(\n Object.entries(item[\"headers\"]).map(([k, p]: [string, any]) => [\n k,\n p.map((p1: any) => {\n return p1;\n }),\n ]),\n ),\n };\n}\n\n/** HTTP Status Code of the operation. */\nexport type HttpStatusCode =\n | \"Continue\"\n | \"SwitchingProtocols\"\n | \"OK\"\n | \"Created\"\n | \"Accepted\"\n | \"NonAuthoritativeInformation\"\n | \"NoContent\"\n | \"ResetContent\"\n | \"PartialContent\"\n | \"MultipleChoices\"\n | \"Ambiguous\"\n | \"MovedPermanently\"\n | \"Moved\"\n | \"Found\"\n | \"Redirect\"\n | \"SeeOther\"\n | \"RedirectMethod\"\n | \"NotModified\"\n | \"UseProxy\"\n | \"Unused\"\n | \"TemporaryRedirect\"\n | \"RedirectKeepVerb\"\n | \"BadRequest\"\n | \"Unauthorized\"\n | \"PaymentRequired\"\n | \"Forbidden\"\n | \"NotFound\"\n | \"MethodNotAllowed\"\n | \"NotAcceptable\"\n | \"ProxyAuthenticationRequired\"\n | \"RequestTimeout\"\n | \"Conflict\"\n | \"Gone\"\n | \"LengthRequired\"\n | \"PreconditionFailed\"\n | \"RequestEntityTooLarge\"\n | \"RequestUriTooLong\"\n | \"UnsupportedMediaType\"\n | \"RequestedRangeNotSatisfiable\"\n | \"ExpectationFailed\"\n | \"UpgradeRequired\"\n | \"InternalServerError\"\n | \"NotImplemented\"\n | \"BadGateway\"\n | \"ServiceUnavailable\"\n | \"GatewayTimeout\"\n | \"HttpVersionNotSupported\";\n\n/** The base backup engine class. All workload specific backup engines derive from this class. */\nexport interface BackupEngineBaseResource extends ProxyResource {\n /** BackupEngineBaseResource properties */\n properties?: BackupEngineBaseUnion;\n /** Resource tags. */\n tags?: Record<string, string>;\n /** The geo-location where the resource lives */\n location?: string;\n /** Optional ETag. */\n eTag?: string;\n}\n\nexport function backupEngineBaseResourceDeserializer(item: any): BackupEngineBaseResource {\n return {\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n properties: !item[\"properties\"]\n ? item[\"properties\"]\n : backupEngineBaseUnionDeserializer(item[\"properties\"]),\n tags: !item[\"tags\"]\n ? item[\"tags\"]\n : Object.fromEntries(Object.entries(item[\"tags\"]).map(([k, p]: [string, any]) => [k, p])),\n location: item[\"location\"],\n eTag: item[\"eTag\"],\n };\n}\n\n/** The base backup engine class. All workload specific backup engines derive from this class. */\nexport interface BackupEngineBase {\n /** Friendly name of the backup engine. */\n friendlyName?: string;\n /** Type of backup management for the backup engine. */\n backupManagementType?: BackupManagementType;\n /** Registration status of the backup engine with the Recovery Services Vault. */\n registrationStatus?: string;\n /** Status of the backup engine with the Recovery Services Vault. = {Active/Deleting/DeleteFailed} */\n backupEngineState?: string;\n /** Backup status of the backup engine. */\n healthStatus?: string;\n /** Type of the backup engine. */\n /** The discriminator possible values: AzureBackupServerEngine, DpmBackupEngine */\n backupEngineType: BackupEngineType;\n /** Flag indicating if the backup engine be registered, once already registered. */\n canReRegister?: boolean;\n /** ID of the backup engine. */\n backupEngineId?: string;\n /** Backup engine version */\n dpmVersion?: string;\n /** Backup agent version */\n azureBackupAgentVersion?: string;\n /** To check if backup agent upgrade available */\n isAzureBackupAgentUpgradeAvailable?: boolean;\n /** To check if backup engine upgrade available */\n isDpmUpgradeAvailable?: boolean;\n /** Extended info of the backupengine */\n extendedInfo?: BackupEngineExtendedInfo;\n}\n\nexport function backupEngineBaseDeserializer(item: any): BackupEngineBase {\n return {\n friendlyName: item[\"friendlyName\"],\n backupManagementType: item[\"backupManagementType\"],\n registrationStatus: item[\"registrationStatus\"],\n backupEngineState: item[\"backupEngineState\"],\n healthStatus: item[\"healthStatus\"],\n backupEngineType: item[\"backupEngineType\"],\n canReRegister: item[\"canReRegister\"],\n backupEngineId: item[\"backupEngineId\"],\n dpmVersion: item[\"dpmVersion\"],\n azureBackupAgentVersion: item[\"azureBackupAgentVersion\"],\n isAzureBackupAgentUpgradeAvailable: item[\"isAzureBackupAgentUpgradeAvailable\"],\n isDpmUpgradeAvailable: item[\"isDpmUpgradeAvailable\"],\n extendedInfo: !item[\"extendedInfo\"]\n ? item[\"extendedInfo\"]\n : backupEngineExtendedInfoDeserializer(item[\"extendedInfo\"]),\n };\n}\n\n/** Alias for BackupEngineBaseUnion */\nexport type BackupEngineBaseUnion = AzureBackupServerEngine | DpmBackupEngine | BackupEngineBase;\n\nexport function backupEngineBaseUnionDeserializer(item: any): BackupEngineBaseUnion {\n switch (item[\"backupEngineType\"]) {\n case \"AzureBackupServerEngine\":\n return azureBackupServerEngineDeserializer(item as AzureBackupServerEngine);\n\n case \"DpmBackupEngine\":\n return dpmBackupEngineDeserializer(item as DpmBackupEngine);\n\n default:\n return backupEngineBaseDeserializer(item);\n }\n}\n\n/** Type of the backup engine. */\nexport enum KnownBackupEngineType {\n /** Invalid */\n Invalid = \"Invalid\",\n /** DpmBackupEngine */\n DpmBackupEngine = \"DpmBackupEngine\",\n /** AzureBackupServerEngine */\n AzureBackupServerEngine = \"AzureBackupServerEngine\",\n}\n\n/**\n * Type of the backup engine. \\\n * {@link KnownBackupEngineType} can be used interchangeably with BackupEngineType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Invalid** \\\n * **DpmBackupEngine** \\\n * **AzureBackupServerEngine**\n */\nexport type BackupEngineType = string;\n\n/** Additional information on backup engine. */\nexport interface BackupEngineExtendedInfo {\n /** Database name of backup engine. */\n databaseName?: string;\n /** Number of protected items in the backup engine. */\n protectedItemsCount?: number;\n /** Number of protected servers in the backup engine. */\n protectedServersCount?: number;\n /** Number of disks in the backup engine. */\n diskCount?: number;\n /** Disk space used in the backup engine. */\n usedDiskSpace?: number;\n /** Disk space currently available in the backup engine. */\n availableDiskSpace?: number;\n /** Last refresh time in the backup engine. */\n refreshedAt?: Date;\n /** Protected instances in the backup engine. */\n azureProtectedInstances?: number;\n}\n\nexport function backupEngineExtendedInfoDeserializer(item: any): BackupEngineExtendedInfo {\n return {\n databaseName: item[\"databaseName\"],\n protectedItemsCount: item[\"protectedItemsCount\"],\n protectedServersCount: item[\"protectedServersCount\"],\n diskCount: item[\"diskCount\"],\n usedDiskSpace: item[\"usedDiskSpace\"],\n availableDiskSpace: item[\"availableDiskSpace\"],\n refreshedAt: !item[\"refreshedAt\"] ? item[\"refreshedAt\"] : new Date(item[\"refreshedAt\"]),\n azureProtectedInstances: item[\"azureProtectedInstances\"],\n };\n}\n\n/** Backup engine type when Azure Backup Server is used to manage the backups. */\nexport interface AzureBackupServerEngine extends BackupEngineBase {\n /** Type of the backup engine. */\n backupEngineType: \"AzureBackupServerEngine\";\n}\n\nexport function azureBackupServerEngineDeserializer(item: any): AzureBackupServerEngine {\n return {\n friendlyName: item[\"friendlyName\"],\n backupManagementType: item[\"backupManagementType\"],\n registrationStatus: item[\"registrationStatus\"],\n backupEngineState: item[\"backupEngineState\"],\n healthStatus: item[\"healthStatus\"],\n backupEngineType: item[\"backupEngineType\"],\n canReRegister: item[\"canReRegister\"],\n backupEngineId: item[\"backupEngineId\"],\n dpmVersion: item[\"dpmVersion\"],\n azureBackupAgentVersion: item[\"azureBackupAgentVersion\"],\n isAzureBackupAgentUpgradeAvailable: item[\"isAzureBackupAgentUpgradeAvailable\"],\n isDpmUpgradeAvailable: item[\"isDpmUpgradeAvailable\"],\n extendedInfo: !item[\"extendedInfo\"]\n ? item[\"extendedInfo\"]\n : backupEngineExtendedInfoDeserializer(item[\"extendedInfo\"]),\n };\n}\n\n/** Data Protection Manager (DPM) specific backup engine. */\nexport interface DpmBackupEngine extends BackupEngineBase {\n /** Type of the backup engine. */\n backupEngineType: \"DpmBackupEngine\";\n}\n\nexport function dpmBackupEngineDeserializer(item: any): DpmBackupEngine {\n return {\n friendlyName: item[\"friendlyName\"],\n backupManagementType: item[\"backupManagementType\"],\n registrationStatus: item[\"registrationStatus\"],\n backupEngineState: item[\"backupEngineState\"],\n healthStatus: item[\"healthStatus\"],\n backupEngineType: item[\"backupEngineType\"],\n canReRegister: item[\"canReRegister\"],\n backupEngineId: item[\"backupEngineId\"],\n dpmVersion: item[\"dpmVersion\"],\n azureBackupAgentVersion: item[\"azureBackupAgentVersion\"],\n isAzureBackupAgentUpgradeAvailable: item[\"isAzureBackupAgentUpgradeAvailable\"],\n isDpmUpgradeAvailable: item[\"isDpmUpgradeAvailable\"],\n extendedInfo: !item[\"extendedInfo\"]\n ? item[\"extendedInfo\"]\n : backupEngineExtendedInfoDeserializer(item[\"extendedInfo\"]),\n };\n}\n\n/** List of BackupEngineBase resources */\nexport interface _BackupEngineBaseResourceList extends ResourceList {\n /** List of resources. */\n value?: BackupEngineBaseResource[];\n}\n\nexport function _backupEngineBaseResourceListDeserializer(\n item: any,\n): _BackupEngineBaseResourceList {\n return {\n nextLink: item[\"nextLink\"],\n value: !item[\"value\"]\n ? item[\"value\"]\n : backupEngineBaseResourceArrayDeserializer(item[\"value\"]),\n };\n}\n\nexport function backupEngineBaseResourceArrayDeserializer(\n result: Array<BackupEngineBaseResource>,\n): any[] {\n return result.map((item) => {\n return backupEngineBaseResourceDeserializer(item);\n });\n}\n\n/** */\nexport interface ResourceGuardProxyBaseResource extends ProxyResource {\n /** ResourceGuardProxyBaseResource properties */\n properties?: ResourceGuardProxyBase;\n /** Resource tags. */\n tags?: Record<string, string>;\n /** The geo-location where the resource lives */\n location?: string;\n /** Optional ETag. */\n eTag?: string;\n}\n\nexport function resourceGuardProxyBaseResourceSerializer(\n item: ResourceGuardProxyBaseResource,\n): any {\n return {\n properties: !item[\"properties\"]\n ? item[\"properties\"]\n : resourceGuardProxyBaseSerializer(item[\"properties\"]),\n tags: item[\"tags\"],\n location: item[\"location\"],\n eTag: item[\"eTag\"],\n };\n}\n\nexport function resourceGuardProxyBaseResourceDeserializer(\n item: any,\n): ResourceGuardProxyBaseResource {\n return {\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n properties: !item[\"properties\"]\n ? item[\"properties\"]\n : resourceGuardProxyBaseDeserializer(item[\"properties\"]),\n tags: !item[\"tags\"]\n ? item[\"tags\"]\n : Object.fromEntries(Object.entries(item[\"tags\"]).map(([k, p]: [string, any]) => [k, p])),\n location: item[\"location\"],\n eTag: item[\"eTag\"],\n };\n}\n\n/** model interface ResourceGuardProxyBase */\nexport interface ResourceGuardProxyBase {\n resourceGuardResourceId: string;\n resourceGuardOperationDetails?: ResourceGuardOperationDetail[];\n lastUpdatedTime?: string;\n description?: string;\n}\n\nexport function resourceGuardProxyBaseSerializer(item: ResourceGuardProxyBase): any {\n return {\n resourceGuardResourceId: item[\"resourceGuardResourceId\"],\n resourceGuardOperationDetails: !item[\"resourceGuardOperationDetails\"]\n ? item[\"resourceGuardOperationDetails\"]\n : resourceGuardOperationDetailArraySerializer(item[\"resourceGuardOperationDetails\"]),\n lastUpdatedTime: item[\"lastUpdatedTime\"],\n description: item[\"description\"],\n };\n}\n\nexport function resourceGuardProxyBaseDeserializer(item: any): ResourceGuardProxyBase {\n return {\n resourceGuardResourceId: item[\"resourceGuardResourceId\"],\n resourceGuardOperationDetails: !item[\"resourceGuardOperationDetails\"]\n ? item[\"resourceGuardOperationDetails\"]\n : resourceGuardOperationDetailArrayDeserializer(item[\"resourceGuardOperationDetails\"]),\n lastUpdatedTime: item[\"lastUpdatedTime\"],\n description: item[\"description\"],\n };\n}\n\nexport function resourceGuardOperationDetailArraySerializer(\n result: Array<ResourceGuardOperationDetail>,\n): any[] {\n return result.map((item) => {\n return resourceGuardOperationDetailSerializer(item);\n });\n}\n\nexport function resourceGuardOperationDetailArrayDeserializer(\n result: Array<ResourceGuardOperationDetail>,\n): any[] {\n return result.map((item) => {\n return resourceGuardOperationDetailDeserializer(item);\n });\n}\n\n/** model interface ResourceGuardOperationDetail */\nexport interface ResourceGuardOperationDetail {\n vaultCriticalOperation?: string;\n defaultResourceRequest?: string;\n}\n\nexport function resourceGuardOperationDetailSerializer(item: ResourceGuardOperationDetail): any {\n return {\n vaultCriticalOperation: item[\"vaultCriticalOperation\"],\n defaultResourceRequest: item[\"defaultResourceRequest\"],\n };\n}\n\nexport function resourceGuardOperationDetailDeserializer(item: any): ResourceGuardOperationDetail {\n return {\n vaultCriticalOperation: item[\"vaultCriticalOperation\"],\n defaultResourceRequest: item[\"defaultResourceRequest\"],\n };\n}\n\n/** Request body of unlock delete API. */\nexport interface UnlockDeleteRequest {\n resourceGuardOperationRequests?: string[];\n resourceToBeDeleted?: string;\n}\n\nexport function unlockDeleteRequestSerializer(item: UnlockDeleteRequest): any {\n return {\n resourceGuardOperationRequests: !item[\"resourceGuardOperationRequests\"]\n ? item[\"resourceGuardOperationRequests\"]\n : item[\"resourceGuardOperationRequests\"].map((p: any) => {\n return p;\n }),\n resourceToBeDeleted: item[\"resourceToBeDeleted\"],\n };\n}\n\n/** Response of Unlock Delete API. */\nexport interface UnlockDeleteResponse {\n /** This is the time when unlock delete privileges will get expired. */\n unlockDeleteExpiryTime?: string;\n}\n\nexport function unlockDeleteResponseDeserializer(item: any): UnlockDeleteResponse {\n return {\n unlockDeleteExpiryTime: item[\"unlockDeleteExpiryTime\"],\n };\n}\n\n/** List of ResourceGuardProxyBase resources */\nexport interface _ResourceGuardProxyBaseResourceList extends ResourceList {\n /** List of resources. */\n value?: ResourceGuardProxyBaseResource[];\n}\n\nexport function _resourceGuardProxyBaseResourceListDeserializer(\n item: any,\n): _ResourceGuardProxyBaseResourceList {\n return {\n nextLink: item[\"nextLink\"],\n value: !item[\"value\"]\n ? item[\"value\"]\n : resourceGuardProxyBaseResourceArrayDeserializer(item[\"value\"]),\n };\n}\n\nexport function resourceGuardProxyBaseResourceArraySerializer(\n result: Array<ResourceGuardProxyBaseResource>,\n): any[] {\n return result.map((item) => {\n return resourceGuardProxyBaseResourceSerializer(item);\n });\n}\n\nexport function resourceGuardProxyBaseResourceArrayDeserializer(\n result: Array<ResourceGuardProxyBaseResource>,\n): any[] {\n return result.map((item) => {\n return resourceGuardProxyBaseResourceDeserializer(item);\n });\n}\n\n/** BackupStatus request. */\nexport interface BackupStatusRequest {\n /** Container Type - VM, SQLPaaS, DPM, AzureFileShare... */\n resourceType?: DataSourceType;\n /** Entire ARM resource id of the resource */\n resourceId?: string;\n /** Protectable Item Logical Name */\n poLogicalName?: string;\n}\n\nexport function backupStatusRequestSerializer(item: BackupStatusRequest): any {\n return {\n resourceType: item[\"resourceType\"],\n resourceId: item[\"resourceId\"],\n poLogicalName: item[\"poLogicalName\"],\n };\n}\n\n/** BackupStatus response. */\nexport interface BackupStatusResponse {\n /** Specifies whether the container is registered or not */\n protectionStatus?: ProtectionStatus;\n /** Specifies the arm resource id of the vault */\n vaultId?: string;\n /** Specifies the fabric name - Azure or AD */\n fabricName?: FabricName;\n /** Specifies the product specific container name. E.g. iaasvmcontainer;iaasvmcontainer;csname;vmname. */\n containerName?: string;\n /** Specifies the product specific ds name. E.g. vm;iaasvmcontainer;csname;vmname. */\n protectedItemName?: string;\n /** ErrorCode in case of intent failed */\n errorCode?: string;\n /** ErrorMessage in case of intent failed. */\n errorMessage?: string;\n /** Specifies the policy name which is used for protection */\n policyName?: string;\n /** Container registration status */\n registrationStatus?: string;\n /** Number of protected items */\n protectedItemsCount?: number;\n /** Specifies whether the storage account lock has been acquired or not */\n acquireStorageAccountLock?: AcquireStorageAccountLock;\n}\n\nexport function backupStatusResponseDeserializer(item: any): BackupStatusResponse {\n return {\n protectionStatus: item[\"protectionStatus\"],\n vaultId: item[\"vaultId\"],\n fabricName: item[\"fabricName\"],\n containerName: item[\"containerName\"],\n protectedItemName: item[\"protectedItemName\"],\n errorCode: item[\"errorCode\"],\n errorMessage: item[\"errorMessage\"],\n policyName: item[\"policyName\"],\n registrationStatus: item[\"registrationStatus\"],\n protectedItemsCount: item[\"protectedItemsCount\"],\n acquireStorageAccountLock: item[\"acquireStorageAccountLock\"],\n };\n}\n\n/** Specifies the fabric name - Azure or AD */\nexport enum KnownFabricName {\n /** Invalid */\n Invalid = \"Invalid\",\n /** Azure */\n Azure = \"Azure\",\n}\n\n/**\n * Specifies the fabric name - Azure or AD \\\n * {@link KnownFabricName} can be used interchangeably with FabricName,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Invalid** \\\n * **Azure**\n */\nexport type FabricName = string;\n\n/** Base class for feature request */\nexport interface FeatureSupportRequest {\n /** backup support feature type. */\n /** The discriminator possible values: AzureBackupGoals, AzureVMResourceBackup */\n featureType: string;\n}\n\nexport function featureSupportRequestSerializer(item: FeatureSupportRequest): any {\n return { featureType: item[\"featureType\"] };\n}\n\n/** Alias for FeatureSupportRequestUnion */\nexport type FeatureSupportRequestUnion =\n | AzureBackupGoalFeatureSupportRequest\n | AzureVMResourceFeatureSupportRequest\n | FeatureSupportRequest;\n\nexport function featureSupportRequestUnionSerializer(item: FeatureSupportRequestUnion): any {\n switch (item.featureType) {\n case \"AzureBackupGoals\":\n return azureBackupGoalFeatureSupportRequestSerializer(\n item as AzureBackupGoalFeatureSupportRequest,\n );\n\n case \"AzureVMResourceBackup\":\n return azureVMResourceFeatureSupportRequestSerializer(\n item as AzureVMResourceFeatureSupportRequest,\n );\n\n default:\n return featureSupportRequestSerializer(item);\n }\n}\n\n/** Azure backup goal feature specific request. */\nexport interface AzureBackupGoalFeatureSupportRequest extends FeatureSupportRequest {\n /** backup support feature type. */\n featureType: \"AzureBackupGoals\";\n}\n\nexport function azureBackupGoalFeatureSupportRequestSerializer(\n item: AzureBackupGoalFeatureSupportRequest,\n): any {\n return { featureType: item[\"featureType\"] };\n}\n\n/** AzureResource(IaaS VM) Specific feature support request */\nexport interface AzureVMResourceFeatureSupportRequest extends FeatureSupportRequest {\n /** Size of the resource: VM size(A/D series etc) in case of IaasVM */\n vmSize?: string;\n /** SKUs (Premium/Managed etc) in case of IaasVM */\n vmSku?: string;\n /** backup support feature type. */\n featureType: \"AzureVMResourceBackup\";\n}\n\nexport function azureVMResourceFeatureSupportRequestSerializer(\n item: AzureVMResourceFeatureSupportRequest,\n): any {\n return { featureType: item[\"featureType\"], vmSize: item[\"vmSize\"], vmSku: item[\"vmSku\"] };\n}\n\n/** Response for feature support requests for Azure IaasVm */\nexport interface AzureVMResourceFeatureSupportResponse {\n /** Support status of feature */\n supportStatus?: SupportStatus;\n}\n\nexport function azureVMResourceFeatureSupportResponseDeserializer(\n item: any,\n): AzureVMResourceFeatureSupportResponse {\n return {\n supportStatus: item[\"supportStatus\"],\n };\n}\n\n/** Support status of feature */\nexport enum KnownSupportStatus {\n /** Invalid */\n Invalid = \"Invalid\",\n /** Supported */\n Supported = \"Supported\",\n /** DefaultOFF */\n DefaultOFF = \"DefaultOFF\",\n /** DefaultON */\n DefaultON = \"DefaultON\",\n /** NotSupported */\n NotSupported = \"NotSupported\",\n}\n\n/**\n * Support status of feature \\\n * {@link KnownSupportStatus} can be used interchangeably with SupportStatus,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Invalid** \\\n * **Supported** \\\n * **DefaultOFF** \\\n * **DefaultON** \\\n * **NotSupported**\n */\nexport type SupportStatus = string;\n\n/** List of ProtectionIntent resources */\nexport interface _ProtectionIntentResourceList extends ResourceList {\n /** List of resources. */\n value?: ProtectionIntentResource[];\n}\n\nexport function _protectionIntentResourceListDeserializer(\n item: any,\n): _ProtectionIntentResourceList {\n return {\n nextLink: item[\"nextLink\"],\n value: !item[\"value\"]\n ? item[\"value\"]\n : protectionIntentResourceArrayDeserializer(item[\"value\"]),\n };\n}\n\nexport function protectionIntentResourceArraySerializer(\n result: Array<ProtectionIntentResource>,\n): any[] {\n return result.map((item) => {\n return protectionIntentResourceSerializer(item);\n });\n}\n\nexport function protectionIntentResourceArrayDeserializer(\n result: Array<ProtectionIntentResource>,\n): any[] {\n return result.map((item) => {\n return protectionIntentResourceDeserializer(item);\n });\n}\n\n/** Base class for backup ProtectionIntent. */\nexport interface ProtectionIntentResource extends ProxyResource {\n /** ProtectionIntentResource properties */\n properties?: ProtectionIntentUnion;\n /** Resource tags. */\n tags?: Record<string, string>;\n /** The geo-location where the resource lives */\n location?: string;\n /** Optional ETag. */\n eTag?: string;\n}\n\nexport function protectionIntentResourceSerializer(item: ProtectionIntentResource): any {\n return {\n properties: !item[\"properties\"]\n ? item[\"properties\"]\n : protectionIntentUnionSerializer(item[\"properties\"]),\n tags: item[\"tags\"],\n location: item[\"location\"],\n eTag: item[\"eTag\"],\n };\n}\n\nexport function protectionIntentResourceDeserializer(item: any): ProtectionIntentResource {\n return {\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n properties: !item[\"properties\"]\n ? item[\"properties\"]\n : protectionIntentUnionDeserializer(item[\"properties\"]),\n tags: !item[\"tags\"]\n ? item[\"tags\"]\n : Object.fromEntries(Object.entries(item[\"tags\"]).map(([k, p]: [string, any]) => [k, p])),\n location: item[\"location\"],\n eTag: item[\"eTag\"],\n };\n}\n\n/** Base class for backup ProtectionIntent. */\nexport interface ProtectionIntent {\n /** backup protectionIntent type. */\n /** The discriminator possible values: RecoveryServiceVaultItem, AzureResourceItem, AzureWorkloadContainerAutoProtectionIntent, AzureWorkloadAutoProtectionIntent, AzureWorkloadSQLAutoProtectionIntent */\n protectionIntentItemType: ProtectionIntentItemType;\n /** Type of backup management for the backed up item. */\n backupManagementType?: BackupManagementType;\n /** ARM ID of the resource to be backed up. */\n sourceResourceId?: string;\n /** ID of the item which is getting protected, In case of Azure Vm , it is ProtectedItemId */\n itemId?: string;\n /** ID of the backup policy with which this item is backed up. */\n policyId?: string;\n /** Backup state of this backup item. */\n protectionState?: ProtectionStatus;\n}\n\nexport function protectionIntentSerializer(item: ProtectionIntent): any {\n return {\n protectionIntentItemType: item[\"protectionIntentItemType\"],\n backupManagementType: item[\"backupManagementType\"],\n sourceResourceId: item[\"sourceResourceId\"],\n itemId: item[\"itemId\"],\n policyId: item[\"policyId\"],\n protectionState: item[\"protectionState\"],\n };\n}\n\nexport function protectionIntentDeserializer(item: any): ProtectionIntent {\n return {\n protectionIntentItemType: item[\"protectionIntentItemType\"],\n backupManagementType: item[\"backupManagementType\"],\n sourceResourceId: item[\"sourceResourceId\"],\n itemId: item[\"itemId\"],\n policyId: item[\"policyId\"],\n protectionState: item[\"protectionState\"],\n };\n}\n\n/** Alias for ProtectionIntentUnion */\nexport type ProtectionIntentUnion =\n | AzureRecoveryServiceVaultProtectionIntentUnion\n | AzureResourceProtectionIntent\n | AzureWorkloadContainerAutoProtectionIntent\n | ProtectionIntent;\n\nexport function protectionIntentUnionSerializer(item: ProtectionIntentUnion): any {\n switch (item.protectionIntentItemType) {\n case \"RecoveryServiceVaultItem\":\n case \"AzureWorkloadAutoProtectionIntent\":\n case \"AzureWorkloadSQLAutoProtectionIntent\":\n return azureRecoveryServiceVaultProtectionIntentUnionSerializer(\n item as AzureRecoveryServiceVaultProtectionIntentUnion,\n );\n\n case \"AzureResourceItem\":\n return azureResourceProtectionIntentSerializer(item as AzureResourceProtectionIntent);\n\n case \"AzureWorkloadContainerAutoProtectionIntent\":\n return azureWorkloadContainerAutoProtectionIntentSerializer(\n item as AzureWorkloadContainerAutoProtectionIntent,\n );\n\n default:\n return protectionIntentSerializer(item);\n }\n}\n\nexport function protectionIntentUnionDeserializer(item: any): ProtectionIntentUnion {\n switch (item[\"protectionIntentItemType\"]) {\n case \"RecoveryServiceVaultItem\":\n case \"AzureWorkloadAutoProtectionIntent\":\n case \"AzureWorkloadSQLAutoProtectionIntent\":\n return azureRecoveryServiceVaultProtectionIntentUnionDeserializer(\n item as AzureRecoveryServiceVaultProtectionIntentUnion,\n );\n\n case \"AzureResourceItem\":\n return azureResourceProtectionIntentDeserializer(item as AzureResourceProtectionIntent);\n\n case \"AzureWorkloadContainerAutoProtectionIntent\":\n return azureWorkloadContainerAutoProtectionIntentDeserializer(\n item as AzureWorkloadContainerAutoProtectionIntent,\n );\n\n default:\n return protectionIntentDeserializer(item);\n }\n}\n\n/** backup protectionIntent type. */\nexport enum KnownProtectionIntentItemType {\n /** Invalid */\n Invalid = \"Invalid\",\n /** AzureResourceItem */\n AzureResourceItem = \"AzureResourceItem\",\n /** RecoveryServiceVaultItem */\n RecoveryServiceVaultItem = \"RecoveryServiceVaultItem\",\n /** AzureWorkloadContainerAutoProtectionIntent */\n AzureWorkloadContainerAutoProtectionIntent = \"AzureWorkloadContainerAutoProtectionIntent\",\n /** AzureWorkloadAutoProtectionIntent */\n AzureWorkloadAutoProtectionIntent = \"AzureWorkloadAutoProtectionIntent\",\n /** AzureWorkloadSQLAutoProtectionIntent */\n AzureWorkloadSQLAutoProtectionIntent = \"AzureWorkloadSQLAutoProtectionIntent\",\n}\n\n/**\n * backup protectionIntent type. \\\n * {@link KnownProtectionIntentItemType} can be used interchangeably with ProtectionIntentItemType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Invalid** \\\n * **AzureResourceItem** \\\n * **RecoveryServiceVaultItem** \\\n * **AzureWorkloadContainerAutoProtectionIntent** \\\n * **AzureWorkloadAutoProtectionIntent** \\\n * **AzureWorkloadSQLAutoProtectionIntent**\n */\nexport type ProtectionIntentItemType = string;\n\n/** Azure Recovery Services Vault specific protection intent item. */\nexport interface AzureRecoveryServiceVaultProtectionIntent extends ProtectionIntent {\n /** backup protectionIntent type. */\n /** The discriminator possible values: AzureWorkloadAutoProtectionIntent, AzureWorkloadSQLAutoProtectionIntent */\n protectionIntentItemType:\n | \"RecoveryServiceVaultItem\"\n | \"AzureWorkloadAutoProtectionIntent\"\n | \"AzureWorkloadSQLAutoProtectionIntent\";\n}\n\nexport function azureRecoveryServiceVaultProtectionIntentSerializer(\n item: AzureRecoveryServiceVaultProtectionIntent,\n): any {\n return {\n protectionIntentItemType: item[\"protectionIntentItemType\"],\n backupManagementType: item[\"backupManagementType\"],\n sourceResourceId: item[\"sourceResourceId\"],\n itemId: item[\"itemId\"],\n policyId: item[\"policyId\"],\n protectionState: item[\"protectionState\"],\n };\n}\n\nexport function azureRecoveryServiceVaultProtectionIntentDeserializer(\n item: any,\n): AzureRecoveryServiceVaultProtectionIntent {\n return {\n protectionIntentItemType: item[\"protectionIntentItemType\"],\n backupManagementType: item[\"backupManagementType\"],\n sourceResourceId: item[\"sourceResourceId\"],\n itemId: item[\"itemId\"],\n policyId: item[\"policyId\"],\n protectionState: item[\"protectionState\"],\n };\n}\n\n/** Alias for AzureRecoveryServiceVaultProtectionIntentUnion */\nexport type AzureRecoveryServiceVaultProtectionIntentUnion =\n | AzureWorkloadAutoProtectionIntentUnion\n | AzureRecoveryServiceVaultProtectionIntent;\n\nexport function azureRecoveryServiceVaultProtectionIntentUnionSerializer(\n item: AzureRecoveryServiceVaultProtectionIntentUnion,\n): any {\n switch (item.protectionIntentItemType) {\n case \"AzureWorkloadAutoProtectionIntent\":\n case \"AzureWorkloadSQLAutoProtectionIntent\":\n return azureWorkloadAutoProtectionIntentUnionSerializer(\n item as AzureWorkloadAutoProtectionIntentUnion,\n );\n\n default:\n return azureRecoveryServiceVaultProtectionIntentSerializer(item);\n }\n}\n\nexport function azureRecoveryServiceVaultProtectionIntentUnionDeserializer(\n item: any,\n): AzureRecoveryServiceVaultProtectionIntentUnion {\n switch (item[\"protectionIntentItemType\"]) {\n case \"AzureWorkloadAutoProtectionIntent\":\n case \"AzureWorkloadSQLAutoProtectionIntent\":\n return azureWorkloadAutoProtectionIntentUnionDeserializer(\n item as AzureWorkloadAutoProtectionIntentUnion,\n );\n\n default:\n return azureRecoveryServiceVaultProtectionIntentDeserializer(item);\n }\n}\n\n/** Azure Recovery Services Vault specific protection intent item. */\nexport interface AzureWorkloadAutoProtectionIntent extends AzureRecoveryServiceVaultProtectionIntent {\n /** backup protectionIntent type. */\n /** The discriminator possible values: AzureWorkloadSQLAutoProtectionIntent */\n protectionIntentItemType:\n | \"AzureWorkloadAutoProtectionIntent\"\n | \"AzureWorkloadSQLAutoProtectionIntent\";\n}\n\nexport function azureWorkloadAutoProtectionIntentSerializer(\n item: AzureWorkloadAutoProtectionIntent,\n): any {\n return {\n protectionIntentItemType: item[\"protectionIntentItemType\"],\n backupManagementType: item[\"backupManagementType\"],\n sourceResourceId: item[\"sourceResourceId\"],\n itemId: item[\"itemId\"],\n policyId: item[\"policyId\"],\n protectionState: item[\"protectionState\"],\n };\n}\n\nexport function azureWorkloadAutoProtectionIntentDeserializer(\n item: any,\n): AzureWorkloadAutoProtectionIntent {\n return {\n protectionIntentItemType: item[\"protectionIntentItemType\"],\n backupManagementType: item[\"backupManagementType\"],\n sourceResourceId: item[\"sourceResourceId\"],\n itemId: item[\"itemId\"],\n policyId: item[\"policyId\"],\n protectionState: item[\"protectionState\"],\n };\n}\n\n/** Alias for AzureWorkloadAutoProtectionIntentUnion */\nexport type AzureWorkloadAutoProtectionIntentUnion =\n | AzureWorkloadSQLAutoProtectionIntent\n | AzureWorkloadAutoProtectionIntent;\n\nexport function azureWorkloadAutoProtectionIntentUnionSerializer(\n item: AzureWorkloadAutoProtectionIntentUnion,\n): any {\n switch (item.protectionIntentItemType) {\n case \"AzureWorkloadSQLAutoProtectionIntent\":\n return azureWorkloadSQLAutoProtectionIntentSerializer(\n item as AzureWorkloadSQLAutoProtectionIntent,\n );\n\n default:\n return azureWorkloadAutoProtectionIntentSerializer(item);\n }\n}\n\nexport function azureWorkloadAutoProtectionIntentUnionDeserializer(\n item: any,\n): AzureWorkloadAutoProtectionIntentUnion {\n switch (item[\"protectionIntentItemType\"]) {\n case \"AzureWorkloadSQLAutoProtectionIntent\":\n return azureWorkloadSQLAutoProtectionIntentDeserializer(\n item as AzureWorkloadSQLAutoProtectionIntent,\n );\n\n default:\n return azureWorkloadAutoProtectionIntentDeserializer(item);\n }\n}\n\n/** Azure Workload SQL Auto Protection intent item. */\nexport interface AzureWorkloadSQLAutoProtectionIntent extends AzureWorkloadAutoProtectionIntent {\n /** backup protectionIntent type. */\n protectionIntentItemType: \"AzureWorkloadSQLAutoProtectionIntent\";\n /** Workload item type of the item for which intent is to be set */\n workloadItemType?: WorkloadItemType;\n}\n\nexport function azureWorkloadSQLAutoProtectionIntentSerializer(\n item: AzureWorkloadSQLAutoProtectionIntent,\n): any {\n return {\n protectionIntentItemType: item[\"protectionIntentItemType\"],\n backupManagementType: item[\"backupManagementType\"],\n sourceResourceId: item[\"sourceResourceId\"],\n itemId: item[\"itemId\"],\n policyId: item[\"policyId\"],\n protectionState: item[\"protectionState\"],\n workloadItemType: item[\"workloadItemType\"],\n };\n}\n\nexport function azureWorkloadSQLAutoProtectionIntentDeserializer(\n item: any,\n): AzureWorkloadSQLAutoProtectionIntent {\n return {\n protectionIntentItemType: item[\"protectionIntentItemType\"],\n backupManagementType: item[\"backupManagementType\"],\n sourceResourceId: item[\"sourceResourceId\"],\n itemId: item[\"itemId\"],\n policyId: item[\"policyId\"],\n protectionState: item[\"protectionState\"],\n workloadItemType: item[\"workloadItemType\"],\n };\n}\n\n/** Workload item type of the item for which intent is to be set */\nexport enum KnownWorkloadItemType {\n /** Invalid */\n Invalid = \"Invalid\",\n /** SQLInstance */\n SQLInstance = \"SQLInstance\",\n /** SQLDataBase */\n SQLDataBase = \"SQLDataBase\",\n /** SAPHanaSystem */\n SAPHanaSystem = \"SAPHanaSystem\",\n /** SAPHanaDatabase */\n SAPHanaDatabase = \"SAPHanaDatabase\",\n /** SAPAseSystem */\n SAPAseSystem = \"SAPAseSystem\",\n /** SAPAseDatabase */\n SAPAseDatabase = \"SAPAseDatabase\",\n /** SAPHanaDBInstance */\n SAPHanaDBInstance = \"SAPHanaDBInstance\",\n}\n\n/**\n * Workload item type of the item for which intent is to be set \\\n * {@link KnownWorkloadItemType} can be used interchangeably with WorkloadItemType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Invalid** \\\n * **SQLInstance** \\\n * **SQLDataBase** \\\n * **SAPHanaSystem** \\\n * **SAPHanaDatabase** \\\n * **SAPAseSystem** \\\n * **SAPAseDatabase** \\\n * **SAPHanaDBInstance**\n */\nexport type WorkloadItemType = string;\n\n/** IaaS VM specific backup protection intent item. */\nexport interface AzureResourceProtectionIntent extends ProtectionIntent {\n /** Friendly name of the VM represented by this backup item. */\n friendlyName?: string;\n /** backup protectionIntent type. */\n protectionIntentItemType: \"AzureResourceItem\";\n}\n\nexport function azureResourceProtectionIntentSerializer(item: AzureResourceProtectionIntent): any {\n return {\n protectionIntentItemType: item[\"protectionIntentItemType\"],\n backupManagementType: item[\"backupManagementType\"],\n sourceResourceId: item[\"sourceResourceId\"],\n itemId: item[\"itemId\"],\n policyId: item[\"policyId\"],\n protectionState: item[\"protectionState\"],\n friendlyName: item[\"friendlyName\"],\n };\n}\n\nexport function azureResourceProtectionIntentDeserializer(\n item: any,\n): AzureResourceProtectionIntent {\n return {\n protectionIntentItemType: item[\"protectionIntentItemType\"],\n backupManagementType: item[\"backupManagementType\"],\n sourceResourceId: item[\"sourceResourceId\"],\n itemId: item[\"itemId\"],\n policyId: item[\"policyId\"],\n protectionState: item[\"protectionState\"],\n friendlyName: item[\"friendlyName\"],\n };\n}\n\n/** Azure workload specific protection intent item. */\nexport interface AzureWorkloadContainerAutoProtectionIntent extends ProtectionIntent {\n /** backup protectionIntent type. */\n protectionIntentItemType: \"AzureWorkloadContainerAutoProtectionIntent\";\n}\n\nexport function azureWorkloadContainerAutoProtectionIntentSerializer(\n item: AzureWorkloadContainerAutoProtectionIntent,\n): any {\n return {\n protectionIntentItemType: item[\"protectionIntentItemType\"],\n backupManagementType: item[\"backupManagementType\"],\n sourceResourceId: item[\"sourceResourceId\"],\n itemId: item[\"itemId\"],\n policyId: item[\"policyId\"],\n protectionState: item[\"protectionState\"],\n };\n}\n\nexport function azureWorkloadContainerAutoProtectionIntentDeserializer(\n item: any,\n): AzureWorkloadContainerAutoProtectionIntent {\n return {\n protectionIntentItemType: item[\"protectionIntentItemType\"],\n backupManagementType: item[\"backupManagementType\"],\n sourceResourceId: item[\"sourceResourceId\"],\n itemId: item[\"itemId\"],\n policyId: item[\"policyId\"],\n protectionState: item[\"protectionState\"],\n };\n}\n\n/** Backup management usage for vault. */\nexport interface _BackupManagementUsageList extends ResourceList {\n /** The list of backup management usages for the given vault. */\n value?: BackupManagementUsage[];\n}\n\nexport function _backupManagementUsageListDeserializer(item: any): _BackupManagementUsageList {\n return {\n nextLink: item[\"nextLink\"],\n value: !item[\"value\"] ? item[\"value\"] : backupManagementUsageArrayDeserializer(item[\"value\"]),\n };\n}\n\nexport function backupManagementUsageArrayDeserializer(\n result: Array<BackupManagementUsage>,\n): any[] {\n return result.map((item) => {\n return backupManagementUsageDeserializer(item);\n });\n}\n\n/** Backup management usages of a vault. */\nexport interface BackupManagementUsage {\n /** Unit of the usage. */\n unit?: UsagesUnit;\n /** Quota period of usage. */\n quotaPeriod?: string;\n /** Next reset time of usage. */\n nextResetTime?: Date;\n /** Current value of usage. */\n currentValue?: number;\n /** Limit of usage. */\n limit?: number;\n /** Name of usage. */\n name?: NameInfo;\n}\n\nexport function backupManagementUsageDeserializer(item: any): BackupManagementUsage {\n return {\n unit: item[\"unit\"],\n quotaPeriod: item[\"quotaPeriod\"],\n nextResetTime: !item[\"nextResetTime\"] ? item[\"nextResetTime\"] : new Date(item[\"nextResetTime\"]),\n currentValue: item[\"currentValue\"],\n limit: item[\"limit\"],\n name: !item[\"name\"] ? item[\"name\"] : nameInfoDeserializer(item[\"name\"]),\n };\n}\n\n/** Unit of the usage. */\nexport enum KnownUsagesUnit {\n /** Count */\n Count = \"Count\",\n /** Bytes */\n Bytes = \"Bytes\",\n /** Seconds */\n Seconds = \"Seconds\",\n /** Percent */\n Percent = \"Percent\",\n /** CountPerSecond */\n CountPerSecond = \"CountPerSecond\",\n /** BytesPerSecond */\n BytesPerSecond = \"BytesPerSecond\",\n}\n\n/**\n * Unit of the usage. \\\n * {@link KnownUsagesUnit} can be used interchangeably with UsagesUnit,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Count** \\\n * **Bytes** \\\n * **Seconds** \\\n * **Percent** \\\n * **CountPerSecond** \\\n * **BytesPerSecond**\n */\nexport type UsagesUnit = string;\n\n/** The name of usage. */\nexport interface NameInfo {\n /** Value of usage. */\n value?: string;\n /** Localized value of usage. */\n localizedValue?: string;\n}\n\nexport function nameInfoDeserializer(item: any): NameInfo {\n return {\n value: item[\"value\"],\n localizedValue: item[\"localizedValue\"],\n };\n}\n\n/** List of ProtectedItem resources */\nexport interface _ProtectedItemResourceList extends ResourceList {\n /** List of resources. */\n value?: ProtectedItemResource[];\n}\n\nexport function _protectedItemResourceListDeserializer(item: any): _ProtectedItemResourceList {\n return {\n nextLink: item[\"nextLink\"],\n value: !item[\"value\"] ? item[\"value\"] : protectedItemResourceArrayDeserializer(item[\"value\"]),\n };\n}\n\nexport function protectedItemResourceArraySerializer(result: Array<ProtectedItemResource>): any[] {\n return result.map((item) => {\n return protectedItemResourceSerializer(item);\n });\n}\n\nexport function protectedItemResourceArrayDeserializer(\n result: Array<ProtectedItemResource>,\n): any[] {\n return result.map((item) => {\n return protectedItemResourceDeserializer(item);\n });\n}\n\n/** Base class for validate operation request. */\nexport interface ValidateOperationRequestResource {\n /** Recovery point ID. */\n id: string;\n /** ValidateOperationRequestResource properties */\n properties: ValidateOperationRequestUnion;\n}\n\nexport function validateOperationRequestResourceSerializer(\n item: ValidateOperationRequestResource,\n): any {\n return {\n id: item[\"id\"],\n properties: validateOperationRequestUnionSerializer(item[\"properties\"]),\n };\n}\n\n/** Base class for validate operation request. */\nexport interface ValidateOperationRequest {\n /** This property will be used as the discriminator for deciding the specific types in the polymorphic chain of types. */\n /** The discriminator possible values: ValidateIaasVMRestoreOperationRequest, ValidateRestoreOperationRequest */\n objectType: string;\n}\n\nexport function validateOperationRequestSerializer(item: ValidateOperationRequest): any {\n return { objectType: item[\"objectType\"] };\n}\n\n/** Alias for ValidateOperationRequestUnion */\nexport type ValidateOperationRequestUnion =\n | ValidateRestoreOperationRequestUnion\n | ValidateOperationRequest;\n\nexport function validateOperationRequestUnionSerializer(item: ValidateOperationRequestUnion): any {\n switch (item.objectType) {\n case \"ValidateRestoreOperationRequest\":\n case \"ValidateIaasVMRestoreOperationRequest\":\n return validateRestoreOperationRequestUnionSerializer(\n item as ValidateRestoreOperationRequestUnion,\n );\n\n default:\n return validateOperationRequestSerializer(item);\n }\n}\n\n/** AzureRestoreValidation request. */\nexport interface ValidateIaasVMRestoreOperationRequest extends ValidateRestoreOperationRequest {\n /** This property will be used as the discriminator for deciding the specific types in the polymorphic chain of types. */\n objectType: \"ValidateIaasVMRestoreOperationRequest\";\n}\n\nexport function validateIaasVMRestoreOperationRequestSerializer(\n item: ValidateIaasVMRestoreOperationRequest,\n): any {\n return {\n objectType: item[\"objectType\"],\n restoreRequest: !item[\"restoreRequest\"]\n ? item[\"restoreRequest\"]\n : restoreRequestUnionSerializer(item[\"restoreRequest\"]),\n };\n}\n\n/** AzureRestoreValidation request. */\nexport interface ValidateRestoreOperationRequest extends ValidateOperationRequest {\n /** This property will be used as the discriminator for deciding the specific types in the polymorphic chain of types. */\n /** The discriminator possible values: ValidateIaasVMRestoreOperationRequest */\n objectType: \"ValidateRestoreOperationRequest\" | \"ValidateIaasVMRestoreOperationRequest\";\n /** Sets restore request to be validated */\n restoreRequest?: RestoreRequestUnion;\n}\n\nexport function validateRestoreOperationRequestSerializer(\n item: ValidateRestoreOperationRequest,\n): any {\n return {\n objectType: item[\"objectType\"],\n restoreRequest: !item[\"restoreRequest\"]\n ? item[\"restoreRequest\"]\n : restoreRequestUnionSerializer(item[\"restoreRequest\"]),\n };\n}\n\n/** Alias for ValidateRestoreOperationRequestUnion */\nexport type ValidateRestoreOperationRequestUnion =\n | ValidateIaasVMRestoreOperationRequest\n | ValidateRestoreOperationRequest;\n\nexport function validateRestoreOperationRequestUnionSerializer(\n item: ValidateRestoreOperationRequestUnion,\n): any {\n switch (item.objectType) {\n case \"ValidateIaasVMRestoreOperationRequest\":\n return validateIaasVMRestoreOperationRequestSerializer(\n item as ValidateIaasVMRestoreOperationRequest,\n );\n\n default:\n return validateRestoreOperationRequestSerializer(item);\n }\n}\n\n/** model interface ValidateOperationsResponse */\nexport interface ValidateOperationsResponse {\n /** Base class for validate operation response. */\n validateOperationResponse?: ValidateOperationResponse;\n}\n\nexport function validateOperationsResponseDeserializer(item: any): ValidateOperationsResponse {\n return {\n validateOperationResponse: !item[\"validateOperationResponse\"]\n ? item[\"validateOperationResponse\"]\n : validateOperationResponseDeserializer(item[\"validateOperationResponse\"]),\n };\n}\n\n/** List of ProtectableContainer resources */\nexport interface _ProtectableContainerResourceList extends ResourceList {\n /** List of resources. */\n value?: ProtectableContainerResource[];\n}\n\nexport function _protectableContainerResourceListDeserializer(\n item: any,\n): _ProtectableContainerResourceList {\n return {\n nextLink: item[\"nextLink\"],\n value: !item[\"value\"]\n ? item[\"value\"]\n : protectableContainerResourceArrayDeserializer(item[\"value\"]),\n };\n}\n\nexport function protectableContainerResourceArrayDeserializer(\n result: Array<ProtectableContainerResource>,\n): any[] {\n return result.map((item) => {\n return protectableContainerResourceDeserializer(item);\n });\n}\n\n/** Protectable Container Class. */\nexport interface ProtectableContainerResource extends Resource {\n /** Resource location. */\n location?: string;\n /** Resource tags. */\n tags?: Record<string, string>;\n /** Optional ETag. */\n eTag?: string;\n /** ProtectableContainerResource properties */\n properties?: ProtectableContainerUnion;\n}\n\nexport function protectableContainerResourceDeserializer(item: any): ProtectableContainerResource {\n return {\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n location: item[\"location\"],\n tags: !item[\"tags\"]\n ? item[\"tags\"]\n : Object.fromEntries(Object.entries(item[\"tags\"]).map(([k, p]: [string, any]) => [k, p])),\n eTag: item[\"eTag\"],\n properties: !item[\"properties\"]\n ? item[\"properties\"]\n : protectableContainerUnionDeserializer(item[\"properties\"]),\n };\n}\n\n/** Protectable Container Class. */\nexport interface ProtectableContainer {\n /** Friendly name of the container. */\n friendlyName?: string;\n /** Type of backup management for the container. */\n backupManagementType?: BackupManagementType;\n /**\n * Type of the container. The value of this property for\n * 1. Compute Azure VM is Microsoft.Compute/virtualMachines\n * 2. Classic Compute Azure VM is Microsoft.ClassicCompute/virtualMachines\n */\n /** The discriminator possible values: StorageContainer, VMAppContainer */\n protectableContainerType: ProtectableContainerType;\n /** Status of health of the container. */\n healthStatus?: string;\n /** Fabric Id of the container such as ARM Id. */\n containerId?: string;\n}\n\nexport function protectableContainerDeserializer(item: any): ProtectableContainer {\n return {\n friendlyName: item[\"friendlyName\"],\n backupManagementType: item[\"backupManagementType\"],\n protectableContainerType: item[\"protectableContainerType\"],\n healthStatus: item[\"healthStatus\"],\n containerId: item[\"containerId\"],\n };\n}\n\n/** Alias for ProtectableContainerUnion */\nexport type ProtectableContainerUnion =\n | AzureStorageProtectableContainer\n | AzureVMAppContainerProtectableContainer\n | ProtectableContainer;\n\nexport function protectableContainerUnionDeserializer(item: any): ProtectableContainerUnion {\n switch (item[\"protectableContainerType\"]) {\n case \"StorageContainer\":\n return azureStorageProtectableContainerDeserializer(item as AzureStorageProtectableContainer);\n\n case \"VMAppContainer\":\n return azureVMAppContainerProtectableContainerDeserializer(\n item as AzureVMAppContainerProtectableContainer,\n );\n\n default:\n return protectableContainerDeserializer(item);\n }\n}\n\n/** Azure Storage-specific protectable containers */\nexport interface AzureStorageProtectableContainer extends ProtectableContainer {\n /**\n * Type of the container. The value of this property for\n * 1. Compute Azure VM is Microsoft.Compute/virtualMachines\n * 2. Classic Compute Azure VM is Microsoft.ClassicCompute/virtualMachines\n */\n readonly protectableContainerType: \"StorageContainer\";\n}\n\nexport function azureStorageProtectableContainerDeserializer(\n item: any,\n): AzureStorageProtectableContainer {\n return {\n friendlyName: item[\"friendlyName\"],\n backupManagementType: item[\"backupManagementType\"],\n protectableContainerType: item[\"protectableContainerType\"],\n healthStatus: item[\"healthStatus\"],\n containerId: item[\"containerId\"],\n };\n}\n\n/** Azure workload-specific container */\nexport interface AzureVMAppContainerProtectableContainer extends ProtectableContainer {\n /**\n * Type of the container. The value of this property for\n * 1. Compute Azure VM is Microsoft.Compute/virtualMachines\n * 2. Classic Compute Azure VM is Microsoft.ClassicCompute/virtualMachines\n */\n protectableContainerType: \"VMAppContainer\";\n}\n\nexport function azureVMAppContainerProtectableContainerDeserializer(\n item: any,\n): AzureVMAppContainerProtectableContainer {\n return {\n friendlyName: item[\"friendlyName\"],\n backupManagementType: item[\"backupManagementType\"],\n protectableContainerType: item[\"protectableContainerType\"],\n healthStatus: item[\"healthStatus\"],\n containerId: item[\"containerId\"],\n };\n}\n\n/** List of WorkloadProtectableItem resources */\nexport interface _WorkloadProtectableItemResourceList extends ResourceList {\n /** List of resources. */\n value?: WorkloadProtectableItemResource[];\n}\n\nexport function _workloadProtectableItemResourceListDeserializer(\n item: any,\n): _WorkloadProtectableItemResourceList {\n return {\n nextLink: item[\"nextLink\"],\n value: !item[\"value\"]\n ? item[\"value\"]\n : workloadProtectableItemResourceArrayDeserializer(item[\"value\"]),\n };\n}\n\nexport function workloadProtectableItemResourceArrayDeserializer(\n result: Array<WorkloadProtectableItemResource>,\n): any[] {\n return result.map((item) => {\n return workloadProtectableItemResourceDeserializer(item);\n });\n}\n\n/** Base class for backup item. Workload-specific backup items are derived from this class. */\nexport interface WorkloadProtectableItemResource extends Resource {\n /** Resource location. */\n location?: string;\n /** Resource tags. */\n tags?: Record<string, string>;\n /** Optional ETag. */\n eTag?: string;\n /** WorkloadProtectableItemResource properties */\n properties?: WorkloadProtectableItemUnion;\n}\n\nexport function workloadProtectableItemResourceDeserializer(\n item: any,\n): WorkloadProtectableItemResource {\n return {\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n location: item[\"location\"],\n tags: !item[\"tags\"]\n ? item[\"tags\"]\n : Object.fromEntries(Object.entries(item[\"tags\"]).map(([k, p]: [string, any]) => [k, p])),\n eTag: item[\"eTag\"],\n properties: !item[\"properties\"]\n ? item[\"properties\"]\n : workloadProtectableItemUnionDeserializer(item[\"properties\"]),\n };\n}\n\n/** Base class for backup item. Workload-specific backup items are derived from this class. */\nexport interface WorkloadProtectableItem {\n /** Type of backup management to backup an item. */\n backupManagementType?: string;\n /** Type of workload for the backup management */\n workloadType?: string;\n /** Type of the backup item. */\n /** The discriminator possible values: AzureFileShare, Microsoft.ClassicCompute/virtualMachines, IaaSVMProtectableItem, Microsoft.Compute/virtualMachines, AzureVmWorkloadProtectableItem, SAPAseDatabase, SAPAseSystem, SAPHanaDatabase, SAPHanaSystem, SAPHanaDBInstance, HanaHSRContainer, HanaScaleoutContainer, SQLAvailabilityGroupContainer, SQLDataBase, SQLInstance */\n protectableItemType: string;\n /** Friendly name of the backup item. */\n friendlyName?: string;\n /** State of the back up item. */\n protectionState?: ProtectionStatus;\n}\n\nexport function workloadProtectableItemDeserializer(item: any): WorkloadProtectableItem {\n return {\n backupManagementType: item[\"backupManagementType\"],\n workloadType: item[\"workloadType\"],\n protectableItemType: item[\"protectableItemType\"],\n friendlyName: item[\"friendlyName\"],\n protectionState: item[\"protectionState\"],\n };\n}\n\n/** Alias for WorkloadProtectableItemUnion */\nexport type WorkloadProtectableItemUnion =\n | AzureFileShareProtectableItem\n | IaaSVMProtectableItemUnion\n | AzureVmWorkloadProtectableItemUnion\n | WorkloadProtectableItem;\n\nexport function workloadProtectableItemUnionDeserializer(item: any): WorkloadProtectableItemUnion {\n switch (item[\"protectableItemType\"]) {\n case \"AzureFileShare\":\n return azureFileShareProtectableItemDeserializer(item as AzureFileShareProtectableItem);\n\n case \"IaaSVMProtectableItem\":\n case \"Microsoft.ClassicCompute/virtualMachines\":\n case \"Microsoft.Compute/virtualMachines\":\n return iaaSVMProtectableItemUnionDeserializer(item as IaaSVMProtectableItemUnion);\n\n case \"AzureVmWorkloadProtectableItem\":\n case \"SAPAseDatabase\":\n case \"SAPAseSystem\":\n case \"SAPHanaDatabase\":\n case \"SAPHanaSystem\":\n case \"SAPHanaDBInstance\":\n case \"HanaHSRContainer\":\n case \"HanaScaleoutContainer\":\n case \"SQLAvailabilityGroupContainer\":\n case \"SQLDataBase\":\n case \"SQLInstance\":\n return azureVmWorkloadProtectableItemUnionDeserializer(\n item as AzureVmWorkloadProtectableItemUnion,\n );\n\n default:\n return workloadProtectableItemDeserializer(item);\n }\n}\n\n/** Protectable item for Azure Fileshare workloads. */\nexport interface AzureFileShareProtectableItem extends WorkloadProtectableItem {\n /** Full Fabric ID of container to which this protectable item belongs. For example, ARM ID. */\n parentContainerFabricId?: string;\n /** Friendly name of container to which this protectable item belongs. */\n parentContainerFriendlyName?: string;\n /** File Share type XSync or XSMB. */\n azureFileShareType?: AzureFileShareType;\n /** Type of the backup item. */\n protectableItemType: \"AzureFileShare\";\n}\n\nexport function azureFileShareProtectableItemDeserializer(\n item: any,\n): AzureFileShareProtectableItem {\n return {\n backupManagementType: item[\"backupManagementType\"],\n workloadType: item[\"workloadType\"],\n protectableItemType: item[\"protectableItemType\"],\n friendlyName: item[\"friendlyName\"],\n protectionState: item[\"protectionState\"],\n parentContainerFabricId: item[\"parentContainerFabricId\"],\n parentContainerFriendlyName: item[\"parentContainerFriendlyName\"],\n azureFileShareType: item[\"azureFileShareType\"],\n };\n}\n\n/** File Share type XSync or XSMB. */\nexport enum KnownAzureFileShareType {\n /** Invalid */\n Invalid = \"Invalid\",\n /** XSMB */\n Xsmb = \"XSMB\",\n /** XSync */\n XSync = \"XSync\",\n}\n\n/**\n * File Share type XSync or XSMB. \\\n * {@link KnownAzureFileShareType} can be used interchangeably with AzureFileShareType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Invalid** \\\n * **XSMB** \\\n * **XSync**\n */\nexport type AzureFileShareType = string;\n\n/** IaaS VM workload-specific backup item representing the Classic Compute VM. */\nexport interface AzureIaaSClassicComputeVMProtectableItem extends IaaSVMProtectableItem {\n /** Type of the backup item. */\n protectableItemType: \"Microsoft.ClassicCompute/virtualMachines\";\n}\n\nexport function azureIaaSClassicComputeVMProtectableItemDeserializer(\n item: any,\n): AzureIaaSClassicComputeVMProtectableItem {\n return {\n protectableItemType: item[\"protectableItemType\"],\n virtualMachineId: item[\"virtualMachineId\"],\n virtualMachineVersion: item[\"virtualMachineVersion\"],\n resourceGroup: item[\"resourceGroup\"],\n backupManagementType: item[\"backupManagementType\"],\n workloadType: item[\"workloadType\"],\n friendlyName: item[\"friendlyName\"],\n protectionState: item[\"protectionState\"],\n };\n}\n\n/** IaaS VM workload-specific backup item. */\nexport interface IaaSVMProtectableItem extends WorkloadProtectableItem {\n /** Type of the backup item. */\n /** The discriminator possible values: Microsoft.ClassicCompute/virtualMachines, Microsoft.Compute/virtualMachines */\n protectableItemType:\n | \"IaaSVMProtectableItem\"\n | \"Microsoft.ClassicCompute/virtualMachines\"\n | \"Microsoft.Compute/virtualMachines\";\n /** Fully qualified ARM ID of the virtual machine. */\n virtualMachineId?: string;\n /** Specifies whether the container represents a Classic or an Azure Resource Manager VM. */\n virtualMachineVersion?: string;\n /** Resource group name of Recovery Services Vault. */\n resourceGroup?: string;\n}\n\nexport function iaaSVMProtectableItemDeserializer(item: any): IaaSVMProtectableItem {\n return {\n backupManagementType: item[\"backupManagementType\"],\n workloadType: item[\"workloadType\"],\n protectableItemType: item[\"protectableItemType\"],\n friendlyName: item[\"friendlyName\"],\n protectionState: item[\"protectionState\"],\n virtualMachineId: item[\"virtualMachineId\"],\n virtualMachineVersion: item[\"virtualMachineVersion\"],\n resourceGroup: item[\"resourceGroup\"],\n };\n}\n\n/** Alias for IaaSVMProtectableItemUnion */\nexport type IaaSVMProtectableItemUnion =\n | AzureIaaSClassicComputeVMProtectableItem\n | AzureIaaSComputeVMProtectableItem\n | IaaSVMProtectableItem;\n\nexport function iaaSVMProtectableItemUnionDeserializer(item: any): IaaSVMProtectableItemUnion {\n switch (item[\"protectableItemType\"]) {\n case \"Microsoft.ClassicCompute/virtualMachines\":\n return azureIaaSClassicComputeVMProtectableItemDeserializer(\n item as AzureIaaSClassicComputeVMProtectableItem,\n );\n\n case \"Microsoft.Compute/virtualMachines\":\n return azureIaaSComputeVMProtectableItemDeserializer(\n item as AzureIaaSComputeVMProtectableItem,\n );\n\n default:\n return iaaSVMProtectableItemDeserializer(item);\n }\n}\n\n/** IaaS VM workload-specific backup item representing the Azure Resource Manager VM. */\nexport interface AzureIaaSComputeVMProtectableItem extends IaaSVMProtectableItem {\n /** Type of the backup item. */\n protectableItemType: \"Microsoft.Compute/virtualMachines\";\n}\n\nexport function azureIaaSComputeVMProtectableItemDeserializer(\n item: any,\n): AzureIaaSComputeVMProtectableItem {\n return {\n protectableItemType: item[\"protectableItemType\"],\n virtualMachineId: item[\"virtualMachineId\"],\n virtualMachineVersion: item[\"virtualMachineVersion\"],\n resourceGroup: item[\"resourceGroup\"],\n backupManagementType: item[\"backupManagementType\"],\n workloadType: item[\"workloadType\"],\n friendlyName: item[\"friendlyName\"],\n protectionState: item[\"protectionState\"],\n };\n}\n\n/** Azure VM workload-specific protectable item. */\nexport interface AzureVmWorkloadProtectableItem extends WorkloadProtectableItem {\n /** Type of the backup item. */\n /** The discriminator possible values: SAPAseDatabase, SAPAseSystem, SAPHanaDatabase, SAPHanaSystem, SAPHanaDBInstance, HanaHSRContainer, HanaScaleoutContainer, SQLAvailabilityGroupContainer, SQLDataBase, SQLInstance */\n protectableItemType:\n | \"AzureVmWorkloadProtectableItem\"\n | \"SAPAseDatabase\"\n | \"SAPAseSystem\"\n | \"SAPHanaDatabase\"\n | \"SAPHanaSystem\"\n | \"SAPHanaDBInstance\"\n | \"HanaHSRContainer\"\n | \"HanaScaleoutContainer\"\n | \"SQLAvailabilityGroupContainer\"\n | \"SQLDataBase\"\n | \"SQLInstance\";\n /** Name for instance or AG */\n parentName?: string;\n /**\n * Parent Unique Name is added to provide the service formatted URI Name of the Parent\n * Only Applicable for data bases where the parent would be either Instance or a SQL AG.\n */\n parentUniqueName?: string;\n /** Host/Cluster Name for instance or AG */\n serverName?: string;\n /** Indicates if protectable item is auto-protectable */\n isAutoProtectable?: boolean;\n /** Indicates if protectable item is auto-protected */\n isAutoProtected?: boolean;\n /** For instance or AG, indicates number of DB's present */\n subinquireditemcount?: number;\n /** For instance or AG, indicates number of DB's to be protected */\n subprotectableitemcount?: number;\n /** Pre-backup validation for protectable objects */\n prebackupvalidation?: PreBackupValidation;\n /** Indicates if item is protectable */\n isProtectable?: boolean;\n}\n\nexport function azureVmWorkloadProtectableItemDeserializer(\n item: any,\n): AzureVmWorkloadProtectableItem {\n return {\n backupManagementType: item[\"backupManagementType\"],\n workloadType: item[\"workloadType\"],\n protectableItemType: item[\"protectableItemType\"],\n friendlyName: item[\"friendlyName\"],\n protectionState: item[\"protectionState\"],\n parentName: item[\"parentName\"],\n parentUniqueName: item[\"parentUniqueName\"],\n serverName: item[\"serverName\"],\n isAutoProtectable: item[\"isAutoProtectable\"],\n isAutoProtected: item[\"isAutoProtected\"],\n subinquireditemcount: item[\"subinquireditemcount\"],\n subprotectableitemcount: item[\"subprotectableitemcount\"],\n prebackupvalidation: !item[\"prebackupvalidation\"]\n ? item[\"prebackupvalidation\"]\n : preBackupValidationDeserializer(item[\"prebackupvalidation\"]),\n isProtectable: item[\"isProtectable\"],\n };\n}\n\n/** Alias for AzureVmWorkloadProtectableItemUnion */\nexport type AzureVmWorkloadProtectableItemUnion =\n | AzureVmWorkloadSAPAseDatabaseProtectableItem\n | AzureVmWorkloadSAPAseSystemProtectableItem\n | AzureVmWorkloadSAPHanaDatabaseProtectableItem\n | AzureVmWorkloadSAPHanaSystemProtectableItem\n | AzureVmWorkloadSAPHanaDBInstance\n | AzureVmWorkloadSAPHanaHSRProtectableItem\n | AzureVmWorkloadSAPHanaScaleoutProtectableItem\n | AzureVmWorkloadSQLAvailabilityGroupProtectableItem\n | AzureVmWorkloadSQLDatabaseProtectableItem\n | AzureVmWorkloadSQLInstanceProtectableItem\n | AzureVmWorkloadProtectableItem;\n\nexport function azureVmWorkloadProtectableItemUnionDeserializer(\n item: any,\n): AzureVmWorkloadProtectableItemUnion {\n switch (item[\"protectableItemType\"]) {\n case \"SAPAseDatabase\":\n return azureVmWorkloadSAPAseDatabaseProtectableItemDeserializer(\n item as AzureVmWorkloadSAPAseDatabaseProtectableItem,\n );\n\n case \"SAPAseSystem\":\n return azureVmWorkloadSAPAseSystemProtectableItemDeserializer(\n item as AzureVmWorkloadSAPAseSystemProtectableItem,\n );\n\n case \"SAPHanaDatabase\":\n return azureVmWorkloadSAPHanaDatabaseProtectableItemDeserializer(\n item as AzureVmWorkloadSAPHanaDatabaseProtectableItem,\n );\n\n case \"SAPHanaSystem\":\n return azureVmWorkloadSAPHanaSystemProtectableItemDeserializer(\n item as AzureVmWorkloadSAPHanaSystemProtectableItem,\n );\n\n case \"SAPHanaDBInstance\":\n return azureVmWorkloadSAPHanaDBInstanceDeserializer(item as AzureVmWorkloadSAPHanaDBInstance);\n\n case \"HanaHSRContainer\":\n return azureVmWorkloadSAPHanaHSRProtectableItemDeserializer(\n item as AzureVmWorkloadSAPHanaHSRProtectableItem,\n );\n\n case \"HanaScaleoutContainer\":\n return azureVmWorkloadSAPHanaScaleoutProtectableItemDeserializer(\n item as AzureVmWorkloadSAPHanaScaleoutProtectableItem,\n );\n\n case \"SQLAvailabilityGroupContainer\":\n return azureVmWorkloadSQLAvailabilityGroupProtectableItemDeserializer(\n item as AzureVmWorkloadSQLAvailabilityGroupProtectableItem,\n );\n\n case \"SQLDataBase\":\n return azureVmWorkloadSQLDatabaseProtectableItemDeserializer(\n item as AzureVmWorkloadSQLDatabaseProtectableItem,\n );\n\n case \"SQLInstance\":\n return azureVmWorkloadSQLInstanceProtectableItemDeserializer(\n item as AzureVmWorkloadSQLInstanceProtectableItem,\n );\n\n default:\n return azureVmWorkloadProtectableItemDeserializer(item);\n }\n}\n\n/** Pre-backup validation for Azure VM Workload provider. */\nexport interface PreBackupValidation {\n /** Status of protectable item, i.e. InProgress,Succeeded,Failed */\n status?: InquiryStatus;\n /** Error code of protectable item */\n code?: string;\n /** Message corresponding to the error code for the protectable item */\n message?: string;\n}\n\nexport function preBackupValidationDeserializer(item: any): PreBackupValidation {\n return {\n status: item[\"status\"],\n code: item[\"code\"],\n message: item[\"message\"],\n };\n}\n\n/** Status of protectable item, i.e. InProgress,Succeeded,Failed */\nexport enum KnownInquiryStatus {\n /** Invalid */\n Invalid = \"Invalid\",\n /** Success */\n Success = \"Success\",\n /** Failed */\n Failed = \"Failed\",\n}\n\n/**\n * Status of protectable item, i.e. InProgress,Succeeded,Failed \\\n * {@link KnownInquiryStatus} can be used interchangeably with InquiryStatus,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Invalid** \\\n * **Success** \\\n * **Failed**\n */\nexport type InquiryStatus = string;\n\n/** Azure VM workload-specific protectable item representing SAP ASE Database. */\nexport interface AzureVmWorkloadSAPAseDatabaseProtectableItem extends AzureVmWorkloadProtectableItem {\n /** Type of the backup item. */\n protectableItemType: \"SAPAseDatabase\";\n}\n\nexport function azureVmWorkloadSAPAseDatabaseProtectableItemDeserializer(\n item: any,\n): AzureVmWorkloadSAPAseDatabaseProtectableItem {\n return {\n protectableItemType: item[\"protectableItemType\"],\n parentName: item[\"parentName\"],\n parentUniqueName: item[\"parentUniqueName\"],\n serverName: item[\"serverName\"],\n isAutoProtectable: item[\"isAutoProtectable\"],\n isAutoProtected: item[\"isAutoProtected\"],\n subinquireditemcount: item[\"subinquireditemcount\"],\n subprotectableitemcount: item[\"subprotectableitemcount\"],\n prebackupvalidation: !item[\"prebackupvalidation\"]\n ? item[\"prebackupvalidation\"]\n : preBackupValidationDeserializer(item[\"prebackupvalidation\"]),\n isProtectable: item[\"isProtectable\"],\n backupManagementType: item[\"backupManagementType\"],\n workloadType: item[\"workloadType\"],\n friendlyName: item[\"friendlyName\"],\n protectionState: item[\"protectionState\"],\n };\n}\n\n/** Azure VM workload-specific protectable item representing SAP ASE System. */\nexport interface AzureVmWorkloadSAPAseSystemProtectableItem extends AzureVmWorkloadProtectableItem {\n /** Type of the backup item. */\n protectableItemType: \"SAPAseSystem\";\n}\n\nexport function azureVmWorkloadSAPAseSystemProtectableItemDeserializer(\n item: any,\n): AzureVmWorkloadSAPAseSystemProtectableItem {\n return {\n protectableItemType: item[\"protectableItemType\"],\n parentName: item[\"parentName\"],\n parentUniqueName: item[\"parentUniqueName\"],\n serverName: item[\"serverName\"],\n isAutoProtectable: item[\"isAutoProtectable\"],\n isAutoProtected: item[\"isAutoProtected\"],\n subinquireditemcount: item[\"subinquireditemcount\"],\n subprotectableitemcount: item[\"subprotectableitemcount\"],\n prebackupvalidation: !item[\"prebackupvalidation\"]\n ? item[\"prebackupvalidation\"]\n : preBackupValidationDeserializer(item[\"prebackupvalidation\"]),\n isProtectable: item[\"isProtectable\"],\n backupManagementType: item[\"backupManagementType\"],\n workloadType: item[\"workloadType\"],\n friendlyName: item[\"friendlyName\"],\n protectionState: item[\"protectionState\"],\n };\n}\n\n/** Azure VM workload-specific protectable item representing SAP HANA Database. */\nexport interface AzureVmWorkloadSAPHanaDatabaseProtectableItem extends AzureVmWorkloadProtectableItem {\n /** Type of the backup item. */\n protectableItemType: \"SAPHanaDatabase\";\n}\n\nexport function azureVmWorkloadSAPHanaDatabaseProtectableItemDeserializer(\n item: any,\n): AzureVmWorkloadSAPHanaDatabaseProtectableItem {\n return {\n protectableItemType: item[\"protectableItemType\"],\n parentName: item[\"parentName\"],\n parentUniqueName: item[\"parentUniqueName\"],\n serverName: item[\"serverName\"],\n isAutoProtectable: item[\"isAutoProtectable\"],\n isAutoProtected: item[\"isAutoProtected\"],\n subinquireditemcount: item[\"subinquireditemcount\"],\n subprotectableitemcount: item[\"subprotectableitemcount\"],\n prebackupvalidation: !item[\"prebackupvalidation\"]\n ? item[\"prebackupvalidation\"]\n : preBackupValidationDeserializer(item[\"prebackupvalidation\"]),\n isProtectable: item[\"isProtectable\"],\n backupManagementType: item[\"backupManagementType\"],\n workloadType: item[\"workloadType\"],\n friendlyName: item[\"friendlyName\"],\n protectionState: item[\"protectionState\"],\n };\n}\n\n/** Azure VM workload-specific protectable item representing SAP HANA System. */\nexport interface AzureVmWorkloadSAPHanaSystemProtectableItem extends AzureVmWorkloadProtectableItem {\n /** Type of the backup item. */\n protectableItemType: \"SAPHanaSystem\";\n}\n\nexport function azureVmWorkloadSAPHanaSystemProtectableItemDeserializer(\n item: any,\n): AzureVmWorkloadSAPHanaSystemProtectableItem {\n return {\n protectableItemType: item[\"protectableItemType\"],\n parentName: item[\"parentName\"],\n parentUniqueName: item[\"parentUniqueName\"],\n serverName: item[\"serverName\"],\n isAutoProtectable: item[\"isAutoProtectable\"],\n isAutoProtected: item[\"isAutoProtected\"],\n subinquireditemcount: item[\"subinquireditemcount\"],\n subprotectableitemcount: item[\"subprotectableitemcount\"],\n prebackupvalidation: !item[\"prebackupvalidation\"]\n ? item[\"prebackupvalidation\"]\n : preBackupValidationDeserializer(item[\"prebackupvalidation\"]),\n isProtectable: item[\"isProtectable\"],\n backupManagementType: item[\"backupManagementType\"],\n workloadType: item[\"workloadType\"],\n friendlyName: item[\"friendlyName\"],\n protectionState: item[\"protectionState\"],\n };\n}\n\n/** Azure VM workload-specific protectable item representing SAP HANA Dbinstance. */\nexport interface AzureVmWorkloadSAPHanaDBInstance extends AzureVmWorkloadProtectableItem {\n /** Type of the backup item. */\n protectableItemType: \"SAPHanaDBInstance\";\n}\n\nexport function azureVmWorkloadSAPHanaDBInstanceDeserializer(\n item: any,\n): AzureVmWorkloadSAPHanaDBInstance {\n return {\n protectableItemType: item[\"protectableItemType\"],\n parentName: item[\"parentName\"],\n parentUniqueName: item[\"parentUniqueName\"],\n serverName: item[\"serverName\"],\n isAutoProtectable: item[\"isAutoProtectable\"],\n isAutoProtected: item[\"isAutoProtected\"],\n subinquireditemcount: item[\"subinquireditemcount\"],\n subprotectableitemcount: item[\"subprotectableitemcount\"],\n prebackupvalidation: !item[\"prebackupvalidation\"]\n ? item[\"prebackupvalidation\"]\n : preBackupValidationDeserializer(item[\"prebackupvalidation\"]),\n isProtectable: item[\"isProtectable\"],\n backupManagementType: item[\"backupManagementType\"],\n workloadType: item[\"workloadType\"],\n friendlyName: item[\"friendlyName\"],\n protectionState: item[\"protectionState\"],\n };\n}\n\n/** Azure VM workload-specific protectable item representing HANA HSR. */\nexport interface AzureVmWorkloadSAPHanaHSRProtectableItem extends AzureVmWorkloadProtectableItem {\n /** Type of the backup item. */\n protectableItemType: \"HanaHSRContainer\";\n}\n\nexport function azureVmWorkloadSAPHanaHSRProtectableItemDeserializer(\n item: any,\n): AzureVmWorkloadSAPHanaHSRProtectableItem {\n return {\n protectableItemType: item[\"protectableItemType\"],\n parentName: item[\"parentName\"],\n parentUniqueName: item[\"parentUniqueName\"],\n serverName: item[\"serverName\"],\n isAutoProtectable: item[\"isAutoProtectable\"],\n isAutoProtected: item[\"isAutoProtected\"],\n subinquireditemcount: item[\"subinquireditemcount\"],\n subprotectableitemcount: item[\"subprotectableitemcount\"],\n prebackupvalidation: !item[\"prebackupvalidation\"]\n ? item[\"prebackupvalidation\"]\n : preBackupValidationDeserializer(item[\"prebackupvalidation\"]),\n isProtectable: item[\"isProtectable\"],\n backupManagementType: item[\"backupManagementType\"],\n workloadType: item[\"workloadType\"],\n friendlyName: item[\"friendlyName\"],\n protectionState: item[\"protectionState\"],\n };\n}\n\n/** Azure VM workload-specific protectable item representing HANA scale out. */\nexport interface AzureVmWorkloadSAPHanaScaleoutProtectableItem extends AzureVmWorkloadProtectableItem {\n /** Type of the backup item. */\n protectableItemType: \"HanaScaleoutContainer\";\n}\n\nexport function azureVmWorkloadSAPHanaScaleoutProtectableItemDeserializer(\n item: any,\n): AzureVmWorkloadSAPHanaScaleoutProtectableItem {\n return {\n protectableItemType: item[\"protectableItemType\"],\n parentName: item[\"parentName\"],\n parentUniqueName: item[\"parentUniqueName\"],\n serverName: item[\"serverName\"],\n isAutoProtectable: item[\"isAutoProtectable\"],\n isAutoProtected: item[\"isAutoProtected\"],\n subinquireditemcount: item[\"subinquireditemcount\"],\n subprotectableitemcount: item[\"subprotectableitemcount\"],\n prebackupvalidation: !item[\"prebackupvalidation\"]\n ? item[\"prebackupvalidation\"]\n : preBackupValidationDeserializer(item[\"prebackupvalidation\"]),\n isProtectable: item[\"isProtectable\"],\n backupManagementType: item[\"backupManagementType\"],\n workloadType: item[\"workloadType\"],\n friendlyName: item[\"friendlyName\"],\n protectionState: item[\"protectionState\"],\n };\n}\n\n/** Azure VM workload-specific protectable item representing SQL Availability Group. */\nexport interface AzureVmWorkloadSQLAvailabilityGroupProtectableItem extends AzureVmWorkloadProtectableItem {\n /** Type of the backup item. */\n protectableItemType: \"SQLAvailabilityGroupContainer\";\n /** List of the nodes in case of distributed container. */\n nodesList?: DistributedNodesInfo[];\n}\n\nexport function azureVmWorkloadSQLAvailabilityGroupProtectableItemDeserializer(\n item: any,\n): AzureVmWorkloadSQLAvailabilityGroupProtectableItem {\n return {\n protectableItemType: item[\"protectableItemType\"],\n parentName: item[\"parentName\"],\n parentUniqueName: item[\"parentUniqueName\"],\n serverName: item[\"serverName\"],\n isAutoProtectable: item[\"isAutoProtectable\"],\n isAutoProtected: item[\"isAutoProtected\"],\n subinquireditemcount: item[\"subinquireditemcount\"],\n subprotectableitemcount: item[\"subprotectableitemcount\"],\n prebackupvalidation: !item[\"prebackupvalidation\"]\n ? item[\"prebackupvalidation\"]\n : preBackupValidationDeserializer(item[\"prebackupvalidation\"]),\n isProtectable: item[\"isProtectable\"],\n backupManagementType: item[\"backupManagementType\"],\n workloadType: item[\"workloadType\"],\n friendlyName: item[\"friendlyName\"],\n protectionState: item[\"protectionState\"],\n nodesList: !item[\"nodesList\"]\n ? item[\"nodesList\"]\n : distributedNodesInfoArrayDeserializer(item[\"nodesList\"]),\n };\n}\n\n/** Azure VM workload-specific protectable item representing SQL Database. */\nexport interface AzureVmWorkloadSQLDatabaseProtectableItem extends AzureVmWorkloadProtectableItem {\n /** Type of the backup item. */\n protectableItemType: \"SQLDataBase\";\n}\n\nexport function azureVmWorkloadSQLDatabaseProtectableItemDeserializer(\n item: any,\n): AzureVmWorkloadSQLDatabaseProtectableItem {\n return {\n protectableItemType: item[\"protectableItemType\"],\n parentName: item[\"parentName\"],\n parentUniqueName: item[\"parentUniqueName\"],\n serverName: item[\"serverName\"],\n isAutoProtectable: item[\"isAutoProtectable\"],\n isAutoProtected: item[\"isAutoProtected\"],\n subinquireditemcount: item[\"subinquireditemcount\"],\n subprotectableitemcount: item[\"subprotectableitemcount\"],\n prebackupvalidation: !item[\"prebackupvalidation\"]\n ? item[\"prebackupvalidation\"]\n : preBackupValidationDeserializer(item[\"prebackupvalidation\"]),\n isProtectable: item[\"isProtectable\"],\n backupManagementType: item[\"backupManagementType\"],\n workloadType: item[\"workloadType\"],\n friendlyName: item[\"friendlyName\"],\n protectionState: item[\"protectionState\"],\n };\n}\n\n/** Azure VM workload-specific protectable item representing SQL Instance. */\nexport interface AzureVmWorkloadSQLInstanceProtectableItem extends AzureVmWorkloadProtectableItem {\n /** Type of the backup item. */\n protectableItemType: \"SQLInstance\";\n}\n\nexport function azureVmWorkloadSQLInstanceProtectableItemDeserializer(\n item: any,\n): AzureVmWorkloadSQLInstanceProtectableItem {\n return {\n protectableItemType: item[\"protectableItemType\"],\n parentName: item[\"parentName\"],\n parentUniqueName: item[\"parentUniqueName\"],\n serverName: item[\"serverName\"],\n isAutoProtectable: item[\"isAutoProtectable\"],\n isAutoProtected: item[\"isAutoProtected\"],\n subinquireditemcount: item[\"subinquireditemcount\"],\n subprotectableitemcount: item[\"subprotectableitemcount\"],\n prebackupvalidation: !item[\"prebackupvalidation\"]\n ? item[\"prebackupvalidation\"]\n : preBackupValidationDeserializer(item[\"prebackupvalidation\"]),\n isProtectable: item[\"isProtectable\"],\n backupManagementType: item[\"backupManagementType\"],\n workloadType: item[\"workloadType\"],\n friendlyName: item[\"friendlyName\"],\n protectionState: item[\"protectionState\"],\n };\n}\n\n/** List of ProtectionContainer resources */\nexport interface _ProtectionContainerResourceList extends ResourceList {\n /** List of resources. */\n value?: ProtectionContainerResource[];\n}\n\nexport function _protectionContainerResourceListDeserializer(\n item: any,\n): _ProtectionContainerResourceList {\n return {\n nextLink: item[\"nextLink\"],\n value: !item[\"value\"]\n ? item[\"value\"]\n : protectionContainerResourceArrayDeserializer(item[\"value\"]),\n };\n}\n\nexport function protectionContainerResourceArraySerializer(\n result: Array<ProtectionContainerResource>,\n): any[] {\n return result.map((item) => {\n return protectionContainerResourceSerializer(item);\n });\n}\n\nexport function protectionContainerResourceArrayDeserializer(\n result: Array<ProtectionContainerResource>,\n): any[] {\n return result.map((item) => {\n return protectionContainerResourceDeserializer(item);\n });\n}\n\n/** Base class for get security pin request body */\nexport interface SecurityPinBase {\n /** ResourceGuard Operation Requests */\n resourceGuardOperationRequests?: string[];\n}\n\nexport function securityPinBaseSerializer(item: SecurityPinBase): any {\n return {\n resourceGuardOperationRequests: !item[\"resourceGuardOperationRequests\"]\n ? item[\"resourceGuardOperationRequests\"]\n : item[\"resourceGuardOperationRequests\"].map((p: any) => {\n return p;\n }),\n };\n}\n\n/** The token information details. */\nexport interface TokenInformation {\n /** Token value. */\n token?: string;\n /** Expiry time of token. */\n expiryTimeInUtcTicks?: number;\n /** Security PIN */\n securityPIN?: string;\n}\n\nexport function tokenInformationDeserializer(item: any): TokenInformation {\n return {\n token: item[\"token\"],\n expiryTimeInUtcTicks: item[\"expiryTimeInUtcTicks\"],\n securityPIN: item[\"securityPIN\"],\n };\n}\n\n/**\n * Base class for tiering cost request.\n * Specific cost request types are derived from this class.\n */\nexport interface FetchTieringCostInfoRequest {\n /** Source tier for the request */\n sourceTierType: RecoveryPointTierType;\n /** target tier for the request */\n targetTierType: RecoveryPointTierType;\n /** This property will be used as the discriminator for deciding the specific types in the polymorphic chain of types. */\n /** The discriminator possible values: FetchTieringCostInfoForRehydrationRequest, FetchTieringCostSavingsInfoForPolicyRequest, FetchTieringCostSavingsInfoForProtectedItemRequest, FetchTieringCostSavingsInfoForVaultRequest */\n objectType: string;\n}\n\nexport function fetchTieringCostInfoRequestSerializer(item: FetchTieringCostInfoRequest): any {\n return {\n sourceTierType: item[\"sourceTierType\"],\n targetTierType: item[\"targetTierType\"],\n objectType: item[\"objectType\"],\n };\n}\n\n/** Alias for FetchTieringCostInfoRequestUnion */\nexport type FetchTieringCostInfoRequestUnion =\n | FetchTieringCostInfoForRehydrationRequest\n | FetchTieringCostSavingsInfoForPolicyRequest\n | FetchTieringCostSavingsInfoForProtectedItemRequest\n | FetchTieringCostSavingsInfoForVaultRequest\n | FetchTieringCostInfoRequest;\n\nexport function fetchTieringCostInfoRequestUnionSerializer(\n item: FetchTieringCostInfoRequestUnion,\n): any {\n switch (item.objectType) {\n case \"FetchTieringCostInfoForRehydrationRequest\":\n return fetchTieringCostInfoForRehydrationRequestSerializer(\n item as FetchTieringCostInfoForRehydrationRequest,\n );\n\n case \"FetchTieringCostSavingsInfoForPolicyRequest\":\n return fetchTieringCostSavingsInfoForPolicyRequestSerializer(\n item as FetchTieringCostSavingsInfoForPolicyRequest,\n );\n\n case \"FetchTieringCostSavingsInfoForProtectedItemRequest\":\n return fetchTieringCostSavingsInfoForProtectedItemRequestSerializer(\n item as FetchTieringCostSavingsInfoForProtectedItemRequest,\n );\n\n case \"FetchTieringCostSavingsInfoForVaultRequest\":\n return fetchTieringCostSavingsInfoForVaultRequestSerializer(\n item as FetchTieringCostSavingsInfoForVaultRequest,\n );\n\n default:\n return fetchTieringCostInfoRequestSerializer(item);\n }\n}\n\n/** Request parameters for fetching cost info of rehydration */\nexport interface FetchTieringCostInfoForRehydrationRequest extends FetchTieringCostInfoRequest {\n /** Name of the protected item container */\n containerName: string;\n /** Name of the protectedItemName */\n protectedItemName: string;\n /** ID of the backup copy for rehydration cost info needs to be fetched. */\n recoveryPointId: string;\n /** Rehydration Priority */\n rehydrationPriority: RehydrationPriority;\n /** This property will be used as the discriminator for deciding the specific types in the polymorphic chain of types. */\n objectType: \"FetchTieringCostInfoForRehydrationRequest\";\n}\n\nexport function fetchTieringCostInfoForRehydrationRequestSerializer(\n item: FetchTieringCostInfoForRehydrationRequest,\n): any {\n return {\n sourceTierType: item[\"sourceTierType\"],\n targetTierType: item[\"targetTierType\"],\n objectType: item[\"objectType\"],\n containerName: item[\"containerName\"],\n protectedItemName: item[\"protectedItemName\"],\n recoveryPointId: item[\"recoveryPointId\"],\n rehydrationPriority: item[\"rehydrationPriority\"],\n };\n}\n\n/** Request parameters for tiering cost info for policy */\nexport interface FetchTieringCostSavingsInfoForPolicyRequest extends FetchTieringCostInfoRequest {\n /** Name of the backup policy for which the cost savings information is requested */\n policyName: string;\n /** This property will be used as the discriminator for deciding the specific types in the polymorphic chain of types. */\n objectType: \"FetchTieringCostSavingsInfoForPolicyRequest\";\n}\n\nexport function fetchTieringCostSavingsInfoForPolicyRequestSerializer(\n item: FetchTieringCostSavingsInfoForPolicyRequest,\n): any {\n return {\n sourceTierType: item[\"sourceTierType\"],\n targetTierType: item[\"targetTierType\"],\n objectType: item[\"objectType\"],\n policyName: item[\"policyName\"],\n };\n}\n\n/** Request parameters for tiering cost info for protected item */\nexport interface FetchTieringCostSavingsInfoForProtectedItemRequest extends FetchTieringCostInfoRequest {\n /** Name of the protected item container */\n containerName: string;\n /** Name of the protectedItemName */\n protectedItemName: string;\n /** This property will be used as the discriminator for deciding the specific types in the polymorphic chain of types. */\n objectType: \"FetchTieringCostSavingsInfoForProtectedItemRequest\";\n}\n\nexport function fetchTieringCostSavingsInfoForProtectedItemRequestSerializer(\n item: FetchTieringCostSavingsInfoForProtectedItemRequest,\n): any {\n return {\n sourceTierType: item[\"sourceTierType\"],\n targetTierType: item[\"targetTierType\"],\n objectType: item[\"objectType\"],\n containerName: item[\"containerName\"],\n protectedItemName: item[\"protectedItemName\"],\n };\n}\n\n/** Request parameters for tiering cost info for vault */\nexport interface FetchTieringCostSavingsInfoForVaultRequest extends FetchTieringCostInfoRequest {\n /** This property will be used as the discriminator for deciding the specific types in the polymorphic chain of types. */\n objectType: \"FetchTieringCostSavingsInfoForVaultRequest\";\n}\n\nexport function fetchTieringCostSavingsInfoForVaultRequestSerializer(\n item: FetchTieringCostSavingsInfoForVaultRequest,\n): any {\n return {\n sourceTierType: item[\"sourceTierType\"],\n targetTierType: item[\"targetTierType\"],\n objectType: item[\"objectType\"],\n };\n}\n\n/** Base class for tiering cost response */\nexport interface TieringCostInfo {\n /** This property will be used as the discriminator for deciding the specific types in the polymorphic chain of types. */\n /** The discriminator possible values: TieringCostRehydrationInfo, TieringCostSavingInfo */\n objectType: string;\n}\n\nexport function tieringCostInfoDeserializer(item: any): TieringCostInfo {\n return {\n objectType: item[\"objectType\"],\n };\n}\n\n/** Alias for TieringCostInfoUnion */\nexport type TieringCostInfoUnion =\n | TieringCostRehydrationInfo\n | TieringCostSavingInfo\n | TieringCostInfo;\n\nexport function tieringCostInfoUnionDeserializer(item: any): TieringCostInfoUnion {\n switch (item[\"objectType\"]) {\n case \"TieringCostRehydrationInfo\":\n return tieringCostRehydrationInfoDeserializer(item as TieringCostRehydrationInfo);\n\n case \"TieringCostSavingInfo\":\n return tieringCostSavingInfoDeserializer(item as TieringCostSavingInfo);\n\n default:\n return tieringCostInfoDeserializer(item);\n }\n}\n\n/** Response parameters for tiering cost info for rehydration */\nexport interface TieringCostRehydrationInfo extends TieringCostInfo {\n /** Rehydration size in bytes */\n rehydrationSizeInBytes: number;\n /** Source tier to target tier rehydration cost per GB per month */\n retailRehydrationCostPerGBPerMonth: number;\n /** This property will be used as the discriminator for deciding the specific types in the polymorphic chain of types. */\n objectType: \"TieringCostRehydrationInfo\";\n}\n\nexport function tieringCostRehydrationInfoDeserializer(item: any): TieringCostRehydrationInfo {\n return {\n objectType: item[\"objectType\"],\n rehydrationSizeInBytes: item[\"rehydrationSizeInBytes\"],\n retailRehydrationCostPerGBPerMonth: item[\"retailRehydrationCostPerGBPerMonth\"],\n };\n}\n\n/** Response parameters for tiering cost info for savings */\nexport interface TieringCostSavingInfo extends TieringCostInfo {\n /** Source tier size reduction in bytes after moving all the recommended backup points to target tier */\n sourceTierSizeReductionInBytes: number;\n /** Target tier size increase in bytes after moving all the recommended backup points to target tier */\n targetTierSizeIncreaseInBytes: number;\n /** Source tier retail cost per GB per month */\n retailSourceTierCostPerGBPerMonth: number;\n /** Target tier retail cost per GB per month */\n retailTargetTierCostPerGBPerMonth: number;\n /** This property will be used as the discriminator for deciding the specific types in the polymorphic chain of types. */\n objectType: \"TieringCostSavingInfo\";\n}\n\nexport function tieringCostSavingInfoDeserializer(item: any): TieringCostSavingInfo {\n return {\n objectType: item[\"objectType\"],\n sourceTierSizeReductionInBytes: item[\"sourceTierSizeReductionInBytes\"],\n targetTierSizeIncreaseInBytes: item[\"targetTierSizeIncreaseInBytes\"],\n retailSourceTierCostPerGBPerMonth: item[\"retailSourceTierCostPerGBPerMonth\"],\n retailTargetTierCostPerGBPerMonth: item[\"retailTargetTierCostPerGBPerMonth\"],\n };\n}\n\n/**\n * Contract to validate if backup can be enabled on the given resource in a given vault and given configuration.\n * It will validate followings\n * 1. Vault capacity\n * 2. VM is already protected\n * 3. Any VM related configuration passed in properties.\n */\nexport interface PreValidateEnableBackupRequest {\n /** ProtectedItem Type- VM, SqlDataBase, AzureFileShare etc */\n resourceType?: DataSourceType;\n /** ARM Virtual Machine Id */\n resourceId?: string;\n /** ARM id of the Recovery Services Vault */\n vaultId?: string;\n /** Configuration of VM if any needs to be validated like OS type etc */\n properties?: string;\n}\n\nexport function preValidateEnableBackupRequestSerializer(\n item: PreValidateEnableBackupRequest,\n): any {\n return {\n resourceType: item[\"resourceType\"],\n resourceId: item[\"resourceId\"],\n vaultId: item[\"vaultId\"],\n properties: item[\"properties\"],\n };\n}\n\n/** Response contract for enable backup validation request */\nexport interface PreValidateEnableBackupResponse {\n /** Validation Status */\n status?: ValidationStatus;\n /** Response error code */\n errorCode?: string;\n /** Response error message */\n errorMessage?: string;\n /** Recommended action for user */\n recommendation?: string;\n /**\n * Specifies the product specific container name. E.g. iaasvmcontainer;iaasvmcontainer;rgname;vmname. This is required\n * for portal\n */\n containerName?: string;\n /** Specifies the product specific ds name. E.g. vm;iaasvmcontainer;rgname;vmname. This is required for portal */\n protectedItemName?: string;\n}\n\nexport function preValidateEnableBackupResponseDeserializer(\n item: any,\n): PreValidateEnableBackupResponse {\n return {\n status: item[\"status\"],\n errorCode: item[\"errorCode\"],\n errorMessage: item[\"errorMessage\"],\n recommendation: item[\"recommendation\"],\n containerName: item[\"containerName\"],\n protectedItemName: item[\"protectedItemName\"],\n };\n}\n\n/** Validation Status */\nexport enum KnownValidationStatus {\n /** Invalid */\n Invalid = \"Invalid\",\n /** Succeeded */\n Succeeded = \"Succeeded\",\n /** Failed */\n Failed = \"Failed\",\n}\n\n/**\n * Validation Status \\\n * {@link KnownValidationStatus} can be used interchangeably with ValidationStatus,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Invalid** \\\n * **Succeeded** \\\n * **Failed**\n */\nexport type ValidationStatus = string;\n\n/** Private Endpoint Connection Response Properties */\nexport interface PrivateEndpointConnectionResource extends ProxyResource {\n /** PrivateEndpointConnectionResource properties */\n properties?: PrivateEndpointConnection;\n /** Resource tags. */\n tags?: Record<string, string>;\n /** The geo-location where the resource lives */\n location?: string;\n /** Optional ETag. */\n eTag?: string;\n}\n\nexport function privateEndpointConnectionResourceSerializer(\n item: PrivateEndpointConnectionResource,\n): any {\n return {\n properties: !item[\"properties\"]\n ? item[\"properties\"]\n : privateEndpointConnectionSerializer(item[\"properties\"]),\n tags: item[\"tags\"],\n location: item[\"location\"],\n eTag: item[\"eTag\"],\n };\n}\n\nexport function privateEndpointConnectionResourceDeserializer(\n item: any,\n): PrivateEndpointConnectionResource {\n return {\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n properties: !item[\"properties\"]\n ? item[\"properties\"]\n : privateEndpointConnectionDeserializer(item[\"properties\"]),\n tags: !item[\"tags\"]\n ? item[\"tags\"]\n : Object.fromEntries(Object.entries(item[\"tags\"]).map(([k, p]: [string, any]) => [k, p])),\n location: item[\"location\"],\n eTag: item[\"eTag\"],\n };\n}\n\n/** Private Endpoint Connection Response Properties */\nexport interface PrivateEndpointConnection {\n /** Gets or sets provisioning state of the private endpoint connection */\n provisioningState?: ProvisioningState;\n /** Gets or sets private endpoint associated with the private endpoint connection */\n privateEndpoint?: PrivateEndpoint;\n /** Group Ids for the Private Endpoint */\n groupIds?: VaultSubResourceType[];\n /** Gets or sets private link service connection state */\n privateLinkServiceConnectionState?: PrivateLinkServiceConnectionState;\n}\n\nexport function privateEndpointConnectionSerializer(item: PrivateEndpointConnection): any {\n return {\n provisioningState: item[\"provisioningState\"],\n privateEndpoint: !item[\"privateEndpoint\"]\n ? item[\"privateEndpoint\"]\n : privateEndpointSerializer(item[\"privateEndpoint\"]),\n groupIds: !item[\"groupIds\"]\n ? item[\"groupIds\"]\n : item[\"groupIds\"].map((p: any) => {\n return p;\n }),\n privateLinkServiceConnectionState: !item[\"privateLinkServiceConnectionState\"]\n ? item[\"privateLinkServiceConnectionState\"]\n : privateLinkServiceConnectionStateSerializer(item[\"privateLinkServiceConnectionState\"]),\n };\n}\n\nexport function privateEndpointConnectionDeserializer(item: any): PrivateEndpointConnection {\n return {\n provisioningState: item[\"provisioningState\"],\n privateEndpoint: !item[\"privateEndpoint\"]\n ? item[\"privateEndpoint\"]\n : privateEndpointDeserializer(item[\"privateEndpoint\"]),\n groupIds: !item[\"groupIds\"]\n ? item[\"groupIds\"]\n : item[\"groupIds\"].map((p: any) => {\n return p;\n }),\n privateLinkServiceConnectionState: !item[\"privateLinkServiceConnectionState\"]\n ? item[\"privateLinkServiceConnectionState\"]\n : privateLinkServiceConnectionStateDeserializer(item[\"privateLinkServiceConnectionState\"]),\n };\n}\n\n/** Gets or sets provisioning state of the private endpoint connection */\nexport enum KnownProvisioningState {\n /** Succeeded */\n Succeeded = \"Succeeded\",\n /** Deleting */\n Deleting = \"Deleting\",\n /** Failed */\n Failed = \"Failed\",\n /** Pending */\n Pending = \"Pending\",\n}\n\n/**\n * Gets or sets provisioning state of the private endpoint connection \\\n * {@link KnownProvisioningState} can be used interchangeably with ProvisioningState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Succeeded** \\\n * **Deleting** \\\n * **Failed** \\\n * **Pending**\n */\nexport type ProvisioningState = string;\n\n/** The Private Endpoint network resource that is linked to the Private Endpoint connection */\nexport interface PrivateEndpoint {\n /** Gets or sets id */\n id?: string;\n}\n\nexport function privateEndpointSerializer(item: PrivateEndpoint): any {\n return { id: item[\"id\"] };\n}\n\nexport function privateEndpointDeserializer(item: any): PrivateEndpoint {\n return {\n id: item[\"id\"],\n };\n}\n\n/** GroupId for the PrivateEndpointConnection - AzureBackup, AzureBackup_secondary or AzureSiteRecovery */\nexport enum KnownVaultSubResourceType {\n /** AzureBackup */\n AzureBackup = \"AzureBackup\",\n /** AzureBackup_secondary */\n AzureBackupSecondary = \"AzureBackup_secondary\",\n /** AzureSiteRecovery */\n AzureSiteRecovery = \"AzureSiteRecovery\",\n}\n\n/**\n * GroupId for the PrivateEndpointConnection - AzureBackup, AzureBackup_secondary or AzureSiteRecovery \\\n * {@link KnownVaultSubResourceType} can be used interchangeably with VaultSubResourceType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **AzureBackup** \\\n * **AzureBackup_secondary** \\\n * **AzureSiteRecovery**\n */\nexport type VaultSubResourceType = string;\n\n/** Private Link Service Connection State */\nexport interface PrivateLinkServiceConnectionState {\n /** Gets or sets the status */\n status?: PrivateEndpointConnectionStatus;\n /** Gets or sets description */\n description?: string;\n /** Gets or sets actions required */\n actionsRequired?: string;\n}\n\nexport function privateLinkServiceConnectionStateSerializer(\n item: PrivateLinkServiceConnectionState,\n): any {\n return {\n status: item[\"status\"],\n description: item[\"description\"],\n actionsRequired: item[\"actionsRequired\"],\n };\n}\n\nexport function privateLinkServiceConnectionStateDeserializer(\n item: any,\n): PrivateLinkServiceConnectionState {\n return {\n status: item[\"status\"],\n description: item[\"description\"],\n actionsRequired: item[\"actionsRequired\"],\n };\n}\n\n/** Gets or sets the status */\nexport enum KnownPrivateEndpointConnectionStatus {\n /** Pending */\n Pending = \"Pending\",\n /** Approved */\n Approved = \"Approved\",\n /** Rejected */\n Rejected = \"Rejected\",\n /** Disconnected */\n Disconnected = \"Disconnected\",\n}\n\n/**\n * Gets or sets the status \\\n * {@link KnownPrivateEndpointConnectionStatus} can be used interchangeably with PrivateEndpointConnectionStatus,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Pending** \\\n * **Approved** \\\n * **Rejected** \\\n * **Disconnected**\n */\nexport type PrivateEndpointConnectionStatus = string;\n\n/** The available API versions. */\nexport enum KnownVersions {\n /** The 2025-02-01 API version. */\n V20250201 = \"2025-02-01\",\n /** The 2025-08-01 API version. */\n V20250801 = \"2025-08-01\",\n /** The 2026-01-01 API version. */\n V20260101 = \"2026-01-01\",\n /** The 2026-01-31-preview API version. */\n V20260131Preview = \"2026-01-31-preview\",\n}\n"]}
|