@azure/arm-recoveryservicesbackup 9.0.1-alpha.20221128.1 → 10.0.0-alpha.20221212.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +165 -8
- package/dist/index.js +770 -273
- package/dist/index.js.map +1 -1
- package/dist/index.min.js +1 -1
- package/dist/index.min.js.map +1 -1
- package/dist-esm/samples-dev/resourceGuardProxyPutSample.js +8 -1
- package/dist-esm/samples-dev/resourceGuardProxyPutSample.js.map +1 -1
- package/dist-esm/src/index.d.ts +1 -0
- package/dist-esm/src/index.d.ts.map +1 -1
- package/dist-esm/src/index.js +1 -0
- package/dist-esm/src/index.js.map +1 -1
- package/dist-esm/src/models/index.d.ts +595 -314
- package/dist-esm/src/models/index.d.ts.map +1 -1
- package/dist-esm/src/models/index.js +310 -0
- package/dist-esm/src/models/index.js.map +1 -1
- package/dist-esm/src/models/mappers.d.ts +42 -42
- package/dist-esm/src/models/mappers.d.ts.map +1 -1
- package/dist-esm/src/models/mappers.js +120 -119
- package/dist-esm/src/models/mappers.js.map +1 -1
- package/dist-esm/src/models/parameters.d.ts +1 -0
- package/dist-esm/src/models/parameters.d.ts.map +1 -1
- package/dist-esm/src/models/parameters.js +5 -1
- package/dist-esm/src/models/parameters.js.map +1 -1
- package/dist-esm/src/operations/backupEngines.d.ts.map +1 -1
- package/dist-esm/src/operations/backupEngines.js +19 -12
- package/dist-esm/src/operations/backupEngines.js.map +1 -1
- package/dist-esm/src/operations/backupJobs.d.ts.map +1 -1
- package/dist-esm/src/operations/backupJobs.js +19 -12
- package/dist-esm/src/operations/backupJobs.js.map +1 -1
- package/dist-esm/src/operations/backupPolicies.d.ts.map +1 -1
- package/dist-esm/src/operations/backupPolicies.js +19 -8
- package/dist-esm/src/operations/backupPolicies.js.map +1 -1
- package/dist-esm/src/operations/backupProtectableItems.d.ts.map +1 -1
- package/dist-esm/src/operations/backupProtectableItems.js +19 -12
- package/dist-esm/src/operations/backupProtectableItems.js.map +1 -1
- package/dist-esm/src/operations/backupProtectedItems.d.ts.map +1 -1
- package/dist-esm/src/operations/backupProtectedItems.js +19 -12
- package/dist-esm/src/operations/backupProtectedItems.js.map +1 -1
- package/dist-esm/src/operations/backupProtectionContainers.d.ts.map +1 -1
- package/dist-esm/src/operations/backupProtectionContainers.js +19 -8
- package/dist-esm/src/operations/backupProtectionContainers.js.map +1 -1
- package/dist-esm/src/operations/backupProtectionIntent.d.ts.map +1 -1
- package/dist-esm/src/operations/backupProtectionIntent.js +19 -12
- package/dist-esm/src/operations/backupProtectionIntent.js.map +1 -1
- package/dist-esm/src/operations/backupUsageSummaries.d.ts.map +1 -1
- package/dist-esm/src/operations/backupUsageSummaries.js +8 -4
- package/dist-esm/src/operations/backupUsageSummaries.js.map +1 -1
- package/dist-esm/src/operations/backupWorkloadItems.d.ts.map +1 -1
- package/dist-esm/src/operations/backupWorkloadItems.js +19 -12
- package/dist-esm/src/operations/backupWorkloadItems.js.map +1 -1
- package/dist-esm/src/operations/operations.d.ts.map +1 -1
- package/dist-esm/src/operations/operations.js +19 -8
- package/dist-esm/src/operations/operations.js.map +1 -1
- package/dist-esm/src/operations/protectableContainers.d.ts.map +1 -1
- package/dist-esm/src/operations/protectableContainers.js +19 -8
- package/dist-esm/src/operations/protectableContainers.js.map +1 -1
- package/dist-esm/src/operations/recoveryPoints.d.ts.map +1 -1
- package/dist-esm/src/operations/recoveryPoints.js +19 -8
- package/dist-esm/src/operations/recoveryPoints.js.map +1 -1
- package/dist-esm/src/operations/recoveryPointsRecommendedForMove.d.ts.map +1 -1
- package/dist-esm/src/operations/recoveryPointsRecommendedForMove.js +19 -8
- package/dist-esm/src/operations/recoveryPointsRecommendedForMove.js.map +1 -1
- package/dist-esm/src/operations/resourceGuardProxies.d.ts.map +1 -1
- package/dist-esm/src/operations/resourceGuardProxies.js +19 -8
- package/dist-esm/src/operations/resourceGuardProxies.js.map +1 -1
- package/dist-esm/src/operations/resourceGuardProxy.d.ts +3 -2
- package/dist-esm/src/operations/resourceGuardProxy.d.ts.map +1 -1
- package/dist-esm/src/operations/resourceGuardProxy.js +13 -4
- package/dist-esm/src/operations/resourceGuardProxy.js.map +1 -1
- package/dist-esm/src/operationsInterfaces/resourceGuardProxy.d.ts +3 -2
- package/dist-esm/src/operationsInterfaces/resourceGuardProxy.d.ts.map +1 -1
- package/dist-esm/src/pagingHelper.d.ts +13 -0
- package/dist-esm/src/pagingHelper.d.ts.map +1 -0
- package/dist-esm/src/pagingHelper.js +32 -0
- package/dist-esm/src/pagingHelper.js.map +1 -0
- package/dist-esm/src/recoveryServicesBackupClient.d.ts +2 -0
- package/dist-esm/src/recoveryServicesBackupClient.d.ts.map +1 -1
- package/dist-esm/src/recoveryServicesBackupClient.js +48 -18
- package/dist-esm/src/recoveryServicesBackupClient.js.map +1 -1
- package/dist-esm/test/sampleTest.js +11 -13
- package/dist-esm/test/sampleTest.js.map +1 -1
- package/package.json +12 -8
- package/review/arm-recoveryservicesbackup.api.md +445 -765
- package/src/index.ts +1 -0
- package/src/models/index.ts +658 -334
- package/src/models/mappers.ts +137 -119
- package/src/models/parameters.ts +6 -0
- package/src/operations/backupEngines.ts +26 -13
- package/src/operations/backupJobs.ts +26 -13
- package/src/operations/backupPolicies.ts +26 -9
- package/src/operations/backupProtectableItems.ts +26 -13
- package/src/operations/backupProtectedItems.ts +26 -13
- package/src/operations/backupProtectionContainers.ts +26 -9
- package/src/operations/backupProtectionIntent.ts +26 -13
- package/src/operations/backupUsageSummaries.ts +15 -5
- package/src/operations/backupWorkloadItems.ts +28 -19
- package/src/operations/operations.ts +21 -9
- package/src/operations/protectableContainers.ts +27 -14
- package/src/operations/recoveryPoints.ts +29 -16
- package/src/operations/recoveryPointsRecommendedForMove.ts +30 -17
- package/src/operations/resourceGuardProxies.ts +26 -9
- package/src/operations/resourceGuardProxy.ts +14 -3
- package/src/operationsInterfaces/resourceGuardProxy.ts +3 -0
- package/src/pagingHelper.ts +39 -0
- package/src/recoveryServicesBackupClient.ts +60 -20
- package/types/arm-recoveryservicesbackup.d.ts +608 -315
- package/dist-esm/samples-dev/azureVMDiscoveryOperationResult.d.ts +0 -2
- package/dist-esm/samples-dev/azureVMDiscoveryOperationResult.d.ts.map +0 -1
- package/dist-esm/samples-dev/azureVMDiscoveryOperationResult.js +0 -33
- package/dist-esm/samples-dev/azureVMDiscoveryOperationResult.js.map +0 -1
- package/dist-esm/samples-dev/cancelJob.d.ts +0 -2
- package/dist-esm/samples-dev/cancelJob.d.ts.map +0 -1
- package/dist-esm/samples-dev/cancelJob.js +0 -34
- package/dist-esm/samples-dev/cancelJob.js.map +0 -1
- package/dist-esm/samples-dev/cancelJobOperationResult.d.ts +0 -2
- package/dist-esm/samples-dev/cancelJobOperationResult.d.ts.map +0 -1
- package/dist-esm/samples-dev/cancelJobOperationResult.js +0 -33
- package/dist-esm/samples-dev/cancelJobOperationResult.js.map +0 -1
- package/dist-esm/samples-dev/checkAzureVMBackupFeatureSupport.d.ts +0 -2
- package/dist-esm/samples-dev/checkAzureVMBackupFeatureSupport.d.ts.map +0 -1
- package/dist-esm/samples-dev/checkAzureVMBackupFeatureSupport.js +0 -35
- package/dist-esm/samples-dev/checkAzureVMBackupFeatureSupport.js.map +0 -1
- package/dist-esm/samples-dev/createOrUpdateAzureVMProtectionIntent.d.ts +0 -2
- package/dist-esm/samples-dev/createOrUpdateAzureVMProtectionIntent.d.ts.map +0 -1
- package/dist-esm/samples-dev/createOrUpdateAzureVMProtectionIntent.js +0 -40
- package/dist-esm/samples-dev/createOrUpdateAzureVMProtectionIntent.js.map +0 -1
- package/dist-esm/samples-dev/createOrUpdateDailyAzureStorageProtectionPolicy.d.ts +0 -2
- package/dist-esm/samples-dev/createOrUpdateDailyAzureStorageProtectionPolicy.d.ts.map +0 -1
- package/dist-esm/samples-dev/createOrUpdateDailyAzureStorageProtectionPolicy.js +0 -79
- package/dist-esm/samples-dev/createOrUpdateDailyAzureStorageProtectionPolicy.js.map +0 -1
- package/dist-esm/samples-dev/createOrUpdateEnhancedAzureVMProtectionPolicyWithDailyBackup.d.ts +0 -2
- package/dist-esm/samples-dev/createOrUpdateEnhancedAzureVMProtectionPolicyWithDailyBackup.d.ts.map +0 -1
- package/dist-esm/samples-dev/createOrUpdateEnhancedAzureVMProtectionPolicyWithDailyBackup.js +0 -80
- package/dist-esm/samples-dev/createOrUpdateEnhancedAzureVMProtectionPolicyWithDailyBackup.js.map +0 -1
- package/dist-esm/samples-dev/createOrUpdateEnhancedAzureVMProtectionPolicyWithHourlyBackup.d.ts +0 -2
- package/dist-esm/samples-dev/createOrUpdateEnhancedAzureVMProtectionPolicyWithHourlyBackup.d.ts.map +0 -1
- package/dist-esm/samples-dev/createOrUpdateEnhancedAzureVMProtectionPolicyWithHourlyBackup.js +0 -84
- package/dist-esm/samples-dev/createOrUpdateEnhancedAzureVMProtectionPolicyWithHourlyBackup.js.map +0 -1
- package/dist-esm/samples-dev/createOrUpdateFullAzureVMProtectionPolicy.d.ts +0 -2
- package/dist-esm/samples-dev/createOrUpdateFullAzureVMProtectionPolicy.d.ts.map +0 -1
- package/dist-esm/samples-dev/createOrUpdateFullAzureVMProtectionPolicy.js +0 -73
- package/dist-esm/samples-dev/createOrUpdateFullAzureVMProtectionPolicy.js.map +0 -1
- package/dist-esm/samples-dev/createOrUpdateFullAzureWorkloadProtectionPolicy.d.ts +0 -2
- package/dist-esm/samples-dev/createOrUpdateFullAzureWorkloadProtectionPolicy.d.ts.map +0 -1
- package/dist-esm/samples-dev/createOrUpdateFullAzureWorkloadProtectionPolicy.js +0 -103
- package/dist-esm/samples-dev/createOrUpdateFullAzureWorkloadProtectionPolicy.js.map +0 -1
- package/dist-esm/samples-dev/createOrUpdateHourlyAzureStorageProtectionPolicy.d.ts +0 -2
- package/dist-esm/samples-dev/createOrUpdateHourlyAzureStorageProtectionPolicy.d.ts.map +0 -1
- package/dist-esm/samples-dev/createOrUpdateHourlyAzureStorageProtectionPolicy.js +0 -83
- package/dist-esm/samples-dev/createOrUpdateHourlyAzureStorageProtectionPolicy.js.map +0 -1
- package/dist-esm/samples-dev/createOrUpdateSimpleAzureVMProtectionPolicy.d.ts +0 -2
- package/dist-esm/samples-dev/createOrUpdateSimpleAzureVMProtectionPolicy.d.ts.map +0 -1
- package/dist-esm/samples-dev/createOrUpdateSimpleAzureVMProtectionPolicy.js +0 -52
- package/dist-esm/samples-dev/createOrUpdateSimpleAzureVMProtectionPolicy.js.map +0 -1
- package/dist-esm/samples-dev/createResourceGuardProxy.d.ts +0 -2
- package/dist-esm/samples-dev/createResourceGuardProxy.d.ts.map +0 -1
- package/dist-esm/samples-dev/createResourceGuardProxy.js +0 -34
- package/dist-esm/samples-dev/createResourceGuardProxy.js.map +0 -1
- package/dist-esm/samples-dev/deleteAzureVMProtectionPolicy.d.ts +0 -2
- package/dist-esm/samples-dev/deleteAzureVMProtectionPolicy.d.ts.map +0 -1
- package/dist-esm/samples-dev/deleteAzureVMProtectionPolicy.js +0 -34
- package/dist-esm/samples-dev/deleteAzureVMProtectionPolicy.js.map +0 -1
- package/dist-esm/samples-dev/deletePrivateEndpointConnection.d.ts +0 -2
- package/dist-esm/samples-dev/deletePrivateEndpointConnection.d.ts.map +0 -1
- package/dist-esm/samples-dev/deletePrivateEndpointConnection.js +0 -32
- package/dist-esm/samples-dev/deletePrivateEndpointConnection.js.map +0 -1
- package/dist-esm/samples-dev/deleteProtectionFromAzureVirtualMachine.d.ts +0 -2
- package/dist-esm/samples-dev/deleteProtectionFromAzureVirtualMachine.d.ts.map +0 -1
- package/dist-esm/samples-dev/deleteProtectionFromAzureVirtualMachine.js +0 -36
- package/dist-esm/samples-dev/deleteProtectionFromAzureVirtualMachine.js.map +0 -1
- package/dist-esm/samples-dev/deleteProtectionIntentFromItem.d.ts +0 -2
- package/dist-esm/samples-dev/deleteProtectionIntentFromItem.d.ts.map +0 -1
- package/dist-esm/samples-dev/deleteProtectionIntentFromItem.js +0 -33
- package/dist-esm/samples-dev/deleteProtectionIntentFromItem.js.map +0 -1
- package/dist-esm/samples-dev/deleteResourceGuardProxy.d.ts +0 -2
- package/dist-esm/samples-dev/deleteResourceGuardProxy.d.ts.map +0 -1
- package/dist-esm/samples-dev/deleteResourceGuardProxy.js +0 -32
- package/dist-esm/samples-dev/deleteResourceGuardProxy.js.map +0 -1
- package/dist-esm/samples-dev/enableProtectionOnAzureIaasVM.d.ts +0 -2
- package/dist-esm/samples-dev/enableProtectionOnAzureIaasVM.d.ts.map +0 -1
- package/dist-esm/samples-dev/enableProtectionOnAzureIaasVM.js +0 -43
- package/dist-esm/samples-dev/enableProtectionOnAzureIaasVM.js.map +0 -1
- package/dist-esm/samples-dev/exportJobs.d.ts +0 -2
- package/dist-esm/samples-dev/exportJobs.d.ts.map +0 -1
- package/dist-esm/samples-dev/exportJobs.js +0 -31
- package/dist-esm/samples-dev/exportJobs.js.map +0 -1
- package/dist-esm/samples-dev/exportJobsOperationResults.d.ts +0 -2
- package/dist-esm/samples-dev/exportJobsOperationResults.d.ts.map +0 -1
- package/dist-esm/samples-dev/exportJobsOperationResults.js +0 -34
- package/dist-esm/samples-dev/exportJobsOperationResults.js.map +0 -1
- package/dist-esm/samples-dev/getAzureIaasVMEnhancedProtectionPolicyDetails.d.ts +0 -2
- package/dist-esm/samples-dev/getAzureIaasVMEnhancedProtectionPolicyDetails.d.ts.map +0 -1
- package/dist-esm/samples-dev/getAzureIaasVMEnhancedProtectionPolicyDetails.js +0 -34
- package/dist-esm/samples-dev/getAzureIaasVMEnhancedProtectionPolicyDetails.js.map +0 -1
- package/dist-esm/samples-dev/getAzureIaasVMProtectionPolicyDetails.d.ts +0 -2
- package/dist-esm/samples-dev/getAzureIaasVMProtectionPolicyDetails.d.ts.map +0 -1
- package/dist-esm/samples-dev/getAzureIaasVMProtectionPolicyDetails.js +0 -34
- package/dist-esm/samples-dev/getAzureIaasVMProtectionPolicyDetails.js.map +0 -1
- package/dist-esm/samples-dev/getAzureStorageProtectionContainerOperationResult.d.ts +0 -2
- package/dist-esm/samples-dev/getAzureStorageProtectionContainerOperationResult.d.ts.map +0 -1
- package/dist-esm/samples-dev/getAzureStorageProtectionContainerOperationResult.js +0 -34
- package/dist-esm/samples-dev/getAzureStorageProtectionContainerOperationResult.js.map +0 -1
- package/dist-esm/samples-dev/getAzureVMRecoveryPointDetails.d.ts +0 -2
- package/dist-esm/samples-dev/getAzureVMRecoveryPointDetails.d.ts.map +0 -1
- package/dist-esm/samples-dev/getAzureVMRecoveryPointDetails.js +0 -37
- package/dist-esm/samples-dev/getAzureVMRecoveryPointDetails.js.map +0 -1
- package/dist-esm/samples-dev/getAzureVirtualMachineBackupStatus.d.ts +0 -2
- package/dist-esm/samples-dev/getAzureVirtualMachineBackupStatus.d.ts.map +0 -1
- package/dist-esm/samples-dev/getAzureVirtualMachineBackupStatus.js +0 -34
- package/dist-esm/samples-dev/getAzureVirtualMachineBackupStatus.js.map +0 -1
- package/dist-esm/samples-dev/getDpmOrAzureBackupServerOrLajollaBackupEngineDetails.d.ts +0 -2
- package/dist-esm/samples-dev/getDpmOrAzureBackupServerOrLajollaBackupEngineDetails.d.ts.map +0 -1
- package/dist-esm/samples-dev/getDpmOrAzureBackupServerOrLajollaBackupEngineDetails.js +0 -32
- package/dist-esm/samples-dev/getDpmOrAzureBackupServerOrLajollaBackupEngineDetails.js.map +0 -1
- package/dist-esm/samples-dev/getJobDetails.d.ts +0 -2
- package/dist-esm/samples-dev/getJobDetails.d.ts.map +0 -1
- package/dist-esm/samples-dev/getJobDetails.js +0 -32
- package/dist-esm/samples-dev/getJobDetails.js.map +0 -1
- package/dist-esm/samples-dev/getOperationResultForPrepareDataMove.d.ts +0 -2
- package/dist-esm/samples-dev/getOperationResultForPrepareDataMove.d.ts.map +0 -1
- package/dist-esm/samples-dev/getOperationResultForPrepareDataMove.js +0 -32
- package/dist-esm/samples-dev/getOperationResultForPrepareDataMove.js.map +0 -1
- package/dist-esm/samples-dev/getOperationResultsOfProtectedVM.d.ts +0 -2
- package/dist-esm/samples-dev/getOperationResultsOfProtectedVM.d.ts.map +0 -1
- package/dist-esm/samples-dev/getOperationResultsOfProtectedVM.js +0 -35
- package/dist-esm/samples-dev/getOperationResultsOfProtectedVM.js.map +0 -1
- package/dist-esm/samples-dev/getOperationResultsOfValidateOperation.d.ts +0 -2
- package/dist-esm/samples-dev/getOperationResultsOfValidateOperation.d.ts.map +0 -1
- package/dist-esm/samples-dev/getOperationResultsOfValidateOperation.js +0 -32
- package/dist-esm/samples-dev/getOperationResultsOfValidateOperation.js.map +0 -1
- package/dist-esm/samples-dev/getOperationStatus.d.ts +0 -2
- package/dist-esm/samples-dev/getOperationStatus.d.ts.map +0 -1
- package/dist-esm/samples-dev/getOperationStatus.js +0 -32
- package/dist-esm/samples-dev/getOperationStatus.js.map +0 -1
- package/dist-esm/samples-dev/getOperationStatusOfProtectedVM.d.ts +0 -2
- package/dist-esm/samples-dev/getOperationStatusOfProtectedVM.d.ts.map +0 -1
- package/dist-esm/samples-dev/getOperationStatusOfProtectedVM.js +0 -39
- package/dist-esm/samples-dev/getOperationStatusOfProtectedVM.js.map +0 -1
- package/dist-esm/samples-dev/getOperationStatusOfValidateOperation.d.ts +0 -2
- package/dist-esm/samples-dev/getOperationStatusOfValidateOperation.d.ts.map +0 -1
- package/dist-esm/samples-dev/getOperationStatusOfValidateOperation.js +0 -36
- package/dist-esm/samples-dev/getOperationStatusOfValidateOperation.js.map +0 -1
- package/dist-esm/samples-dev/getPrivateEndpointConnection.d.ts +0 -2
- package/dist-esm/samples-dev/getPrivateEndpointConnection.d.ts.map +0 -1
- package/dist-esm/samples-dev/getPrivateEndpointConnection.js +0 -32
- package/dist-esm/samples-dev/getPrivateEndpointConnection.js.map +0 -1
- package/dist-esm/samples-dev/getProtectedAzureVMRecoveryPoints.d.ts +0 -2
- package/dist-esm/samples-dev/getProtectedAzureVMRecoveryPoints.d.ts.map +0 -1
- package/dist-esm/samples-dev/getProtectedAzureVMRecoveryPoints.js +0 -48
- package/dist-esm/samples-dev/getProtectedAzureVMRecoveryPoints.js.map +0 -1
- package/dist-esm/samples-dev/getProtectedAzureVMRecoveryPointsRecommendedForMove.d.ts +0 -2
- package/dist-esm/samples-dev/getProtectedAzureVMRecoveryPointsRecommendedForMove.d.ts.map +0 -1
- package/dist-esm/samples-dev/getProtectedAzureVMRecoveryPointsRecommendedForMove.js +0 -52
- package/dist-esm/samples-dev/getProtectedAzureVMRecoveryPointsRecommendedForMove.js.map +0 -1
- package/dist-esm/samples-dev/getProtectedClassicVirtualMachineDetails.d.ts +0 -2
- package/dist-esm/samples-dev/getProtectedClassicVirtualMachineDetails.d.ts.map +0 -1
- package/dist-esm/samples-dev/getProtectedClassicVirtualMachineDetails.js +0 -36
- package/dist-esm/samples-dev/getProtectedClassicVirtualMachineDetails.js.map +0 -1
- package/dist-esm/samples-dev/getProtectedContainersUsagesSummary.d.ts +0 -2
- package/dist-esm/samples-dev/getProtectedContainersUsagesSummary.d.ts.map +0 -1
- package/dist-esm/samples-dev/getProtectedContainersUsagesSummary.js +0 -47
- package/dist-esm/samples-dev/getProtectedContainersUsagesSummary.js.map +0 -1
- package/dist-esm/samples-dev/getProtectedItemDeleteOperationStatus.d.ts +0 -2
- package/dist-esm/samples-dev/getProtectedItemDeleteOperationStatus.d.ts.map +0 -1
- package/dist-esm/samples-dev/getProtectedItemDeleteOperationStatus.js +0 -36
- package/dist-esm/samples-dev/getProtectedItemDeleteOperationStatus.js.map +0 -1
- package/dist-esm/samples-dev/getProtectedItemsUsagesSummary.d.ts +0 -2
- package/dist-esm/samples-dev/getProtectedItemsUsagesSummary.d.ts.map +0 -1
- package/dist-esm/samples-dev/getProtectedItemsUsagesSummary.js +0 -47
- package/dist-esm/samples-dev/getProtectedItemsUsagesSummary.js.map +0 -1
- package/dist-esm/samples-dev/getProtectedVirtualMachineDetails.d.ts +0 -2
- package/dist-esm/samples-dev/getProtectedVirtualMachineDetails.d.ts.map +0 -1
- package/dist-esm/samples-dev/getProtectedVirtualMachineDetails.js +0 -36
- package/dist-esm/samples-dev/getProtectedVirtualMachineDetails.js.map +0 -1
- package/dist-esm/samples-dev/getProtectionContainerDetails.d.ts +0 -2
- package/dist-esm/samples-dev/getProtectionContainerDetails.d.ts.map +0 -1
- package/dist-esm/samples-dev/getProtectionContainerDetails.js +0 -33
- package/dist-esm/samples-dev/getProtectionContainerDetails.js.map +0 -1
- package/dist-esm/samples-dev/getProtectionIntentForAnItem.d.ts +0 -2
- package/dist-esm/samples-dev/getProtectionIntentForAnItem.d.ts.map +0 -1
- package/dist-esm/samples-dev/getProtectionIntentForAnItem.js +0 -35
- package/dist-esm/samples-dev/getProtectionIntentForAnItem.js.map +0 -1
- package/dist-esm/samples-dev/getProtectionPolicyOperationResults.d.ts +0 -2
- package/dist-esm/samples-dev/getProtectionPolicyOperationResults.d.ts.map +0 -1
- package/dist-esm/samples-dev/getProtectionPolicyOperationResults.js +0 -33
- package/dist-esm/samples-dev/getProtectionPolicyOperationResults.js.map +0 -1
- package/dist-esm/samples-dev/getProtectionPolicyOperationStatus.d.ts +0 -2
- package/dist-esm/samples-dev/getProtectionPolicyOperationStatus.d.ts.map +0 -1
- package/dist-esm/samples-dev/getProtectionPolicyOperationStatus.js +0 -37
- package/dist-esm/samples-dev/getProtectionPolicyOperationStatus.js.map +0 -1
- package/dist-esm/samples-dev/getResourceGuardProxy.d.ts +0 -2
- package/dist-esm/samples-dev/getResourceGuardProxy.d.ts.map +0 -1
- package/dist-esm/samples-dev/getResourceGuardProxy.js +0 -32
- package/dist-esm/samples-dev/getResourceGuardProxy.js.map +0 -1
- package/dist-esm/samples-dev/getResultForProtectedItemDeleteOperation.d.ts +0 -2
- package/dist-esm/samples-dev/getResultForProtectedItemDeleteOperation.d.ts.map +0 -1
- package/dist-esm/samples-dev/getResultForProtectedItemDeleteOperation.js +0 -38
- package/dist-esm/samples-dev/getResultForProtectedItemDeleteOperation.js.map +0 -1
- package/dist-esm/samples-dev/getVaultEncryptionConfiguration.d.ts +0 -2
- package/dist-esm/samples-dev/getVaultEncryptionConfiguration.d.ts.map +0 -1
- package/dist-esm/samples-dev/getVaultEncryptionConfiguration.js +0 -31
- package/dist-esm/samples-dev/getVaultEncryptionConfiguration.js.map +0 -1
- package/dist-esm/samples-dev/getVaultGuardProxies.d.ts +0 -2
- package/dist-esm/samples-dev/getVaultGuardProxies.d.ts.map +0 -1
- package/dist-esm/samples-dev/getVaultGuardProxies.js +0 -45
- package/dist-esm/samples-dev/getVaultGuardProxies.js.map +0 -1
- package/dist-esm/samples-dev/getVaultSecurityConfig.d.ts +0 -2
- package/dist-esm/samples-dev/getVaultSecurityConfig.d.ts.map +0 -1
- package/dist-esm/samples-dev/getVaultSecurityConfig.js +0 -31
- package/dist-esm/samples-dev/getVaultSecurityConfig.js.map +0 -1
- package/dist-esm/samples-dev/getVaultSecurityPin.d.ts +0 -2
- package/dist-esm/samples-dev/getVaultSecurityPin.d.ts.map +0 -1
- package/dist-esm/samples-dev/getVaultSecurityPin.js +0 -31
- package/dist-esm/samples-dev/getVaultSecurityPin.js.map +0 -1
- package/dist-esm/samples-dev/getVaultStorageConfiguration.d.ts +0 -2
- package/dist-esm/samples-dev/getVaultStorageConfiguration.d.ts.map +0 -1
- package/dist-esm/samples-dev/getVaultStorageConfiguration.js +0 -31
- package/dist-esm/samples-dev/getVaultStorageConfiguration.js.map +0 -1
- package/dist-esm/samples-dev/inquireAzureStorageProtectionContainers.d.ts +0 -2
- package/dist-esm/samples-dev/inquireAzureStorageProtectionContainers.d.ts.map +0 -1
- package/dist-esm/samples-dev/inquireAzureStorageProtectionContainers.js +0 -33
- package/dist-esm/samples-dev/inquireAzureStorageProtectionContainers.js.map +0 -1
- package/dist-esm/samples-dev/listAllJobs.d.ts +0 -2
- package/dist-esm/samples-dev/listAllJobs.d.ts.map +0 -1
- package/dist-esm/samples-dev/listAllJobs.js +0 -45
- package/dist-esm/samples-dev/listAllJobs.js.map +0 -1
- package/dist-esm/samples-dev/listBackupProtectionContainers.d.ts +0 -2
- package/dist-esm/samples-dev/listBackupProtectionContainers.d.ts.map +0 -1
- package/dist-esm/samples-dev/listBackupProtectionContainers.js +0 -47
- package/dist-esm/samples-dev/listBackupProtectionContainers.js.map +0 -1
- package/dist-esm/samples-dev/listDpmOrAzureBackupServerOrLajollaBackupEngines.d.ts +0 -2
- package/dist-esm/samples-dev/listDpmOrAzureBackupServerOrLajollaBackupEngines.d.ts.map +0 -1
- package/dist-esm/samples-dev/listDpmOrAzureBackupServerOrLajollaBackupEngines.js +0 -45
- package/dist-esm/samples-dev/listDpmOrAzureBackupServerOrLajollaBackupEngines.js.map +0 -1
- package/dist-esm/samples-dev/listJobsWithFilters.d.ts +0 -2
- package/dist-esm/samples-dev/listJobsWithFilters.d.ts.map +0 -1
- package/dist-esm/samples-dev/listJobsWithFilters.js +0 -47
- package/dist-esm/samples-dev/listJobsWithFilters.js.map +0 -1
- package/dist-esm/samples-dev/listJobsWithTimeFilter.d.ts +0 -2
- package/dist-esm/samples-dev/listJobsWithTimeFilter.d.ts.map +0 -1
- package/dist-esm/samples-dev/listJobsWithTimeFilter.js +0 -47
- package/dist-esm/samples-dev/listJobsWithTimeFilter.js.map +0 -1
- package/dist-esm/samples-dev/listOperations.d.ts +0 -2
- package/dist-esm/samples-dev/listOperations.d.ts.map +0 -1
- package/dist-esm/samples-dev/listOperations.js +0 -43
- package/dist-esm/samples-dev/listOperations.js.map +0 -1
- package/dist-esm/samples-dev/listProtectableItemsWithBackupManagementTypeFilterAsAzureIaasVM.d.ts +0 -2
- package/dist-esm/samples-dev/listProtectableItemsWithBackupManagementTypeFilterAsAzureIaasVM.d.ts.map +0 -1
- package/dist-esm/samples-dev/listProtectableItemsWithBackupManagementTypeFilterAsAzureIaasVM.js +0 -49
- package/dist-esm/samples-dev/listProtectableItemsWithBackupManagementTypeFilterAsAzureIaasVM.js.map +0 -1
- package/dist-esm/samples-dev/listProtectableItemsWithBackupManagementTypeFilterAsAzureStorage.d.ts +0 -2
- package/dist-esm/samples-dev/listProtectableItemsWithBackupManagementTypeFilterAsAzureStorage.d.ts.map +0 -1
- package/dist-esm/samples-dev/listProtectableItemsWithBackupManagementTypeFilterAsAzureStorage.js +0 -48
- package/dist-esm/samples-dev/listProtectableItemsWithBackupManagementTypeFilterAsAzureStorage.js.map +0 -1
- package/dist-esm/samples-dev/listProtectedItemsWithBackupManagementTypeFilterAsAzureIaasVM.d.ts +0 -2
- package/dist-esm/samples-dev/listProtectedItemsWithBackupManagementTypeFilterAsAzureIaasVM.d.ts.map +0 -1
- package/dist-esm/samples-dev/listProtectedItemsWithBackupManagementTypeFilterAsAzureIaasVM.js +0 -47
- package/dist-esm/samples-dev/listProtectedItemsWithBackupManagementTypeFilterAsAzureIaasVM.js.map +0 -1
- package/dist-esm/samples-dev/listProtectionIntentWithBackupManagementTypeFilter.d.ts +0 -2
- package/dist-esm/samples-dev/listProtectionIntentWithBackupManagementTypeFilter.d.ts.map +0 -1
- package/dist-esm/samples-dev/listProtectionIntentWithBackupManagementTypeFilter.js +0 -45
- package/dist-esm/samples-dev/listProtectionIntentWithBackupManagementTypeFilter.js.map +0 -1
- package/dist-esm/samples-dev/listProtectionPoliciesWithBackupManagementTypeFilterAsAzureIaasVM.d.ts +0 -2
- package/dist-esm/samples-dev/listProtectionPoliciesWithBackupManagementTypeFilterAsAzureIaasVM.d.ts.map +0 -1
- package/dist-esm/samples-dev/listProtectionPoliciesWithBackupManagementTypeFilterAsAzureIaasVM.js +0 -49
- package/dist-esm/samples-dev/listProtectionPoliciesWithBackupManagementTypeFilterAsAzureIaasVM.js.map +0 -1
- package/dist-esm/samples-dev/listProtectionPoliciesWithBackupManagementTypeFilterAsAzureIaasVMWithBothV1AndV2Policies.d.ts +0 -2
- package/dist-esm/samples-dev/listProtectionPoliciesWithBackupManagementTypeFilterAsAzureIaasVMWithBothV1AndV2Policies.d.ts.map +0 -1
- package/dist-esm/samples-dev/listProtectionPoliciesWithBackupManagementTypeFilterAsAzureIaasVMWithBothV1AndV2Policies.js +0 -49
- package/dist-esm/samples-dev/listProtectionPoliciesWithBackupManagementTypeFilterAsAzureIaasVMWithBothV1AndV2Policies.js.map +0 -1
- package/dist-esm/samples-dev/listProtectionPoliciesWithBackupManagementTypeFilterAsAzureWorkload.d.ts +0 -2
- package/dist-esm/samples-dev/listProtectionPoliciesWithBackupManagementTypeFilterAsAzureWorkload.d.ts.map +0 -1
- package/dist-esm/samples-dev/listProtectionPoliciesWithBackupManagementTypeFilterAsAzureWorkload.js +0 -49
- package/dist-esm/samples-dev/listProtectionPoliciesWithBackupManagementTypeFilterAsAzureWorkload.js.map +0 -1
- package/dist-esm/samples-dev/listWorkloadItemsInContainer.d.ts +0 -2
- package/dist-esm/samples-dev/listWorkloadItemsInContainer.d.ts.map +0 -1
- package/dist-esm/samples-dev/listWorkloadItemsInContainer.js +0 -51
- package/dist-esm/samples-dev/listWorkloadItemsInContainer.js.map +0 -1
- package/dist-esm/samples-dev/prepareDataMove.d.ts +0 -2
- package/dist-esm/samples-dev/prepareDataMove.d.ts.map +0 -1
- package/dist-esm/samples-dev/prepareDataMove.js +0 -36
- package/dist-esm/samples-dev/prepareDataMove.js.map +0 -1
- package/dist-esm/samples-dev/provisionInstantItemLevelRecoveryForAzureVM.d.ts +0 -2
- package/dist-esm/samples-dev/provisionInstantItemLevelRecoveryForAzureVM.d.ts.map +0 -1
- package/dist-esm/samples-dev/provisionInstantItemLevelRecoveryForAzureVM.js +0 -48
- package/dist-esm/samples-dev/provisionInstantItemLevelRecoveryForAzureVM.js.map +0 -1
- package/dist-esm/samples-dev/registerAzureStorageProtectionContainers.d.ts +0 -2
- package/dist-esm/samples-dev/registerAzureStorageProtectionContainers.d.ts.map +0 -1
- package/dist-esm/samples-dev/registerAzureStorageProtectionContainers.js +0 -46
- package/dist-esm/samples-dev/registerAzureStorageProtectionContainers.js.map +0 -1
- package/dist-esm/samples-dev/restoreDisksWithIaasVMRestoreRequest.d.ts +0 -2
- package/dist-esm/samples-dev/restoreDisksWithIaasVMRestoreRequest.d.ts.map +0 -1
- package/dist-esm/samples-dev/restoreDisksWithIaasVMRestoreRequest.js +0 -54
- package/dist-esm/samples-dev/restoreDisksWithIaasVMRestoreRequest.js.map +0 -1
- package/dist-esm/samples-dev/restoreDisksWithIaasVMRestoreRequestWithIdentityBasedRestoreDetails.d.ts +0 -2
- package/dist-esm/samples-dev/restoreDisksWithIaasVMRestoreRequestWithIdentityBasedRestoreDetails.d.ts.map +0 -1
- package/dist-esm/samples-dev/restoreDisksWithIaasVMRestoreRequestWithIdentityBasedRestoreDetails.js +0 -56
- package/dist-esm/samples-dev/restoreDisksWithIaasVMRestoreRequestWithIdentityBasedRestoreDetails.js.map +0 -1
- package/dist-esm/samples-dev/restoreDisksWithIaasVMRestoreWithRehydrationRequest.d.ts +0 -2
- package/dist-esm/samples-dev/restoreDisksWithIaasVMRestoreWithRehydrationRequest.d.ts.map +0 -1
- package/dist-esm/samples-dev/restoreDisksWithIaasVMRestoreWithRehydrationRequest.js +0 -54
- package/dist-esm/samples-dev/restoreDisksWithIaasVMRestoreWithRehydrationRequest.js.map +0 -1
- package/dist-esm/samples-dev/restoreToNewAzureIaasVMWithIaasVMRestoreRequest.d.ts +0 -2
- package/dist-esm/samples-dev/restoreToNewAzureIaasVMWithIaasVMRestoreRequest.d.ts.map +0 -1
- package/dist-esm/samples-dev/restoreToNewAzureIaasVMWithIaasVMRestoreRequest.js +0 -55
- package/dist-esm/samples-dev/restoreToNewAzureIaasVMWithIaasVMRestoreRequest.js.map +0 -1
- package/dist-esm/samples-dev/restoreToNewAzureIaasVMWithIaasVMRestoreRequestWithIdentityBasedRestoreDetails.d.ts +0 -2
- package/dist-esm/samples-dev/restoreToNewAzureIaasVMWithIaasVMRestoreRequestWithIdentityBasedRestoreDetails.d.ts.map +0 -1
- package/dist-esm/samples-dev/restoreToNewAzureIaasVMWithIaasVMRestoreRequestWithIdentityBasedRestoreDetails.js +0 -57
- package/dist-esm/samples-dev/restoreToNewAzureIaasVMWithIaasVMRestoreRequestWithIdentityBasedRestoreDetails.js.map +0 -1
- package/dist-esm/samples-dev/restoreToNewAzureIaasVMWithIaasVMRestoreWithRehydrationRequest.d.ts +0 -2
- package/dist-esm/samples-dev/restoreToNewAzureIaasVMWithIaasVMRestoreWithRehydrationRequest.d.ts.map +0 -1
- package/dist-esm/samples-dev/restoreToNewAzureIaasVMWithIaasVMRestoreWithRehydrationRequest.js +0 -58
- package/dist-esm/samples-dev/restoreToNewAzureIaasVMWithIaasVMRestoreWithRehydrationRequest.js.map +0 -1
- package/dist-esm/samples-dev/revokeInstantItemLevelRecoveryForAzureVM.d.ts +0 -2
- package/dist-esm/samples-dev/revokeInstantItemLevelRecoveryForAzureVM.d.ts.map +0 -1
- package/dist-esm/samples-dev/revokeInstantItemLevelRecoveryForAzureVM.js +0 -37
- package/dist-esm/samples-dev/revokeInstantItemLevelRecoveryForAzureVM.js.map +0 -1
- package/dist-esm/samples-dev/stopProtectionWithRetainDataOnAzureIaasVM.d.ts +0 -2
- package/dist-esm/samples-dev/stopProtectionWithRetainDataOnAzureIaasVM.d.ts.map +0 -1
- package/dist-esm/samples-dev/stopProtectionWithRetainDataOnAzureIaasVM.js +0 -43
- package/dist-esm/samples-dev/stopProtectionWithRetainDataOnAzureIaasVM.js.map +0 -1
- package/dist-esm/samples-dev/triggerAzureVMDiscovery.d.ts +0 -2
- package/dist-esm/samples-dev/triggerAzureVMDiscovery.d.ts.map +0 -1
- package/dist-esm/samples-dev/triggerAzureVMDiscovery.js +0 -34
- package/dist-esm/samples-dev/triggerAzureVMDiscovery.js.map +0 -1
- package/dist-esm/samples-dev/triggerBackup.d.ts +0 -2
- package/dist-esm/samples-dev/triggerBackup.d.ts.map +0 -1
- package/dist-esm/samples-dev/triggerBackup.js +0 -39
- package/dist-esm/samples-dev/triggerBackup.js.map +0 -1
- package/dist-esm/samples-dev/triggerDataMove.d.ts +0 -2
- package/dist-esm/samples-dev/triggerDataMove.d.ts.map +0 -1
- package/dist-esm/samples-dev/triggerDataMove.js +0 -37
- package/dist-esm/samples-dev/triggerDataMove.js.map +0 -1
- package/dist-esm/samples-dev/triggerRpMoveOperation.d.ts +0 -2
- package/dist-esm/samples-dev/triggerRpMoveOperation.d.ts.map +0 -1
- package/dist-esm/samples-dev/triggerRpMoveOperation.js +0 -40
- package/dist-esm/samples-dev/triggerRpMoveOperation.js.map +0 -1
- package/dist-esm/samples-dev/triggerValidateOperation.d.ts +0 -2
- package/dist-esm/samples-dev/triggerValidateOperation.d.ts.map +0 -1
- package/dist-esm/samples-dev/triggerValidateOperation.js +0 -49
- package/dist-esm/samples-dev/triggerValidateOperation.js.map +0 -1
- package/dist-esm/samples-dev/unlockDeleteResourceGuardProxy.d.ts +0 -2
- package/dist-esm/samples-dev/unlockDeleteResourceGuardProxy.d.ts.map +0 -1
- package/dist-esm/samples-dev/unlockDeleteResourceGuardProxy.js +0 -38
- package/dist-esm/samples-dev/unlockDeleteResourceGuardProxy.js.map +0 -1
- package/dist-esm/samples-dev/unregisterProtectionContainer.d.ts +0 -2
- package/dist-esm/samples-dev/unregisterProtectionContainer.d.ts.map +0 -1
- package/dist-esm/samples-dev/unregisterProtectionContainer.js +0 -35
- package/dist-esm/samples-dev/unregisterProtectionContainer.js.map +0 -1
- package/dist-esm/samples-dev/updatePrivateEndpointConnection.d.ts +0 -2
- package/dist-esm/samples-dev/updatePrivateEndpointConnection.d.ts.map +0 -1
- package/dist-esm/samples-dev/updatePrivateEndpointConnection.js +0 -44
- package/dist-esm/samples-dev/updatePrivateEndpointConnection.js.map +0 -1
- package/dist-esm/samples-dev/updateVaultEncryptionConfiguration.d.ts +0 -2
- package/dist-esm/samples-dev/updateVaultEncryptionConfiguration.d.ts.map +0 -1
- package/dist-esm/samples-dev/updateVaultEncryptionConfiguration.js +0 -39
- package/dist-esm/samples-dev/updateVaultEncryptionConfiguration.js.map +0 -1
- package/dist-esm/samples-dev/updateVaultSecurityConfig.d.ts +0 -2
- package/dist-esm/samples-dev/updateVaultSecurityConfig.d.ts.map +0 -1
- package/dist-esm/samples-dev/updateVaultSecurityConfig.js +0 -37
- package/dist-esm/samples-dev/updateVaultSecurityConfig.js.map +0 -1
- package/dist-esm/samples-dev/updateVaultStorageConfiguration.d.ts +0 -2
- package/dist-esm/samples-dev/updateVaultStorageConfiguration.d.ts.map +0 -1
- package/dist-esm/samples-dev/updateVaultStorageConfiguration.js +0 -37
- package/dist-esm/samples-dev/updateVaultStorageConfiguration.js.map +0 -1
- package/dist-esm/samples-dev/validateEnableProtectionOnAzureVM.d.ts +0 -2
- package/dist-esm/samples-dev/validateEnableProtectionOnAzureVM.d.ts.map +0 -1
- package/dist-esm/samples-dev/validateEnableProtectionOnAzureVM.js +0 -42
- package/dist-esm/samples-dev/validateEnableProtectionOnAzureVM.js.map +0 -1
- package/dist-esm/samples-dev/validateOperation.d.ts +0 -2
- package/dist-esm/samples-dev/validateOperation.d.ts.map +0 -1
- package/dist-esm/samples-dev/validateOperation.js +0 -49
- package/dist-esm/samples-dev/validateOperation.js.map +0 -1
- package/dist-esm/samples-dev/validateOperationWithIdentityBasedRestoreDetails.d.ts +0 -2
- package/dist-esm/samples-dev/validateOperationWithIdentityBasedRestoreDetails.d.ts.map +0 -1
- package/dist-esm/samples-dev/validateOperationWithIdentityBasedRestoreDetails.js +0 -51
- package/dist-esm/samples-dev/validateOperationWithIdentityBasedRestoreDetails.js.map +0 -1
|
@@ -15,33 +15,33 @@ import { PollOperationState } from '@azure/core-lro';
|
|
|
15
15
|
export declare type AcquireStorageAccountLock = string;
|
|
16
16
|
|
|
17
17
|
/** Azure backup goal feature specific request. */
|
|
18
|
-
export declare
|
|
18
|
+
export declare interface AzureBackupGoalFeatureSupportRequest extends FeatureSupportRequest {
|
|
19
19
|
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
20
20
|
featureType: "AzureBackupGoals";
|
|
21
|
-
}
|
|
21
|
+
}
|
|
22
22
|
|
|
23
23
|
/** AzureBackupServer (DPMVenus) workload-specific protection container. */
|
|
24
|
-
export declare
|
|
24
|
+
export declare interface AzureBackupServerContainer extends DpmContainer {
|
|
25
25
|
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
26
26
|
containerType: "AzureBackupServerContainer";
|
|
27
|
-
}
|
|
27
|
+
}
|
|
28
28
|
|
|
29
29
|
/** Backup engine type when Azure Backup Server is used to manage the backups. */
|
|
30
|
-
export declare
|
|
30
|
+
export declare interface AzureBackupServerEngine extends BackupEngineBase {
|
|
31
31
|
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
32
32
|
backupEngineType: "AzureBackupServerEngine";
|
|
33
|
-
}
|
|
33
|
+
}
|
|
34
34
|
|
|
35
35
|
/** AzureFileShare workload-specific backup request. */
|
|
36
|
-
export declare
|
|
36
|
+
export declare interface AzureFileShareBackupRequest extends BackupRequest {
|
|
37
37
|
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
38
38
|
objectType: "AzureFileShareBackupRequest";
|
|
39
39
|
/** Backup copy will expire after the time specified (UTC). */
|
|
40
40
|
recoveryPointExpiryTimeInUTC?: Date;
|
|
41
|
-
}
|
|
41
|
+
}
|
|
42
42
|
|
|
43
43
|
/** Protectable item for Azure Fileshare workloads. */
|
|
44
|
-
export declare
|
|
44
|
+
export declare interface AzureFileShareProtectableItem extends WorkloadProtectableItem {
|
|
45
45
|
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
46
46
|
protectableItemType: "AzureFileShare";
|
|
47
47
|
/** Full Fabric ID of container to which this protectable item belongs. For example, ARM ID. */
|
|
@@ -50,10 +50,10 @@ export declare type AzureFileShareProtectableItem = WorkloadProtectableItem & {
|
|
|
50
50
|
parentContainerFriendlyName?: string;
|
|
51
51
|
/** File Share type XSync or XSMB. */
|
|
52
52
|
azureFileShareType?: AzureFileShareType;
|
|
53
|
-
}
|
|
53
|
+
}
|
|
54
54
|
|
|
55
55
|
/** Azure File Share workload-specific backup item. */
|
|
56
|
-
export declare
|
|
56
|
+
export declare interface AzureFileshareProtectedItem extends ProtectedItem {
|
|
57
57
|
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
58
58
|
protectedItemType: "AzureFileShareProtectedItem";
|
|
59
59
|
/** Friendly name of the fileshare represented by this backup item. */
|
|
@@ -72,7 +72,7 @@ export declare type AzureFileshareProtectedItem = ProtectedItem & {
|
|
|
72
72
|
};
|
|
73
73
|
/** Additional information with this backup item. */
|
|
74
74
|
extendedInfo?: AzureFileshareProtectedItemExtendedInfo;
|
|
75
|
-
}
|
|
75
|
+
}
|
|
76
76
|
|
|
77
77
|
/** Additional information about Azure File Share backup item. */
|
|
78
78
|
export declare interface AzureFileshareProtectedItemExtendedInfo {
|
|
@@ -95,7 +95,7 @@ export declare interface AzureFileshareProtectedItemExtendedInfo {
|
|
|
95
95
|
}
|
|
96
96
|
|
|
97
97
|
/** AzureStorage backup policy. */
|
|
98
|
-
export declare
|
|
98
|
+
export declare interface AzureFileShareProtectionPolicy extends ProtectionPolicy {
|
|
99
99
|
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
100
100
|
backupManagementType: "AzureStorage";
|
|
101
101
|
/** Type of workload for the backup management */
|
|
@@ -106,20 +106,20 @@ export declare type AzureFileShareProtectionPolicy = ProtectionPolicy & {
|
|
|
106
106
|
retentionPolicy?: RetentionPolicyUnion;
|
|
107
107
|
/** TimeZone optional input as string. For example: TimeZone = "Pacific Standard Time". */
|
|
108
108
|
timeZone?: string;
|
|
109
|
-
}
|
|
109
|
+
}
|
|
110
110
|
|
|
111
111
|
/** Update snapshot Uri with the correct friendly Name of the source Azure file share. */
|
|
112
|
-
export declare
|
|
112
|
+
export declare interface AzureFileShareProvisionILRRequest extends ILRRequest {
|
|
113
113
|
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
114
114
|
objectType: "AzureFileShareProvisionILRRequest";
|
|
115
115
|
/** Recovery point ID. */
|
|
116
116
|
recoveryPointId?: string;
|
|
117
117
|
/** Source Storage account ARM Id */
|
|
118
118
|
sourceResourceId?: string;
|
|
119
|
-
}
|
|
119
|
+
}
|
|
120
120
|
|
|
121
121
|
/** Azure File Share workload specific backup copy. */
|
|
122
|
-
export declare
|
|
122
|
+
export declare interface AzureFileShareRecoveryPoint extends RecoveryPoint {
|
|
123
123
|
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
124
124
|
objectType: "AzureFileShareRecoveryPoint";
|
|
125
125
|
/** Type of the backup copy. Specifies whether it is a crash consistent backup or app consistent. */
|
|
@@ -130,10 +130,10 @@ export declare type AzureFileShareRecoveryPoint = RecoveryPoint & {
|
|
|
130
130
|
fileShareSnapshotUri?: string;
|
|
131
131
|
/** Contains recovery point size */
|
|
132
132
|
recoveryPointSizeInGB?: number;
|
|
133
|
-
}
|
|
133
|
+
}
|
|
134
134
|
|
|
135
135
|
/** AzureFileShare Restore Request */
|
|
136
|
-
export declare
|
|
136
|
+
export declare interface AzureFileShareRestoreRequest extends RestoreRequest {
|
|
137
137
|
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
138
138
|
objectType: "AzureFileShareRestoreRequest";
|
|
139
139
|
/** Type of this recovery. */
|
|
@@ -148,7 +148,7 @@ export declare type AzureFileShareRestoreRequest = RestoreRequest & {
|
|
|
148
148
|
restoreFileSpecs?: RestoreFileSpecs[];
|
|
149
149
|
/** Target File Share Details */
|
|
150
150
|
targetDetails?: TargetAFSRestoreInfo;
|
|
151
|
-
}
|
|
151
|
+
}
|
|
152
152
|
|
|
153
153
|
/**
|
|
154
154
|
* Defines values for AzureFileShareType. \
|
|
@@ -162,40 +162,40 @@ export declare type AzureFileShareRestoreRequest = RestoreRequest & {
|
|
|
162
162
|
export declare type AzureFileShareType = string;
|
|
163
163
|
|
|
164
164
|
/** IaaS VM workload-specific backup item representing a classic virtual machine. */
|
|
165
|
-
export declare
|
|
165
|
+
export declare interface AzureIaaSClassicComputeVMContainer extends IaaSVMContainer {
|
|
166
166
|
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
167
167
|
containerType: "Microsoft.ClassicCompute/virtualMachines";
|
|
168
|
-
}
|
|
168
|
+
}
|
|
169
169
|
|
|
170
170
|
/** IaaS VM workload-specific backup item representing the Classic Compute VM. */
|
|
171
|
-
export declare
|
|
171
|
+
export declare interface AzureIaaSClassicComputeVMProtectableItem extends IaaSVMProtectableItem {
|
|
172
172
|
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
173
173
|
protectableItemType: "Microsoft.ClassicCompute/virtualMachines";
|
|
174
|
-
}
|
|
174
|
+
}
|
|
175
175
|
|
|
176
176
|
/** IaaS VM workload-specific backup item representing the Classic Compute VM. */
|
|
177
|
-
export declare
|
|
177
|
+
export declare interface AzureIaaSClassicComputeVMProtectedItem extends AzureIaaSVMProtectedItem {
|
|
178
178
|
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
179
179
|
protectedItemType: "Microsoft.ClassicCompute/virtualMachines";
|
|
180
|
-
}
|
|
180
|
+
}
|
|
181
181
|
|
|
182
182
|
/** IaaS VM workload-specific backup item representing an Azure Resource Manager virtual machine. */
|
|
183
|
-
export declare
|
|
183
|
+
export declare interface AzureIaaSComputeVMContainer extends IaaSVMContainer {
|
|
184
184
|
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
185
185
|
containerType: "Microsoft.Compute/virtualMachines";
|
|
186
|
-
}
|
|
186
|
+
}
|
|
187
187
|
|
|
188
188
|
/** IaaS VM workload-specific backup item representing the Azure Resource Manager VM. */
|
|
189
|
-
export declare
|
|
189
|
+
export declare interface AzureIaaSComputeVMProtectableItem extends IaaSVMProtectableItem {
|
|
190
190
|
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
191
191
|
protectableItemType: "Microsoft.Compute/virtualMachines";
|
|
192
|
-
}
|
|
192
|
+
}
|
|
193
193
|
|
|
194
194
|
/** IaaS VM workload-specific backup item representing the Azure Resource Manager VM. */
|
|
195
|
-
export declare
|
|
195
|
+
export declare interface AzureIaaSComputeVMProtectedItem extends AzureIaaSVMProtectedItem {
|
|
196
196
|
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
197
197
|
protectedItemType: "Microsoft.Compute/virtualMachines";
|
|
198
|
-
}
|
|
198
|
+
}
|
|
199
199
|
|
|
200
200
|
/** Azure IaaS VM workload-specific error information. */
|
|
201
201
|
export declare interface AzureIaaSVMErrorInfo {
|
|
@@ -222,10 +222,11 @@ export declare interface AzureIaaSVMErrorInfo {
|
|
|
222
222
|
}
|
|
223
223
|
|
|
224
224
|
/** Azure IaaS VM workload-specific Health Details. */
|
|
225
|
-
export declare
|
|
225
|
+
export declare interface AzureIaaSVMHealthDetails extends ResourceHealthDetails {
|
|
226
|
+
}
|
|
226
227
|
|
|
227
228
|
/** Azure IaaS VM workload-specific job object. */
|
|
228
|
-
export declare
|
|
229
|
+
export declare interface AzureIaaSVMJob extends Job {
|
|
229
230
|
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
230
231
|
jobType: "AzureIaaSVMJob";
|
|
231
232
|
/** Time elapsed during the execution of this job. */
|
|
@@ -242,7 +243,7 @@ export declare type AzureIaaSVMJob = Job & {
|
|
|
242
243
|
containerName?: string;
|
|
243
244
|
/** Indicated that whether the job is adhoc(true) or scheduled(false) */
|
|
244
245
|
isUserTriggered?: boolean;
|
|
245
|
-
}
|
|
246
|
+
}
|
|
246
247
|
|
|
247
248
|
/** Azure IaaS VM workload-specific additional information for job. */
|
|
248
249
|
export declare interface AzureIaaSVMJobExtendedInfo {
|
|
@@ -288,7 +289,7 @@ export declare interface AzureIaaSVMJobTaskDetails {
|
|
|
288
289
|
}
|
|
289
290
|
|
|
290
291
|
/** Azure IaaS VM workload-specific job object. */
|
|
291
|
-
export declare
|
|
292
|
+
export declare interface AzureIaaSVMJobV2 extends Job {
|
|
292
293
|
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
293
294
|
jobType: "AzureIaaSVMJobV2";
|
|
294
295
|
/** Gets or sets the state/actions applicable on this job like cancel/retry. */
|
|
@@ -303,10 +304,10 @@ export declare type AzureIaaSVMJobV2 = Job & {
|
|
|
303
304
|
virtualMachineVersion?: string;
|
|
304
305
|
/** Additional information for this job. */
|
|
305
306
|
extendedInfo?: AzureIaaSVMJobExtendedInfo;
|
|
306
|
-
}
|
|
307
|
+
}
|
|
307
308
|
|
|
308
309
|
/** IaaS VM workload-specific backup item. */
|
|
309
|
-
export declare
|
|
310
|
+
export declare interface AzureIaaSVMProtectedItem extends ProtectedItem {
|
|
310
311
|
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
311
312
|
protectedItemType: "AzureIaaSVMProtectedItem" | "Microsoft.ClassicCompute/virtualMachines" | "Microsoft.Compute/virtualMachines";
|
|
312
313
|
/** Friendly name of the VM represented by this backup item. */
|
|
@@ -335,7 +336,7 @@ export declare type AzureIaaSVMProtectedItem = ProtectedItem & {
|
|
|
335
336
|
extendedInfo?: AzureIaaSVMProtectedItemExtendedInfo;
|
|
336
337
|
/** Extended Properties for Azure IaasVM Backup. */
|
|
337
338
|
extendedProperties?: ExtendedProperties;
|
|
338
|
-
}
|
|
339
|
+
}
|
|
339
340
|
|
|
340
341
|
/** Additional information on Azure IaaS VM specific backup item. */
|
|
341
342
|
export declare interface AzureIaaSVMProtectedItemExtendedInfo {
|
|
@@ -350,7 +351,7 @@ export declare interface AzureIaaSVMProtectedItemExtendedInfo {
|
|
|
350
351
|
export declare type AzureIaaSVMProtectedItemUnion = AzureIaaSVMProtectedItem | AzureIaaSClassicComputeVMProtectedItem | AzureIaaSComputeVMProtectedItem;
|
|
351
352
|
|
|
352
353
|
/** IaaS VM workload-specific backup policy. */
|
|
353
|
-
export declare
|
|
354
|
+
export declare interface AzureIaaSVMProtectionPolicy extends ProtectionPolicy {
|
|
354
355
|
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
355
356
|
backupManagementType: "AzureIaasVM";
|
|
356
357
|
instantRPDetails?: InstantRPAdditionalDetails;
|
|
@@ -362,39 +363,40 @@ export declare type AzureIaaSVMProtectionPolicy = ProtectionPolicy & {
|
|
|
362
363
|
instantRpRetentionRangeInDays?: number;
|
|
363
364
|
/** TimeZone optional input as string. For example: TimeZone = "Pacific Standard Time". */
|
|
364
365
|
timeZone?: string;
|
|
366
|
+
/** Type of backup policy type */
|
|
365
367
|
policyType?: IaasvmPolicyType;
|
|
366
|
-
}
|
|
368
|
+
}
|
|
367
369
|
|
|
368
370
|
/** Azure Recovery Services Vault specific protection intent item. */
|
|
369
|
-
export declare
|
|
371
|
+
export declare interface AzureRecoveryServiceVaultProtectionIntent extends ProtectionIntent {
|
|
370
372
|
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
371
373
|
protectionIntentItemType: "RecoveryServiceVaultItem" | "AzureWorkloadAutoProtectionIntent" | "AzureWorkloadSQLAutoProtectionIntent";
|
|
372
|
-
}
|
|
374
|
+
}
|
|
373
375
|
|
|
374
376
|
export declare type AzureRecoveryServiceVaultProtectionIntentUnion = AzureRecoveryServiceVaultProtectionIntent | AzureWorkloadAutoProtectionIntentUnion;
|
|
375
377
|
|
|
376
378
|
/** IaaS VM specific backup protection intent item. */
|
|
377
|
-
export declare
|
|
379
|
+
export declare interface AzureResourceProtectionIntent extends ProtectionIntent {
|
|
378
380
|
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
379
381
|
protectionIntentItemType: "AzureResourceItem";
|
|
380
382
|
/** Friendly name of the VM represented by this backup item. */
|
|
381
383
|
friendlyName?: string;
|
|
382
|
-
}
|
|
384
|
+
}
|
|
383
385
|
|
|
384
386
|
/** Container for SQL workloads under SQL Availability Group. */
|
|
385
|
-
export declare
|
|
387
|
+
export declare interface AzureSqlagWorkloadContainerProtectionContainer extends AzureWorkloadContainer {
|
|
386
388
|
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
387
389
|
containerType: "SQLAGWorkLoadContainer";
|
|
388
|
-
}
|
|
390
|
+
}
|
|
389
391
|
|
|
390
392
|
/** Azure Sql workload-specific container. */
|
|
391
|
-
export declare
|
|
393
|
+
export declare interface AzureSqlContainer extends ProtectionContainer {
|
|
392
394
|
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
393
395
|
containerType: "AzureSqlContainer";
|
|
394
|
-
}
|
|
396
|
+
}
|
|
395
397
|
|
|
396
398
|
/** Azure SQL workload-specific backup item. */
|
|
397
|
-
export declare
|
|
399
|
+
export declare interface AzureSqlProtectedItem extends ProtectedItem {
|
|
398
400
|
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
399
401
|
protectedItemType: "Microsoft.Sql/servers/databases";
|
|
400
402
|
/** Internal ID of a backup item. Used by Azure SQL Backup engine to contact Recovery Services. */
|
|
@@ -403,7 +405,7 @@ export declare type AzureSqlProtectedItem = ProtectedItem & {
|
|
|
403
405
|
protectionState?: ProtectedItemState;
|
|
404
406
|
/** Additional information for this backup item. */
|
|
405
407
|
extendedInfo?: AzureSqlProtectedItemExtendedInfo;
|
|
406
|
-
}
|
|
408
|
+
}
|
|
407
409
|
|
|
408
410
|
/** Additional information on Azure Sql specific protected item. */
|
|
409
411
|
export declare interface AzureSqlProtectedItemExtendedInfo {
|
|
@@ -416,15 +418,15 @@ export declare interface AzureSqlProtectedItemExtendedInfo {
|
|
|
416
418
|
}
|
|
417
419
|
|
|
418
420
|
/** Azure SQL workload-specific backup policy. */
|
|
419
|
-
export declare
|
|
421
|
+
export declare interface AzureSqlProtectionPolicy extends ProtectionPolicy {
|
|
420
422
|
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
421
423
|
backupManagementType: "AzureSql";
|
|
422
424
|
/** Retention policy details. */
|
|
423
425
|
retentionPolicy?: RetentionPolicyUnion;
|
|
424
|
-
}
|
|
426
|
+
}
|
|
425
427
|
|
|
426
428
|
/** Azure Storage Account workload-specific container. */
|
|
427
|
-
export declare
|
|
429
|
+
export declare interface AzureStorageContainer extends ProtectionContainer {
|
|
428
430
|
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
429
431
|
containerType: "StorageContainer";
|
|
430
432
|
/** Fully qualified ARM url. */
|
|
@@ -437,7 +439,7 @@ export declare type AzureStorageContainer = ProtectionContainer & {
|
|
|
437
439
|
protectedItemCount?: number;
|
|
438
440
|
/** Whether storage account lock is to be acquired for this container or not. */
|
|
439
441
|
acquireStorageAccountLock?: AcquireStorageAccountLock;
|
|
440
|
-
}
|
|
442
|
+
}
|
|
441
443
|
|
|
442
444
|
/** Azure storage specific error information */
|
|
443
445
|
export declare interface AzureStorageErrorInfo {
|
|
@@ -450,7 +452,7 @@ export declare interface AzureStorageErrorInfo {
|
|
|
450
452
|
}
|
|
451
453
|
|
|
452
454
|
/** Azure storage specific job. */
|
|
453
|
-
export declare
|
|
455
|
+
export declare interface AzureStorageJob extends Job {
|
|
454
456
|
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
455
457
|
jobType: "AzureStorageJob";
|
|
456
458
|
/** Time elapsed during the execution of this job. */
|
|
@@ -467,7 +469,7 @@ export declare type AzureStorageJob = Job & {
|
|
|
467
469
|
extendedInfo?: AzureStorageJobExtendedInfo;
|
|
468
470
|
/** Indicated that whether the job is adhoc(true) or scheduled(false) */
|
|
469
471
|
isUserTriggered?: boolean;
|
|
470
|
-
}
|
|
472
|
+
}
|
|
471
473
|
|
|
472
474
|
/** Azure Storage workload-specific additional information for job. */
|
|
473
475
|
export declare interface AzureStorageJobExtendedInfo {
|
|
@@ -490,32 +492,32 @@ export declare interface AzureStorageJobTaskDetails {
|
|
|
490
492
|
}
|
|
491
493
|
|
|
492
494
|
/** Azure Storage-specific protectable containers */
|
|
493
|
-
export declare
|
|
495
|
+
export declare interface AzureStorageProtectableContainer extends ProtectableContainer {
|
|
494
496
|
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
495
497
|
protectableContainerType: "StorageContainer";
|
|
496
|
-
}
|
|
498
|
+
}
|
|
497
499
|
|
|
498
500
|
/** Azure workload-specific container */
|
|
499
|
-
export declare
|
|
501
|
+
export declare interface AzureVMAppContainerProtectableContainer extends ProtectableContainer {
|
|
500
502
|
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
501
503
|
protectableContainerType: "VMAppContainer";
|
|
502
|
-
}
|
|
504
|
+
}
|
|
503
505
|
|
|
504
506
|
/** Container for SQL workloads under Azure Virtual Machines. */
|
|
505
|
-
export declare
|
|
507
|
+
export declare interface AzureVMAppContainerProtectionContainer extends AzureWorkloadContainer {
|
|
506
508
|
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
507
509
|
containerType: "VMAppContainer";
|
|
508
|
-
}
|
|
510
|
+
}
|
|
509
511
|
|
|
510
512
|
/** AzureResource(IaaS VM) Specific feature support request */
|
|
511
|
-
export declare
|
|
513
|
+
export declare interface AzureVMResourceFeatureSupportRequest extends FeatureSupportRequest {
|
|
512
514
|
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
513
515
|
featureType: "AzureVMResourceBackup";
|
|
514
516
|
/** Size of the resource: VM size(A/D series etc) in case of IaasVM */
|
|
515
517
|
vmSize?: string;
|
|
516
518
|
/** SKUs (Premium/Managed etc) in case of IaasVM */
|
|
517
519
|
vmSku?: string;
|
|
518
|
-
}
|
|
520
|
+
}
|
|
519
521
|
|
|
520
522
|
/** Response for feature support requests for Azure IaasVm */
|
|
521
523
|
export declare interface AzureVMResourceFeatureSupportResponse {
|
|
@@ -524,7 +526,7 @@ export declare interface AzureVMResourceFeatureSupportResponse {
|
|
|
524
526
|
}
|
|
525
527
|
|
|
526
528
|
/** Azure VM workload-specific workload item. */
|
|
527
|
-
export declare
|
|
529
|
+
export declare interface AzureVmWorkloadItem extends WorkloadItem {
|
|
528
530
|
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
529
531
|
workloadItemType: "AzureVmWorkloadItem" | "SAPAseDatabase" | "SAPAseSystem" | "SAPHanaDatabase" | "SAPHanaSystem" | "SQLDataBase" | "SQLInstance";
|
|
530
532
|
/** Name for instance or AG */
|
|
@@ -537,12 +539,12 @@ export declare type AzureVmWorkloadItem = WorkloadItem & {
|
|
|
537
539
|
subinquireditemcount?: number;
|
|
538
540
|
/** For instance or AG, indicates number of DB's to be protected */
|
|
539
541
|
subWorkloadItemCount?: number;
|
|
540
|
-
}
|
|
542
|
+
}
|
|
541
543
|
|
|
542
544
|
export declare type AzureVmWorkloadItemUnion = AzureVmWorkloadItem | AzureVmWorkloadSAPAseDatabaseWorkloadItem | AzureVmWorkloadSAPAseSystemWorkloadItem | AzureVmWorkloadSAPHanaDatabaseWorkloadItem | AzureVmWorkloadSAPHanaSystemWorkloadItem | AzureVmWorkloadSQLDatabaseWorkloadItem | AzureVmWorkloadSQLInstanceWorkloadItem;
|
|
543
545
|
|
|
544
546
|
/** Azure VM workload-specific protectable item. */
|
|
545
|
-
export declare
|
|
547
|
+
export declare interface AzureVmWorkloadProtectableItem extends WorkloadProtectableItem {
|
|
546
548
|
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
547
549
|
protectableItemType: "AzureVmWorkloadProtectableItem" | "SAPAseSystem" | "SAPHanaDatabase" | "SAPHanaSystem" | "SQLAvailabilityGroupContainer" | "SQLDataBase" | "SQLInstance";
|
|
548
550
|
/** Name for instance or AG */
|
|
@@ -564,12 +566,12 @@ export declare type AzureVmWorkloadProtectableItem = WorkloadProtectableItem & {
|
|
|
564
566
|
subprotectableitemcount?: number;
|
|
565
567
|
/** Pre-backup validation for protectable objects */
|
|
566
568
|
prebackupvalidation?: PreBackupValidation;
|
|
567
|
-
}
|
|
569
|
+
}
|
|
568
570
|
|
|
569
571
|
export declare type AzureVmWorkloadProtectableItemUnion = AzureVmWorkloadProtectableItem | AzureVmWorkloadSAPAseSystemProtectableItem | AzureVmWorkloadSAPHanaDatabaseProtectableItem | AzureVmWorkloadSAPHanaSystemProtectableItem | AzureVmWorkloadSQLAvailabilityGroupProtectableItem | AzureVmWorkloadSQLDatabaseProtectableItem | AzureVmWorkloadSQLInstanceProtectableItem;
|
|
570
572
|
|
|
571
573
|
/** Azure VM workload-specific protected item. */
|
|
572
|
-
export declare
|
|
574
|
+
export declare interface AzureVmWorkloadProtectedItem extends ProtectedItem {
|
|
573
575
|
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
574
576
|
protectedItemType: "AzureVmWorkloadProtectedItem" | "AzureVmWorkloadSAPAseDatabase" | "AzureVmWorkloadSAPHanaDatabase" | "AzureVmWorkloadSQLDatabase";
|
|
575
577
|
/** Friendly name of the DB represented by this backup item. */
|
|
@@ -600,7 +602,7 @@ export declare type AzureVmWorkloadProtectedItem = ProtectedItem & {
|
|
|
600
602
|
kpisHealths?: {
|
|
601
603
|
[propertyName: string]: KPIResourceHealthDetails;
|
|
602
604
|
};
|
|
603
|
-
}
|
|
605
|
+
}
|
|
604
606
|
|
|
605
607
|
/** Additional information on Azure Workload for SQL specific backup item. */
|
|
606
608
|
export declare interface AzureVmWorkloadProtectedItemExtendedInfo {
|
|
@@ -617,7 +619,7 @@ export declare interface AzureVmWorkloadProtectedItemExtendedInfo {
|
|
|
617
619
|
export declare type AzureVmWorkloadProtectedItemUnion = AzureVmWorkloadProtectedItem | AzureVmWorkloadSAPAseDatabaseProtectedItem | AzureVmWorkloadSAPHanaDatabaseProtectedItem | AzureVmWorkloadSQLDatabaseProtectedItem;
|
|
618
620
|
|
|
619
621
|
/** Azure VM (Mercury) workload-specific backup policy. */
|
|
620
|
-
export declare
|
|
622
|
+
export declare interface AzureVmWorkloadProtectionPolicy extends ProtectionPolicy {
|
|
621
623
|
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
622
624
|
backupManagementType: "AzureWorkload";
|
|
623
625
|
/** Type of workload for the backup management */
|
|
@@ -628,110 +630,110 @@ export declare type AzureVmWorkloadProtectionPolicy = ProtectionPolicy & {
|
|
|
628
630
|
subProtectionPolicy?: SubProtectionPolicy[];
|
|
629
631
|
/** Fix the policy inconsistency */
|
|
630
632
|
makePolicyConsistent?: boolean;
|
|
631
|
-
}
|
|
633
|
+
}
|
|
632
634
|
|
|
633
635
|
/** Azure VM workload-specific protected item representing SAP ASE Database. */
|
|
634
|
-
export declare
|
|
636
|
+
export declare interface AzureVmWorkloadSAPAseDatabaseProtectedItem extends AzureVmWorkloadProtectedItem {
|
|
635
637
|
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
636
638
|
protectedItemType: "AzureVmWorkloadSAPAseDatabase";
|
|
637
|
-
}
|
|
639
|
+
}
|
|
638
640
|
|
|
639
641
|
/** Azure VM workload-specific workload item representing SAP ASE Database. */
|
|
640
|
-
export declare
|
|
642
|
+
export declare interface AzureVmWorkloadSAPAseDatabaseWorkloadItem extends AzureVmWorkloadItem {
|
|
641
643
|
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
642
644
|
workloadItemType: "SAPAseDatabase";
|
|
643
|
-
}
|
|
645
|
+
}
|
|
644
646
|
|
|
645
647
|
/** Azure VM workload-specific protectable item representing SAP ASE System. */
|
|
646
|
-
export declare
|
|
648
|
+
export declare interface AzureVmWorkloadSAPAseSystemProtectableItem extends AzureVmWorkloadProtectableItem {
|
|
647
649
|
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
648
650
|
protectableItemType: "SAPAseSystem";
|
|
649
|
-
}
|
|
651
|
+
}
|
|
650
652
|
|
|
651
653
|
/** Azure VM workload-specific workload item representing SAP ASE System. */
|
|
652
|
-
export declare
|
|
654
|
+
export declare interface AzureVmWorkloadSAPAseSystemWorkloadItem extends AzureVmWorkloadItem {
|
|
653
655
|
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
654
656
|
workloadItemType: "SAPAseSystem";
|
|
655
|
-
}
|
|
657
|
+
}
|
|
656
658
|
|
|
657
659
|
/** Azure VM workload-specific protectable item representing SAP HANA Database. */
|
|
658
|
-
export declare
|
|
660
|
+
export declare interface AzureVmWorkloadSAPHanaDatabaseProtectableItem extends AzureVmWorkloadProtectableItem {
|
|
659
661
|
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
660
662
|
protectableItemType: "SAPHanaDatabase";
|
|
661
|
-
}
|
|
663
|
+
}
|
|
662
664
|
|
|
663
665
|
/** Azure VM workload-specific protected item representing SAP HANA Database. */
|
|
664
|
-
export declare
|
|
666
|
+
export declare interface AzureVmWorkloadSAPHanaDatabaseProtectedItem extends AzureVmWorkloadProtectedItem {
|
|
665
667
|
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
666
668
|
protectedItemType: "AzureVmWorkloadSAPHanaDatabase";
|
|
667
|
-
}
|
|
669
|
+
}
|
|
668
670
|
|
|
669
671
|
/** Azure VM workload-specific workload item representing SAP HANA Database. */
|
|
670
|
-
export declare
|
|
672
|
+
export declare interface AzureVmWorkloadSAPHanaDatabaseWorkloadItem extends AzureVmWorkloadItem {
|
|
671
673
|
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
672
674
|
workloadItemType: "SAPHanaDatabase";
|
|
673
|
-
}
|
|
675
|
+
}
|
|
674
676
|
|
|
675
677
|
/** Azure VM workload-specific protectable item representing SAP HANA System. */
|
|
676
|
-
export declare
|
|
678
|
+
export declare interface AzureVmWorkloadSAPHanaSystemProtectableItem extends AzureVmWorkloadProtectableItem {
|
|
677
679
|
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
678
680
|
protectableItemType: "SAPHanaSystem";
|
|
679
|
-
}
|
|
681
|
+
}
|
|
680
682
|
|
|
681
683
|
/** Azure VM workload-specific workload item representing SAP HANA System. */
|
|
682
|
-
export declare
|
|
684
|
+
export declare interface AzureVmWorkloadSAPHanaSystemWorkloadItem extends AzureVmWorkloadItem {
|
|
683
685
|
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
684
686
|
workloadItemType: "SAPHanaSystem";
|
|
685
|
-
}
|
|
687
|
+
}
|
|
686
688
|
|
|
687
689
|
/** Azure VM workload-specific protectable item representing SQL Availability Group. */
|
|
688
|
-
export declare
|
|
690
|
+
export declare interface AzureVmWorkloadSQLAvailabilityGroupProtectableItem extends AzureVmWorkloadProtectableItem {
|
|
689
691
|
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
690
692
|
protectableItemType: "SQLAvailabilityGroupContainer";
|
|
691
|
-
}
|
|
693
|
+
}
|
|
692
694
|
|
|
693
695
|
/** Azure VM workload-specific protectable item representing SQL Database. */
|
|
694
|
-
export declare
|
|
696
|
+
export declare interface AzureVmWorkloadSQLDatabaseProtectableItem extends AzureVmWorkloadProtectableItem {
|
|
695
697
|
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
696
698
|
protectableItemType: "SQLDataBase";
|
|
697
|
-
}
|
|
699
|
+
}
|
|
698
700
|
|
|
699
701
|
/** Azure VM workload-specific protected item representing SQL Database. */
|
|
700
|
-
export declare
|
|
702
|
+
export declare interface AzureVmWorkloadSQLDatabaseProtectedItem extends AzureVmWorkloadProtectedItem {
|
|
701
703
|
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
702
704
|
protectedItemType: "AzureVmWorkloadSQLDatabase";
|
|
703
|
-
}
|
|
705
|
+
}
|
|
704
706
|
|
|
705
707
|
/** Azure VM workload-specific workload item representing SQL Database. */
|
|
706
|
-
export declare
|
|
708
|
+
export declare interface AzureVmWorkloadSQLDatabaseWorkloadItem extends AzureVmWorkloadItem {
|
|
707
709
|
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
708
710
|
workloadItemType: "SQLDataBase";
|
|
709
|
-
}
|
|
711
|
+
}
|
|
710
712
|
|
|
711
713
|
/** Azure VM workload-specific protectable item representing SQL Instance. */
|
|
712
|
-
export declare
|
|
714
|
+
export declare interface AzureVmWorkloadSQLInstanceProtectableItem extends AzureVmWorkloadProtectableItem {
|
|
713
715
|
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
714
716
|
protectableItemType: "SQLInstance";
|
|
715
|
-
}
|
|
717
|
+
}
|
|
716
718
|
|
|
717
719
|
/** Azure VM workload-specific workload item representing SQL Instance. */
|
|
718
|
-
export declare
|
|
720
|
+
export declare interface AzureVmWorkloadSQLInstanceWorkloadItem extends AzureVmWorkloadItem {
|
|
719
721
|
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
720
722
|
workloadItemType: "SQLInstance";
|
|
721
723
|
/** Data Directory Paths for default directories */
|
|
722
724
|
dataDirectoryPaths?: SQLDataDirectory[];
|
|
723
|
-
}
|
|
725
|
+
}
|
|
724
726
|
|
|
725
727
|
/** Azure Recovery Services Vault specific protection intent item. */
|
|
726
|
-
export declare
|
|
728
|
+
export declare interface AzureWorkloadAutoProtectionIntent extends AzureRecoveryServiceVaultProtectionIntent {
|
|
727
729
|
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
728
730
|
protectionIntentItemType: "AzureWorkloadAutoProtectionIntent" | "AzureWorkloadSQLAutoProtectionIntent";
|
|
729
|
-
}
|
|
731
|
+
}
|
|
730
732
|
|
|
731
733
|
export declare type AzureWorkloadAutoProtectionIntentUnion = AzureWorkloadAutoProtectionIntent | AzureWorkloadSQLAutoProtectionIntent;
|
|
732
734
|
|
|
733
735
|
/** AzureWorkload workload-specific backup request. */
|
|
734
|
-
export declare
|
|
736
|
+
export declare interface AzureWorkloadBackupRequest extends BackupRequest {
|
|
735
737
|
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
736
738
|
objectType: "AzureWorkloadBackupRequest";
|
|
737
739
|
/** Type of backup, viz. Full, Differential, Log or CopyOnlyFull */
|
|
@@ -740,10 +742,10 @@ export declare type AzureWorkloadBackupRequest = BackupRequest & {
|
|
|
740
742
|
enableCompression?: boolean;
|
|
741
743
|
/** Backup copy will expire after the time specified (UTC). */
|
|
742
744
|
recoveryPointExpiryTimeInUTC?: Date;
|
|
743
|
-
}
|
|
745
|
+
}
|
|
744
746
|
|
|
745
747
|
/** Container for the workloads running inside Azure Compute or Classic Compute. */
|
|
746
|
-
export declare
|
|
748
|
+
export declare interface AzureWorkloadContainer extends ProtectionContainer {
|
|
747
749
|
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
748
750
|
containerType: "AzureWorkloadContainer" | "SQLAGWorkLoadContainer" | "VMAppContainer";
|
|
749
751
|
/** ARM ID of the virtual machine represented by this Azure Workload Container */
|
|
@@ -756,13 +758,13 @@ export declare type AzureWorkloadContainer = ProtectionContainer & {
|
|
|
756
758
|
workloadType?: WorkloadType;
|
|
757
759
|
/** Re-Do Operation */
|
|
758
760
|
operationType?: OperationType;
|
|
759
|
-
}
|
|
761
|
+
}
|
|
760
762
|
|
|
761
763
|
/** Azure workload specific protection intent item. */
|
|
762
|
-
export declare
|
|
764
|
+
export declare interface AzureWorkloadContainerAutoProtectionIntent extends ProtectionIntent {
|
|
763
765
|
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
764
766
|
protectionIntentItemType: "AzureWorkloadContainerAutoProtectionIntent";
|
|
765
|
-
}
|
|
767
|
+
}
|
|
766
768
|
|
|
767
769
|
/** Extended information of the container. */
|
|
768
770
|
export declare interface AzureWorkloadContainerExtendedInfo {
|
|
@@ -791,7 +793,7 @@ export declare interface AzureWorkloadErrorInfo {
|
|
|
791
793
|
}
|
|
792
794
|
|
|
793
795
|
/** Azure storage specific job. */
|
|
794
|
-
export declare
|
|
796
|
+
export declare interface AzureWorkloadJob extends Job {
|
|
795
797
|
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
796
798
|
jobType: "AzureWorkloadJob";
|
|
797
799
|
/** Workload type of the job */
|
|
@@ -804,7 +806,7 @@ export declare type AzureWorkloadJob = Job & {
|
|
|
804
806
|
errorDetails?: AzureWorkloadErrorInfo[];
|
|
805
807
|
/** Additional information about the job. */
|
|
806
808
|
extendedInfo?: AzureWorkloadJobExtendedInfo;
|
|
807
|
-
}
|
|
809
|
+
}
|
|
808
810
|
|
|
809
811
|
/** Azure VM workload-specific additional information for job. */
|
|
810
812
|
export declare interface AzureWorkloadJobExtendedInfo {
|
|
@@ -827,25 +829,25 @@ export declare interface AzureWorkloadJobTaskDetails {
|
|
|
827
829
|
}
|
|
828
830
|
|
|
829
831
|
/** Recovery point specific to PointInTime */
|
|
830
|
-
export declare
|
|
832
|
+
export declare interface AzureWorkloadPointInTimeRecoveryPoint extends AzureWorkloadRecoveryPoint {
|
|
831
833
|
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
832
834
|
objectType: "AzureWorkloadPointInTimeRecoveryPoint" | "AzureWorkloadSAPHanaPointInTimeRecoveryPoint";
|
|
833
835
|
/** List of log ranges */
|
|
834
836
|
timeRanges?: PointInTimeRange[];
|
|
835
|
-
}
|
|
837
|
+
}
|
|
836
838
|
|
|
837
839
|
export declare type AzureWorkloadPointInTimeRecoveryPointUnion = AzureWorkloadPointInTimeRecoveryPoint | AzureWorkloadSAPHanaPointInTimeRecoveryPoint;
|
|
838
840
|
|
|
839
841
|
/** AzureWorkload SAP Hana -specific restore. Specifically for PointInTime/Log restore */
|
|
840
|
-
export declare
|
|
842
|
+
export declare interface AzureWorkloadPointInTimeRestoreRequest extends AzureWorkloadRestoreRequest {
|
|
841
843
|
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
842
844
|
objectType: "AzureWorkloadPointInTimeRestoreRequest";
|
|
843
845
|
/** PointInTime value */
|
|
844
846
|
pointInTime?: Date;
|
|
845
|
-
}
|
|
847
|
+
}
|
|
846
848
|
|
|
847
849
|
/** Workload specific recovery point, specifically encapsulates full/diff recovery point */
|
|
848
|
-
export declare
|
|
850
|
+
export declare interface AzureWorkloadRecoveryPoint extends RecoveryPoint {
|
|
849
851
|
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
850
852
|
objectType: "AzureWorkloadRecoveryPoint" | "AzureWorkloadPointInTimeRecoveryPoint" | "AzureWorkloadSAPHanaPointInTimeRecoveryPoint" | "AzureWorkloadSAPHanaRecoveryPoint" | "AzureWorkloadSQLRecoveryPoint" | "AzureWorkloadSQLPointInTimeRecoveryPoint";
|
|
851
853
|
/** UTC time at which recovery point was created */
|
|
@@ -858,12 +860,12 @@ export declare type AzureWorkloadRecoveryPoint = RecoveryPoint & {
|
|
|
858
860
|
recoveryPointMoveReadinessInfo?: {
|
|
859
861
|
[propertyName: string]: RecoveryPointMoveReadinessInfo;
|
|
860
862
|
};
|
|
861
|
-
}
|
|
863
|
+
}
|
|
862
864
|
|
|
863
865
|
export declare type AzureWorkloadRecoveryPointUnion = AzureWorkloadRecoveryPoint | AzureWorkloadPointInTimeRecoveryPointUnion | AzureWorkloadSAPHanaRecoveryPoint | AzureWorkloadSQLRecoveryPointUnion;
|
|
864
866
|
|
|
865
867
|
/** AzureWorkload-specific restore. */
|
|
866
|
-
export declare
|
|
868
|
+
export declare interface AzureWorkloadRestoreRequest extends RestoreRequest {
|
|
867
869
|
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
868
870
|
objectType: "AzureWorkloadRestoreRequest" | "AzureWorkloadPointInTimeRestoreRequest" | "AzureWorkloadSAPHanaRestoreRequest" | "AzureWorkloadSAPHanaPointInTimeRestoreRequest" | "AzureWorkloadSQLRestoreRequest" | "AzureWorkloadSQLPointInTimeRestoreRequest" | "AzureWorkloadSAPHanaPointInTimeRestoreWithRehydrateRequest" | "AzureWorkloadSAPHanaRestoreWithRehydrateRequest" | "AzureWorkloadSQLPointInTimeRestoreWithRehydrateRequest" | "AzureWorkloadSQLRestoreWithRehydrateRequest";
|
|
869
871
|
/** Type of this recovery. */
|
|
@@ -883,92 +885,92 @@ export declare type AzureWorkloadRestoreRequest = RestoreRequest & {
|
|
|
883
885
|
* For e.g. /subscriptions/{subId}/resourcegroups/{rg}/provider/Microsoft.Compute/virtualmachines/{vm}
|
|
884
886
|
*/
|
|
885
887
|
targetVirtualMachineId?: string;
|
|
886
|
-
}
|
|
888
|
+
}
|
|
887
889
|
|
|
888
890
|
export declare type AzureWorkloadRestoreRequestUnion = AzureWorkloadRestoreRequest | AzureWorkloadPointInTimeRestoreRequest | AzureWorkloadSAPHanaRestoreRequestUnion | AzureWorkloadSQLRestoreRequestUnion;
|
|
889
891
|
|
|
890
892
|
/** Recovery point specific to PointInTime in SAPHana */
|
|
891
|
-
export declare
|
|
893
|
+
export declare interface AzureWorkloadSAPHanaPointInTimeRecoveryPoint extends AzureWorkloadPointInTimeRecoveryPoint {
|
|
892
894
|
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
893
895
|
objectType: "AzureWorkloadSAPHanaPointInTimeRecoveryPoint";
|
|
894
|
-
}
|
|
896
|
+
}
|
|
895
897
|
|
|
896
898
|
/** AzureWorkload SAP Hana -specific restore. Specifically for PointInTime/Log restore */
|
|
897
|
-
export declare
|
|
899
|
+
export declare interface AzureWorkloadSAPHanaPointInTimeRestoreRequest extends AzureWorkloadSAPHanaRestoreRequest {
|
|
898
900
|
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
899
901
|
objectType: "AzureWorkloadSAPHanaPointInTimeRestoreRequest" | "AzureWorkloadSAPHanaPointInTimeRestoreWithRehydrateRequest";
|
|
900
902
|
/** PointInTime value */
|
|
901
903
|
pointInTime?: Date;
|
|
902
|
-
}
|
|
904
|
+
}
|
|
903
905
|
|
|
904
906
|
export declare type AzureWorkloadSAPHanaPointInTimeRestoreRequestUnion = AzureWorkloadSAPHanaPointInTimeRestoreRequest | AzureWorkloadSAPHanaPointInTimeRestoreWithRehydrateRequest;
|
|
905
907
|
|
|
906
908
|
/** AzureWorkload SAP Hana-specific restore with integrated rehydration of recovery point. */
|
|
907
|
-
export declare
|
|
909
|
+
export declare interface AzureWorkloadSAPHanaPointInTimeRestoreWithRehydrateRequest extends AzureWorkloadSAPHanaPointInTimeRestoreRequest {
|
|
908
910
|
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
909
911
|
objectType: "AzureWorkloadSAPHanaPointInTimeRestoreWithRehydrateRequest";
|
|
910
912
|
/** RP Rehydration Info */
|
|
911
913
|
recoveryPointRehydrationInfo?: RecoveryPointRehydrationInfo;
|
|
912
|
-
}
|
|
914
|
+
}
|
|
913
915
|
|
|
914
916
|
/** SAPHana specific recoverypoint, specifically encapsulates full/diff recoverypoints */
|
|
915
|
-
export declare
|
|
917
|
+
export declare interface AzureWorkloadSAPHanaRecoveryPoint extends AzureWorkloadRecoveryPoint {
|
|
916
918
|
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
917
919
|
objectType: "AzureWorkloadSAPHanaRecoveryPoint";
|
|
918
|
-
}
|
|
920
|
+
}
|
|
919
921
|
|
|
920
922
|
/** AzureWorkload SAP Hana-specific restore. */
|
|
921
|
-
export declare
|
|
923
|
+
export declare interface AzureWorkloadSAPHanaRestoreRequest extends AzureWorkloadRestoreRequest {
|
|
922
924
|
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
923
925
|
objectType: "AzureWorkloadSAPHanaRestoreRequest" | "AzureWorkloadSAPHanaPointInTimeRestoreRequest" | "AzureWorkloadSAPHanaPointInTimeRestoreWithRehydrateRequest" | "AzureWorkloadSAPHanaRestoreWithRehydrateRequest";
|
|
924
|
-
}
|
|
926
|
+
}
|
|
925
927
|
|
|
926
928
|
export declare type AzureWorkloadSAPHanaRestoreRequestUnion = AzureWorkloadSAPHanaRestoreRequest | AzureWorkloadSAPHanaPointInTimeRestoreRequestUnion | AzureWorkloadSAPHanaRestoreWithRehydrateRequest;
|
|
927
929
|
|
|
928
930
|
/** AzureWorkload SAP Hana-specific restore with integrated rehydration of recovery point. */
|
|
929
|
-
export declare
|
|
931
|
+
export declare interface AzureWorkloadSAPHanaRestoreWithRehydrateRequest extends AzureWorkloadSAPHanaRestoreRequest {
|
|
930
932
|
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
931
933
|
objectType: "AzureWorkloadSAPHanaRestoreWithRehydrateRequest";
|
|
932
934
|
/** RP Rehydration Info */
|
|
933
935
|
recoveryPointRehydrationInfo?: RecoveryPointRehydrationInfo;
|
|
934
|
-
}
|
|
936
|
+
}
|
|
935
937
|
|
|
936
938
|
/** Azure Workload SQL Auto Protection intent item. */
|
|
937
|
-
export declare
|
|
939
|
+
export declare interface AzureWorkloadSQLAutoProtectionIntent extends AzureWorkloadAutoProtectionIntent {
|
|
938
940
|
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
939
941
|
protectionIntentItemType: "AzureWorkloadSQLAutoProtectionIntent";
|
|
940
942
|
/** Workload item type of the item for which intent is to be set */
|
|
941
943
|
workloadItemType?: WorkloadItemType;
|
|
942
|
-
}
|
|
944
|
+
}
|
|
943
945
|
|
|
944
946
|
/** Recovery point specific to PointInTime */
|
|
945
|
-
export declare
|
|
947
|
+
export declare interface AzureWorkloadSQLPointInTimeRecoveryPoint extends AzureWorkloadSQLRecoveryPoint {
|
|
946
948
|
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
947
949
|
objectType: "AzureWorkloadSQLPointInTimeRecoveryPoint";
|
|
948
950
|
/** List of log ranges */
|
|
949
951
|
timeRanges?: PointInTimeRange[];
|
|
950
|
-
}
|
|
952
|
+
}
|
|
951
953
|
|
|
952
954
|
/** AzureWorkload SQL -specific restore. Specifically for PointInTime/Log restore */
|
|
953
|
-
export declare
|
|
955
|
+
export declare interface AzureWorkloadSQLPointInTimeRestoreRequest extends AzureWorkloadSQLRestoreRequest {
|
|
954
956
|
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
955
957
|
objectType: "AzureWorkloadSQLPointInTimeRestoreRequest" | "AzureWorkloadSQLPointInTimeRestoreWithRehydrateRequest";
|
|
956
958
|
/** PointInTime value */
|
|
957
959
|
pointInTime?: Date;
|
|
958
|
-
}
|
|
960
|
+
}
|
|
959
961
|
|
|
960
962
|
export declare type AzureWorkloadSQLPointInTimeRestoreRequestUnion = AzureWorkloadSQLPointInTimeRestoreRequest | AzureWorkloadSQLPointInTimeRestoreWithRehydrateRequest;
|
|
961
963
|
|
|
962
964
|
/** AzureWorkload SQL-specific restore with integrated rehydration of recovery point. */
|
|
963
|
-
export declare
|
|
965
|
+
export declare interface AzureWorkloadSQLPointInTimeRestoreWithRehydrateRequest extends AzureWorkloadSQLPointInTimeRestoreRequest {
|
|
964
966
|
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
965
967
|
objectType: "AzureWorkloadSQLPointInTimeRestoreWithRehydrateRequest";
|
|
966
968
|
/** RP Rehydration Info */
|
|
967
969
|
recoveryPointRehydrationInfo?: RecoveryPointRehydrationInfo;
|
|
968
|
-
}
|
|
970
|
+
}
|
|
969
971
|
|
|
970
972
|
/** SQL specific recoverypoint, specifically encapsulates full/diff recoverypoint along with extended info */
|
|
971
|
-
export declare
|
|
973
|
+
export declare interface AzureWorkloadSQLRecoveryPoint extends AzureWorkloadRecoveryPoint {
|
|
972
974
|
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
973
975
|
objectType: "AzureWorkloadSQLRecoveryPoint" | "AzureWorkloadSQLPointInTimeRecoveryPoint";
|
|
974
976
|
/**
|
|
@@ -977,7 +979,7 @@ export declare type AzureWorkloadSQLRecoveryPoint = AzureWorkloadRecoveryPoint &
|
|
|
977
979
|
* Or when ListRecoveryPoints is called for Log RP only with ExtendedInfo query filter
|
|
978
980
|
*/
|
|
979
981
|
extendedInfo?: AzureWorkloadSQLRecoveryPointExtendedInfo;
|
|
980
|
-
}
|
|
982
|
+
}
|
|
981
983
|
|
|
982
984
|
/** Extended info class details */
|
|
983
985
|
export declare interface AzureWorkloadSQLRecoveryPointExtendedInfo {
|
|
@@ -990,7 +992,7 @@ export declare interface AzureWorkloadSQLRecoveryPointExtendedInfo {
|
|
|
990
992
|
export declare type AzureWorkloadSQLRecoveryPointUnion = AzureWorkloadSQLRecoveryPoint | AzureWorkloadSQLPointInTimeRecoveryPoint;
|
|
991
993
|
|
|
992
994
|
/** AzureWorkload SQL -specific restore. Specifically for full/diff restore */
|
|
993
|
-
export declare
|
|
995
|
+
export declare interface AzureWorkloadSQLRestoreRequest extends AzureWorkloadRestoreRequest {
|
|
994
996
|
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
995
997
|
objectType: "AzureWorkloadSQLRestoreRequest" | "AzureWorkloadSQLPointInTimeRestoreRequest" | "AzureWorkloadSQLPointInTimeRestoreWithRehydrateRequest" | "AzureWorkloadSQLRestoreWithRehydrateRequest";
|
|
996
998
|
/** Default option set to true. If this is set to false, alternate data directory must be provided */
|
|
@@ -999,17 +1001,17 @@ export declare type AzureWorkloadSQLRestoreRequest = AzureWorkloadRestoreRequest
|
|
|
999
1001
|
isNonRecoverable?: boolean;
|
|
1000
1002
|
/** Data directory details */
|
|
1001
1003
|
alternateDirectoryPaths?: SQLDataDirectoryMapping[];
|
|
1002
|
-
}
|
|
1004
|
+
}
|
|
1003
1005
|
|
|
1004
1006
|
export declare type AzureWorkloadSQLRestoreRequestUnion = AzureWorkloadSQLRestoreRequest | AzureWorkloadSQLPointInTimeRestoreRequestUnion | AzureWorkloadSQLRestoreWithRehydrateRequest;
|
|
1005
1007
|
|
|
1006
1008
|
/** AzureWorkload SQL-specific restore with integrated rehydration of recovery point */
|
|
1007
|
-
export declare
|
|
1009
|
+
export declare interface AzureWorkloadSQLRestoreWithRehydrateRequest extends AzureWorkloadSQLRestoreRequest {
|
|
1008
1010
|
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
1009
1011
|
objectType: "AzureWorkloadSQLRestoreWithRehydrateRequest";
|
|
1010
1012
|
/** RP Rehydration Info */
|
|
1011
1013
|
recoveryPointRehydrationInfo?: RecoveryPointRehydrationInfo;
|
|
1012
|
-
}
|
|
1014
|
+
}
|
|
1013
1015
|
|
|
1014
1016
|
/** The base backup engine class. All workload specific backup engines derive from this class. */
|
|
1015
1017
|
export declare interface BackupEngineBase {
|
|
@@ -1042,16 +1044,16 @@ export declare interface BackupEngineBase {
|
|
|
1042
1044
|
}
|
|
1043
1045
|
|
|
1044
1046
|
/** The base backup engine class. All workload specific backup engines derive from this class. */
|
|
1045
|
-
export declare
|
|
1047
|
+
export declare interface BackupEngineBaseResource extends Resource {
|
|
1046
1048
|
/** BackupEngineBaseResource properties */
|
|
1047
1049
|
properties?: BackupEngineBaseUnion;
|
|
1048
|
-
}
|
|
1050
|
+
}
|
|
1049
1051
|
|
|
1050
1052
|
/** List of BackupEngineBase resources */
|
|
1051
|
-
export declare
|
|
1053
|
+
export declare interface BackupEngineBaseResourceList extends ResourceList {
|
|
1052
1054
|
/** List of resources. */
|
|
1053
1055
|
value?: BackupEngineBaseResource[];
|
|
1054
|
-
}
|
|
1056
|
+
}
|
|
1055
1057
|
|
|
1056
1058
|
export declare type BackupEngineBaseUnion = BackupEngineBase | AzureBackupServerEngine | DpmBackupEngine;
|
|
1057
1059
|
|
|
@@ -1109,10 +1111,6 @@ export declare type BackupEnginesGetResponse = BackupEngineBaseResource;
|
|
|
1109
1111
|
|
|
1110
1112
|
/** Optional parameters. */
|
|
1111
1113
|
export declare interface BackupEnginesListNextOptionalParams extends coreClient.OperationOptions {
|
|
1112
|
-
/** OData filter options. */
|
|
1113
|
-
filter?: string;
|
|
1114
|
-
/** skipToken Filter. */
|
|
1115
|
-
skipToken?: string;
|
|
1116
1114
|
}
|
|
1117
1115
|
|
|
1118
1116
|
/** Contains response data for the listNext operation. */
|
|
@@ -1177,10 +1175,6 @@ export declare interface BackupJobs {
|
|
|
1177
1175
|
|
|
1178
1176
|
/** Optional parameters. */
|
|
1179
1177
|
export declare interface BackupJobsListNextOptionalParams extends coreClient.OperationOptions {
|
|
1180
|
-
/** OData filter options. */
|
|
1181
|
-
filter?: string;
|
|
1182
|
-
/** skipToken Filter. */
|
|
1183
|
-
skipToken?: string;
|
|
1184
1178
|
}
|
|
1185
1179
|
|
|
1186
1180
|
/** Contains response data for the listNext operation. */
|
|
@@ -1299,8 +1293,6 @@ export declare interface BackupPolicies {
|
|
|
1299
1293
|
|
|
1300
1294
|
/** Optional parameters. */
|
|
1301
1295
|
export declare interface BackupPoliciesListNextOptionalParams extends coreClient.OperationOptions {
|
|
1302
|
-
/** OData filter options. */
|
|
1303
|
-
filter?: string;
|
|
1304
1296
|
}
|
|
1305
1297
|
|
|
1306
1298
|
/** Contains response data for the listNext operation. */
|
|
@@ -1331,10 +1323,6 @@ export declare interface BackupProtectableItems {
|
|
|
1331
1323
|
|
|
1332
1324
|
/** Optional parameters. */
|
|
1333
1325
|
export declare interface BackupProtectableItemsListNextOptionalParams extends coreClient.OperationOptions {
|
|
1334
|
-
/** OData filter options. */
|
|
1335
|
-
filter?: string;
|
|
1336
|
-
/** skipToken Filter. */
|
|
1337
|
-
skipToken?: string;
|
|
1338
1326
|
}
|
|
1339
1327
|
|
|
1340
1328
|
/** Contains response data for the listNext operation. */
|
|
@@ -1365,10 +1353,6 @@ export declare interface BackupProtectedItems {
|
|
|
1365
1353
|
|
|
1366
1354
|
/** Optional parameters. */
|
|
1367
1355
|
export declare interface BackupProtectedItemsListNextOptionalParams extends coreClient.OperationOptions {
|
|
1368
|
-
/** OData filter options. */
|
|
1369
|
-
filter?: string;
|
|
1370
|
-
/** skipToken Filter. */
|
|
1371
|
-
skipToken?: string;
|
|
1372
1356
|
}
|
|
1373
1357
|
|
|
1374
1358
|
/** Contains response data for the listNext operation. */
|
|
@@ -1399,8 +1383,6 @@ export declare interface BackupProtectionContainers {
|
|
|
1399
1383
|
|
|
1400
1384
|
/** Optional parameters. */
|
|
1401
1385
|
export declare interface BackupProtectionContainersListNextOptionalParams extends coreClient.OperationOptions {
|
|
1402
|
-
/** OData filter options. */
|
|
1403
|
-
filter?: string;
|
|
1404
1386
|
}
|
|
1405
1387
|
|
|
1406
1388
|
/** Contains response data for the listNext operation. */
|
|
@@ -1429,10 +1411,6 @@ export declare interface BackupProtectionIntent {
|
|
|
1429
1411
|
|
|
1430
1412
|
/** Optional parameters. */
|
|
1431
1413
|
export declare interface BackupProtectionIntentListNextOptionalParams extends coreClient.OperationOptions {
|
|
1432
|
-
/** OData filter options. */
|
|
1433
|
-
filter?: string;
|
|
1434
|
-
/** skipToken Filter. */
|
|
1435
|
-
skipToken?: string;
|
|
1436
1414
|
}
|
|
1437
1415
|
|
|
1438
1416
|
/** Contains response data for the listNext operation. */
|
|
@@ -1456,10 +1434,10 @@ export declare interface BackupRequest {
|
|
|
1456
1434
|
}
|
|
1457
1435
|
|
|
1458
1436
|
/** Base class for backup request. Workload-specific backup requests are derived from this class. */
|
|
1459
|
-
export declare
|
|
1437
|
+
export declare interface BackupRequestResource extends Resource {
|
|
1460
1438
|
/** BackupRequestResource properties */
|
|
1461
1439
|
properties?: BackupRequestUnion;
|
|
1462
|
-
}
|
|
1440
|
+
}
|
|
1463
1441
|
|
|
1464
1442
|
export declare type BackupRequestUnion = BackupRequest | AzureFileShareBackupRequest | AzureWorkloadBackupRequest | IaasVMBackupRequest;
|
|
1465
1443
|
|
|
@@ -1480,10 +1458,10 @@ export declare interface BackupResourceConfig {
|
|
|
1480
1458
|
}
|
|
1481
1459
|
|
|
1482
1460
|
/** The resource storage details. */
|
|
1483
|
-
export declare
|
|
1461
|
+
export declare interface BackupResourceConfigResource extends Resource {
|
|
1484
1462
|
/** BackupResourceConfigResource properties */
|
|
1485
1463
|
properties?: BackupResourceConfig;
|
|
1486
|
-
}
|
|
1464
|
+
}
|
|
1487
1465
|
|
|
1488
1466
|
export declare interface BackupResourceEncryptionConfig {
|
|
1489
1467
|
/** Encryption At Rest Type */
|
|
@@ -1496,22 +1474,22 @@ export declare interface BackupResourceEncryptionConfig {
|
|
|
1496
1474
|
infrastructureEncryptionState?: InfrastructureEncryptionState;
|
|
1497
1475
|
}
|
|
1498
1476
|
|
|
1499
|
-
export declare
|
|
1477
|
+
export declare interface BackupResourceEncryptionConfigExtended extends BackupResourceEncryptionConfig {
|
|
1500
1478
|
/** User Assigned Identity Id */
|
|
1501
1479
|
userAssignedIdentity?: string;
|
|
1502
1480
|
/** bool to indicate whether to use system Assigned Identity or not */
|
|
1503
1481
|
useSystemAssignedIdentity?: boolean;
|
|
1504
|
-
}
|
|
1482
|
+
}
|
|
1505
1483
|
|
|
1506
|
-
export declare
|
|
1484
|
+
export declare interface BackupResourceEncryptionConfigExtendedResource extends Resource {
|
|
1507
1485
|
/** BackupResourceEncryptionConfigExtendedResource properties */
|
|
1508
1486
|
properties?: BackupResourceEncryptionConfigExtended;
|
|
1509
|
-
}
|
|
1487
|
+
}
|
|
1510
1488
|
|
|
1511
|
-
export declare
|
|
1489
|
+
export declare interface BackupResourceEncryptionConfigResource extends Resource {
|
|
1512
1490
|
/** BackupResourceEncryptionConfigResource properties */
|
|
1513
1491
|
properties?: BackupResourceEncryptionConfig;
|
|
1514
|
-
}
|
|
1492
|
+
}
|
|
1515
1493
|
|
|
1516
1494
|
/** Interface representing a BackupResourceEncryptionConfigs. */
|
|
1517
1495
|
export declare interface BackupResourceEncryptionConfigs {
|
|
@@ -1612,10 +1590,10 @@ export declare interface BackupResourceVaultConfig {
|
|
|
1612
1590
|
}
|
|
1613
1591
|
|
|
1614
1592
|
/** Backup resource vault config details. */
|
|
1615
|
-
export declare
|
|
1593
|
+
export declare interface BackupResourceVaultConfigResource extends Resource {
|
|
1616
1594
|
/** BackupResourceVaultConfigResource properties */
|
|
1617
1595
|
properties?: BackupResourceVaultConfig;
|
|
1618
|
-
}
|
|
1596
|
+
}
|
|
1619
1597
|
|
|
1620
1598
|
/** Interface representing a BackupResourceVaultConfigs. */
|
|
1621
1599
|
export declare interface BackupResourceVaultConfigs {
|
|
@@ -1795,10 +1773,6 @@ export declare interface BackupWorkloadItems {
|
|
|
1795
1773
|
|
|
1796
1774
|
/** Optional parameters. */
|
|
1797
1775
|
export declare interface BackupWorkloadItemsListNextOptionalParams extends coreClient.OperationOptions {
|
|
1798
|
-
/** OData filter options. */
|
|
1799
|
-
filter?: string;
|
|
1800
|
-
/** skipToken Filter. */
|
|
1801
|
-
skipToken?: string;
|
|
1802
1776
|
}
|
|
1803
1777
|
|
|
1804
1778
|
/** Contains response data for the listNext operation. */
|
|
@@ -2223,13 +2197,13 @@ export declare interface DistributedNodesInfo {
|
|
|
2223
2197
|
}
|
|
2224
2198
|
|
|
2225
2199
|
/** Data Protection Manager (DPM) specific backup engine. */
|
|
2226
|
-
export declare
|
|
2200
|
+
export declare interface DpmBackupEngine extends BackupEngineBase {
|
|
2227
2201
|
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
2228
2202
|
backupEngineType: "DpmBackupEngine";
|
|
2229
|
-
}
|
|
2203
|
+
}
|
|
2230
2204
|
|
|
2231
2205
|
/** DPM workload-specific protection container. */
|
|
2232
|
-
export declare
|
|
2206
|
+
export declare interface DpmContainer extends ProtectionContainer {
|
|
2233
2207
|
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
2234
2208
|
containerType: "DPMContainer" | "AzureBackupServerContainer";
|
|
2235
2209
|
/** Specifies whether the container is re-registrable. */
|
|
@@ -2248,7 +2222,7 @@ export declare type DpmContainer = ProtectionContainer & {
|
|
|
2248
2222
|
protectionStatus?: string;
|
|
2249
2223
|
/** Extended Info of the container. */
|
|
2250
2224
|
extendedInfo?: DPMContainerExtendedInfo;
|
|
2251
|
-
}
|
|
2225
|
+
}
|
|
2252
2226
|
|
|
2253
2227
|
/** Additional information of the DPMContainer. */
|
|
2254
2228
|
export declare interface DPMContainerExtendedInfo {
|
|
@@ -2267,7 +2241,7 @@ export declare interface DpmErrorInfo {
|
|
|
2267
2241
|
}
|
|
2268
2242
|
|
|
2269
2243
|
/** DPM workload-specific job object. */
|
|
2270
|
-
export declare
|
|
2244
|
+
export declare interface DpmJob extends Job {
|
|
2271
2245
|
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
2272
2246
|
jobType: "DpmJob";
|
|
2273
2247
|
/** Time elapsed for job. */
|
|
@@ -2286,7 +2260,7 @@ export declare type DpmJob = Job & {
|
|
|
2286
2260
|
errorDetails?: DpmErrorInfo[];
|
|
2287
2261
|
/** Additional information for this job. */
|
|
2288
2262
|
extendedInfo?: DpmJobExtendedInfo;
|
|
2289
|
-
}
|
|
2263
|
+
}
|
|
2290
2264
|
|
|
2291
2265
|
/** Additional information on the DPM workload-specific job. */
|
|
2292
2266
|
export declare interface DpmJobExtendedInfo {
|
|
@@ -2315,7 +2289,7 @@ export declare interface DpmJobTaskDetails {
|
|
|
2315
2289
|
}
|
|
2316
2290
|
|
|
2317
2291
|
/** Additional information on Backup engine specific backup item. */
|
|
2318
|
-
export declare
|
|
2292
|
+
export declare interface DPMProtectedItem extends ProtectedItem {
|
|
2319
2293
|
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
2320
2294
|
protectedItemType: "DPMProtectedItem";
|
|
2321
2295
|
/** Friendly name of the managed item */
|
|
@@ -2326,7 +2300,7 @@ export declare type DPMProtectedItem = ProtectedItem & {
|
|
|
2326
2300
|
protectionState?: ProtectedItemState;
|
|
2327
2301
|
/** Extended info of the backup item. */
|
|
2328
2302
|
extendedInfo?: DPMProtectedItemExtendedInfo;
|
|
2329
|
-
}
|
|
2303
|
+
}
|
|
2330
2304
|
|
|
2331
2305
|
/** Additional information of DPM Protected item. */
|
|
2332
2306
|
export declare interface DPMProtectedItemExtendedInfo {
|
|
@@ -2432,7 +2406,7 @@ export declare interface ErrorDetail {
|
|
|
2432
2406
|
}
|
|
2433
2407
|
|
|
2434
2408
|
/** This class is used to send blob details after exporting jobs. */
|
|
2435
|
-
export declare
|
|
2409
|
+
export declare interface ExportJobsOperationResultInfo extends OperationResultInfoBase {
|
|
2436
2410
|
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
2437
2411
|
objectType: "ExportJobsOperationResultInfo";
|
|
2438
2412
|
/** URL of the blob into which the serialized string of list of jobs is exported. */
|
|
@@ -2443,7 +2417,7 @@ export declare type ExportJobsOperationResultInfo = OperationResultInfoBase & {
|
|
|
2443
2417
|
excelFileBlobUrl?: string;
|
|
2444
2418
|
/** SAS key to access the blob. It expires in 15 mins. */
|
|
2445
2419
|
excelFileBlobSasKey?: string;
|
|
2446
|
-
}
|
|
2420
|
+
}
|
|
2447
2421
|
|
|
2448
2422
|
/** Interface representing a ExportJobsOperationResults. */
|
|
2449
2423
|
export declare interface ExportJobsOperationResults {
|
|
@@ -2513,14 +2487,14 @@ export declare interface FeatureSupportValidateOptionalParams extends coreClient
|
|
|
2513
2487
|
export declare type FeatureSupportValidateResponse = AzureVMResourceFeatureSupportResponse;
|
|
2514
2488
|
|
|
2515
2489
|
/** Base class for generic container of backup items */
|
|
2516
|
-
export declare
|
|
2490
|
+
export declare interface GenericContainer extends ProtectionContainer {
|
|
2517
2491
|
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
2518
2492
|
containerType: "GenericContainer";
|
|
2519
2493
|
/** Name of the container's fabric */
|
|
2520
2494
|
fabricName?: string;
|
|
2521
2495
|
/** Extended information (not returned in List container API calls) */
|
|
2522
2496
|
extendedInformation?: GenericContainerExtendedInfo;
|
|
2523
|
-
}
|
|
2497
|
+
}
|
|
2524
2498
|
|
|
2525
2499
|
/** Container extended information */
|
|
2526
2500
|
export declare interface GenericContainerExtendedInfo {
|
|
@@ -2535,7 +2509,7 @@ export declare interface GenericContainerExtendedInfo {
|
|
|
2535
2509
|
}
|
|
2536
2510
|
|
|
2537
2511
|
/** Base class for backup items. */
|
|
2538
|
-
export declare
|
|
2512
|
+
export declare interface GenericProtectedItem extends ProtectedItem {
|
|
2539
2513
|
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
2540
2514
|
protectedItemType: "GenericProtectedItem";
|
|
2541
2515
|
/** Friendly name of the container. */
|
|
@@ -2552,10 +2526,10 @@ export declare type GenericProtectedItem = ProtectedItem & {
|
|
|
2552
2526
|
};
|
|
2553
2527
|
/** Name of this backup item's fabric. */
|
|
2554
2528
|
fabricName?: string;
|
|
2555
|
-
}
|
|
2529
|
+
}
|
|
2556
2530
|
|
|
2557
2531
|
/** Azure VM (Mercury) workload-specific backup policy. */
|
|
2558
|
-
export declare
|
|
2532
|
+
export declare interface GenericProtectionPolicy extends ProtectionPolicy {
|
|
2559
2533
|
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
2560
2534
|
backupManagementType: "GenericProtectionPolicy";
|
|
2561
2535
|
/** List of sub-protection policies which includes schedule and retention */
|
|
@@ -2564,10 +2538,10 @@ export declare type GenericProtectionPolicy = ProtectionPolicy & {
|
|
|
2564
2538
|
timeZone?: string;
|
|
2565
2539
|
/** Name of this policy's fabric. */
|
|
2566
2540
|
fabricName?: string;
|
|
2567
|
-
}
|
|
2541
|
+
}
|
|
2568
2542
|
|
|
2569
2543
|
/** Generic backup copy. */
|
|
2570
|
-
export declare
|
|
2544
|
+
export declare interface GenericRecoveryPoint extends RecoveryPoint {
|
|
2571
2545
|
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
2572
2546
|
objectType: "GenericRecoveryPoint";
|
|
2573
2547
|
/** Friendly name of the backup copy. */
|
|
@@ -2578,7 +2552,16 @@ export declare type GenericRecoveryPoint = RecoveryPoint & {
|
|
|
2578
2552
|
recoveryPointTime?: Date;
|
|
2579
2553
|
/** Additional information associated with this backup copy. */
|
|
2580
2554
|
recoveryPointAdditionalInfo?: string;
|
|
2581
|
-
}
|
|
2555
|
+
}
|
|
2556
|
+
|
|
2557
|
+
/**
|
|
2558
|
+
* Given the last `.value` produced by the `byPage` iterator,
|
|
2559
|
+
* returns a continuation token that can be used to begin paging from
|
|
2560
|
+
* that point later.
|
|
2561
|
+
* @param page An object from accessing `value` on the IteratorResult from a `byPage` iterator.
|
|
2562
|
+
* @returns The continuation token that can be passed into byPage() during future calls.
|
|
2563
|
+
*/
|
|
2564
|
+
export declare function getContinuationToken(page: unknown): string | undefined;
|
|
2582
2565
|
|
|
2583
2566
|
/** Optional parameters. */
|
|
2584
2567
|
export declare interface GetOperationStatusOptionalParams extends coreClient.OperationOptions {
|
|
@@ -2633,15 +2616,15 @@ export declare interface HourlySchedule {
|
|
|
2633
2616
|
export declare type HttpStatusCode = "Continue" | "SwitchingProtocols" | "OK" | "Created" | "Accepted" | "NonAuthoritativeInformation" | "NoContent" | "ResetContent" | "PartialContent" | "MultipleChoices" | "Ambiguous" | "MovedPermanently" | "Moved" | "Found" | "Redirect" | "SeeOther" | "RedirectMethod" | "NotModified" | "UseProxy" | "Unused" | "TemporaryRedirect" | "RedirectKeepVerb" | "BadRequest" | "Unauthorized" | "PaymentRequired" | "Forbidden" | "NotFound" | "MethodNotAllowed" | "NotAcceptable" | "ProxyAuthenticationRequired" | "RequestTimeout" | "Conflict" | "Gone" | "LengthRequired" | "PreconditionFailed" | "RequestEntityTooLarge" | "RequestUriTooLong" | "UnsupportedMediaType" | "RequestedRangeNotSatisfiable" | "ExpectationFailed" | "UpgradeRequired" | "InternalServerError" | "NotImplemented" | "BadGateway" | "ServiceUnavailable" | "GatewayTimeout" | "HttpVersionNotSupported";
|
|
2634
2617
|
|
|
2635
2618
|
/** IaaS VM workload-specific backup request. */
|
|
2636
|
-
export declare
|
|
2619
|
+
export declare interface IaasVMBackupRequest extends BackupRequest {
|
|
2637
2620
|
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
2638
2621
|
objectType: "IaasVMBackupRequest";
|
|
2639
2622
|
/** Backup copy will expire after the time specified (UTC). */
|
|
2640
2623
|
recoveryPointExpiryTimeInUTC?: Date;
|
|
2641
|
-
}
|
|
2624
|
+
}
|
|
2642
2625
|
|
|
2643
2626
|
/** IaaS VM workload-specific container. */
|
|
2644
|
-
export declare
|
|
2627
|
+
export declare interface IaaSVMContainer extends ProtectionContainer {
|
|
2645
2628
|
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
2646
2629
|
containerType: "IaasVMContainer" | "Microsoft.ClassicCompute/virtualMachines" | "Microsoft.Compute/virtualMachines";
|
|
2647
2630
|
/** Fully qualified ARM url of the virtual machine represented by this Azure IaaS VM container. */
|
|
@@ -2650,12 +2633,12 @@ export declare type IaaSVMContainer = ProtectionContainer & {
|
|
|
2650
2633
|
virtualMachineVersion?: string;
|
|
2651
2634
|
/** Resource group name of Recovery Services Vault. */
|
|
2652
2635
|
resourceGroup?: string;
|
|
2653
|
-
}
|
|
2636
|
+
}
|
|
2654
2637
|
|
|
2655
2638
|
export declare type IaaSVMContainerUnion = IaaSVMContainer | AzureIaaSClassicComputeVMContainer | AzureIaaSComputeVMContainer;
|
|
2656
2639
|
|
|
2657
2640
|
/** Restore files/folders from a backup copy of IaaS VM. */
|
|
2658
|
-
export declare
|
|
2641
|
+
export declare interface IaasVmilrRegistrationRequest extends ILRRequest {
|
|
2659
2642
|
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
2660
2643
|
objectType: "IaasVMILRRegistrationRequest";
|
|
2661
2644
|
/** ID of the IaaS VM backup copy from where the files/folders have to be restored. */
|
|
@@ -2666,7 +2649,7 @@ export declare type IaasVmilrRegistrationRequest = ILRRequest & {
|
|
|
2666
2649
|
initiatorName?: string;
|
|
2667
2650
|
/** Whether to renew existing registration with the iSCSI server. */
|
|
2668
2651
|
renewExistingRegistration?: boolean;
|
|
2669
|
-
}
|
|
2652
|
+
}
|
|
2670
2653
|
|
|
2671
2654
|
/**
|
|
2672
2655
|
* Defines values for IaasvmPolicyType. \
|
|
@@ -2680,7 +2663,7 @@ export declare type IaasVmilrRegistrationRequest = ILRRequest & {
|
|
|
2680
2663
|
export declare type IaasvmPolicyType = string;
|
|
2681
2664
|
|
|
2682
2665
|
/** IaaS VM workload-specific backup item. */
|
|
2683
|
-
export declare
|
|
2666
|
+
export declare interface IaaSVMProtectableItem extends WorkloadProtectableItem {
|
|
2684
2667
|
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
2685
2668
|
protectableItemType: "IaaSVMProtectableItem" | "Microsoft.ClassicCompute/virtualMachines" | "Microsoft.Compute/virtualMachines";
|
|
2686
2669
|
/** Fully qualified ARM ID of the virtual machine. */
|
|
@@ -2689,12 +2672,12 @@ export declare type IaaSVMProtectableItem = WorkloadProtectableItem & {
|
|
|
2689
2672
|
virtualMachineVersion?: string;
|
|
2690
2673
|
/** Resource group name of Recovery Services Vault. */
|
|
2691
2674
|
resourceGroup?: string;
|
|
2692
|
-
}
|
|
2675
|
+
}
|
|
2693
2676
|
|
|
2694
2677
|
export declare type IaaSVMProtectableItemUnion = IaaSVMProtectableItem | AzureIaaSClassicComputeVMProtectableItem | AzureIaaSComputeVMProtectableItem;
|
|
2695
2678
|
|
|
2696
2679
|
/** IaaS VM workload specific backup copy. */
|
|
2697
|
-
export declare
|
|
2680
|
+
export declare interface IaasVMRecoveryPoint extends RecoveryPoint {
|
|
2698
2681
|
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
2699
2682
|
objectType: "IaasVMRecoveryPoint";
|
|
2700
2683
|
/** Type of the backup copy. */
|
|
@@ -2729,10 +2712,10 @@ export declare type IaasVMRecoveryPoint = RecoveryPoint & {
|
|
|
2729
2712
|
recoveryPointMoveReadinessInfo?: {
|
|
2730
2713
|
[propertyName: string]: RecoveryPointMoveReadinessInfo;
|
|
2731
2714
|
};
|
|
2732
|
-
}
|
|
2715
|
+
}
|
|
2733
2716
|
|
|
2734
2717
|
/** IaaS VM workload-specific restore. */
|
|
2735
|
-
export declare
|
|
2718
|
+
export declare interface IaasVMRestoreRequest extends RestoreRequest {
|
|
2736
2719
|
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
2737
2720
|
objectType: "IaasVMRestoreRequest" | "IaasVMRestoreWithRehydrationRequest";
|
|
2738
2721
|
/** ID of the backup copy to be recovered. */
|
|
@@ -2794,17 +2777,17 @@ export declare type IaasVMRestoreRequest = RestoreRequest & {
|
|
|
2794
2777
|
identityInfo?: IdentityInfo;
|
|
2795
2778
|
/** IaaS VM workload specific restore details for restores using managed identity. */
|
|
2796
2779
|
identityBasedRestoreDetails?: IdentityBasedRestoreDetails;
|
|
2797
|
-
}
|
|
2780
|
+
}
|
|
2798
2781
|
|
|
2799
2782
|
export declare type IaasVMRestoreRequestUnion = IaasVMRestoreRequest | IaasVMRestoreWithRehydrationRequest;
|
|
2800
2783
|
|
|
2801
2784
|
/** IaaS VM workload-specific restore with integrated rehydration of recovery point. */
|
|
2802
|
-
export declare
|
|
2785
|
+
export declare interface IaasVMRestoreWithRehydrationRequest extends IaasVMRestoreRequest {
|
|
2803
2786
|
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
2804
2787
|
objectType: "IaasVMRestoreWithRehydrationRequest";
|
|
2805
2788
|
/** RP Rehydration Info */
|
|
2806
2789
|
recoveryPointRehydrationInfo?: RecoveryPointRehydrationInfo;
|
|
2807
|
-
}
|
|
2790
|
+
}
|
|
2808
2791
|
|
|
2809
2792
|
/** IaaS VM workload specific restore details for restores using managed identity */
|
|
2810
2793
|
export declare interface IdentityBasedRestoreDetails {
|
|
@@ -2832,10 +2815,10 @@ export declare interface ILRRequest {
|
|
|
2832
2815
|
}
|
|
2833
2816
|
|
|
2834
2817
|
/** Parameters to Provision ILR API. */
|
|
2835
|
-
export declare
|
|
2818
|
+
export declare interface ILRRequestResource extends Resource {
|
|
2836
2819
|
/** ILRRequestResource properties */
|
|
2837
2820
|
properties?: ILRRequestUnion;
|
|
2838
|
-
}
|
|
2821
|
+
}
|
|
2839
2822
|
|
|
2840
2823
|
export declare type ILRRequestUnion = ILRRequest | AzureFileShareProvisionILRRequest | IaasVmilrRegistrationRequest;
|
|
2841
2824
|
|
|
@@ -3071,16 +3054,16 @@ export declare interface JobQueryObject {
|
|
|
3071
3054
|
}
|
|
3072
3055
|
|
|
3073
3056
|
/** Defines workload agnostic properties for a job. */
|
|
3074
|
-
export declare
|
|
3057
|
+
export declare interface JobResource extends Resource {
|
|
3075
3058
|
/** JobResource properties */
|
|
3076
3059
|
properties?: JobUnion;
|
|
3077
|
-
}
|
|
3060
|
+
}
|
|
3078
3061
|
|
|
3079
3062
|
/** List of Job resources */
|
|
3080
|
-
export declare
|
|
3063
|
+
export declare interface JobResourceList extends ResourceList {
|
|
3081
3064
|
/** List of resources. */
|
|
3082
3065
|
value?: JobResource[];
|
|
3083
|
-
}
|
|
3066
|
+
}
|
|
3084
3067
|
|
|
3085
3068
|
/** Interface representing a Jobs. */
|
|
3086
3069
|
export declare interface Jobs {
|
|
@@ -3150,543 +3133,853 @@ export declare interface KeyAndSecretDetails {
|
|
|
3150
3133
|
|
|
3151
3134
|
/** Known values of {@link AcquireStorageAccountLock} that the service accepts. */
|
|
3152
3135
|
export declare enum KnownAcquireStorageAccountLock {
|
|
3136
|
+
/** Acquire */
|
|
3153
3137
|
Acquire = "Acquire",
|
|
3138
|
+
/** NotAcquire */
|
|
3154
3139
|
NotAcquire = "NotAcquire"
|
|
3155
3140
|
}
|
|
3156
3141
|
|
|
3157
3142
|
/** Known values of {@link AzureFileShareType} that the service accepts. */
|
|
3158
3143
|
export declare enum KnownAzureFileShareType {
|
|
3144
|
+
/** Invalid */
|
|
3159
3145
|
Invalid = "Invalid",
|
|
3146
|
+
/** Xsmb */
|
|
3160
3147
|
Xsmb = "XSMB",
|
|
3148
|
+
/** XSync */
|
|
3161
3149
|
XSync = "XSync"
|
|
3162
3150
|
}
|
|
3163
3151
|
|
|
3164
3152
|
/** Known values of {@link BackupEngineType} that the service accepts. */
|
|
3165
3153
|
export declare enum KnownBackupEngineType {
|
|
3154
|
+
/** Invalid */
|
|
3166
3155
|
Invalid = "Invalid",
|
|
3156
|
+
/** DpmBackupEngine */
|
|
3167
3157
|
DpmBackupEngine = "DpmBackupEngine",
|
|
3158
|
+
/** AzureBackupServerEngine */
|
|
3168
3159
|
AzureBackupServerEngine = "AzureBackupServerEngine"
|
|
3169
3160
|
}
|
|
3170
3161
|
|
|
3171
3162
|
/** Known values of {@link BackupItemType} that the service accepts. */
|
|
3172
3163
|
export declare enum KnownBackupItemType {
|
|
3164
|
+
/** Invalid */
|
|
3173
3165
|
Invalid = "Invalid",
|
|
3166
|
+
/** VM */
|
|
3174
3167
|
VM = "VM",
|
|
3168
|
+
/** FileFolder */
|
|
3175
3169
|
FileFolder = "FileFolder",
|
|
3170
|
+
/** AzureSqlDb */
|
|
3176
3171
|
AzureSqlDb = "AzureSqlDb",
|
|
3172
|
+
/** Sqldb */
|
|
3177
3173
|
Sqldb = "SQLDB",
|
|
3174
|
+
/** Exchange */
|
|
3178
3175
|
Exchange = "Exchange",
|
|
3176
|
+
/** Sharepoint */
|
|
3179
3177
|
Sharepoint = "Sharepoint",
|
|
3178
|
+
/** VMwareVM */
|
|
3180
3179
|
VMwareVM = "VMwareVM",
|
|
3180
|
+
/** SystemState */
|
|
3181
3181
|
SystemState = "SystemState",
|
|
3182
|
+
/** Client */
|
|
3182
3183
|
Client = "Client",
|
|
3184
|
+
/** GenericDataSource */
|
|
3183
3185
|
GenericDataSource = "GenericDataSource",
|
|
3186
|
+
/** SQLDataBase */
|
|
3184
3187
|
SQLDataBase = "SQLDataBase",
|
|
3188
|
+
/** AzureFileShare */
|
|
3185
3189
|
AzureFileShare = "AzureFileShare",
|
|
3190
|
+
/** SAPHanaDatabase */
|
|
3186
3191
|
SAPHanaDatabase = "SAPHanaDatabase",
|
|
3192
|
+
/** SAPAseDatabase */
|
|
3187
3193
|
SAPAseDatabase = "SAPAseDatabase"
|
|
3188
3194
|
}
|
|
3189
3195
|
|
|
3190
3196
|
/** Known values of {@link BackupManagementType} that the service accepts. */
|
|
3191
3197
|
export declare enum KnownBackupManagementType {
|
|
3198
|
+
/** Invalid */
|
|
3192
3199
|
Invalid = "Invalid",
|
|
3200
|
+
/** AzureIaasVM */
|
|
3193
3201
|
AzureIaasVM = "AzureIaasVM",
|
|
3202
|
+
/** MAB */
|
|
3194
3203
|
MAB = "MAB",
|
|
3204
|
+
/** DPM */
|
|
3195
3205
|
DPM = "DPM",
|
|
3206
|
+
/** AzureBackupServer */
|
|
3196
3207
|
AzureBackupServer = "AzureBackupServer",
|
|
3208
|
+
/** AzureSql */
|
|
3197
3209
|
AzureSql = "AzureSql",
|
|
3210
|
+
/** AzureStorage */
|
|
3198
3211
|
AzureStorage = "AzureStorage",
|
|
3212
|
+
/** AzureWorkload */
|
|
3199
3213
|
AzureWorkload = "AzureWorkload",
|
|
3214
|
+
/** DefaultBackup */
|
|
3200
3215
|
DefaultBackup = "DefaultBackup"
|
|
3201
3216
|
}
|
|
3202
3217
|
|
|
3203
3218
|
/** Known values of {@link BackupType} that the service accepts. */
|
|
3204
3219
|
export declare enum KnownBackupType {
|
|
3220
|
+
/** Invalid */
|
|
3205
3221
|
Invalid = "Invalid",
|
|
3222
|
+
/** Full */
|
|
3206
3223
|
Full = "Full",
|
|
3224
|
+
/** Differential */
|
|
3207
3225
|
Differential = "Differential",
|
|
3226
|
+
/** Log */
|
|
3208
3227
|
Log = "Log",
|
|
3228
|
+
/** CopyOnlyFull */
|
|
3209
3229
|
CopyOnlyFull = "CopyOnlyFull",
|
|
3230
|
+
/** Incremental */
|
|
3210
3231
|
Incremental = "Incremental"
|
|
3211
3232
|
}
|
|
3212
3233
|
|
|
3213
3234
|
/** Known values of {@link ContainerType} that the service accepts. */
|
|
3214
3235
|
export declare enum KnownContainerType {
|
|
3236
|
+
/** Invalid */
|
|
3215
3237
|
Invalid = "Invalid",
|
|
3238
|
+
/** Unknown */
|
|
3216
3239
|
Unknown = "Unknown",
|
|
3240
|
+
/** IaasVMContainer */
|
|
3217
3241
|
IaasVMContainer = "IaasVMContainer",
|
|
3242
|
+
/** IaasVMServiceContainer */
|
|
3218
3243
|
IaasVMServiceContainer = "IaasVMServiceContainer",
|
|
3244
|
+
/** DPMContainer */
|
|
3219
3245
|
DPMContainer = "DPMContainer",
|
|
3246
|
+
/** AzureBackupServerContainer */
|
|
3220
3247
|
AzureBackupServerContainer = "AzureBackupServerContainer",
|
|
3248
|
+
/** MABContainer */
|
|
3221
3249
|
MABContainer = "MABContainer",
|
|
3250
|
+
/** Cluster */
|
|
3222
3251
|
Cluster = "Cluster",
|
|
3252
|
+
/** AzureSqlContainer */
|
|
3223
3253
|
AzureSqlContainer = "AzureSqlContainer",
|
|
3254
|
+
/** Windows */
|
|
3224
3255
|
Windows = "Windows",
|
|
3256
|
+
/** VCenter */
|
|
3225
3257
|
VCenter = "VCenter",
|
|
3258
|
+
/** VMAppContainer */
|
|
3226
3259
|
VMAppContainer = "VMAppContainer",
|
|
3260
|
+
/** SqlagWorkLoadContainer */
|
|
3227
3261
|
SqlagWorkLoadContainer = "SQLAGWorkLoadContainer",
|
|
3262
|
+
/** StorageContainer */
|
|
3228
3263
|
StorageContainer = "StorageContainer",
|
|
3264
|
+
/** GenericContainer */
|
|
3229
3265
|
GenericContainer = "GenericContainer",
|
|
3266
|
+
/** MicrosoftClassicComputeVirtualMachines */
|
|
3230
3267
|
MicrosoftClassicComputeVirtualMachines = "Microsoft.ClassicCompute/virtualMachines",
|
|
3268
|
+
/** MicrosoftComputeVirtualMachines */
|
|
3231
3269
|
MicrosoftComputeVirtualMachines = "Microsoft.Compute/virtualMachines",
|
|
3270
|
+
/** AzureWorkloadContainer */
|
|
3232
3271
|
AzureWorkloadContainer = "AzureWorkloadContainer"
|
|
3233
3272
|
}
|
|
3234
3273
|
|
|
3235
3274
|
/** Known values of {@link CopyOptions} that the service accepts. */
|
|
3236
3275
|
export declare enum KnownCopyOptions {
|
|
3276
|
+
/** Invalid */
|
|
3237
3277
|
Invalid = "Invalid",
|
|
3278
|
+
/** CreateCopy */
|
|
3238
3279
|
CreateCopy = "CreateCopy",
|
|
3280
|
+
/** Skip */
|
|
3239
3281
|
Skip = "Skip",
|
|
3282
|
+
/** Overwrite */
|
|
3240
3283
|
Overwrite = "Overwrite",
|
|
3284
|
+
/** FailOnConflict */
|
|
3241
3285
|
FailOnConflict = "FailOnConflict"
|
|
3242
3286
|
}
|
|
3243
3287
|
|
|
3244
3288
|
/** Known values of {@link CreateMode} that the service accepts. */
|
|
3245
3289
|
export declare enum KnownCreateMode {
|
|
3290
|
+
/** Invalid */
|
|
3246
3291
|
Invalid = "Invalid",
|
|
3292
|
+
/** Default */
|
|
3247
3293
|
Default = "Default",
|
|
3294
|
+
/** Recover */
|
|
3248
3295
|
Recover = "Recover"
|
|
3249
3296
|
}
|
|
3250
3297
|
|
|
3251
3298
|
/** Known values of {@link DataMoveLevel} that the service accepts. */
|
|
3252
3299
|
export declare enum KnownDataMoveLevel {
|
|
3300
|
+
/** Invalid */
|
|
3253
3301
|
Invalid = "Invalid",
|
|
3302
|
+
/** Vault */
|
|
3254
3303
|
Vault = "Vault",
|
|
3304
|
+
/** Container */
|
|
3255
3305
|
Container = "Container"
|
|
3256
3306
|
}
|
|
3257
3307
|
|
|
3258
3308
|
/** Known values of {@link DataSourceType} that the service accepts. */
|
|
3259
3309
|
export declare enum KnownDataSourceType {
|
|
3310
|
+
/** Invalid */
|
|
3260
3311
|
Invalid = "Invalid",
|
|
3312
|
+
/** VM */
|
|
3261
3313
|
VM = "VM",
|
|
3314
|
+
/** FileFolder */
|
|
3262
3315
|
FileFolder = "FileFolder",
|
|
3316
|
+
/** AzureSqlDb */
|
|
3263
3317
|
AzureSqlDb = "AzureSqlDb",
|
|
3318
|
+
/** Sqldb */
|
|
3264
3319
|
Sqldb = "SQLDB",
|
|
3320
|
+
/** Exchange */
|
|
3265
3321
|
Exchange = "Exchange",
|
|
3322
|
+
/** Sharepoint */
|
|
3266
3323
|
Sharepoint = "Sharepoint",
|
|
3324
|
+
/** VMwareVM */
|
|
3267
3325
|
VMwareVM = "VMwareVM",
|
|
3326
|
+
/** SystemState */
|
|
3268
3327
|
SystemState = "SystemState",
|
|
3328
|
+
/** Client */
|
|
3269
3329
|
Client = "Client",
|
|
3330
|
+
/** GenericDataSource */
|
|
3270
3331
|
GenericDataSource = "GenericDataSource",
|
|
3332
|
+
/** SQLDataBase */
|
|
3271
3333
|
SQLDataBase = "SQLDataBase",
|
|
3334
|
+
/** AzureFileShare */
|
|
3272
3335
|
AzureFileShare = "AzureFileShare",
|
|
3336
|
+
/** SAPHanaDatabase */
|
|
3273
3337
|
SAPHanaDatabase = "SAPHanaDatabase",
|
|
3338
|
+
/** SAPAseDatabase */
|
|
3274
3339
|
SAPAseDatabase = "SAPAseDatabase"
|
|
3275
3340
|
}
|
|
3276
3341
|
|
|
3277
3342
|
/** Known values of {@link DedupState} that the service accepts. */
|
|
3278
3343
|
export declare enum KnownDedupState {
|
|
3344
|
+
/** Invalid */
|
|
3279
3345
|
Invalid = "Invalid",
|
|
3346
|
+
/** Enabled */
|
|
3280
3347
|
Enabled = "Enabled",
|
|
3348
|
+
/** Disabled */
|
|
3281
3349
|
Disabled = "Disabled"
|
|
3282
3350
|
}
|
|
3283
3351
|
|
|
3284
3352
|
/** Known values of {@link EncryptionAtRestType} that the service accepts. */
|
|
3285
3353
|
export declare enum KnownEncryptionAtRestType {
|
|
3354
|
+
/** Invalid */
|
|
3286
3355
|
Invalid = "Invalid",
|
|
3356
|
+
/** MicrosoftManaged */
|
|
3287
3357
|
MicrosoftManaged = "MicrosoftManaged",
|
|
3358
|
+
/** CustomerManaged */
|
|
3288
3359
|
CustomerManaged = "CustomerManaged"
|
|
3289
3360
|
}
|
|
3290
3361
|
|
|
3291
3362
|
/** Known values of {@link EnhancedSecurityState} that the service accepts. */
|
|
3292
3363
|
export declare enum KnownEnhancedSecurityState {
|
|
3364
|
+
/** Invalid */
|
|
3293
3365
|
Invalid = "Invalid",
|
|
3366
|
+
/** Enabled */
|
|
3294
3367
|
Enabled = "Enabled",
|
|
3368
|
+
/** Disabled */
|
|
3295
3369
|
Disabled = "Disabled"
|
|
3296
3370
|
}
|
|
3297
3371
|
|
|
3298
3372
|
/** Known values of {@link FabricName} that the service accepts. */
|
|
3299
3373
|
export declare enum KnownFabricName {
|
|
3374
|
+
/** Invalid */
|
|
3300
3375
|
Invalid = "Invalid",
|
|
3376
|
+
/** Azure */
|
|
3301
3377
|
Azure = "Azure"
|
|
3302
3378
|
}
|
|
3303
3379
|
|
|
3304
3380
|
/** Known values of {@link HealthState} that the service accepts. */
|
|
3305
3381
|
export declare enum KnownHealthState {
|
|
3382
|
+
/** Passed */
|
|
3306
3383
|
Passed = "Passed",
|
|
3384
|
+
/** ActionRequired */
|
|
3307
3385
|
ActionRequired = "ActionRequired",
|
|
3386
|
+
/** ActionSuggested */
|
|
3308
3387
|
ActionSuggested = "ActionSuggested",
|
|
3388
|
+
/** Invalid */
|
|
3309
3389
|
Invalid = "Invalid"
|
|
3310
3390
|
}
|
|
3311
3391
|
|
|
3312
3392
|
/** Known values of {@link HealthStatus} that the service accepts. */
|
|
3313
3393
|
export declare enum KnownHealthStatus {
|
|
3394
|
+
/** Passed */
|
|
3314
3395
|
Passed = "Passed",
|
|
3396
|
+
/** ActionRequired */
|
|
3315
3397
|
ActionRequired = "ActionRequired",
|
|
3398
|
+
/** ActionSuggested */
|
|
3316
3399
|
ActionSuggested = "ActionSuggested",
|
|
3400
|
+
/** Invalid */
|
|
3317
3401
|
Invalid = "Invalid"
|
|
3318
3402
|
}
|
|
3319
3403
|
|
|
3320
3404
|
/** Known values of {@link IaasvmPolicyType} that the service accepts. */
|
|
3321
3405
|
export declare enum KnownIaasvmPolicyType {
|
|
3406
|
+
/** Invalid */
|
|
3322
3407
|
Invalid = "Invalid",
|
|
3408
|
+
/** V1 */
|
|
3323
3409
|
V1 = "V1",
|
|
3410
|
+
/** V2 */
|
|
3324
3411
|
V2 = "V2"
|
|
3325
3412
|
}
|
|
3326
3413
|
|
|
3327
3414
|
/** Known values of {@link InfrastructureEncryptionState} that the service accepts. */
|
|
3328
3415
|
export declare enum KnownInfrastructureEncryptionState {
|
|
3416
|
+
/** Invalid */
|
|
3329
3417
|
Invalid = "Invalid",
|
|
3418
|
+
/** Disabled */
|
|
3330
3419
|
Disabled = "Disabled",
|
|
3420
|
+
/** Enabled */
|
|
3331
3421
|
Enabled = "Enabled"
|
|
3332
3422
|
}
|
|
3333
3423
|
|
|
3334
3424
|
/** Known values of {@link InquiryStatus} that the service accepts. */
|
|
3335
3425
|
export declare enum KnownInquiryStatus {
|
|
3426
|
+
/** Invalid */
|
|
3336
3427
|
Invalid = "Invalid",
|
|
3428
|
+
/** Success */
|
|
3337
3429
|
Success = "Success",
|
|
3430
|
+
/** Failed */
|
|
3338
3431
|
Failed = "Failed"
|
|
3339
3432
|
}
|
|
3340
3433
|
|
|
3341
3434
|
/** Known values of {@link IntentItemType} that the service accepts. */
|
|
3342
3435
|
export declare enum KnownIntentItemType {
|
|
3436
|
+
/** Invalid */
|
|
3343
3437
|
Invalid = "Invalid",
|
|
3438
|
+
/** SQLInstance */
|
|
3344
3439
|
SQLInstance = "SQLInstance",
|
|
3440
|
+
/** SQLAvailabilityGroupContainer */
|
|
3345
3441
|
SQLAvailabilityGroupContainer = "SQLAvailabilityGroupContainer"
|
|
3346
3442
|
}
|
|
3347
3443
|
|
|
3348
3444
|
/** Known values of {@link JobOperationType} that the service accepts. */
|
|
3349
3445
|
export declare enum KnownJobOperationType {
|
|
3446
|
+
/** Invalid */
|
|
3350
3447
|
Invalid = "Invalid",
|
|
3448
|
+
/** Register */
|
|
3351
3449
|
Register = "Register",
|
|
3450
|
+
/** UnRegister */
|
|
3352
3451
|
UnRegister = "UnRegister",
|
|
3452
|
+
/** ConfigureBackup */
|
|
3353
3453
|
ConfigureBackup = "ConfigureBackup",
|
|
3454
|
+
/** Backup */
|
|
3354
3455
|
Backup = "Backup",
|
|
3456
|
+
/** Restore */
|
|
3355
3457
|
Restore = "Restore",
|
|
3458
|
+
/** DisableBackup */
|
|
3356
3459
|
DisableBackup = "DisableBackup",
|
|
3460
|
+
/** DeleteBackupData */
|
|
3357
3461
|
DeleteBackupData = "DeleteBackupData",
|
|
3462
|
+
/** CrossRegionRestore */
|
|
3358
3463
|
CrossRegionRestore = "CrossRegionRestore",
|
|
3464
|
+
/** Undelete */
|
|
3359
3465
|
Undelete = "Undelete",
|
|
3466
|
+
/** UpdateCustomerManagedKey */
|
|
3360
3467
|
UpdateCustomerManagedKey = "UpdateCustomerManagedKey"
|
|
3361
3468
|
}
|
|
3362
3469
|
|
|
3363
3470
|
/** Known values of {@link JobStatus} that the service accepts. */
|
|
3364
3471
|
export declare enum KnownJobStatus {
|
|
3472
|
+
/** Invalid */
|
|
3365
3473
|
Invalid = "Invalid",
|
|
3474
|
+
/** InProgress */
|
|
3366
3475
|
InProgress = "InProgress",
|
|
3476
|
+
/** Completed */
|
|
3367
3477
|
Completed = "Completed",
|
|
3478
|
+
/** Failed */
|
|
3368
3479
|
Failed = "Failed",
|
|
3480
|
+
/** CompletedWithWarnings */
|
|
3369
3481
|
CompletedWithWarnings = "CompletedWithWarnings",
|
|
3482
|
+
/** Cancelled */
|
|
3370
3483
|
Cancelled = "Cancelled",
|
|
3484
|
+
/** Cancelling */
|
|
3371
3485
|
Cancelling = "Cancelling"
|
|
3372
3486
|
}
|
|
3373
3487
|
|
|
3374
3488
|
/** Known values of {@link LastBackupStatus} that the service accepts. */
|
|
3375
3489
|
export declare enum KnownLastBackupStatus {
|
|
3490
|
+
/** Invalid */
|
|
3376
3491
|
Invalid = "Invalid",
|
|
3492
|
+
/** Healthy */
|
|
3377
3493
|
Healthy = "Healthy",
|
|
3494
|
+
/** Unhealthy */
|
|
3378
3495
|
Unhealthy = "Unhealthy",
|
|
3496
|
+
/** IRPending */
|
|
3379
3497
|
IRPending = "IRPending"
|
|
3380
3498
|
}
|
|
3381
3499
|
|
|
3382
3500
|
/** Known values of {@link LastUpdateStatus} that the service accepts. */
|
|
3383
3501
|
export declare enum KnownLastUpdateStatus {
|
|
3502
|
+
/** Invalid */
|
|
3384
3503
|
Invalid = "Invalid",
|
|
3504
|
+
/** NotEnabled */
|
|
3385
3505
|
NotEnabled = "NotEnabled",
|
|
3506
|
+
/** PartiallySucceeded */
|
|
3386
3507
|
PartiallySucceeded = "PartiallySucceeded",
|
|
3508
|
+
/** PartiallyFailed */
|
|
3387
3509
|
PartiallyFailed = "PartiallyFailed",
|
|
3510
|
+
/** Failed */
|
|
3388
3511
|
Failed = "Failed",
|
|
3512
|
+
/** Succeeded */
|
|
3389
3513
|
Succeeded = "Succeeded",
|
|
3514
|
+
/** Initialized */
|
|
3390
3515
|
Initialized = "Initialized",
|
|
3516
|
+
/** FirstInitialization */
|
|
3391
3517
|
FirstInitialization = "FirstInitialization"
|
|
3392
3518
|
}
|
|
3393
3519
|
|
|
3394
3520
|
/** Known values of {@link MabServerType} that the service accepts. */
|
|
3395
3521
|
export declare enum KnownMabServerType {
|
|
3522
|
+
/** Invalid */
|
|
3396
3523
|
Invalid = "Invalid",
|
|
3524
|
+
/** Unknown */
|
|
3397
3525
|
Unknown = "Unknown",
|
|
3526
|
+
/** IaasVMContainer */
|
|
3398
3527
|
IaasVMContainer = "IaasVMContainer",
|
|
3528
|
+
/** IaasVMServiceContainer */
|
|
3399
3529
|
IaasVMServiceContainer = "IaasVMServiceContainer",
|
|
3530
|
+
/** DPMContainer */
|
|
3400
3531
|
DPMContainer = "DPMContainer",
|
|
3532
|
+
/** AzureBackupServerContainer */
|
|
3401
3533
|
AzureBackupServerContainer = "AzureBackupServerContainer",
|
|
3534
|
+
/** MABContainer */
|
|
3402
3535
|
MABContainer = "MABContainer",
|
|
3536
|
+
/** Cluster */
|
|
3403
3537
|
Cluster = "Cluster",
|
|
3538
|
+
/** AzureSqlContainer */
|
|
3404
3539
|
AzureSqlContainer = "AzureSqlContainer",
|
|
3540
|
+
/** Windows */
|
|
3405
3541
|
Windows = "Windows",
|
|
3542
|
+
/** VCenter */
|
|
3406
3543
|
VCenter = "VCenter",
|
|
3544
|
+
/** VMAppContainer */
|
|
3407
3545
|
VMAppContainer = "VMAppContainer",
|
|
3546
|
+
/** SqlagWorkLoadContainer */
|
|
3408
3547
|
SqlagWorkLoadContainer = "SQLAGWorkLoadContainer",
|
|
3548
|
+
/** StorageContainer */
|
|
3409
3549
|
StorageContainer = "StorageContainer",
|
|
3550
|
+
/** GenericContainer */
|
|
3410
3551
|
GenericContainer = "GenericContainer"
|
|
3411
3552
|
}
|
|
3412
3553
|
|
|
3413
3554
|
/** Known values of {@link OperationStatusValues} that the service accepts. */
|
|
3414
3555
|
export declare enum KnownOperationStatusValues {
|
|
3556
|
+
/** Invalid */
|
|
3415
3557
|
Invalid = "Invalid",
|
|
3558
|
+
/** InProgress */
|
|
3416
3559
|
InProgress = "InProgress",
|
|
3560
|
+
/** Succeeded */
|
|
3417
3561
|
Succeeded = "Succeeded",
|
|
3562
|
+
/** Failed */
|
|
3418
3563
|
Failed = "Failed",
|
|
3564
|
+
/** Canceled */
|
|
3419
3565
|
Canceled = "Canceled"
|
|
3420
3566
|
}
|
|
3421
3567
|
|
|
3422
3568
|
/** Known values of {@link OperationType} that the service accepts. */
|
|
3423
3569
|
export declare enum KnownOperationType {
|
|
3570
|
+
/** Invalid */
|
|
3424
3571
|
Invalid = "Invalid",
|
|
3572
|
+
/** Register */
|
|
3425
3573
|
Register = "Register",
|
|
3574
|
+
/** Reregister */
|
|
3426
3575
|
Reregister = "Reregister"
|
|
3427
3576
|
}
|
|
3428
3577
|
|
|
3429
3578
|
/** Known values of {@link OverwriteOptions} that the service accepts. */
|
|
3430
3579
|
export declare enum KnownOverwriteOptions {
|
|
3580
|
+
/** Invalid */
|
|
3431
3581
|
Invalid = "Invalid",
|
|
3582
|
+
/** FailOnConflict */
|
|
3432
3583
|
FailOnConflict = "FailOnConflict",
|
|
3584
|
+
/** Overwrite */
|
|
3433
3585
|
Overwrite = "Overwrite"
|
|
3434
3586
|
}
|
|
3435
3587
|
|
|
3436
3588
|
/** Known values of {@link PolicyType} that the service accepts. */
|
|
3437
3589
|
export declare enum KnownPolicyType {
|
|
3590
|
+
/** Invalid */
|
|
3438
3591
|
Invalid = "Invalid",
|
|
3592
|
+
/** Full */
|
|
3439
3593
|
Full = "Full",
|
|
3594
|
+
/** Differential */
|
|
3440
3595
|
Differential = "Differential",
|
|
3596
|
+
/** Log */
|
|
3441
3597
|
Log = "Log",
|
|
3598
|
+
/** CopyOnlyFull */
|
|
3442
3599
|
CopyOnlyFull = "CopyOnlyFull",
|
|
3600
|
+
/** Incremental */
|
|
3443
3601
|
Incremental = "Incremental"
|
|
3444
3602
|
}
|
|
3445
3603
|
|
|
3446
3604
|
/** Known values of {@link PrivateEndpointConnectionStatus} that the service accepts. */
|
|
3447
3605
|
export declare enum KnownPrivateEndpointConnectionStatus {
|
|
3606
|
+
/** Pending */
|
|
3448
3607
|
Pending = "Pending",
|
|
3608
|
+
/** Approved */
|
|
3449
3609
|
Approved = "Approved",
|
|
3610
|
+
/** Rejected */
|
|
3450
3611
|
Rejected = "Rejected",
|
|
3612
|
+
/** Disconnected */
|
|
3451
3613
|
Disconnected = "Disconnected"
|
|
3452
3614
|
}
|
|
3453
3615
|
|
|
3454
3616
|
/** Known values of {@link ProtectedItemHealthStatus} that the service accepts. */
|
|
3455
3617
|
export declare enum KnownProtectedItemHealthStatus {
|
|
3618
|
+
/** Invalid */
|
|
3456
3619
|
Invalid = "Invalid",
|
|
3620
|
+
/** Healthy */
|
|
3457
3621
|
Healthy = "Healthy",
|
|
3622
|
+
/** Unhealthy */
|
|
3458
3623
|
Unhealthy = "Unhealthy",
|
|
3624
|
+
/** NotReachable */
|
|
3459
3625
|
NotReachable = "NotReachable",
|
|
3626
|
+
/** IRPending */
|
|
3460
3627
|
IRPending = "IRPending"
|
|
3461
3628
|
}
|
|
3462
3629
|
|
|
3463
3630
|
/** Known values of {@link ProtectedItemState} that the service accepts. */
|
|
3464
3631
|
export declare enum KnownProtectedItemState {
|
|
3632
|
+
/** Invalid */
|
|
3465
3633
|
Invalid = "Invalid",
|
|
3634
|
+
/** IRPending */
|
|
3466
3635
|
IRPending = "IRPending",
|
|
3636
|
+
/** Protected */
|
|
3467
3637
|
Protected = "Protected",
|
|
3638
|
+
/** ProtectionError */
|
|
3468
3639
|
ProtectionError = "ProtectionError",
|
|
3640
|
+
/** ProtectionStopped */
|
|
3469
3641
|
ProtectionStopped = "ProtectionStopped",
|
|
3642
|
+
/** ProtectionPaused */
|
|
3470
3643
|
ProtectionPaused = "ProtectionPaused"
|
|
3471
3644
|
}
|
|
3472
3645
|
|
|
3473
3646
|
/** Known values of {@link ProtectionIntentItemType} that the service accepts. */
|
|
3474
3647
|
export declare enum KnownProtectionIntentItemType {
|
|
3648
|
+
/** Invalid */
|
|
3475
3649
|
Invalid = "Invalid",
|
|
3650
|
+
/** AzureResourceItem */
|
|
3476
3651
|
AzureResourceItem = "AzureResourceItem",
|
|
3652
|
+
/** RecoveryServiceVaultItem */
|
|
3477
3653
|
RecoveryServiceVaultItem = "RecoveryServiceVaultItem",
|
|
3654
|
+
/** AzureWorkloadContainerAutoProtectionIntent */
|
|
3478
3655
|
AzureWorkloadContainerAutoProtectionIntent = "AzureWorkloadContainerAutoProtectionIntent",
|
|
3656
|
+
/** AzureWorkloadAutoProtectionIntent */
|
|
3479
3657
|
AzureWorkloadAutoProtectionIntent = "AzureWorkloadAutoProtectionIntent",
|
|
3658
|
+
/** AzureWorkloadSQLAutoProtectionIntent */
|
|
3480
3659
|
AzureWorkloadSQLAutoProtectionIntent = "AzureWorkloadSQLAutoProtectionIntent"
|
|
3481
3660
|
}
|
|
3482
3661
|
|
|
3483
3662
|
/** Known values of {@link ProtectionState} that the service accepts. */
|
|
3484
3663
|
export declare enum KnownProtectionState {
|
|
3664
|
+
/** Invalid */
|
|
3485
3665
|
Invalid = "Invalid",
|
|
3666
|
+
/** IRPending */
|
|
3486
3667
|
IRPending = "IRPending",
|
|
3668
|
+
/** Protected */
|
|
3487
3669
|
Protected = "Protected",
|
|
3670
|
+
/** ProtectionError */
|
|
3488
3671
|
ProtectionError = "ProtectionError",
|
|
3672
|
+
/** ProtectionStopped */
|
|
3489
3673
|
ProtectionStopped = "ProtectionStopped",
|
|
3674
|
+
/** ProtectionPaused */
|
|
3490
3675
|
ProtectionPaused = "ProtectionPaused"
|
|
3491
3676
|
}
|
|
3492
3677
|
|
|
3493
3678
|
/** Known values of {@link ProtectionStatus} that the service accepts. */
|
|
3494
3679
|
export declare enum KnownProtectionStatus {
|
|
3680
|
+
/** Invalid */
|
|
3495
3681
|
Invalid = "Invalid",
|
|
3682
|
+
/** NotProtected */
|
|
3496
3683
|
NotProtected = "NotProtected",
|
|
3684
|
+
/** Protecting */
|
|
3497
3685
|
Protecting = "Protecting",
|
|
3686
|
+
/** Protected */
|
|
3498
3687
|
Protected = "Protected",
|
|
3688
|
+
/** ProtectionFailed */
|
|
3499
3689
|
ProtectionFailed = "ProtectionFailed"
|
|
3500
3690
|
}
|
|
3501
3691
|
|
|
3502
3692
|
/** Known values of {@link ProvisioningState} that the service accepts. */
|
|
3503
3693
|
export declare enum KnownProvisioningState {
|
|
3694
|
+
/** Succeeded */
|
|
3504
3695
|
Succeeded = "Succeeded",
|
|
3696
|
+
/** Deleting */
|
|
3505
3697
|
Deleting = "Deleting",
|
|
3698
|
+
/** Failed */
|
|
3506
3699
|
Failed = "Failed",
|
|
3700
|
+
/** Pending */
|
|
3507
3701
|
Pending = "Pending"
|
|
3508
3702
|
}
|
|
3509
3703
|
|
|
3510
3704
|
/** Known values of {@link RecoveryMode} that the service accepts. */
|
|
3511
3705
|
export declare enum KnownRecoveryMode {
|
|
3706
|
+
/** Invalid */
|
|
3512
3707
|
Invalid = "Invalid",
|
|
3708
|
+
/** FileRecovery */
|
|
3513
3709
|
FileRecovery = "FileRecovery",
|
|
3710
|
+
/** WorkloadRecovery */
|
|
3514
3711
|
WorkloadRecovery = "WorkloadRecovery"
|
|
3515
3712
|
}
|
|
3516
3713
|
|
|
3517
3714
|
/** Known values of {@link RecoveryType} that the service accepts. */
|
|
3518
3715
|
export declare enum KnownRecoveryType {
|
|
3716
|
+
/** Invalid */
|
|
3519
3717
|
Invalid = "Invalid",
|
|
3718
|
+
/** OriginalLocation */
|
|
3520
3719
|
OriginalLocation = "OriginalLocation",
|
|
3720
|
+
/** AlternateLocation */
|
|
3521
3721
|
AlternateLocation = "AlternateLocation",
|
|
3722
|
+
/** RestoreDisks */
|
|
3522
3723
|
RestoreDisks = "RestoreDisks",
|
|
3724
|
+
/** Offline */
|
|
3523
3725
|
Offline = "Offline"
|
|
3524
3726
|
}
|
|
3525
3727
|
|
|
3526
3728
|
/** Known values of {@link RehydrationPriority} that the service accepts. */
|
|
3527
3729
|
export declare enum KnownRehydrationPriority {
|
|
3730
|
+
/** Standard */
|
|
3528
3731
|
Standard = "Standard",
|
|
3732
|
+
/** High */
|
|
3529
3733
|
High = "High"
|
|
3530
3734
|
}
|
|
3531
3735
|
|
|
3532
3736
|
/** Known values of {@link ResourceHealthStatus} that the service accepts. */
|
|
3533
3737
|
export declare enum KnownResourceHealthStatus {
|
|
3738
|
+
/** Healthy */
|
|
3534
3739
|
Healthy = "Healthy",
|
|
3740
|
+
/** TransientDegraded */
|
|
3535
3741
|
TransientDegraded = "TransientDegraded",
|
|
3742
|
+
/** PersistentDegraded */
|
|
3536
3743
|
PersistentDegraded = "PersistentDegraded",
|
|
3744
|
+
/** TransientUnhealthy */
|
|
3537
3745
|
TransientUnhealthy = "TransientUnhealthy",
|
|
3746
|
+
/** PersistentUnhealthy */
|
|
3538
3747
|
PersistentUnhealthy = "PersistentUnhealthy",
|
|
3748
|
+
/** Invalid */
|
|
3539
3749
|
Invalid = "Invalid"
|
|
3540
3750
|
}
|
|
3541
3751
|
|
|
3542
3752
|
/** Known values of {@link RestorePointQueryType} that the service accepts. */
|
|
3543
3753
|
export declare enum KnownRestorePointQueryType {
|
|
3754
|
+
/** Invalid */
|
|
3544
3755
|
Invalid = "Invalid",
|
|
3756
|
+
/** Full */
|
|
3545
3757
|
Full = "Full",
|
|
3758
|
+
/** Log */
|
|
3546
3759
|
Log = "Log",
|
|
3760
|
+
/** Differential */
|
|
3547
3761
|
Differential = "Differential",
|
|
3762
|
+
/** FullAndDifferential */
|
|
3548
3763
|
FullAndDifferential = "FullAndDifferential",
|
|
3764
|
+
/** All */
|
|
3549
3765
|
All = "All",
|
|
3766
|
+
/** Incremental */
|
|
3550
3767
|
Incremental = "Incremental"
|
|
3551
3768
|
}
|
|
3552
3769
|
|
|
3553
3770
|
/** Known values of {@link RestorePointType} that the service accepts. */
|
|
3554
3771
|
export declare enum KnownRestorePointType {
|
|
3772
|
+
/** Invalid */
|
|
3555
3773
|
Invalid = "Invalid",
|
|
3774
|
+
/** Full */
|
|
3556
3775
|
Full = "Full",
|
|
3776
|
+
/** Log */
|
|
3557
3777
|
Log = "Log",
|
|
3778
|
+
/** Differential */
|
|
3558
3779
|
Differential = "Differential",
|
|
3780
|
+
/** Incremental */
|
|
3559
3781
|
Incremental = "Incremental"
|
|
3560
3782
|
}
|
|
3561
3783
|
|
|
3562
3784
|
/** Known values of {@link RestoreRequestType} that the service accepts. */
|
|
3563
3785
|
export declare enum KnownRestoreRequestType {
|
|
3786
|
+
/** Invalid */
|
|
3564
3787
|
Invalid = "Invalid",
|
|
3788
|
+
/** FullShareRestore */
|
|
3565
3789
|
FullShareRestore = "FullShareRestore",
|
|
3790
|
+
/** ItemLevelRestore */
|
|
3566
3791
|
ItemLevelRestore = "ItemLevelRestore"
|
|
3567
3792
|
}
|
|
3568
3793
|
|
|
3569
3794
|
/** Known values of {@link RetentionDurationType} that the service accepts. */
|
|
3570
3795
|
export declare enum KnownRetentionDurationType {
|
|
3796
|
+
/** Invalid */
|
|
3571
3797
|
Invalid = "Invalid",
|
|
3798
|
+
/** Days */
|
|
3572
3799
|
Days = "Days",
|
|
3800
|
+
/** Weeks */
|
|
3573
3801
|
Weeks = "Weeks",
|
|
3802
|
+
/** Months */
|
|
3574
3803
|
Months = "Months",
|
|
3804
|
+
/** Years */
|
|
3575
3805
|
Years = "Years"
|
|
3576
3806
|
}
|
|
3577
3807
|
|
|
3578
3808
|
/** Known values of {@link RetentionScheduleFormat} that the service accepts. */
|
|
3579
3809
|
export declare enum KnownRetentionScheduleFormat {
|
|
3810
|
+
/** Invalid */
|
|
3580
3811
|
Invalid = "Invalid",
|
|
3812
|
+
/** Daily */
|
|
3581
3813
|
Daily = "Daily",
|
|
3814
|
+
/** Weekly */
|
|
3582
3815
|
Weekly = "Weekly"
|
|
3583
3816
|
}
|
|
3584
3817
|
|
|
3585
3818
|
/** Known values of {@link ScheduleRunType} that the service accepts. */
|
|
3586
3819
|
export declare enum KnownScheduleRunType {
|
|
3820
|
+
/** Invalid */
|
|
3587
3821
|
Invalid = "Invalid",
|
|
3822
|
+
/** Daily */
|
|
3588
3823
|
Daily = "Daily",
|
|
3824
|
+
/** Weekly */
|
|
3589
3825
|
Weekly = "Weekly",
|
|
3826
|
+
/** Hourly */
|
|
3590
3827
|
Hourly = "Hourly"
|
|
3591
3828
|
}
|
|
3592
3829
|
|
|
3593
3830
|
/** Known values of {@link SoftDeleteFeatureState} that the service accepts. */
|
|
3594
3831
|
export declare enum KnownSoftDeleteFeatureState {
|
|
3832
|
+
/** Invalid */
|
|
3595
3833
|
Invalid = "Invalid",
|
|
3834
|
+
/** Enabled */
|
|
3596
3835
|
Enabled = "Enabled",
|
|
3836
|
+
/** Disabled */
|
|
3597
3837
|
Disabled = "Disabled"
|
|
3598
3838
|
}
|
|
3599
3839
|
|
|
3600
3840
|
/** Known values of {@link SQLDataDirectoryType} that the service accepts. */
|
|
3601
3841
|
export declare enum KnownSQLDataDirectoryType {
|
|
3842
|
+
/** Invalid */
|
|
3602
3843
|
Invalid = "Invalid",
|
|
3844
|
+
/** Data */
|
|
3603
3845
|
Data = "Data",
|
|
3846
|
+
/** Log */
|
|
3604
3847
|
Log = "Log"
|
|
3605
3848
|
}
|
|
3606
3849
|
|
|
3607
3850
|
/** Known values of {@link StorageType} that the service accepts. */
|
|
3608
3851
|
export declare enum KnownStorageType {
|
|
3852
|
+
/** Invalid */
|
|
3609
3853
|
Invalid = "Invalid",
|
|
3854
|
+
/** GeoRedundant */
|
|
3610
3855
|
GeoRedundant = "GeoRedundant",
|
|
3856
|
+
/** LocallyRedundant */
|
|
3611
3857
|
LocallyRedundant = "LocallyRedundant",
|
|
3858
|
+
/** ZoneRedundant */
|
|
3612
3859
|
ZoneRedundant = "ZoneRedundant",
|
|
3860
|
+
/** ReadAccessGeoZoneRedundant */
|
|
3613
3861
|
ReadAccessGeoZoneRedundant = "ReadAccessGeoZoneRedundant"
|
|
3614
3862
|
}
|
|
3615
3863
|
|
|
3616
3864
|
/** Known values of {@link StorageTypeState} that the service accepts. */
|
|
3617
3865
|
export declare enum KnownStorageTypeState {
|
|
3866
|
+
/** Invalid */
|
|
3618
3867
|
Invalid = "Invalid",
|
|
3868
|
+
/** Locked */
|
|
3619
3869
|
Locked = "Locked",
|
|
3870
|
+
/** Unlocked */
|
|
3620
3871
|
Unlocked = "Unlocked"
|
|
3621
3872
|
}
|
|
3622
3873
|
|
|
3623
3874
|
/** Known values of {@link SupportStatus} that the service accepts. */
|
|
3624
3875
|
export declare enum KnownSupportStatus {
|
|
3876
|
+
/** Invalid */
|
|
3625
3877
|
Invalid = "Invalid",
|
|
3878
|
+
/** Supported */
|
|
3626
3879
|
Supported = "Supported",
|
|
3880
|
+
/** DefaultOFF */
|
|
3627
3881
|
DefaultOFF = "DefaultOFF",
|
|
3882
|
+
/** DefaultON */
|
|
3628
3883
|
DefaultON = "DefaultON",
|
|
3884
|
+
/** NotSupported */
|
|
3629
3885
|
NotSupported = "NotSupported"
|
|
3630
3886
|
}
|
|
3631
3887
|
|
|
3632
3888
|
/** Known values of {@link Type} that the service accepts. */
|
|
3633
3889
|
export declare enum KnownType {
|
|
3890
|
+
/** Invalid */
|
|
3634
3891
|
Invalid = "Invalid",
|
|
3892
|
+
/** BackupProtectedItemCountSummary */
|
|
3635
3893
|
BackupProtectedItemCountSummary = "BackupProtectedItemCountSummary",
|
|
3894
|
+
/** BackupProtectionContainerCountSummary */
|
|
3636
3895
|
BackupProtectionContainerCountSummary = "BackupProtectionContainerCountSummary"
|
|
3637
3896
|
}
|
|
3638
3897
|
|
|
3639
3898
|
/** Known values of {@link UsagesUnit} that the service accepts. */
|
|
3640
3899
|
export declare enum KnownUsagesUnit {
|
|
3900
|
+
/** Count */
|
|
3641
3901
|
Count = "Count",
|
|
3902
|
+
/** Bytes */
|
|
3642
3903
|
Bytes = "Bytes",
|
|
3904
|
+
/** Seconds */
|
|
3643
3905
|
Seconds = "Seconds",
|
|
3906
|
+
/** Percent */
|
|
3644
3907
|
Percent = "Percent",
|
|
3908
|
+
/** CountPerSecond */
|
|
3645
3909
|
CountPerSecond = "CountPerSecond",
|
|
3910
|
+
/** BytesPerSecond */
|
|
3646
3911
|
BytesPerSecond = "BytesPerSecond"
|
|
3647
3912
|
}
|
|
3648
3913
|
|
|
3649
3914
|
/** Known values of {@link ValidationStatus} that the service accepts. */
|
|
3650
3915
|
export declare enum KnownValidationStatus {
|
|
3916
|
+
/** Invalid */
|
|
3651
3917
|
Invalid = "Invalid",
|
|
3918
|
+
/** Succeeded */
|
|
3652
3919
|
Succeeded = "Succeeded",
|
|
3920
|
+
/** Failed */
|
|
3653
3921
|
Failed = "Failed"
|
|
3654
3922
|
}
|
|
3655
3923
|
|
|
3656
3924
|
/** Known values of {@link WorkloadItemType} that the service accepts. */
|
|
3657
3925
|
export declare enum KnownWorkloadItemType {
|
|
3926
|
+
/** Invalid */
|
|
3658
3927
|
Invalid = "Invalid",
|
|
3928
|
+
/** SQLInstance */
|
|
3659
3929
|
SQLInstance = "SQLInstance",
|
|
3930
|
+
/** SQLDataBase */
|
|
3660
3931
|
SQLDataBase = "SQLDataBase",
|
|
3932
|
+
/** SAPHanaSystem */
|
|
3661
3933
|
SAPHanaSystem = "SAPHanaSystem",
|
|
3934
|
+
/** SAPHanaDatabase */
|
|
3662
3935
|
SAPHanaDatabase = "SAPHanaDatabase",
|
|
3936
|
+
/** SAPAseSystem */
|
|
3663
3937
|
SAPAseSystem = "SAPAseSystem",
|
|
3938
|
+
/** SAPAseDatabase */
|
|
3664
3939
|
SAPAseDatabase = "SAPAseDatabase"
|
|
3665
3940
|
}
|
|
3666
3941
|
|
|
3667
3942
|
/** Known values of {@link WorkloadType} that the service accepts. */
|
|
3668
3943
|
export declare enum KnownWorkloadType {
|
|
3944
|
+
/** Invalid */
|
|
3669
3945
|
Invalid = "Invalid",
|
|
3946
|
+
/** VM */
|
|
3670
3947
|
VM = "VM",
|
|
3948
|
+
/** FileFolder */
|
|
3671
3949
|
FileFolder = "FileFolder",
|
|
3950
|
+
/** AzureSqlDb */
|
|
3672
3951
|
AzureSqlDb = "AzureSqlDb",
|
|
3952
|
+
/** Sqldb */
|
|
3673
3953
|
Sqldb = "SQLDB",
|
|
3954
|
+
/** Exchange */
|
|
3674
3955
|
Exchange = "Exchange",
|
|
3956
|
+
/** Sharepoint */
|
|
3675
3957
|
Sharepoint = "Sharepoint",
|
|
3958
|
+
/** VMwareVM */
|
|
3676
3959
|
VMwareVM = "VMwareVM",
|
|
3960
|
+
/** SystemState */
|
|
3677
3961
|
SystemState = "SystemState",
|
|
3962
|
+
/** Client */
|
|
3678
3963
|
Client = "Client",
|
|
3964
|
+
/** GenericDataSource */
|
|
3679
3965
|
GenericDataSource = "GenericDataSource",
|
|
3966
|
+
/** SQLDataBase */
|
|
3680
3967
|
SQLDataBase = "SQLDataBase",
|
|
3968
|
+
/** AzureFileShare */
|
|
3681
3969
|
AzureFileShare = "AzureFileShare",
|
|
3970
|
+
/** SAPHanaDatabase */
|
|
3682
3971
|
SAPHanaDatabase = "SAPHanaDatabase",
|
|
3972
|
+
/** SAPAseDatabase */
|
|
3683
3973
|
SAPAseDatabase = "SAPAseDatabase"
|
|
3684
3974
|
}
|
|
3685
3975
|
|
|
3686
3976
|
/** Known values of {@link XcoolState} that the service accepts. */
|
|
3687
3977
|
export declare enum KnownXcoolState {
|
|
3978
|
+
/** Invalid */
|
|
3688
3979
|
Invalid = "Invalid",
|
|
3980
|
+
/** Enabled */
|
|
3689
3981
|
Enabled = "Enabled",
|
|
3982
|
+
/** Disabled */
|
|
3690
3983
|
Disabled = "Disabled"
|
|
3691
3984
|
}
|
|
3692
3985
|
|
|
@@ -3735,15 +4028,15 @@ export declare interface ListRecoveryPointsRecommendedForMoveRequest {
|
|
|
3735
4028
|
}
|
|
3736
4029
|
|
|
3737
4030
|
/** Log policy schedule. */
|
|
3738
|
-
export declare
|
|
4031
|
+
export declare interface LogSchedulePolicy extends SchedulePolicy {
|
|
3739
4032
|
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
3740
4033
|
schedulePolicyType: "LogSchedulePolicy";
|
|
3741
4034
|
/** Frequency of the log schedule operation of this policy in minutes. */
|
|
3742
4035
|
scheduleFrequencyInMins?: number;
|
|
3743
|
-
}
|
|
4036
|
+
}
|
|
3744
4037
|
|
|
3745
4038
|
/** Long term retention policy. */
|
|
3746
|
-
export declare
|
|
4039
|
+
export declare interface LongTermRetentionPolicy extends RetentionPolicy {
|
|
3747
4040
|
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
3748
4041
|
retentionPolicyType: "LongTermRetentionPolicy";
|
|
3749
4042
|
/** Daily retention schedule of the protection policy. */
|
|
@@ -3754,16 +4047,16 @@ export declare type LongTermRetentionPolicy = RetentionPolicy & {
|
|
|
3754
4047
|
monthlySchedule?: MonthlyRetentionSchedule;
|
|
3755
4048
|
/** Yearly retention schedule of the protection policy. */
|
|
3756
4049
|
yearlySchedule?: YearlyRetentionSchedule;
|
|
3757
|
-
}
|
|
4050
|
+
}
|
|
3758
4051
|
|
|
3759
4052
|
/** Long term policy schedule. */
|
|
3760
|
-
export declare
|
|
4053
|
+
export declare interface LongTermSchedulePolicy extends SchedulePolicy {
|
|
3761
4054
|
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
3762
4055
|
schedulePolicyType: "LongTermSchedulePolicy";
|
|
3763
|
-
}
|
|
4056
|
+
}
|
|
3764
4057
|
|
|
3765
4058
|
/** Container with items backed up using MAB backup engine. */
|
|
3766
|
-
export declare
|
|
4059
|
+
export declare interface MabContainer extends ProtectionContainer {
|
|
3767
4060
|
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
3768
4061
|
containerType: "Windows";
|
|
3769
4062
|
/** Can the container be registered one more time. */
|
|
@@ -3780,7 +4073,7 @@ export declare type MabContainer = ProtectionContainer & {
|
|
|
3780
4073
|
mabContainerHealthDetails?: MABContainerHealthDetails[];
|
|
3781
4074
|
/** Health state of mab container. */
|
|
3782
4075
|
containerHealthState?: string;
|
|
3783
|
-
}
|
|
4076
|
+
}
|
|
3784
4077
|
|
|
3785
4078
|
/** Additional information of the container. */
|
|
3786
4079
|
export declare interface MabContainerExtendedInfo {
|
|
@@ -3823,7 +4116,7 @@ export declare interface MabErrorInfo {
|
|
|
3823
4116
|
}
|
|
3824
4117
|
|
|
3825
4118
|
/** MAB workload-specific backup item. */
|
|
3826
|
-
export declare
|
|
4119
|
+
export declare interface MabFileFolderProtectedItem extends ProtectedItem {
|
|
3827
4120
|
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
3828
4121
|
protectedItemType: "MabFileFolderProtectedItem";
|
|
3829
4122
|
/** Friendly name of this backup item. */
|
|
@@ -3840,7 +4133,7 @@ export declare type MabFileFolderProtectedItem = ProtectedItem & {
|
|
|
3840
4133
|
deferredDeleteSyncTimeInUTC?: number;
|
|
3841
4134
|
/** Additional information with this backup item. */
|
|
3842
4135
|
extendedInfo?: MabFileFolderProtectedItemExtendedInfo;
|
|
3843
|
-
}
|
|
4136
|
+
}
|
|
3844
4137
|
|
|
3845
4138
|
/** Additional information on the backed up item. */
|
|
3846
4139
|
export declare interface MabFileFolderProtectedItemExtendedInfo {
|
|
@@ -3853,7 +4146,7 @@ export declare interface MabFileFolderProtectedItemExtendedInfo {
|
|
|
3853
4146
|
}
|
|
3854
4147
|
|
|
3855
4148
|
/** MAB workload-specific job. */
|
|
3856
|
-
export declare
|
|
4149
|
+
export declare interface MabJob extends Job {
|
|
3857
4150
|
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
3858
4151
|
jobType: "MabJob";
|
|
3859
4152
|
/** Time taken by job to run. */
|
|
@@ -3870,7 +4163,7 @@ export declare type MabJob = Job & {
|
|
|
3870
4163
|
errorDetails?: MabErrorInfo[];
|
|
3871
4164
|
/** Additional information on the job. */
|
|
3872
4165
|
extendedInfo?: MabJobExtendedInfo;
|
|
3873
|
-
}
|
|
4166
|
+
}
|
|
3874
4167
|
|
|
3875
4168
|
/** Additional information for the MAB workload-specific job. */
|
|
3876
4169
|
export declare interface MabJobExtendedInfo {
|
|
@@ -3899,14 +4192,14 @@ export declare interface MabJobTaskDetails {
|
|
|
3899
4192
|
}
|
|
3900
4193
|
|
|
3901
4194
|
/** Mab container-specific backup policy. */
|
|
3902
|
-
export declare
|
|
4195
|
+
export declare interface MabProtectionPolicy extends ProtectionPolicy {
|
|
3903
4196
|
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
3904
4197
|
backupManagementType: "MAB";
|
|
3905
4198
|
/** Backup schedule of backup policy. */
|
|
3906
4199
|
schedulePolicy?: SchedulePolicyUnion;
|
|
3907
4200
|
/** Retention policy details. */
|
|
3908
4201
|
retentionPolicy?: RetentionPolicyUnion;
|
|
3909
|
-
}
|
|
4202
|
+
}
|
|
3910
4203
|
|
|
3911
4204
|
/**
|
|
3912
4205
|
* Defines values for MabServerType. \
|
|
@@ -4022,12 +4315,12 @@ export declare interface Operation {
|
|
|
4022
4315
|
}
|
|
4023
4316
|
|
|
4024
4317
|
/** Operation result info. */
|
|
4025
|
-
export declare
|
|
4318
|
+
export declare interface OperationResultInfo extends OperationResultInfoBase {
|
|
4026
4319
|
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
4027
4320
|
objectType: "OperationResultInfo";
|
|
4028
4321
|
/** List of jobs created by this operation. */
|
|
4029
4322
|
jobList?: string[];
|
|
4030
|
-
}
|
|
4323
|
+
}
|
|
4031
4324
|
|
|
4032
4325
|
/** Base class for operation result info. */
|
|
4033
4326
|
export declare interface OperationResultInfoBase {
|
|
@@ -4036,10 +4329,10 @@ export declare interface OperationResultInfoBase {
|
|
|
4036
4329
|
}
|
|
4037
4330
|
|
|
4038
4331
|
/** Base class for operation result info. */
|
|
4039
|
-
export declare
|
|
4332
|
+
export declare interface OperationResultInfoBaseResource extends OperationWorkerResponse {
|
|
4040
4333
|
/** OperationResultInfoBaseResource operation */
|
|
4041
4334
|
operation?: OperationResultInfoBaseUnion;
|
|
4042
|
-
}
|
|
4335
|
+
}
|
|
4043
4336
|
|
|
4044
4337
|
export declare type OperationResultInfoBaseUnion = OperationResultInfoBase | ExportJobsOperationResultInfo | OperationResultInfo;
|
|
4045
4338
|
|
|
@@ -4101,15 +4394,15 @@ export declare interface OperationStatusExtendedInfo {
|
|
|
4101
4394
|
export declare type OperationStatusExtendedInfoUnion = OperationStatusExtendedInfo | OperationStatusJobExtendedInfo | OperationStatusJobsExtendedInfo | OperationStatusProvisionILRExtendedInfo | OperationStatusValidateOperationExtendedInfo;
|
|
4102
4395
|
|
|
4103
4396
|
/** Operation status job extended info. */
|
|
4104
|
-
export declare
|
|
4397
|
+
export declare interface OperationStatusJobExtendedInfo extends OperationStatusExtendedInfo {
|
|
4105
4398
|
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
4106
4399
|
objectType: "OperationStatusJobExtendedInfo";
|
|
4107
4400
|
/** ID of the job created for this protected item. */
|
|
4108
4401
|
jobId?: string;
|
|
4109
|
-
}
|
|
4402
|
+
}
|
|
4110
4403
|
|
|
4111
4404
|
/** Operation status extended info for list of jobs. */
|
|
4112
|
-
export declare
|
|
4405
|
+
export declare interface OperationStatusJobsExtendedInfo extends OperationStatusExtendedInfo {
|
|
4113
4406
|
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
4114
4407
|
objectType: "OperationStatusJobsExtendedInfo";
|
|
4115
4408
|
/** IDs of the jobs created for the protected item. */
|
|
@@ -4118,23 +4411,23 @@ export declare type OperationStatusJobsExtendedInfo = OperationStatusExtendedInf
|
|
|
4118
4411
|
failedJobsError?: {
|
|
4119
4412
|
[propertyName: string]: string;
|
|
4120
4413
|
};
|
|
4121
|
-
}
|
|
4414
|
+
}
|
|
4122
4415
|
|
|
4123
4416
|
/** Operation status extended info for ILR provision action. */
|
|
4124
|
-
export declare
|
|
4417
|
+
export declare interface OperationStatusProvisionILRExtendedInfo extends OperationStatusExtendedInfo {
|
|
4125
4418
|
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
4126
4419
|
objectType: "OperationStatusProvisionILRExtendedInfo";
|
|
4127
4420
|
/** Target details for file / folder restore. */
|
|
4128
4421
|
recoveryTarget?: InstantItemRecoveryTarget;
|
|
4129
|
-
}
|
|
4422
|
+
}
|
|
4130
4423
|
|
|
4131
4424
|
/** Operation status extended info for ValidateOperation action. */
|
|
4132
|
-
export declare
|
|
4425
|
+
export declare interface OperationStatusValidateOperationExtendedInfo extends OperationStatusExtendedInfo {
|
|
4133
4426
|
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
4134
4427
|
objectType: "OperationStatusValidateOperationExtendedInfo";
|
|
4135
4428
|
/** Gets the validation operation response */
|
|
4136
4429
|
validateOperationResponse?: ValidateOperationResponse;
|
|
4137
|
-
}
|
|
4430
|
+
}
|
|
4138
4431
|
|
|
4139
4432
|
/**
|
|
4140
4433
|
* Defines values for OperationStatusValues. \
|
|
@@ -4238,7 +4531,7 @@ export declare interface PrepareDataMoveRequest {
|
|
|
4238
4531
|
}
|
|
4239
4532
|
|
|
4240
4533
|
/** Prepare DataMove Response */
|
|
4241
|
-
export declare
|
|
4534
|
+
export declare interface PrepareDataMoveResponse extends VaultStorageConfigOperationResultResponse {
|
|
4242
4535
|
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
4243
4536
|
objectType: "PrepareDataMoveResponse";
|
|
4244
4537
|
/** Co-relationId for move operation */
|
|
@@ -4247,7 +4540,7 @@ export declare type PrepareDataMoveResponse = VaultStorageConfigOperationResultR
|
|
|
4247
4540
|
sourceVaultProperties?: {
|
|
4248
4541
|
[propertyName: string]: string;
|
|
4249
4542
|
};
|
|
4250
|
-
}
|
|
4543
|
+
}
|
|
4251
4544
|
|
|
4252
4545
|
/**
|
|
4253
4546
|
* Contract to validate if backup can be enabled on the given resource in a given vault and given configuration.
|
|
@@ -4380,10 +4673,10 @@ export declare interface PrivateEndpointConnectionPutOptionalParams extends core
|
|
|
4380
4673
|
export declare type PrivateEndpointConnectionPutResponse = PrivateEndpointConnectionResource;
|
|
4381
4674
|
|
|
4382
4675
|
/** Private Endpoint Connection Response Properties */
|
|
4383
|
-
export declare
|
|
4676
|
+
export declare interface PrivateEndpointConnectionResource extends Resource {
|
|
4384
4677
|
/** PrivateEndpointConnectionResource properties */
|
|
4385
4678
|
properties?: PrivateEndpointConnection;
|
|
4386
|
-
}
|
|
4679
|
+
}
|
|
4387
4680
|
|
|
4388
4681
|
/**
|
|
4389
4682
|
* Defines values for PrivateEndpointConnectionStatus. \
|
|
@@ -4443,16 +4736,16 @@ export declare interface ProtectableContainer {
|
|
|
4443
4736
|
}
|
|
4444
4737
|
|
|
4445
4738
|
/** Protectable Container Class. */
|
|
4446
|
-
export declare
|
|
4739
|
+
export declare interface ProtectableContainerResource extends Resource {
|
|
4447
4740
|
/** ProtectableContainerResource properties */
|
|
4448
4741
|
properties?: ProtectableContainerUnion;
|
|
4449
|
-
}
|
|
4742
|
+
}
|
|
4450
4743
|
|
|
4451
4744
|
/** List of ProtectableContainer resources */
|
|
4452
|
-
export declare
|
|
4745
|
+
export declare interface ProtectableContainerResourceList extends ResourceList {
|
|
4453
4746
|
/** List of resources. */
|
|
4454
4747
|
value?: ProtectableContainerResource[];
|
|
4455
|
-
}
|
|
4748
|
+
}
|
|
4456
4749
|
|
|
4457
4750
|
/** Interface representing a ProtectableContainers. */
|
|
4458
4751
|
export declare interface ProtectableContainers {
|
|
@@ -4469,8 +4762,6 @@ export declare interface ProtectableContainers {
|
|
|
4469
4762
|
|
|
4470
4763
|
/** Optional parameters. */
|
|
4471
4764
|
export declare interface ProtectableContainersListNextOptionalParams extends coreClient.OperationOptions {
|
|
4472
|
-
/** OData filter options. */
|
|
4473
|
-
filter?: string;
|
|
4474
4765
|
}
|
|
4475
4766
|
|
|
4476
4767
|
/** Contains response data for the listNext operation. */
|
|
@@ -4611,16 +4902,16 @@ export declare interface ProtectedItemQueryObject {
|
|
|
4611
4902
|
}
|
|
4612
4903
|
|
|
4613
4904
|
/** Base class for backup items. */
|
|
4614
|
-
export declare
|
|
4905
|
+
export declare interface ProtectedItemResource extends Resource {
|
|
4615
4906
|
/** ProtectedItemResource properties */
|
|
4616
4907
|
properties?: ProtectedItemUnion;
|
|
4617
|
-
}
|
|
4908
|
+
}
|
|
4618
4909
|
|
|
4619
4910
|
/** List of ProtectedItem resources */
|
|
4620
|
-
export declare
|
|
4911
|
+
export declare interface ProtectedItemResourceList extends ResourceList {
|
|
4621
4912
|
/** List of resources. */
|
|
4622
4913
|
value?: ProtectedItemResource[];
|
|
4623
|
-
}
|
|
4914
|
+
}
|
|
4624
4915
|
|
|
4625
4916
|
/** Interface representing a ProtectedItems. */
|
|
4626
4917
|
export declare interface ProtectedItems {
|
|
@@ -4759,16 +5050,16 @@ export declare interface ProtectionContainerRefreshOperationResultsGetOptionalPa
|
|
|
4759
5050
|
}
|
|
4760
5051
|
|
|
4761
5052
|
/** Base class for container with backup items. Containers with specific workloads are derived from this class. */
|
|
4762
|
-
export declare
|
|
5053
|
+
export declare interface ProtectionContainerResource extends Resource {
|
|
4763
5054
|
/** ProtectionContainerResource properties */
|
|
4764
5055
|
properties?: ProtectionContainerUnion;
|
|
4765
|
-
}
|
|
5056
|
+
}
|
|
4766
5057
|
|
|
4767
5058
|
/** List of ProtectionContainer resources */
|
|
4768
|
-
export declare
|
|
5059
|
+
export declare interface ProtectionContainerResourceList extends ResourceList {
|
|
4769
5060
|
/** List of resources. */
|
|
4770
5061
|
value?: ProtectionContainerResource[];
|
|
4771
|
-
}
|
|
5062
|
+
}
|
|
4772
5063
|
|
|
4773
5064
|
/** Interface representing a ProtectionContainers. */
|
|
4774
5065
|
export declare interface ProtectionContainers {
|
|
@@ -4974,16 +5265,16 @@ export declare interface ProtectionIntentQueryObject {
|
|
|
4974
5265
|
}
|
|
4975
5266
|
|
|
4976
5267
|
/** Base class for backup ProtectionIntent. */
|
|
4977
|
-
export declare
|
|
5268
|
+
export declare interface ProtectionIntentResource extends Resource {
|
|
4978
5269
|
/** ProtectionIntentResource properties */
|
|
4979
5270
|
properties?: ProtectionIntentUnion;
|
|
4980
|
-
}
|
|
5271
|
+
}
|
|
4981
5272
|
|
|
4982
5273
|
/** List of ProtectionIntent resources */
|
|
4983
|
-
export declare
|
|
5274
|
+
export declare interface ProtectionIntentResourceList extends ResourceList {
|
|
4984
5275
|
/** List of resources. */
|
|
4985
5276
|
value?: ProtectionIntentResource[];
|
|
4986
|
-
}
|
|
5277
|
+
}
|
|
4987
5278
|
|
|
4988
5279
|
export declare type ProtectionIntentUnion = ProtectionIntent | AzureRecoveryServiceVaultProtectionIntentUnion | AzureResourceProtectionIntent | AzureWorkloadContainerAutoProtectionIntent;
|
|
4989
5280
|
|
|
@@ -5132,16 +5423,16 @@ export declare interface ProtectionPolicyQueryObject {
|
|
|
5132
5423
|
}
|
|
5133
5424
|
|
|
5134
5425
|
/** Base class for backup policy. Workload-specific backup policies are derived from this class. */
|
|
5135
|
-
export declare
|
|
5426
|
+
export declare interface ProtectionPolicyResource extends Resource {
|
|
5136
5427
|
/** ProtectionPolicyResource properties */
|
|
5137
5428
|
properties?: ProtectionPolicyUnion;
|
|
5138
|
-
}
|
|
5429
|
+
}
|
|
5139
5430
|
|
|
5140
5431
|
/** List of ProtectionPolicy resources */
|
|
5141
|
-
export declare
|
|
5432
|
+
export declare interface ProtectionPolicyResourceList extends ResourceList {
|
|
5142
5433
|
/** List of resources. */
|
|
5143
5434
|
value?: ProtectionPolicyResource[];
|
|
5144
|
-
}
|
|
5435
|
+
}
|
|
5145
5436
|
|
|
5146
5437
|
export declare type ProtectionPolicyUnion = ProtectionPolicy | AzureVmWorkloadProtectionPolicy | AzureFileShareProtectionPolicy | AzureIaaSVMProtectionPolicy | AzureSqlProtectionPolicy | GenericProtectionPolicy | MabProtectionPolicy;
|
|
5147
5438
|
|
|
@@ -5230,16 +5521,16 @@ export declare interface RecoveryPointRehydrationInfo {
|
|
|
5230
5521
|
}
|
|
5231
5522
|
|
|
5232
5523
|
/** Base class for backup copies. Workload-specific backup copies are derived from this class. */
|
|
5233
|
-
export declare
|
|
5524
|
+
export declare interface RecoveryPointResource extends Resource {
|
|
5234
5525
|
/** RecoveryPointResource properties */
|
|
5235
5526
|
properties?: RecoveryPointUnion;
|
|
5236
|
-
}
|
|
5527
|
+
}
|
|
5237
5528
|
|
|
5238
5529
|
/** List of RecoveryPoint resources */
|
|
5239
|
-
export declare
|
|
5530
|
+
export declare interface RecoveryPointResourceList extends ResourceList {
|
|
5240
5531
|
/** List of resources. */
|
|
5241
5532
|
value?: RecoveryPointResource[];
|
|
5242
|
-
}
|
|
5533
|
+
}
|
|
5243
5534
|
|
|
5244
5535
|
/** Interface representing a RecoveryPoints. */
|
|
5245
5536
|
export declare interface RecoveryPoints {
|
|
@@ -5279,8 +5570,6 @@ export declare type RecoveryPointsGetResponse = RecoveryPointResource;
|
|
|
5279
5570
|
|
|
5280
5571
|
/** Optional parameters. */
|
|
5281
5572
|
export declare interface RecoveryPointsListNextOptionalParams extends coreClient.OperationOptions {
|
|
5282
|
-
/** OData filter options. */
|
|
5283
|
-
filter?: string;
|
|
5284
5573
|
}
|
|
5285
5574
|
|
|
5286
5575
|
/** Contains response data for the listNext operation. */
|
|
@@ -5338,7 +5627,8 @@ export declare interface RecoveryPointTierInformation {
|
|
|
5338
5627
|
}
|
|
5339
5628
|
|
|
5340
5629
|
/** RecoveryPoint Tier Information V2 */
|
|
5341
|
-
export declare
|
|
5630
|
+
export declare interface RecoveryPointTierInformationV2 extends RecoveryPointTierInformation {
|
|
5631
|
+
}
|
|
5342
5632
|
|
|
5343
5633
|
/** Defines values for RecoveryPointTierStatus. */
|
|
5344
5634
|
export declare type RecoveryPointTierStatus = "Invalid" | "Valid" | "Disabled" | "Deleted" | "Rehydrated";
|
|
@@ -5359,6 +5649,8 @@ export declare class RecoveryServicesBackupClient extends coreClient.ServiceClie
|
|
|
5359
5649
|
* @param options The parameter options
|
|
5360
5650
|
*/
|
|
5361
5651
|
constructor(credentials: coreAuth.TokenCredential, subscriptionId: string, options?: RecoveryServicesBackupClientOptionalParams);
|
|
5652
|
+
/** A function that adds a policy that sets the api-version (or equivalent) to reflect the library version. */
|
|
5653
|
+
private addCustomApiVersionPolicy;
|
|
5362
5654
|
/**
|
|
5363
5655
|
* Fetches operation status for data move operation on vault
|
|
5364
5656
|
* @param vaultName The name of the recovery services vault.
|
|
@@ -5589,9 +5881,10 @@ export declare interface ResourceGuardProxy {
|
|
|
5589
5881
|
* @param resourceGroupName The name of the resource group where the recovery services vault is
|
|
5590
5882
|
* present.
|
|
5591
5883
|
* @param resourceGuardProxyName
|
|
5884
|
+
* @param parameters Request body for operation
|
|
5592
5885
|
* @param options The options parameters.
|
|
5593
5886
|
*/
|
|
5594
|
-
put(vaultName: string, resourceGroupName: string, resourceGuardProxyName: string, options?: ResourceGuardProxyPutOptionalParams): Promise<ResourceGuardProxyPutResponse>;
|
|
5887
|
+
put(vaultName: string, resourceGroupName: string, resourceGuardProxyName: string, parameters: ResourceGuardProxyBaseResource, options?: ResourceGuardProxyPutOptionalParams): Promise<ResourceGuardProxyPutResponse>;
|
|
5595
5888
|
/**
|
|
5596
5889
|
* Delete ResourceGuardProxy under vault
|
|
5597
5890
|
* @param vaultName The name of the recovery services vault.
|
|
@@ -5620,16 +5913,16 @@ export declare interface ResourceGuardProxyBase {
|
|
|
5620
5913
|
description?: string;
|
|
5621
5914
|
}
|
|
5622
5915
|
|
|
5623
|
-
export declare
|
|
5916
|
+
export declare interface ResourceGuardProxyBaseResource extends Resource {
|
|
5624
5917
|
/** ResourceGuardProxyBaseResource properties */
|
|
5625
5918
|
properties?: ResourceGuardProxyBase;
|
|
5626
|
-
}
|
|
5919
|
+
}
|
|
5627
5920
|
|
|
5628
5921
|
/** List of ResourceGuardProxyBase resources */
|
|
5629
|
-
export declare
|
|
5922
|
+
export declare interface ResourceGuardProxyBaseResourceList extends ResourceList {
|
|
5630
5923
|
/** List of resources. */
|
|
5631
5924
|
value?: ResourceGuardProxyBaseResource[];
|
|
5632
|
-
}
|
|
5925
|
+
}
|
|
5633
5926
|
|
|
5634
5927
|
/** Optional parameters. */
|
|
5635
5928
|
export declare interface ResourceGuardProxyDeleteOptionalParams extends coreClient.OperationOptions {
|
|
@@ -5745,10 +6038,10 @@ export declare interface RestoreRequest {
|
|
|
5745
6038
|
}
|
|
5746
6039
|
|
|
5747
6040
|
/** Base class for restore request. Workload-specific restore requests are derived from this class. */
|
|
5748
|
-
export declare
|
|
6041
|
+
export declare interface RestoreRequestResource extends Resource {
|
|
5749
6042
|
/** RestoreRequestResource properties */
|
|
5750
6043
|
properties?: RestoreRequestUnion;
|
|
5751
|
-
}
|
|
6044
|
+
}
|
|
5752
6045
|
|
|
5753
6046
|
/**
|
|
5754
6047
|
* Defines values for RestoreRequestType. \
|
|
@@ -5909,15 +6202,15 @@ export declare interface Settings {
|
|
|
5909
6202
|
}
|
|
5910
6203
|
|
|
5911
6204
|
/** Simple policy retention. */
|
|
5912
|
-
export declare
|
|
6205
|
+
export declare interface SimpleRetentionPolicy extends RetentionPolicy {
|
|
5913
6206
|
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
5914
6207
|
retentionPolicyType: "SimpleRetentionPolicy";
|
|
5915
6208
|
/** Retention duration of the protection policy. */
|
|
5916
6209
|
retentionDuration?: RetentionDuration;
|
|
5917
|
-
}
|
|
6210
|
+
}
|
|
5918
6211
|
|
|
5919
6212
|
/** Simple policy schedule. */
|
|
5920
|
-
export declare
|
|
6213
|
+
export declare interface SimpleSchedulePolicy extends SchedulePolicy {
|
|
5921
6214
|
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
5922
6215
|
schedulePolicyType: "SimpleSchedulePolicy";
|
|
5923
6216
|
/** Frequency of the schedule operation of this policy. */
|
|
@@ -5930,10 +6223,10 @@ export declare type SimpleSchedulePolicy = SchedulePolicy & {
|
|
|
5930
6223
|
hourlySchedule?: HourlySchedule;
|
|
5931
6224
|
/** At every number weeks this schedule has to be run. */
|
|
5932
6225
|
scheduleWeeklyFrequency?: number;
|
|
5933
|
-
}
|
|
6226
|
+
}
|
|
5934
6227
|
|
|
5935
6228
|
/** The V2 policy schedule for IaaS that supports hourly backups. */
|
|
5936
|
-
export declare
|
|
6229
|
+
export declare interface SimpleSchedulePolicyV2 extends SchedulePolicy {
|
|
5937
6230
|
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
5938
6231
|
schedulePolicyType: "SimpleSchedulePolicyV2";
|
|
5939
6232
|
/** Frequency of the schedule operation of this policy. */
|
|
@@ -5944,7 +6237,7 @@ export declare type SimpleSchedulePolicyV2 = SchedulePolicy & {
|
|
|
5944
6237
|
dailySchedule?: DailySchedule;
|
|
5945
6238
|
/** Weekly schedule of this policy */
|
|
5946
6239
|
weeklySchedule?: WeeklySchedule;
|
|
5947
|
-
}
|
|
6240
|
+
}
|
|
5948
6241
|
|
|
5949
6242
|
/**
|
|
5950
6243
|
* Defines values for SoftDeleteFeatureState. \
|
|
@@ -6121,10 +6414,10 @@ export declare interface UnlockDeleteResponse {
|
|
|
6121
6414
|
export declare type UsagesUnit = string;
|
|
6122
6415
|
|
|
6123
6416
|
/** AzureRestoreValidation request. */
|
|
6124
|
-
export declare
|
|
6417
|
+
export declare interface ValidateIaasVMRestoreOperationRequest extends ValidateRestoreOperationRequest {
|
|
6125
6418
|
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
6126
6419
|
objectType: "ValidateIaasVMRestoreOperationRequest";
|
|
6127
|
-
}
|
|
6420
|
+
}
|
|
6128
6421
|
|
|
6129
6422
|
/** Interface representing a ValidateOperation. */
|
|
6130
6423
|
export declare interface ValidateOperation {
|
|
@@ -6221,12 +6514,12 @@ export declare interface ValidateOperationTriggerOptionalParams extends coreClie
|
|
|
6221
6514
|
}
|
|
6222
6515
|
|
|
6223
6516
|
/** AzureRestoreValidation request. */
|
|
6224
|
-
export declare
|
|
6517
|
+
export declare interface ValidateRestoreOperationRequest extends ValidateOperationRequest {
|
|
6225
6518
|
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
6226
6519
|
objectType: "ValidateRestoreOperationRequest" | "ValidateIaasVMRestoreOperationRequest";
|
|
6227
6520
|
/** Sets restore request to be validated */
|
|
6228
6521
|
restoreRequest?: RestoreRequestUnion;
|
|
6229
|
-
}
|
|
6522
|
+
}
|
|
6230
6523
|
|
|
6231
6524
|
export declare type ValidateRestoreOperationRequestUnion = ValidateRestoreOperationRequest | ValidateIaasVMRestoreOperationRequest;
|
|
6232
6525
|
|
|
@@ -6242,7 +6535,7 @@ export declare type ValidateRestoreOperationRequestUnion = ValidateRestoreOperat
|
|
|
6242
6535
|
export declare type ValidationStatus = string;
|
|
6243
6536
|
|
|
6244
6537
|
/** Vault level Job */
|
|
6245
|
-
export declare
|
|
6538
|
+
export declare interface VaultJob extends Job {
|
|
6246
6539
|
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
6247
6540
|
jobType: "VaultJob";
|
|
6248
6541
|
/** Time elapsed during the execution of this job. */
|
|
@@ -6253,7 +6546,7 @@ export declare type VaultJob = Job & {
|
|
|
6253
6546
|
errorDetails?: VaultJobErrorInfo[];
|
|
6254
6547
|
/** Additional information about the job. */
|
|
6255
6548
|
extendedInfo?: VaultJobExtendedInfo;
|
|
6256
|
-
}
|
|
6549
|
+
}
|
|
6257
6550
|
|
|
6258
6551
|
/** Vault Job specific error information */
|
|
6259
6552
|
export declare interface VaultJobErrorInfo {
|
|
@@ -6333,16 +6626,16 @@ export declare interface WorkloadItem {
|
|
|
6333
6626
|
}
|
|
6334
6627
|
|
|
6335
6628
|
/** Base class for backup item. Workload-specific backup items are derived from this class. */
|
|
6336
|
-
export declare
|
|
6629
|
+
export declare interface WorkloadItemResource extends Resource {
|
|
6337
6630
|
/** WorkloadItemResource properties */
|
|
6338
6631
|
properties?: WorkloadItemUnion;
|
|
6339
|
-
}
|
|
6632
|
+
}
|
|
6340
6633
|
|
|
6341
6634
|
/** List of WorkloadItem resources */
|
|
6342
|
-
export declare
|
|
6635
|
+
export declare interface WorkloadItemResourceList extends ResourceList {
|
|
6343
6636
|
/** List of resources. */
|
|
6344
6637
|
value?: WorkloadItemResource[];
|
|
6345
|
-
}
|
|
6638
|
+
}
|
|
6346
6639
|
|
|
6347
6640
|
/**
|
|
6348
6641
|
* Defines values for WorkloadItemType. \
|
|
@@ -6376,16 +6669,16 @@ export declare interface WorkloadProtectableItem {
|
|
|
6376
6669
|
}
|
|
6377
6670
|
|
|
6378
6671
|
/** Base class for backup item. Workload-specific backup items are derived from this class. */
|
|
6379
|
-
export declare
|
|
6672
|
+
export declare interface WorkloadProtectableItemResource extends Resource {
|
|
6380
6673
|
/** WorkloadProtectableItemResource properties */
|
|
6381
6674
|
properties?: WorkloadProtectableItemUnion;
|
|
6382
|
-
}
|
|
6675
|
+
}
|
|
6383
6676
|
|
|
6384
6677
|
/** List of WorkloadProtectableItem resources */
|
|
6385
|
-
export declare
|
|
6678
|
+
export declare interface WorkloadProtectableItemResourceList extends ResourceList {
|
|
6386
6679
|
/** List of resources. */
|
|
6387
6680
|
value?: WorkloadProtectableItemResource[];
|
|
6388
|
-
}
|
|
6681
|
+
}
|
|
6389
6682
|
|
|
6390
6683
|
export declare type WorkloadProtectableItemUnion = WorkloadProtectableItem | AzureFileShareProtectableItem | IaaSVMProtectableItemUnion | AzureVmWorkloadProtectableItemUnion;
|
|
6391
6684
|
|