@azure/arm-recoveryservicesbackup 9.0.1-alpha.20221101.1 → 10.0.0-alpha.20221212.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- 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/types/tsdoc-metadata.json +1 -1
- 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
|
@@ -14,47 +14,47 @@ import { PollOperationState } from '@azure/core-lro';
|
|
|
14
14
|
export type AcquireStorageAccountLock = string;
|
|
15
15
|
|
|
16
16
|
// @public
|
|
17
|
-
export
|
|
17
|
+
export interface AzureBackupGoalFeatureSupportRequest extends FeatureSupportRequest {
|
|
18
18
|
featureType: "AzureBackupGoals";
|
|
19
|
-
}
|
|
19
|
+
}
|
|
20
20
|
|
|
21
21
|
// @public
|
|
22
|
-
export
|
|
22
|
+
export interface AzureBackupServerContainer extends DpmContainer {
|
|
23
23
|
containerType: "AzureBackupServerContainer";
|
|
24
|
-
}
|
|
24
|
+
}
|
|
25
25
|
|
|
26
26
|
// @public
|
|
27
|
-
export
|
|
27
|
+
export interface AzureBackupServerEngine extends BackupEngineBase {
|
|
28
28
|
backupEngineType: "AzureBackupServerEngine";
|
|
29
|
-
}
|
|
29
|
+
}
|
|
30
30
|
|
|
31
31
|
// @public
|
|
32
|
-
export
|
|
32
|
+
export interface AzureFileShareBackupRequest extends BackupRequest {
|
|
33
33
|
objectType: "AzureFileShareBackupRequest";
|
|
34
34
|
recoveryPointExpiryTimeInUTC?: Date;
|
|
35
|
-
}
|
|
35
|
+
}
|
|
36
36
|
|
|
37
37
|
// @public
|
|
38
|
-
export
|
|
39
|
-
|
|
38
|
+
export interface AzureFileShareProtectableItem extends WorkloadProtectableItem {
|
|
39
|
+
azureFileShareType?: AzureFileShareType;
|
|
40
40
|
parentContainerFabricId?: string;
|
|
41
41
|
parentContainerFriendlyName?: string;
|
|
42
|
-
|
|
43
|
-
}
|
|
42
|
+
protectableItemType: "AzureFileShare";
|
|
43
|
+
}
|
|
44
44
|
|
|
45
45
|
// @public
|
|
46
|
-
export
|
|
47
|
-
|
|
46
|
+
export interface AzureFileshareProtectedItem extends ProtectedItem {
|
|
47
|
+
extendedInfo?: AzureFileshareProtectedItemExtendedInfo;
|
|
48
48
|
friendlyName?: string;
|
|
49
|
-
protectionStatus?: string;
|
|
50
|
-
protectionState?: ProtectionState;
|
|
51
|
-
lastBackupStatus?: string;
|
|
52
|
-
lastBackupTime?: Date;
|
|
53
49
|
kpisHealths?: {
|
|
54
50
|
[propertyName: string]: KPIResourceHealthDetails;
|
|
55
51
|
};
|
|
56
|
-
|
|
57
|
-
|
|
52
|
+
lastBackupStatus?: string;
|
|
53
|
+
lastBackupTime?: Date;
|
|
54
|
+
protectedItemType: "AzureFileShareProtectedItem";
|
|
55
|
+
protectionState?: ProtectionState;
|
|
56
|
+
protectionStatus?: string;
|
|
57
|
+
}
|
|
58
58
|
|
|
59
59
|
// @public
|
|
60
60
|
export interface AzureFileshareProtectedItemExtendedInfo {
|
|
@@ -66,73 +66,73 @@ export interface AzureFileshareProtectedItemExtendedInfo {
|
|
|
66
66
|
}
|
|
67
67
|
|
|
68
68
|
// @public
|
|
69
|
-
export
|
|
69
|
+
export interface AzureFileShareProtectionPolicy extends ProtectionPolicy {
|
|
70
70
|
backupManagementType: "AzureStorage";
|
|
71
|
-
workLoadType?: WorkloadType;
|
|
72
|
-
schedulePolicy?: SchedulePolicyUnion;
|
|
73
71
|
retentionPolicy?: RetentionPolicyUnion;
|
|
72
|
+
schedulePolicy?: SchedulePolicyUnion;
|
|
74
73
|
timeZone?: string;
|
|
75
|
-
|
|
74
|
+
workLoadType?: WorkloadType;
|
|
75
|
+
}
|
|
76
76
|
|
|
77
77
|
// @public
|
|
78
|
-
export
|
|
78
|
+
export interface AzureFileShareProvisionILRRequest extends ILRRequest {
|
|
79
79
|
objectType: "AzureFileShareProvisionILRRequest";
|
|
80
80
|
recoveryPointId?: string;
|
|
81
81
|
sourceResourceId?: string;
|
|
82
|
-
}
|
|
82
|
+
}
|
|
83
83
|
|
|
84
84
|
// @public
|
|
85
|
-
export
|
|
86
|
-
objectType: "AzureFileShareRecoveryPoint";
|
|
87
|
-
recoveryPointType?: string;
|
|
88
|
-
recoveryPointTime?: Date;
|
|
85
|
+
export interface AzureFileShareRecoveryPoint extends RecoveryPoint {
|
|
89
86
|
fileShareSnapshotUri?: string;
|
|
87
|
+
objectType: "AzureFileShareRecoveryPoint";
|
|
90
88
|
recoveryPointSizeInGB?: number;
|
|
91
|
-
|
|
89
|
+
recoveryPointTime?: Date;
|
|
90
|
+
recoveryPointType?: string;
|
|
91
|
+
}
|
|
92
92
|
|
|
93
93
|
// @public
|
|
94
|
-
export
|
|
94
|
+
export interface AzureFileShareRestoreRequest extends RestoreRequest {
|
|
95
|
+
copyOptions?: CopyOptions;
|
|
95
96
|
objectType: "AzureFileShareRestoreRequest";
|
|
96
97
|
recoveryType?: RecoveryType;
|
|
97
|
-
sourceResourceId?: string;
|
|
98
|
-
copyOptions?: CopyOptions;
|
|
99
|
-
restoreRequestType?: RestoreRequestType;
|
|
100
98
|
restoreFileSpecs?: RestoreFileSpecs[];
|
|
99
|
+
restoreRequestType?: RestoreRequestType;
|
|
100
|
+
sourceResourceId?: string;
|
|
101
101
|
targetDetails?: TargetAFSRestoreInfo;
|
|
102
|
-
}
|
|
102
|
+
}
|
|
103
103
|
|
|
104
104
|
// @public
|
|
105
105
|
export type AzureFileShareType = string;
|
|
106
106
|
|
|
107
107
|
// @public
|
|
108
|
-
export
|
|
108
|
+
export interface AzureIaaSClassicComputeVMContainer extends IaaSVMContainer {
|
|
109
109
|
containerType: "Microsoft.ClassicCompute/virtualMachines";
|
|
110
|
-
}
|
|
110
|
+
}
|
|
111
111
|
|
|
112
112
|
// @public
|
|
113
|
-
export
|
|
113
|
+
export interface AzureIaaSClassicComputeVMProtectableItem extends IaaSVMProtectableItem {
|
|
114
114
|
protectableItemType: "Microsoft.ClassicCompute/virtualMachines";
|
|
115
|
-
}
|
|
115
|
+
}
|
|
116
116
|
|
|
117
117
|
// @public
|
|
118
|
-
export
|
|
118
|
+
export interface AzureIaaSClassicComputeVMProtectedItem extends AzureIaaSVMProtectedItem {
|
|
119
119
|
protectedItemType: "Microsoft.ClassicCompute/virtualMachines";
|
|
120
|
-
}
|
|
120
|
+
}
|
|
121
121
|
|
|
122
122
|
// @public
|
|
123
|
-
export
|
|
123
|
+
export interface AzureIaaSComputeVMContainer extends IaaSVMContainer {
|
|
124
124
|
containerType: "Microsoft.Compute/virtualMachines";
|
|
125
|
-
}
|
|
125
|
+
}
|
|
126
126
|
|
|
127
127
|
// @public
|
|
128
|
-
export
|
|
128
|
+
export interface AzureIaaSComputeVMProtectableItem extends IaaSVMProtectableItem {
|
|
129
129
|
protectableItemType: "Microsoft.Compute/virtualMachines";
|
|
130
|
-
}
|
|
130
|
+
}
|
|
131
131
|
|
|
132
132
|
// @public
|
|
133
|
-
export
|
|
133
|
+
export interface AzureIaaSComputeVMProtectedItem extends AzureIaaSVMProtectedItem {
|
|
134
134
|
protectedItemType: "Microsoft.Compute/virtualMachines";
|
|
135
|
-
}
|
|
135
|
+
}
|
|
136
136
|
|
|
137
137
|
// @public
|
|
138
138
|
export interface AzureIaaSVMErrorInfo {
|
|
@@ -143,19 +143,20 @@ export interface AzureIaaSVMErrorInfo {
|
|
|
143
143
|
}
|
|
144
144
|
|
|
145
145
|
// @public
|
|
146
|
-
export
|
|
146
|
+
export interface AzureIaaSVMHealthDetails extends ResourceHealthDetails {
|
|
147
|
+
}
|
|
147
148
|
|
|
148
149
|
// @public
|
|
149
|
-
export
|
|
150
|
-
jobType: "AzureIaaSVMJob";
|
|
151
|
-
duration?: string;
|
|
150
|
+
export interface AzureIaaSVMJob extends Job {
|
|
152
151
|
actionsInfo?: JobSupportedAction[];
|
|
152
|
+
containerName?: string;
|
|
153
|
+
duration?: string;
|
|
153
154
|
errorDetails?: AzureIaaSVMErrorInfo[];
|
|
154
|
-
virtualMachineVersion?: string;
|
|
155
155
|
extendedInfo?: AzureIaaSVMJobExtendedInfo;
|
|
156
|
-
containerName?: string;
|
|
157
156
|
isUserTriggered?: boolean;
|
|
158
|
-
|
|
157
|
+
jobType: "AzureIaaSVMJob";
|
|
158
|
+
virtualMachineVersion?: string;
|
|
159
|
+
}
|
|
159
160
|
|
|
160
161
|
// @public
|
|
161
162
|
export interface AzureIaaSVMJobExtendedInfo {
|
|
@@ -184,34 +185,34 @@ export interface AzureIaaSVMJobTaskDetails {
|
|
|
184
185
|
}
|
|
185
186
|
|
|
186
187
|
// @public
|
|
187
|
-
export
|
|
188
|
-
jobType: "AzureIaaSVMJobV2";
|
|
188
|
+
export interface AzureIaaSVMJobV2 extends Job {
|
|
189
189
|
actionsInfo?: JobSupportedAction[];
|
|
190
190
|
containerName?: string;
|
|
191
191
|
duration?: string;
|
|
192
192
|
errorDetails?: AzureIaaSVMErrorInfo[];
|
|
193
|
-
virtualMachineVersion?: string;
|
|
194
193
|
extendedInfo?: AzureIaaSVMJobExtendedInfo;
|
|
195
|
-
|
|
194
|
+
jobType: "AzureIaaSVMJobV2";
|
|
195
|
+
virtualMachineVersion?: string;
|
|
196
|
+
}
|
|
196
197
|
|
|
197
198
|
// @public
|
|
198
|
-
export
|
|
199
|
-
|
|
199
|
+
export interface AzureIaaSVMProtectedItem extends ProtectedItem {
|
|
200
|
+
extendedInfo?: AzureIaaSVMProtectedItemExtendedInfo;
|
|
201
|
+
extendedProperties?: ExtendedProperties;
|
|
200
202
|
friendlyName?: string;
|
|
201
|
-
virtualMachineId?: string;
|
|
202
|
-
protectionStatus?: string;
|
|
203
|
-
protectionState?: ProtectionState;
|
|
204
|
-
healthStatus?: HealthStatus;
|
|
205
203
|
healthDetails?: AzureIaaSVMHealthDetails[];
|
|
204
|
+
healthStatus?: HealthStatus;
|
|
206
205
|
kpisHealths?: {
|
|
207
206
|
[propertyName: string]: KPIResourceHealthDetails;
|
|
208
207
|
};
|
|
209
208
|
lastBackupStatus?: string;
|
|
210
209
|
lastBackupTime?: Date;
|
|
211
210
|
protectedItemDataId?: string;
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
211
|
+
protectedItemType: "AzureIaaSVMProtectedItem" | "Microsoft.ClassicCompute/virtualMachines" | "Microsoft.Compute/virtualMachines";
|
|
212
|
+
protectionState?: ProtectionState;
|
|
213
|
+
protectionStatus?: string;
|
|
214
|
+
virtualMachineId?: string;
|
|
215
|
+
}
|
|
215
216
|
|
|
216
217
|
// @public
|
|
217
218
|
export interface AzureIaaSVMProtectedItemExtendedInfo {
|
|
@@ -224,47 +225,48 @@ export interface AzureIaaSVMProtectedItemExtendedInfo {
|
|
|
224
225
|
export type AzureIaaSVMProtectedItemUnion = AzureIaaSVMProtectedItem | AzureIaaSClassicComputeVMProtectedItem | AzureIaaSComputeVMProtectedItem;
|
|
225
226
|
|
|
226
227
|
// @public
|
|
227
|
-
export
|
|
228
|
+
export interface AzureIaaSVMProtectionPolicy extends ProtectionPolicy {
|
|
228
229
|
backupManagementType: "AzureIaasVM";
|
|
230
|
+
// (undocumented)
|
|
229
231
|
instantRPDetails?: InstantRPAdditionalDetails;
|
|
230
|
-
schedulePolicy?: SchedulePolicyUnion;
|
|
231
|
-
retentionPolicy?: RetentionPolicyUnion;
|
|
232
232
|
instantRpRetentionRangeInDays?: number;
|
|
233
|
-
timeZone?: string;
|
|
234
233
|
policyType?: IaasvmPolicyType;
|
|
235
|
-
|
|
234
|
+
retentionPolicy?: RetentionPolicyUnion;
|
|
235
|
+
schedulePolicy?: SchedulePolicyUnion;
|
|
236
|
+
timeZone?: string;
|
|
237
|
+
}
|
|
236
238
|
|
|
237
239
|
// @public
|
|
238
|
-
export
|
|
240
|
+
export interface AzureRecoveryServiceVaultProtectionIntent extends ProtectionIntent {
|
|
239
241
|
protectionIntentItemType: "RecoveryServiceVaultItem" | "AzureWorkloadAutoProtectionIntent" | "AzureWorkloadSQLAutoProtectionIntent";
|
|
240
|
-
}
|
|
242
|
+
}
|
|
241
243
|
|
|
242
244
|
// @public (undocumented)
|
|
243
245
|
export type AzureRecoveryServiceVaultProtectionIntentUnion = AzureRecoveryServiceVaultProtectionIntent | AzureWorkloadAutoProtectionIntentUnion;
|
|
244
246
|
|
|
245
247
|
// @public
|
|
246
|
-
export
|
|
247
|
-
protectionIntentItemType: "AzureResourceItem";
|
|
248
|
+
export interface AzureResourceProtectionIntent extends ProtectionIntent {
|
|
248
249
|
friendlyName?: string;
|
|
249
|
-
|
|
250
|
+
protectionIntentItemType: "AzureResourceItem";
|
|
251
|
+
}
|
|
250
252
|
|
|
251
253
|
// @public
|
|
252
|
-
export
|
|
254
|
+
export interface AzureSqlagWorkloadContainerProtectionContainer extends AzureWorkloadContainer {
|
|
253
255
|
containerType: "SQLAGWorkLoadContainer";
|
|
254
|
-
}
|
|
256
|
+
}
|
|
255
257
|
|
|
256
258
|
// @public
|
|
257
|
-
export
|
|
259
|
+
export interface AzureSqlContainer extends ProtectionContainer {
|
|
258
260
|
containerType: "AzureSqlContainer";
|
|
259
|
-
}
|
|
261
|
+
}
|
|
260
262
|
|
|
261
263
|
// @public
|
|
262
|
-
export
|
|
263
|
-
|
|
264
|
+
export interface AzureSqlProtectedItem extends ProtectedItem {
|
|
265
|
+
extendedInfo?: AzureSqlProtectedItemExtendedInfo;
|
|
264
266
|
protectedItemDataId?: string;
|
|
267
|
+
protectedItemType: "Microsoft.Sql/servers/databases";
|
|
265
268
|
protectionState?: ProtectedItemState;
|
|
266
|
-
|
|
267
|
-
};
|
|
269
|
+
}
|
|
268
270
|
|
|
269
271
|
// @public
|
|
270
272
|
export interface AzureSqlProtectedItemExtendedInfo {
|
|
@@ -274,20 +276,20 @@ export interface AzureSqlProtectedItemExtendedInfo {
|
|
|
274
276
|
}
|
|
275
277
|
|
|
276
278
|
// @public
|
|
277
|
-
export
|
|
279
|
+
export interface AzureSqlProtectionPolicy extends ProtectionPolicy {
|
|
278
280
|
backupManagementType: "AzureSql";
|
|
279
281
|
retentionPolicy?: RetentionPolicyUnion;
|
|
280
|
-
}
|
|
282
|
+
}
|
|
281
283
|
|
|
282
284
|
// @public
|
|
283
|
-
export
|
|
285
|
+
export interface AzureStorageContainer extends ProtectionContainer {
|
|
286
|
+
acquireStorageAccountLock?: AcquireStorageAccountLock;
|
|
284
287
|
containerType: "StorageContainer";
|
|
288
|
+
protectedItemCount?: number;
|
|
289
|
+
resourceGroup?: string;
|
|
285
290
|
sourceResourceId?: string;
|
|
286
291
|
storageAccountVersion?: string;
|
|
287
|
-
|
|
288
|
-
protectedItemCount?: number;
|
|
289
|
-
acquireStorageAccountLock?: AcquireStorageAccountLock;
|
|
290
|
-
};
|
|
292
|
+
}
|
|
291
293
|
|
|
292
294
|
// @public
|
|
293
295
|
export interface AzureStorageErrorInfo {
|
|
@@ -297,16 +299,16 @@ export interface AzureStorageErrorInfo {
|
|
|
297
299
|
}
|
|
298
300
|
|
|
299
301
|
// @public
|
|
300
|
-
export
|
|
301
|
-
jobType: "AzureStorageJob";
|
|
302
|
-
duration?: string;
|
|
302
|
+
export interface AzureStorageJob extends Job {
|
|
303
303
|
actionsInfo?: JobSupportedAction[];
|
|
304
|
+
duration?: string;
|
|
304
305
|
errorDetails?: AzureStorageErrorInfo[];
|
|
305
|
-
storageAccountName?: string;
|
|
306
|
-
storageAccountVersion?: string;
|
|
307
306
|
extendedInfo?: AzureStorageJobExtendedInfo;
|
|
308
307
|
isUserTriggered?: boolean;
|
|
309
|
-
|
|
308
|
+
jobType: "AzureStorageJob";
|
|
309
|
+
storageAccountName?: string;
|
|
310
|
+
storageAccountVersion?: string;
|
|
311
|
+
}
|
|
310
312
|
|
|
311
313
|
// @public
|
|
312
314
|
export interface AzureStorageJobExtendedInfo {
|
|
@@ -324,26 +326,26 @@ export interface AzureStorageJobTaskDetails {
|
|
|
324
326
|
}
|
|
325
327
|
|
|
326
328
|
// @public
|
|
327
|
-
export
|
|
329
|
+
export interface AzureStorageProtectableContainer extends ProtectableContainer {
|
|
328
330
|
protectableContainerType: "StorageContainer";
|
|
329
|
-
}
|
|
331
|
+
}
|
|
330
332
|
|
|
331
333
|
// @public
|
|
332
|
-
export
|
|
334
|
+
export interface AzureVMAppContainerProtectableContainer extends ProtectableContainer {
|
|
333
335
|
protectableContainerType: "VMAppContainer";
|
|
334
|
-
}
|
|
336
|
+
}
|
|
335
337
|
|
|
336
338
|
// @public
|
|
337
|
-
export
|
|
339
|
+
export interface AzureVMAppContainerProtectionContainer extends AzureWorkloadContainer {
|
|
338
340
|
containerType: "VMAppContainer";
|
|
339
|
-
}
|
|
341
|
+
}
|
|
340
342
|
|
|
341
343
|
// @public
|
|
342
|
-
export
|
|
344
|
+
export interface AzureVMResourceFeatureSupportRequest extends FeatureSupportRequest {
|
|
343
345
|
featureType: "AzureVMResourceBackup";
|
|
344
346
|
vmSize?: string;
|
|
345
347
|
vmSku?: string;
|
|
346
|
-
}
|
|
348
|
+
}
|
|
347
349
|
|
|
348
350
|
// @public
|
|
349
351
|
export interface AzureVMResourceFeatureSupportResponse {
|
|
@@ -351,53 +353,53 @@ export interface AzureVMResourceFeatureSupportResponse {
|
|
|
351
353
|
}
|
|
352
354
|
|
|
353
355
|
// @public
|
|
354
|
-
export
|
|
355
|
-
|
|
356
|
+
export interface AzureVmWorkloadItem extends WorkloadItem {
|
|
357
|
+
isAutoProtectable?: boolean;
|
|
356
358
|
parentName?: string;
|
|
357
359
|
serverName?: string;
|
|
358
|
-
isAutoProtectable?: boolean;
|
|
359
360
|
subinquireditemcount?: number;
|
|
360
361
|
subWorkloadItemCount?: number;
|
|
361
|
-
|
|
362
|
+
workloadItemType: "AzureVmWorkloadItem" | "SAPAseDatabase" | "SAPAseSystem" | "SAPHanaDatabase" | "SAPHanaSystem" | "SQLDataBase" | "SQLInstance";
|
|
363
|
+
}
|
|
362
364
|
|
|
363
365
|
// @public (undocumented)
|
|
364
366
|
export type AzureVmWorkloadItemUnion = AzureVmWorkloadItem | AzureVmWorkloadSAPAseDatabaseWorkloadItem | AzureVmWorkloadSAPAseSystemWorkloadItem | AzureVmWorkloadSAPHanaDatabaseWorkloadItem | AzureVmWorkloadSAPHanaSystemWorkloadItem | AzureVmWorkloadSQLDatabaseWorkloadItem | AzureVmWorkloadSQLInstanceWorkloadItem;
|
|
365
367
|
|
|
366
368
|
// @public
|
|
367
|
-
export
|
|
368
|
-
|
|
369
|
+
export interface AzureVmWorkloadProtectableItem extends WorkloadProtectableItem {
|
|
370
|
+
isAutoProtectable?: boolean;
|
|
371
|
+
isAutoProtected?: boolean;
|
|
369
372
|
parentName?: string;
|
|
370
373
|
parentUniqueName?: string;
|
|
374
|
+
prebackupvalidation?: PreBackupValidation;
|
|
375
|
+
protectableItemType: "AzureVmWorkloadProtectableItem" | "SAPAseSystem" | "SAPHanaDatabase" | "SAPHanaSystem" | "SQLAvailabilityGroupContainer" | "SQLDataBase" | "SQLInstance";
|
|
371
376
|
serverName?: string;
|
|
372
|
-
isAutoProtectable?: boolean;
|
|
373
|
-
isAutoProtected?: boolean;
|
|
374
377
|
subinquireditemcount?: number;
|
|
375
378
|
subprotectableitemcount?: number;
|
|
376
|
-
|
|
377
|
-
};
|
|
379
|
+
}
|
|
378
380
|
|
|
379
381
|
// @public (undocumented)
|
|
380
382
|
export type AzureVmWorkloadProtectableItemUnion = AzureVmWorkloadProtectableItem | AzureVmWorkloadSAPAseSystemProtectableItem | AzureVmWorkloadSAPHanaDatabaseProtectableItem | AzureVmWorkloadSAPHanaSystemProtectableItem | AzureVmWorkloadSQLAvailabilityGroupProtectableItem | AzureVmWorkloadSQLDatabaseProtectableItem | AzureVmWorkloadSQLInstanceProtectableItem;
|
|
381
383
|
|
|
382
384
|
// @public
|
|
383
|
-
export
|
|
384
|
-
|
|
385
|
+
export interface AzureVmWorkloadProtectedItem extends ProtectedItem {
|
|
386
|
+
extendedInfo?: AzureVmWorkloadProtectedItemExtendedInfo;
|
|
385
387
|
friendlyName?: string;
|
|
386
|
-
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
protectionState?: ProtectionState;
|
|
388
|
+
kpisHealths?: {
|
|
389
|
+
[propertyName: string]: KPIResourceHealthDetails;
|
|
390
|
+
};
|
|
391
|
+
lastBackupErrorDetail?: ErrorDetail;
|
|
391
392
|
lastBackupStatus?: LastBackupStatus;
|
|
392
393
|
lastBackupTime?: Date;
|
|
393
|
-
|
|
394
|
+
parentName?: string;
|
|
395
|
+
parentType?: string;
|
|
394
396
|
protectedItemDataSourceId?: string;
|
|
395
397
|
protectedItemHealthStatus?: ProtectedItemHealthStatus;
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
|
|
400
|
-
}
|
|
398
|
+
protectedItemType: "AzureVmWorkloadProtectedItem" | "AzureVmWorkloadSAPAseDatabase" | "AzureVmWorkloadSAPHanaDatabase" | "AzureVmWorkloadSQLDatabase";
|
|
399
|
+
protectionState?: ProtectionState;
|
|
400
|
+
protectionStatus?: string;
|
|
401
|
+
serverName?: string;
|
|
402
|
+
}
|
|
401
403
|
|
|
402
404
|
// @public
|
|
403
405
|
export interface AzureVmWorkloadProtectedItemExtendedInfo {
|
|
@@ -411,120 +413,120 @@ export interface AzureVmWorkloadProtectedItemExtendedInfo {
|
|
|
411
413
|
export type AzureVmWorkloadProtectedItemUnion = AzureVmWorkloadProtectedItem | AzureVmWorkloadSAPAseDatabaseProtectedItem | AzureVmWorkloadSAPHanaDatabaseProtectedItem | AzureVmWorkloadSQLDatabaseProtectedItem;
|
|
412
414
|
|
|
413
415
|
// @public
|
|
414
|
-
export
|
|
416
|
+
export interface AzureVmWorkloadProtectionPolicy extends ProtectionPolicy {
|
|
415
417
|
backupManagementType: "AzureWorkload";
|
|
416
|
-
|
|
418
|
+
makePolicyConsistent?: boolean;
|
|
417
419
|
settings?: Settings;
|
|
418
420
|
subProtectionPolicy?: SubProtectionPolicy[];
|
|
419
|
-
|
|
420
|
-
}
|
|
421
|
+
workLoadType?: WorkloadType;
|
|
422
|
+
}
|
|
421
423
|
|
|
422
424
|
// @public
|
|
423
|
-
export
|
|
425
|
+
export interface AzureVmWorkloadSAPAseDatabaseProtectedItem extends AzureVmWorkloadProtectedItem {
|
|
424
426
|
protectedItemType: "AzureVmWorkloadSAPAseDatabase";
|
|
425
|
-
}
|
|
427
|
+
}
|
|
426
428
|
|
|
427
429
|
// @public
|
|
428
|
-
export
|
|
430
|
+
export interface AzureVmWorkloadSAPAseDatabaseWorkloadItem extends AzureVmWorkloadItem {
|
|
429
431
|
workloadItemType: "SAPAseDatabase";
|
|
430
|
-
}
|
|
432
|
+
}
|
|
431
433
|
|
|
432
434
|
// @public
|
|
433
|
-
export
|
|
435
|
+
export interface AzureVmWorkloadSAPAseSystemProtectableItem extends AzureVmWorkloadProtectableItem {
|
|
434
436
|
protectableItemType: "SAPAseSystem";
|
|
435
|
-
}
|
|
437
|
+
}
|
|
436
438
|
|
|
437
439
|
// @public
|
|
438
|
-
export
|
|
440
|
+
export interface AzureVmWorkloadSAPAseSystemWorkloadItem extends AzureVmWorkloadItem {
|
|
439
441
|
workloadItemType: "SAPAseSystem";
|
|
440
|
-
}
|
|
442
|
+
}
|
|
441
443
|
|
|
442
444
|
// @public
|
|
443
|
-
export
|
|
445
|
+
export interface AzureVmWorkloadSAPHanaDatabaseProtectableItem extends AzureVmWorkloadProtectableItem {
|
|
444
446
|
protectableItemType: "SAPHanaDatabase";
|
|
445
|
-
}
|
|
447
|
+
}
|
|
446
448
|
|
|
447
449
|
// @public
|
|
448
|
-
export
|
|
450
|
+
export interface AzureVmWorkloadSAPHanaDatabaseProtectedItem extends AzureVmWorkloadProtectedItem {
|
|
449
451
|
protectedItemType: "AzureVmWorkloadSAPHanaDatabase";
|
|
450
|
-
}
|
|
452
|
+
}
|
|
451
453
|
|
|
452
454
|
// @public
|
|
453
|
-
export
|
|
455
|
+
export interface AzureVmWorkloadSAPHanaDatabaseWorkloadItem extends AzureVmWorkloadItem {
|
|
454
456
|
workloadItemType: "SAPHanaDatabase";
|
|
455
|
-
}
|
|
457
|
+
}
|
|
456
458
|
|
|
457
459
|
// @public
|
|
458
|
-
export
|
|
460
|
+
export interface AzureVmWorkloadSAPHanaSystemProtectableItem extends AzureVmWorkloadProtectableItem {
|
|
459
461
|
protectableItemType: "SAPHanaSystem";
|
|
460
|
-
}
|
|
462
|
+
}
|
|
461
463
|
|
|
462
464
|
// @public
|
|
463
|
-
export
|
|
465
|
+
export interface AzureVmWorkloadSAPHanaSystemWorkloadItem extends AzureVmWorkloadItem {
|
|
464
466
|
workloadItemType: "SAPHanaSystem";
|
|
465
|
-
}
|
|
467
|
+
}
|
|
466
468
|
|
|
467
469
|
// @public
|
|
468
|
-
export
|
|
470
|
+
export interface AzureVmWorkloadSQLAvailabilityGroupProtectableItem extends AzureVmWorkloadProtectableItem {
|
|
469
471
|
protectableItemType: "SQLAvailabilityGroupContainer";
|
|
470
|
-
}
|
|
472
|
+
}
|
|
471
473
|
|
|
472
474
|
// @public
|
|
473
|
-
export
|
|
475
|
+
export interface AzureVmWorkloadSQLDatabaseProtectableItem extends AzureVmWorkloadProtectableItem {
|
|
474
476
|
protectableItemType: "SQLDataBase";
|
|
475
|
-
}
|
|
477
|
+
}
|
|
476
478
|
|
|
477
479
|
// @public
|
|
478
|
-
export
|
|
480
|
+
export interface AzureVmWorkloadSQLDatabaseProtectedItem extends AzureVmWorkloadProtectedItem {
|
|
479
481
|
protectedItemType: "AzureVmWorkloadSQLDatabase";
|
|
480
|
-
}
|
|
482
|
+
}
|
|
481
483
|
|
|
482
484
|
// @public
|
|
483
|
-
export
|
|
485
|
+
export interface AzureVmWorkloadSQLDatabaseWorkloadItem extends AzureVmWorkloadItem {
|
|
484
486
|
workloadItemType: "SQLDataBase";
|
|
485
|
-
}
|
|
487
|
+
}
|
|
486
488
|
|
|
487
489
|
// @public
|
|
488
|
-
export
|
|
490
|
+
export interface AzureVmWorkloadSQLInstanceProtectableItem extends AzureVmWorkloadProtectableItem {
|
|
489
491
|
protectableItemType: "SQLInstance";
|
|
490
|
-
}
|
|
492
|
+
}
|
|
491
493
|
|
|
492
494
|
// @public
|
|
493
|
-
export
|
|
494
|
-
workloadItemType: "SQLInstance";
|
|
495
|
+
export interface AzureVmWorkloadSQLInstanceWorkloadItem extends AzureVmWorkloadItem {
|
|
495
496
|
dataDirectoryPaths?: SQLDataDirectory[];
|
|
496
|
-
|
|
497
|
+
workloadItemType: "SQLInstance";
|
|
498
|
+
}
|
|
497
499
|
|
|
498
500
|
// @public
|
|
499
|
-
export
|
|
501
|
+
export interface AzureWorkloadAutoProtectionIntent extends AzureRecoveryServiceVaultProtectionIntent {
|
|
500
502
|
protectionIntentItemType: "AzureWorkloadAutoProtectionIntent" | "AzureWorkloadSQLAutoProtectionIntent";
|
|
501
|
-
}
|
|
503
|
+
}
|
|
502
504
|
|
|
503
505
|
// @public (undocumented)
|
|
504
506
|
export type AzureWorkloadAutoProtectionIntentUnion = AzureWorkloadAutoProtectionIntent | AzureWorkloadSQLAutoProtectionIntent;
|
|
505
507
|
|
|
506
508
|
// @public
|
|
507
|
-
export
|
|
508
|
-
objectType: "AzureWorkloadBackupRequest";
|
|
509
|
+
export interface AzureWorkloadBackupRequest extends BackupRequest {
|
|
509
510
|
backupType?: BackupType;
|
|
510
511
|
enableCompression?: boolean;
|
|
512
|
+
objectType: "AzureWorkloadBackupRequest";
|
|
511
513
|
recoveryPointExpiryTimeInUTC?: Date;
|
|
512
|
-
}
|
|
514
|
+
}
|
|
513
515
|
|
|
514
516
|
// @public
|
|
515
|
-
export
|
|
517
|
+
export interface AzureWorkloadContainer extends ProtectionContainer {
|
|
516
518
|
containerType: "AzureWorkloadContainer" | "SQLAGWorkLoadContainer" | "VMAppContainer";
|
|
517
|
-
sourceResourceId?: string;
|
|
518
|
-
lastUpdatedTime?: Date;
|
|
519
519
|
extendedInfo?: AzureWorkloadContainerExtendedInfo;
|
|
520
|
-
|
|
520
|
+
lastUpdatedTime?: Date;
|
|
521
521
|
operationType?: OperationType;
|
|
522
|
-
|
|
522
|
+
sourceResourceId?: string;
|
|
523
|
+
workloadType?: WorkloadType;
|
|
524
|
+
}
|
|
523
525
|
|
|
524
526
|
// @public
|
|
525
|
-
export
|
|
527
|
+
export interface AzureWorkloadContainerAutoProtectionIntent extends ProtectionIntent {
|
|
526
528
|
protectionIntentItemType: "AzureWorkloadContainerAutoProtectionIntent";
|
|
527
|
-
}
|
|
529
|
+
}
|
|
528
530
|
|
|
529
531
|
// @public
|
|
530
532
|
export interface AzureWorkloadContainerExtendedInfo {
|
|
@@ -546,14 +548,14 @@ export interface AzureWorkloadErrorInfo {
|
|
|
546
548
|
}
|
|
547
549
|
|
|
548
550
|
// @public
|
|
549
|
-
export
|
|
550
|
-
jobType: "AzureWorkloadJob";
|
|
551
|
-
workloadType?: string;
|
|
552
|
-
duration?: string;
|
|
551
|
+
export interface AzureWorkloadJob extends Job {
|
|
553
552
|
actionsInfo?: JobSupportedAction[];
|
|
553
|
+
duration?: string;
|
|
554
554
|
errorDetails?: AzureWorkloadErrorInfo[];
|
|
555
555
|
extendedInfo?: AzureWorkloadJobExtendedInfo;
|
|
556
|
-
|
|
556
|
+
jobType: "AzureWorkloadJob";
|
|
557
|
+
workloadType?: string;
|
|
558
|
+
}
|
|
557
559
|
|
|
558
560
|
// @public
|
|
559
561
|
export interface AzureWorkloadJobExtendedInfo {
|
|
@@ -571,121 +573,121 @@ export interface AzureWorkloadJobTaskDetails {
|
|
|
571
573
|
}
|
|
572
574
|
|
|
573
575
|
// @public
|
|
574
|
-
export
|
|
576
|
+
export interface AzureWorkloadPointInTimeRecoveryPoint extends AzureWorkloadRecoveryPoint {
|
|
575
577
|
objectType: "AzureWorkloadPointInTimeRecoveryPoint" | "AzureWorkloadSAPHanaPointInTimeRecoveryPoint";
|
|
576
578
|
timeRanges?: PointInTimeRange[];
|
|
577
|
-
}
|
|
579
|
+
}
|
|
578
580
|
|
|
579
581
|
// @public (undocumented)
|
|
580
582
|
export type AzureWorkloadPointInTimeRecoveryPointUnion = AzureWorkloadPointInTimeRecoveryPoint | AzureWorkloadSAPHanaPointInTimeRecoveryPoint;
|
|
581
583
|
|
|
582
584
|
// @public
|
|
583
|
-
export
|
|
585
|
+
export interface AzureWorkloadPointInTimeRestoreRequest extends AzureWorkloadRestoreRequest {
|
|
584
586
|
objectType: "AzureWorkloadPointInTimeRestoreRequest";
|
|
585
587
|
pointInTime?: Date;
|
|
586
|
-
}
|
|
588
|
+
}
|
|
587
589
|
|
|
588
590
|
// @public
|
|
589
|
-
export
|
|
591
|
+
export interface AzureWorkloadRecoveryPoint extends RecoveryPoint {
|
|
590
592
|
objectType: "AzureWorkloadRecoveryPoint" | "AzureWorkloadPointInTimeRecoveryPoint" | "AzureWorkloadSAPHanaPointInTimeRecoveryPoint" | "AzureWorkloadSAPHanaRecoveryPoint" | "AzureWorkloadSQLRecoveryPoint" | "AzureWorkloadSQLPointInTimeRecoveryPoint";
|
|
591
|
-
recoveryPointTimeInUTC?: Date;
|
|
592
|
-
type?: RestorePointType;
|
|
593
|
-
recoveryPointTierDetails?: RecoveryPointTierInformationV2[];
|
|
594
593
|
recoveryPointMoveReadinessInfo?: {
|
|
595
594
|
[propertyName: string]: RecoveryPointMoveReadinessInfo;
|
|
596
595
|
};
|
|
597
|
-
|
|
596
|
+
recoveryPointTierDetails?: RecoveryPointTierInformationV2[];
|
|
597
|
+
recoveryPointTimeInUTC?: Date;
|
|
598
|
+
type?: RestorePointType;
|
|
599
|
+
}
|
|
598
600
|
|
|
599
601
|
// @public (undocumented)
|
|
600
602
|
export type AzureWorkloadRecoveryPointUnion = AzureWorkloadRecoveryPoint | AzureWorkloadPointInTimeRecoveryPointUnion | AzureWorkloadSAPHanaRecoveryPoint | AzureWorkloadSQLRecoveryPointUnion;
|
|
601
603
|
|
|
602
604
|
// @public
|
|
603
|
-
export
|
|
605
|
+
export interface AzureWorkloadRestoreRequest extends RestoreRequest {
|
|
604
606
|
objectType: "AzureWorkloadRestoreRequest" | "AzureWorkloadPointInTimeRestoreRequest" | "AzureWorkloadSAPHanaRestoreRequest" | "AzureWorkloadSAPHanaPointInTimeRestoreRequest" | "AzureWorkloadSQLRestoreRequest" | "AzureWorkloadSQLPointInTimeRestoreRequest" | "AzureWorkloadSAPHanaPointInTimeRestoreWithRehydrateRequest" | "AzureWorkloadSAPHanaRestoreWithRehydrateRequest" | "AzureWorkloadSQLPointInTimeRestoreWithRehydrateRequest" | "AzureWorkloadSQLRestoreWithRehydrateRequest";
|
|
605
|
-
recoveryType?: RecoveryType;
|
|
606
|
-
sourceResourceId?: string;
|
|
607
607
|
propertyBag?: {
|
|
608
608
|
[propertyName: string]: string;
|
|
609
609
|
};
|
|
610
|
-
targetInfo?: TargetRestoreInfo;
|
|
611
610
|
recoveryMode?: RecoveryMode;
|
|
611
|
+
recoveryType?: RecoveryType;
|
|
612
|
+
sourceResourceId?: string;
|
|
613
|
+
targetInfo?: TargetRestoreInfo;
|
|
612
614
|
targetVirtualMachineId?: string;
|
|
613
|
-
}
|
|
615
|
+
}
|
|
614
616
|
|
|
615
617
|
// @public (undocumented)
|
|
616
618
|
export type AzureWorkloadRestoreRequestUnion = AzureWorkloadRestoreRequest | AzureWorkloadPointInTimeRestoreRequest | AzureWorkloadSAPHanaRestoreRequestUnion | AzureWorkloadSQLRestoreRequestUnion;
|
|
617
619
|
|
|
618
620
|
// @public
|
|
619
|
-
export
|
|
621
|
+
export interface AzureWorkloadSAPHanaPointInTimeRecoveryPoint extends AzureWorkloadPointInTimeRecoveryPoint {
|
|
620
622
|
objectType: "AzureWorkloadSAPHanaPointInTimeRecoveryPoint";
|
|
621
|
-
}
|
|
623
|
+
}
|
|
622
624
|
|
|
623
625
|
// @public
|
|
624
|
-
export
|
|
626
|
+
export interface AzureWorkloadSAPHanaPointInTimeRestoreRequest extends AzureWorkloadSAPHanaRestoreRequest {
|
|
625
627
|
objectType: "AzureWorkloadSAPHanaPointInTimeRestoreRequest" | "AzureWorkloadSAPHanaPointInTimeRestoreWithRehydrateRequest";
|
|
626
628
|
pointInTime?: Date;
|
|
627
|
-
}
|
|
629
|
+
}
|
|
628
630
|
|
|
629
631
|
// @public (undocumented)
|
|
630
632
|
export type AzureWorkloadSAPHanaPointInTimeRestoreRequestUnion = AzureWorkloadSAPHanaPointInTimeRestoreRequest | AzureWorkloadSAPHanaPointInTimeRestoreWithRehydrateRequest;
|
|
631
633
|
|
|
632
634
|
// @public
|
|
633
|
-
export
|
|
635
|
+
export interface AzureWorkloadSAPHanaPointInTimeRestoreWithRehydrateRequest extends AzureWorkloadSAPHanaPointInTimeRestoreRequest {
|
|
634
636
|
objectType: "AzureWorkloadSAPHanaPointInTimeRestoreWithRehydrateRequest";
|
|
635
637
|
recoveryPointRehydrationInfo?: RecoveryPointRehydrationInfo;
|
|
636
|
-
}
|
|
638
|
+
}
|
|
637
639
|
|
|
638
640
|
// @public
|
|
639
|
-
export
|
|
641
|
+
export interface AzureWorkloadSAPHanaRecoveryPoint extends AzureWorkloadRecoveryPoint {
|
|
640
642
|
objectType: "AzureWorkloadSAPHanaRecoveryPoint";
|
|
641
|
-
}
|
|
643
|
+
}
|
|
642
644
|
|
|
643
645
|
// @public
|
|
644
|
-
export
|
|
646
|
+
export interface AzureWorkloadSAPHanaRestoreRequest extends AzureWorkloadRestoreRequest {
|
|
645
647
|
objectType: "AzureWorkloadSAPHanaRestoreRequest" | "AzureWorkloadSAPHanaPointInTimeRestoreRequest" | "AzureWorkloadSAPHanaPointInTimeRestoreWithRehydrateRequest" | "AzureWorkloadSAPHanaRestoreWithRehydrateRequest";
|
|
646
|
-
}
|
|
648
|
+
}
|
|
647
649
|
|
|
648
650
|
// @public (undocumented)
|
|
649
651
|
export type AzureWorkloadSAPHanaRestoreRequestUnion = AzureWorkloadSAPHanaRestoreRequest | AzureWorkloadSAPHanaPointInTimeRestoreRequestUnion | AzureWorkloadSAPHanaRestoreWithRehydrateRequest;
|
|
650
652
|
|
|
651
653
|
// @public
|
|
652
|
-
export
|
|
654
|
+
export interface AzureWorkloadSAPHanaRestoreWithRehydrateRequest extends AzureWorkloadSAPHanaRestoreRequest {
|
|
653
655
|
objectType: "AzureWorkloadSAPHanaRestoreWithRehydrateRequest";
|
|
654
656
|
recoveryPointRehydrationInfo?: RecoveryPointRehydrationInfo;
|
|
655
|
-
}
|
|
657
|
+
}
|
|
656
658
|
|
|
657
659
|
// @public
|
|
658
|
-
export
|
|
660
|
+
export interface AzureWorkloadSQLAutoProtectionIntent extends AzureWorkloadAutoProtectionIntent {
|
|
659
661
|
protectionIntentItemType: "AzureWorkloadSQLAutoProtectionIntent";
|
|
660
662
|
workloadItemType?: WorkloadItemType;
|
|
661
|
-
}
|
|
663
|
+
}
|
|
662
664
|
|
|
663
665
|
// @public
|
|
664
|
-
export
|
|
666
|
+
export interface AzureWorkloadSQLPointInTimeRecoveryPoint extends AzureWorkloadSQLRecoveryPoint {
|
|
665
667
|
objectType: "AzureWorkloadSQLPointInTimeRecoveryPoint";
|
|
666
668
|
timeRanges?: PointInTimeRange[];
|
|
667
|
-
}
|
|
669
|
+
}
|
|
668
670
|
|
|
669
671
|
// @public
|
|
670
|
-
export
|
|
672
|
+
export interface AzureWorkloadSQLPointInTimeRestoreRequest extends AzureWorkloadSQLRestoreRequest {
|
|
671
673
|
objectType: "AzureWorkloadSQLPointInTimeRestoreRequest" | "AzureWorkloadSQLPointInTimeRestoreWithRehydrateRequest";
|
|
672
674
|
pointInTime?: Date;
|
|
673
|
-
}
|
|
675
|
+
}
|
|
674
676
|
|
|
675
677
|
// @public (undocumented)
|
|
676
678
|
export type AzureWorkloadSQLPointInTimeRestoreRequestUnion = AzureWorkloadSQLPointInTimeRestoreRequest | AzureWorkloadSQLPointInTimeRestoreWithRehydrateRequest;
|
|
677
679
|
|
|
678
680
|
// @public
|
|
679
|
-
export
|
|
681
|
+
export interface AzureWorkloadSQLPointInTimeRestoreWithRehydrateRequest extends AzureWorkloadSQLPointInTimeRestoreRequest {
|
|
680
682
|
objectType: "AzureWorkloadSQLPointInTimeRestoreWithRehydrateRequest";
|
|
681
683
|
recoveryPointRehydrationInfo?: RecoveryPointRehydrationInfo;
|
|
682
|
-
}
|
|
684
|
+
}
|
|
683
685
|
|
|
684
686
|
// @public
|
|
685
|
-
export
|
|
686
|
-
objectType: "AzureWorkloadSQLRecoveryPoint" | "AzureWorkloadSQLPointInTimeRecoveryPoint";
|
|
687
|
+
export interface AzureWorkloadSQLRecoveryPoint extends AzureWorkloadRecoveryPoint {
|
|
687
688
|
extendedInfo?: AzureWorkloadSQLRecoveryPointExtendedInfo;
|
|
688
|
-
|
|
689
|
+
objectType: "AzureWorkloadSQLRecoveryPoint" | "AzureWorkloadSQLPointInTimeRecoveryPoint";
|
|
690
|
+
}
|
|
689
691
|
|
|
690
692
|
// @public
|
|
691
693
|
export interface AzureWorkloadSQLRecoveryPointExtendedInfo {
|
|
@@ -697,21 +699,21 @@ export interface AzureWorkloadSQLRecoveryPointExtendedInfo {
|
|
|
697
699
|
export type AzureWorkloadSQLRecoveryPointUnion = AzureWorkloadSQLRecoveryPoint | AzureWorkloadSQLPointInTimeRecoveryPoint;
|
|
698
700
|
|
|
699
701
|
// @public
|
|
700
|
-
export
|
|
702
|
+
export interface AzureWorkloadSQLRestoreRequest extends AzureWorkloadRestoreRequest {
|
|
703
|
+
alternateDirectoryPaths?: SQLDataDirectoryMapping[];
|
|
704
|
+
isNonRecoverable?: boolean;
|
|
701
705
|
objectType: "AzureWorkloadSQLRestoreRequest" | "AzureWorkloadSQLPointInTimeRestoreRequest" | "AzureWorkloadSQLPointInTimeRestoreWithRehydrateRequest" | "AzureWorkloadSQLRestoreWithRehydrateRequest";
|
|
702
706
|
shouldUseAlternateTargetLocation?: boolean;
|
|
703
|
-
|
|
704
|
-
alternateDirectoryPaths?: SQLDataDirectoryMapping[];
|
|
705
|
-
};
|
|
707
|
+
}
|
|
706
708
|
|
|
707
709
|
// @public (undocumented)
|
|
708
710
|
export type AzureWorkloadSQLRestoreRequestUnion = AzureWorkloadSQLRestoreRequest | AzureWorkloadSQLPointInTimeRestoreRequestUnion | AzureWorkloadSQLRestoreWithRehydrateRequest;
|
|
709
711
|
|
|
710
712
|
// @public
|
|
711
|
-
export
|
|
713
|
+
export interface AzureWorkloadSQLRestoreWithRehydrateRequest extends AzureWorkloadSQLRestoreRequest {
|
|
712
714
|
objectType: "AzureWorkloadSQLRestoreWithRehydrateRequest";
|
|
713
715
|
recoveryPointRehydrationInfo?: RecoveryPointRehydrationInfo;
|
|
714
|
-
}
|
|
716
|
+
}
|
|
715
717
|
|
|
716
718
|
// @public
|
|
717
719
|
export interface BackupEngineBase {
|
|
@@ -731,14 +733,14 @@ export interface BackupEngineBase {
|
|
|
731
733
|
}
|
|
732
734
|
|
|
733
735
|
// @public
|
|
734
|
-
export
|
|
736
|
+
export interface BackupEngineBaseResource extends Resource {
|
|
735
737
|
properties?: BackupEngineBaseUnion;
|
|
736
|
-
}
|
|
738
|
+
}
|
|
737
739
|
|
|
738
740
|
// @public
|
|
739
|
-
export
|
|
741
|
+
export interface BackupEngineBaseResourceList extends ResourceList {
|
|
740
742
|
value?: BackupEngineBaseResource[];
|
|
741
|
-
}
|
|
743
|
+
}
|
|
742
744
|
|
|
743
745
|
// @public (undocumented)
|
|
744
746
|
export type BackupEngineBaseUnion = BackupEngineBase | AzureBackupServerEngine | DpmBackupEngine;
|
|
@@ -772,8 +774,6 @@ export type BackupEnginesGetResponse = BackupEngineBaseResource;
|
|
|
772
774
|
|
|
773
775
|
// @public
|
|
774
776
|
export interface BackupEnginesListNextOptionalParams extends coreClient.OperationOptions {
|
|
775
|
-
filter?: string;
|
|
776
|
-
skipToken?: string;
|
|
777
777
|
}
|
|
778
778
|
|
|
779
779
|
// @public
|
|
@@ -801,8 +801,6 @@ export interface BackupJobs {
|
|
|
801
801
|
|
|
802
802
|
// @public
|
|
803
803
|
export interface BackupJobsListNextOptionalParams extends coreClient.OperationOptions {
|
|
804
|
-
filter?: string;
|
|
805
|
-
skipToken?: string;
|
|
806
804
|
}
|
|
807
805
|
|
|
808
806
|
// @public
|
|
@@ -863,7 +861,6 @@ export interface BackupPolicies {
|
|
|
863
861
|
|
|
864
862
|
// @public
|
|
865
863
|
export interface BackupPoliciesListNextOptionalParams extends coreClient.OperationOptions {
|
|
866
|
-
filter?: string;
|
|
867
864
|
}
|
|
868
865
|
|
|
869
866
|
// @public
|
|
@@ -884,8 +881,6 @@ export interface BackupProtectableItems {
|
|
|
884
881
|
|
|
885
882
|
// @public
|
|
886
883
|
export interface BackupProtectableItemsListNextOptionalParams extends coreClient.OperationOptions {
|
|
887
|
-
filter?: string;
|
|
888
|
-
skipToken?: string;
|
|
889
884
|
}
|
|
890
885
|
|
|
891
886
|
// @public
|
|
@@ -907,8 +902,6 @@ export interface BackupProtectedItems {
|
|
|
907
902
|
|
|
908
903
|
// @public
|
|
909
904
|
export interface BackupProtectedItemsListNextOptionalParams extends coreClient.OperationOptions {
|
|
910
|
-
filter?: string;
|
|
911
|
-
skipToken?: string;
|
|
912
905
|
}
|
|
913
906
|
|
|
914
907
|
// @public
|
|
@@ -930,7 +923,6 @@ export interface BackupProtectionContainers {
|
|
|
930
923
|
|
|
931
924
|
// @public
|
|
932
925
|
export interface BackupProtectionContainersListNextOptionalParams extends coreClient.OperationOptions {
|
|
933
|
-
filter?: string;
|
|
934
926
|
}
|
|
935
927
|
|
|
936
928
|
// @public
|
|
@@ -951,8 +943,6 @@ export interface BackupProtectionIntent {
|
|
|
951
943
|
|
|
952
944
|
// @public
|
|
953
945
|
export interface BackupProtectionIntentListNextOptionalParams extends coreClient.OperationOptions {
|
|
954
|
-
filter?: string;
|
|
955
|
-
skipToken?: string;
|
|
956
946
|
}
|
|
957
947
|
|
|
958
948
|
// @public
|
|
@@ -973,9 +963,9 @@ export interface BackupRequest {
|
|
|
973
963
|
}
|
|
974
964
|
|
|
975
965
|
// @public
|
|
976
|
-
export
|
|
966
|
+
export interface BackupRequestResource extends Resource {
|
|
977
967
|
properties?: BackupRequestUnion;
|
|
978
|
-
}
|
|
968
|
+
}
|
|
979
969
|
|
|
980
970
|
// @public (undocumented)
|
|
981
971
|
export type BackupRequestUnion = BackupRequest | AzureFileShareBackupRequest | AzureWorkloadBackupRequest | IaasVMBackupRequest;
|
|
@@ -991,9 +981,9 @@ export interface BackupResourceConfig {
|
|
|
991
981
|
}
|
|
992
982
|
|
|
993
983
|
// @public
|
|
994
|
-
export
|
|
984
|
+
export interface BackupResourceConfigResource extends Resource {
|
|
995
985
|
properties?: BackupResourceConfig;
|
|
996
|
-
}
|
|
986
|
+
}
|
|
997
987
|
|
|
998
988
|
// @public (undocumented)
|
|
999
989
|
export interface BackupResourceEncryptionConfig {
|
|
@@ -1007,20 +997,20 @@ export interface BackupResourceEncryptionConfig {
|
|
|
1007
997
|
}
|
|
1008
998
|
|
|
1009
999
|
// @public (undocumented)
|
|
1010
|
-
export
|
|
1000
|
+
export interface BackupResourceEncryptionConfigExtended extends BackupResourceEncryptionConfig {
|
|
1011
1001
|
userAssignedIdentity?: string;
|
|
1012
1002
|
useSystemAssignedIdentity?: boolean;
|
|
1013
|
-
}
|
|
1003
|
+
}
|
|
1014
1004
|
|
|
1015
1005
|
// @public (undocumented)
|
|
1016
|
-
export
|
|
1006
|
+
export interface BackupResourceEncryptionConfigExtendedResource extends Resource {
|
|
1017
1007
|
properties?: BackupResourceEncryptionConfigExtended;
|
|
1018
|
-
}
|
|
1008
|
+
}
|
|
1019
1009
|
|
|
1020
1010
|
// @public (undocumented)
|
|
1021
|
-
export
|
|
1011
|
+
export interface BackupResourceEncryptionConfigResource extends Resource {
|
|
1022
1012
|
properties?: BackupResourceEncryptionConfig;
|
|
1023
|
-
}
|
|
1013
|
+
}
|
|
1024
1014
|
|
|
1025
1015
|
// @public
|
|
1026
1016
|
export interface BackupResourceEncryptionConfigs {
|
|
@@ -1076,9 +1066,9 @@ export interface BackupResourceVaultConfig {
|
|
|
1076
1066
|
}
|
|
1077
1067
|
|
|
1078
1068
|
// @public
|
|
1079
|
-
export
|
|
1069
|
+
export interface BackupResourceVaultConfigResource extends Resource {
|
|
1080
1070
|
properties?: BackupResourceVaultConfig;
|
|
1081
|
-
}
|
|
1071
|
+
}
|
|
1082
1072
|
|
|
1083
1073
|
// @public
|
|
1084
1074
|
export interface BackupResourceVaultConfigs {
|
|
@@ -1173,8 +1163,6 @@ export interface BackupWorkloadItems {
|
|
|
1173
1163
|
|
|
1174
1164
|
// @public
|
|
1175
1165
|
export interface BackupWorkloadItemsListNextOptionalParams extends coreClient.OperationOptions {
|
|
1176
|
-
filter?: string;
|
|
1177
|
-
skipToken?: string;
|
|
1178
1166
|
}
|
|
1179
1167
|
|
|
1180
1168
|
// @public
|
|
@@ -1419,22 +1407,22 @@ export interface DistributedNodesInfo {
|
|
|
1419
1407
|
}
|
|
1420
1408
|
|
|
1421
1409
|
// @public
|
|
1422
|
-
export
|
|
1410
|
+
export interface DpmBackupEngine extends BackupEngineBase {
|
|
1423
1411
|
backupEngineType: "DpmBackupEngine";
|
|
1424
|
-
}
|
|
1412
|
+
}
|
|
1425
1413
|
|
|
1426
1414
|
// @public
|
|
1427
|
-
export
|
|
1428
|
-
containerType: "DPMContainer" | "AzureBackupServerContainer";
|
|
1415
|
+
export interface DpmContainer extends ProtectionContainer {
|
|
1429
1416
|
canReRegister?: boolean;
|
|
1430
1417
|
containerId?: string;
|
|
1431
|
-
|
|
1418
|
+
containerType: "DPMContainer" | "AzureBackupServerContainer";
|
|
1432
1419
|
dpmAgentVersion?: string;
|
|
1433
1420
|
dpmServers?: string[];
|
|
1434
|
-
upgradeAvailable?: boolean;
|
|
1435
|
-
protectionStatus?: string;
|
|
1436
1421
|
extendedInfo?: DPMContainerExtendedInfo;
|
|
1437
|
-
|
|
1422
|
+
protectedItemCount?: number;
|
|
1423
|
+
protectionStatus?: string;
|
|
1424
|
+
upgradeAvailable?: boolean;
|
|
1425
|
+
}
|
|
1438
1426
|
|
|
1439
1427
|
// @public
|
|
1440
1428
|
export interface DPMContainerExtendedInfo {
|
|
@@ -1451,17 +1439,17 @@ export interface DpmErrorInfo {
|
|
|
1451
1439
|
}
|
|
1452
1440
|
|
|
1453
1441
|
// @public
|
|
1454
|
-
export
|
|
1455
|
-
|
|
1456
|
-
duration?: string;
|
|
1457
|
-
dpmServerName?: string;
|
|
1442
|
+
export interface DpmJob extends Job {
|
|
1443
|
+
actionsInfo?: JobSupportedAction[];
|
|
1458
1444
|
containerName?: string;
|
|
1459
1445
|
containerType?: string;
|
|
1460
|
-
|
|
1461
|
-
|
|
1446
|
+
dpmServerName?: string;
|
|
1447
|
+
duration?: string;
|
|
1462
1448
|
errorDetails?: DpmErrorInfo[];
|
|
1463
1449
|
extendedInfo?: DpmJobExtendedInfo;
|
|
1464
|
-
|
|
1450
|
+
jobType: "DpmJob";
|
|
1451
|
+
workloadType?: string;
|
|
1452
|
+
}
|
|
1465
1453
|
|
|
1466
1454
|
// @public
|
|
1467
1455
|
export interface DpmJobExtendedInfo {
|
|
@@ -1482,13 +1470,13 @@ export interface DpmJobTaskDetails {
|
|
|
1482
1470
|
}
|
|
1483
1471
|
|
|
1484
1472
|
// @public
|
|
1485
|
-
export
|
|
1486
|
-
protectedItemType: "DPMProtectedItem";
|
|
1487
|
-
friendlyName?: string;
|
|
1473
|
+
export interface DPMProtectedItem extends ProtectedItem {
|
|
1488
1474
|
backupEngineName?: string;
|
|
1489
|
-
protectionState?: ProtectedItemState;
|
|
1490
1475
|
extendedInfo?: DPMProtectedItemExtendedInfo;
|
|
1491
|
-
|
|
1476
|
+
friendlyName?: string;
|
|
1477
|
+
protectedItemType: "DPMProtectedItem";
|
|
1478
|
+
protectionState?: ProtectedItemState;
|
|
1479
|
+
}
|
|
1492
1480
|
|
|
1493
1481
|
// @public
|
|
1494
1482
|
export interface DPMProtectedItemExtendedInfo {
|
|
@@ -1539,13 +1527,13 @@ export interface ErrorDetail {
|
|
|
1539
1527
|
}
|
|
1540
1528
|
|
|
1541
1529
|
// @public
|
|
1542
|
-
export
|
|
1543
|
-
objectType: "ExportJobsOperationResultInfo";
|
|
1544
|
-
blobUrl?: string;
|
|
1530
|
+
export interface ExportJobsOperationResultInfo extends OperationResultInfoBase {
|
|
1545
1531
|
blobSasKey?: string;
|
|
1546
|
-
|
|
1532
|
+
blobUrl?: string;
|
|
1547
1533
|
excelFileBlobSasKey?: string;
|
|
1548
|
-
|
|
1534
|
+
excelFileBlobUrl?: string;
|
|
1535
|
+
objectType: "ExportJobsOperationResultInfo";
|
|
1536
|
+
}
|
|
1549
1537
|
|
|
1550
1538
|
// @public
|
|
1551
1539
|
export interface ExportJobsOperationResults {
|
|
@@ -1589,11 +1577,11 @@ export interface FeatureSupportValidateOptionalParams extends coreClient.Operati
|
|
|
1589
1577
|
export type FeatureSupportValidateResponse = AzureVMResourceFeatureSupportResponse;
|
|
1590
1578
|
|
|
1591
1579
|
// @public
|
|
1592
|
-
export
|
|
1580
|
+
export interface GenericContainer extends ProtectionContainer {
|
|
1593
1581
|
containerType: "GenericContainer";
|
|
1594
|
-
fabricName?: string;
|
|
1595
1582
|
extendedInformation?: GenericContainerExtendedInfo;
|
|
1596
|
-
|
|
1583
|
+
fabricName?: string;
|
|
1584
|
+
}
|
|
1597
1585
|
|
|
1598
1586
|
// @public
|
|
1599
1587
|
export interface GenericContainerExtendedInfo {
|
|
@@ -1605,34 +1593,37 @@ export interface GenericContainerExtendedInfo {
|
|
|
1605
1593
|
}
|
|
1606
1594
|
|
|
1607
1595
|
// @public
|
|
1608
|
-
export
|
|
1609
|
-
|
|
1596
|
+
export interface GenericProtectedItem extends ProtectedItem {
|
|
1597
|
+
fabricName?: string;
|
|
1610
1598
|
friendlyName?: string;
|
|
1611
1599
|
policyState?: string;
|
|
1612
|
-
protectionState?: ProtectionState;
|
|
1613
1600
|
protectedItemId?: number;
|
|
1601
|
+
protectedItemType: "GenericProtectedItem";
|
|
1602
|
+
protectionState?: ProtectionState;
|
|
1614
1603
|
sourceAssociations?: {
|
|
1615
1604
|
[propertyName: string]: string;
|
|
1616
1605
|
};
|
|
1617
|
-
|
|
1618
|
-
};
|
|
1606
|
+
}
|
|
1619
1607
|
|
|
1620
1608
|
// @public
|
|
1621
|
-
export
|
|
1609
|
+
export interface GenericProtectionPolicy extends ProtectionPolicy {
|
|
1622
1610
|
backupManagementType: "GenericProtectionPolicy";
|
|
1611
|
+
fabricName?: string;
|
|
1623
1612
|
subProtectionPolicy?: SubProtectionPolicy[];
|
|
1624
1613
|
timeZone?: string;
|
|
1625
|
-
|
|
1626
|
-
};
|
|
1614
|
+
}
|
|
1627
1615
|
|
|
1628
1616
|
// @public
|
|
1629
|
-
export
|
|
1630
|
-
objectType: "GenericRecoveryPoint";
|
|
1617
|
+
export interface GenericRecoveryPoint extends RecoveryPoint {
|
|
1631
1618
|
friendlyName?: string;
|
|
1632
|
-
|
|
1633
|
-
recoveryPointTime?: Date;
|
|
1619
|
+
objectType: "GenericRecoveryPoint";
|
|
1634
1620
|
recoveryPointAdditionalInfo?: string;
|
|
1635
|
-
|
|
1621
|
+
recoveryPointTime?: Date;
|
|
1622
|
+
recoveryPointType?: string;
|
|
1623
|
+
}
|
|
1624
|
+
|
|
1625
|
+
// @public
|
|
1626
|
+
export function getContinuationToken(page: unknown): string | undefined;
|
|
1636
1627
|
|
|
1637
1628
|
// @public
|
|
1638
1629
|
export interface GetOperationStatusOptionalParams extends coreClient.OperationOptions {
|
|
@@ -1663,100 +1654,100 @@ export interface HourlySchedule {
|
|
|
1663
1654
|
export 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";
|
|
1664
1655
|
|
|
1665
1656
|
// @public
|
|
1666
|
-
export
|
|
1657
|
+
export interface IaasVMBackupRequest extends BackupRequest {
|
|
1667
1658
|
objectType: "IaasVMBackupRequest";
|
|
1668
1659
|
recoveryPointExpiryTimeInUTC?: Date;
|
|
1669
|
-
}
|
|
1660
|
+
}
|
|
1670
1661
|
|
|
1671
1662
|
// @public
|
|
1672
|
-
export
|
|
1663
|
+
export interface IaaSVMContainer extends ProtectionContainer {
|
|
1673
1664
|
containerType: "IaasVMContainer" | "Microsoft.ClassicCompute/virtualMachines" | "Microsoft.Compute/virtualMachines";
|
|
1665
|
+
resourceGroup?: string;
|
|
1674
1666
|
virtualMachineId?: string;
|
|
1675
1667
|
virtualMachineVersion?: string;
|
|
1676
|
-
|
|
1677
|
-
};
|
|
1668
|
+
}
|
|
1678
1669
|
|
|
1679
1670
|
// @public (undocumented)
|
|
1680
1671
|
export type IaaSVMContainerUnion = IaaSVMContainer | AzureIaaSClassicComputeVMContainer | AzureIaaSComputeVMContainer;
|
|
1681
1672
|
|
|
1682
1673
|
// @public
|
|
1683
|
-
export
|
|
1674
|
+
export interface IaasVmilrRegistrationRequest extends ILRRequest {
|
|
1675
|
+
initiatorName?: string;
|
|
1684
1676
|
objectType: "IaasVMILRRegistrationRequest";
|
|
1685
1677
|
recoveryPointId?: string;
|
|
1686
|
-
virtualMachineId?: string;
|
|
1687
|
-
initiatorName?: string;
|
|
1688
1678
|
renewExistingRegistration?: boolean;
|
|
1689
|
-
|
|
1679
|
+
virtualMachineId?: string;
|
|
1680
|
+
}
|
|
1690
1681
|
|
|
1691
1682
|
// @public
|
|
1692
1683
|
export type IaasvmPolicyType = string;
|
|
1693
1684
|
|
|
1694
1685
|
// @public
|
|
1695
|
-
export
|
|
1686
|
+
export interface IaaSVMProtectableItem extends WorkloadProtectableItem {
|
|
1696
1687
|
protectableItemType: "IaaSVMProtectableItem" | "Microsoft.ClassicCompute/virtualMachines" | "Microsoft.Compute/virtualMachines";
|
|
1688
|
+
resourceGroup?: string;
|
|
1697
1689
|
virtualMachineId?: string;
|
|
1698
1690
|
virtualMachineVersion?: string;
|
|
1699
|
-
|
|
1700
|
-
};
|
|
1691
|
+
}
|
|
1701
1692
|
|
|
1702
1693
|
// @public (undocumented)
|
|
1703
1694
|
export type IaaSVMProtectableItemUnion = IaaSVMProtectableItem | AzureIaaSClassicComputeVMProtectableItem | AzureIaaSComputeVMProtectableItem;
|
|
1704
1695
|
|
|
1705
1696
|
// @public
|
|
1706
|
-
export
|
|
1707
|
-
objectType: "IaasVMRecoveryPoint";
|
|
1708
|
-
recoveryPointType?: string;
|
|
1709
|
-
recoveryPointTime?: Date;
|
|
1710
|
-
recoveryPointAdditionalInfo?: string;
|
|
1711
|
-
sourceVMStorageType?: string;
|
|
1712
|
-
isSourceVMEncrypted?: boolean;
|
|
1713
|
-
keyAndSecret?: KeyAndSecretDetails;
|
|
1697
|
+
export interface IaasVMRecoveryPoint extends RecoveryPoint {
|
|
1714
1698
|
isInstantIlrSessionActive?: boolean;
|
|
1715
|
-
recoveryPointTierDetails?: RecoveryPointTierInformationV2[];
|
|
1716
1699
|
isManagedVirtualMachine?: boolean;
|
|
1717
|
-
|
|
1700
|
+
isSourceVMEncrypted?: boolean;
|
|
1701
|
+
keyAndSecret?: KeyAndSecretDetails;
|
|
1702
|
+
objectType: "IaasVMRecoveryPoint";
|
|
1718
1703
|
originalStorageAccountOption?: boolean;
|
|
1719
1704
|
osType?: string;
|
|
1705
|
+
recoveryPointAdditionalInfo?: string;
|
|
1720
1706
|
recoveryPointDiskConfiguration?: RecoveryPointDiskConfiguration;
|
|
1721
|
-
zones?: string[];
|
|
1722
1707
|
recoveryPointMoveReadinessInfo?: {
|
|
1723
1708
|
[propertyName: string]: RecoveryPointMoveReadinessInfo;
|
|
1724
1709
|
};
|
|
1725
|
-
|
|
1710
|
+
recoveryPointTierDetails?: RecoveryPointTierInformationV2[];
|
|
1711
|
+
recoveryPointTime?: Date;
|
|
1712
|
+
recoveryPointType?: string;
|
|
1713
|
+
sourceVMStorageType?: string;
|
|
1714
|
+
virtualMachineSize?: string;
|
|
1715
|
+
zones?: string[];
|
|
1716
|
+
}
|
|
1726
1717
|
|
|
1727
1718
|
// @public
|
|
1728
|
-
export
|
|
1719
|
+
export interface IaasVMRestoreRequest extends RestoreRequest {
|
|
1720
|
+
affinityGroup?: string;
|
|
1721
|
+
createNewCloudService?: boolean;
|
|
1722
|
+
diskEncryptionSetId?: string;
|
|
1723
|
+
encryptionDetails?: EncryptionDetails;
|
|
1724
|
+
identityBasedRestoreDetails?: IdentityBasedRestoreDetails;
|
|
1725
|
+
identityInfo?: IdentityInfo;
|
|
1729
1726
|
objectType: "IaasVMRestoreRequest" | "IaasVMRestoreWithRehydrationRequest";
|
|
1727
|
+
originalStorageAccountOption?: boolean;
|
|
1730
1728
|
recoveryPointId?: string;
|
|
1731
1729
|
recoveryType?: RecoveryType;
|
|
1730
|
+
region?: string;
|
|
1731
|
+
restoreDiskLunList?: number[];
|
|
1732
|
+
restoreWithManagedDisks?: boolean;
|
|
1732
1733
|
sourceResourceId?: string;
|
|
1733
|
-
targetVirtualMachineId?: string;
|
|
1734
|
-
targetResourceGroupId?: string;
|
|
1735
1734
|
storageAccountId?: string;
|
|
1736
|
-
virtualNetworkId?: string;
|
|
1737
1735
|
subnetId?: string;
|
|
1738
1736
|
targetDomainNameId?: string;
|
|
1739
|
-
|
|
1740
|
-
|
|
1741
|
-
|
|
1742
|
-
originalStorageAccountOption?: boolean;
|
|
1743
|
-
encryptionDetails?: EncryptionDetails;
|
|
1744
|
-
restoreDiskLunList?: number[];
|
|
1745
|
-
restoreWithManagedDisks?: boolean;
|
|
1746
|
-
diskEncryptionSetId?: string;
|
|
1737
|
+
targetResourceGroupId?: string;
|
|
1738
|
+
targetVirtualMachineId?: string;
|
|
1739
|
+
virtualNetworkId?: string;
|
|
1747
1740
|
zones?: string[];
|
|
1748
|
-
|
|
1749
|
-
identityBasedRestoreDetails?: IdentityBasedRestoreDetails;
|
|
1750
|
-
};
|
|
1741
|
+
}
|
|
1751
1742
|
|
|
1752
1743
|
// @public (undocumented)
|
|
1753
1744
|
export type IaasVMRestoreRequestUnion = IaasVMRestoreRequest | IaasVMRestoreWithRehydrationRequest;
|
|
1754
1745
|
|
|
1755
1746
|
// @public
|
|
1756
|
-
export
|
|
1747
|
+
export interface IaasVMRestoreWithRehydrationRequest extends IaasVMRestoreRequest {
|
|
1757
1748
|
objectType: "IaasVMRestoreWithRehydrationRequest";
|
|
1758
1749
|
recoveryPointRehydrationInfo?: RecoveryPointRehydrationInfo;
|
|
1759
|
-
}
|
|
1750
|
+
}
|
|
1760
1751
|
|
|
1761
1752
|
// @public
|
|
1762
1753
|
export interface IdentityBasedRestoreDetails {
|
|
@@ -1776,9 +1767,9 @@ export interface ILRRequest {
|
|
|
1776
1767
|
}
|
|
1777
1768
|
|
|
1778
1769
|
// @public
|
|
1779
|
-
export
|
|
1770
|
+
export interface ILRRequestResource extends Resource {
|
|
1780
1771
|
properties?: ILRRequestUnion;
|
|
1781
|
-
}
|
|
1772
|
+
}
|
|
1782
1773
|
|
|
1783
1774
|
// @public (undocumented)
|
|
1784
1775
|
export type ILRRequestUnion = ILRRequest | AzureFileShareProvisionILRRequest | IaasVmilrRegistrationRequest;
|
|
@@ -1889,14 +1880,14 @@ export interface JobQueryObject {
|
|
|
1889
1880
|
}
|
|
1890
1881
|
|
|
1891
1882
|
// @public
|
|
1892
|
-
export
|
|
1883
|
+
export interface JobResource extends Resource {
|
|
1893
1884
|
properties?: JobUnion;
|
|
1894
|
-
}
|
|
1885
|
+
}
|
|
1895
1886
|
|
|
1896
1887
|
// @public
|
|
1897
|
-
export
|
|
1888
|
+
export interface JobResourceList extends ResourceList {
|
|
1898
1889
|
value?: JobResource[];
|
|
1899
|
-
}
|
|
1890
|
+
}
|
|
1900
1891
|
|
|
1901
1892
|
// @public
|
|
1902
1893
|
export interface Jobs {
|
|
@@ -1933,853 +1924,543 @@ export interface KeyAndSecretDetails {
|
|
|
1933
1924
|
|
|
1934
1925
|
// @public
|
|
1935
1926
|
export enum KnownAcquireStorageAccountLock {
|
|
1936
|
-
// (undocumented)
|
|
1937
1927
|
Acquire = "Acquire",
|
|
1938
|
-
// (undocumented)
|
|
1939
1928
|
NotAcquire = "NotAcquire"
|
|
1940
1929
|
}
|
|
1941
1930
|
|
|
1942
1931
|
// @public
|
|
1943
1932
|
export enum KnownAzureFileShareType {
|
|
1944
|
-
// (undocumented)
|
|
1945
1933
|
Invalid = "Invalid",
|
|
1946
|
-
// (undocumented)
|
|
1947
1934
|
Xsmb = "XSMB",
|
|
1948
|
-
// (undocumented)
|
|
1949
1935
|
XSync = "XSync"
|
|
1950
1936
|
}
|
|
1951
1937
|
|
|
1952
1938
|
// @public
|
|
1953
1939
|
export enum KnownBackupEngineType {
|
|
1954
|
-
// (undocumented)
|
|
1955
1940
|
AzureBackupServerEngine = "AzureBackupServerEngine",
|
|
1956
|
-
// (undocumented)
|
|
1957
1941
|
DpmBackupEngine = "DpmBackupEngine",
|
|
1958
|
-
// (undocumented)
|
|
1959
1942
|
Invalid = "Invalid"
|
|
1960
1943
|
}
|
|
1961
1944
|
|
|
1962
1945
|
// @public
|
|
1963
1946
|
export enum KnownBackupItemType {
|
|
1964
|
-
// (undocumented)
|
|
1965
1947
|
AzureFileShare = "AzureFileShare",
|
|
1966
|
-
// (undocumented)
|
|
1967
1948
|
AzureSqlDb = "AzureSqlDb",
|
|
1968
|
-
// (undocumented)
|
|
1969
1949
|
Client = "Client",
|
|
1970
|
-
// (undocumented)
|
|
1971
1950
|
Exchange = "Exchange",
|
|
1972
|
-
// (undocumented)
|
|
1973
1951
|
FileFolder = "FileFolder",
|
|
1974
|
-
// (undocumented)
|
|
1975
1952
|
GenericDataSource = "GenericDataSource",
|
|
1976
|
-
// (undocumented)
|
|
1977
1953
|
Invalid = "Invalid",
|
|
1978
|
-
// (undocumented)
|
|
1979
1954
|
SAPAseDatabase = "SAPAseDatabase",
|
|
1980
|
-
// (undocumented)
|
|
1981
1955
|
SAPHanaDatabase = "SAPHanaDatabase",
|
|
1982
|
-
// (undocumented)
|
|
1983
1956
|
Sharepoint = "Sharepoint",
|
|
1984
|
-
// (undocumented)
|
|
1985
1957
|
SQLDataBase = "SQLDataBase",
|
|
1986
|
-
// (undocumented)
|
|
1987
1958
|
Sqldb = "SQLDB",
|
|
1988
|
-
// (undocumented)
|
|
1989
1959
|
SystemState = "SystemState",
|
|
1990
|
-
// (undocumented)
|
|
1991
1960
|
VM = "VM",
|
|
1992
|
-
// (undocumented)
|
|
1993
1961
|
VMwareVM = "VMwareVM"
|
|
1994
1962
|
}
|
|
1995
1963
|
|
|
1996
1964
|
// @public
|
|
1997
1965
|
export enum KnownBackupManagementType {
|
|
1998
|
-
// (undocumented)
|
|
1999
1966
|
AzureBackupServer = "AzureBackupServer",
|
|
2000
|
-
// (undocumented)
|
|
2001
1967
|
AzureIaasVM = "AzureIaasVM",
|
|
2002
|
-
// (undocumented)
|
|
2003
1968
|
AzureSql = "AzureSql",
|
|
2004
|
-
// (undocumented)
|
|
2005
1969
|
AzureStorage = "AzureStorage",
|
|
2006
|
-
// (undocumented)
|
|
2007
1970
|
AzureWorkload = "AzureWorkload",
|
|
2008
|
-
// (undocumented)
|
|
2009
1971
|
DefaultBackup = "DefaultBackup",
|
|
2010
|
-
// (undocumented)
|
|
2011
1972
|
DPM = "DPM",
|
|
2012
|
-
// (undocumented)
|
|
2013
1973
|
Invalid = "Invalid",
|
|
2014
|
-
// (undocumented)
|
|
2015
1974
|
MAB = "MAB"
|
|
2016
1975
|
}
|
|
2017
1976
|
|
|
2018
1977
|
// @public
|
|
2019
1978
|
export enum KnownBackupType {
|
|
2020
|
-
// (undocumented)
|
|
2021
1979
|
CopyOnlyFull = "CopyOnlyFull",
|
|
2022
|
-
// (undocumented)
|
|
2023
1980
|
Differential = "Differential",
|
|
2024
|
-
// (undocumented)
|
|
2025
1981
|
Full = "Full",
|
|
2026
|
-
// (undocumented)
|
|
2027
1982
|
Incremental = "Incremental",
|
|
2028
|
-
// (undocumented)
|
|
2029
1983
|
Invalid = "Invalid",
|
|
2030
|
-
// (undocumented)
|
|
2031
1984
|
Log = "Log"
|
|
2032
1985
|
}
|
|
2033
1986
|
|
|
2034
1987
|
// @public
|
|
2035
1988
|
export enum KnownContainerType {
|
|
2036
|
-
// (undocumented)
|
|
2037
1989
|
AzureBackupServerContainer = "AzureBackupServerContainer",
|
|
2038
|
-
// (undocumented)
|
|
2039
1990
|
AzureSqlContainer = "AzureSqlContainer",
|
|
2040
|
-
// (undocumented)
|
|
2041
1991
|
AzureWorkloadContainer = "AzureWorkloadContainer",
|
|
2042
|
-
// (undocumented)
|
|
2043
1992
|
Cluster = "Cluster",
|
|
2044
|
-
// (undocumented)
|
|
2045
1993
|
DPMContainer = "DPMContainer",
|
|
2046
|
-
// (undocumented)
|
|
2047
1994
|
GenericContainer = "GenericContainer",
|
|
2048
|
-
// (undocumented)
|
|
2049
1995
|
IaasVMContainer = "IaasVMContainer",
|
|
2050
|
-
// (undocumented)
|
|
2051
1996
|
IaasVMServiceContainer = "IaasVMServiceContainer",
|
|
2052
|
-
// (undocumented)
|
|
2053
1997
|
Invalid = "Invalid",
|
|
2054
|
-
// (undocumented)
|
|
2055
1998
|
MABContainer = "MABContainer",
|
|
2056
|
-
// (undocumented)
|
|
2057
1999
|
MicrosoftClassicComputeVirtualMachines = "Microsoft.ClassicCompute/virtualMachines",
|
|
2058
|
-
// (undocumented)
|
|
2059
2000
|
MicrosoftComputeVirtualMachines = "Microsoft.Compute/virtualMachines",
|
|
2060
|
-
// (undocumented)
|
|
2061
2001
|
SqlagWorkLoadContainer = "SQLAGWorkLoadContainer",
|
|
2062
|
-
// (undocumented)
|
|
2063
2002
|
StorageContainer = "StorageContainer",
|
|
2064
|
-
// (undocumented)
|
|
2065
2003
|
Unknown = "Unknown",
|
|
2066
|
-
// (undocumented)
|
|
2067
2004
|
VCenter = "VCenter",
|
|
2068
|
-
// (undocumented)
|
|
2069
2005
|
VMAppContainer = "VMAppContainer",
|
|
2070
|
-
// (undocumented)
|
|
2071
2006
|
Windows = "Windows"
|
|
2072
2007
|
}
|
|
2073
2008
|
|
|
2074
2009
|
// @public
|
|
2075
2010
|
export enum KnownCopyOptions {
|
|
2076
|
-
// (undocumented)
|
|
2077
2011
|
CreateCopy = "CreateCopy",
|
|
2078
|
-
// (undocumented)
|
|
2079
2012
|
FailOnConflict = "FailOnConflict",
|
|
2080
|
-
// (undocumented)
|
|
2081
2013
|
Invalid = "Invalid",
|
|
2082
|
-
// (undocumented)
|
|
2083
2014
|
Overwrite = "Overwrite",
|
|
2084
|
-
// (undocumented)
|
|
2085
2015
|
Skip = "Skip"
|
|
2086
2016
|
}
|
|
2087
2017
|
|
|
2088
2018
|
// @public
|
|
2089
2019
|
export enum KnownCreateMode {
|
|
2090
|
-
// (undocumented)
|
|
2091
2020
|
Default = "Default",
|
|
2092
|
-
// (undocumented)
|
|
2093
2021
|
Invalid = "Invalid",
|
|
2094
|
-
// (undocumented)
|
|
2095
2022
|
Recover = "Recover"
|
|
2096
2023
|
}
|
|
2097
2024
|
|
|
2098
2025
|
// @public
|
|
2099
2026
|
export enum KnownDataMoveLevel {
|
|
2100
|
-
// (undocumented)
|
|
2101
2027
|
Container = "Container",
|
|
2102
|
-
// (undocumented)
|
|
2103
2028
|
Invalid = "Invalid",
|
|
2104
|
-
// (undocumented)
|
|
2105
2029
|
Vault = "Vault"
|
|
2106
2030
|
}
|
|
2107
2031
|
|
|
2108
2032
|
// @public
|
|
2109
2033
|
export enum KnownDataSourceType {
|
|
2110
|
-
// (undocumented)
|
|
2111
2034
|
AzureFileShare = "AzureFileShare",
|
|
2112
|
-
// (undocumented)
|
|
2113
2035
|
AzureSqlDb = "AzureSqlDb",
|
|
2114
|
-
// (undocumented)
|
|
2115
2036
|
Client = "Client",
|
|
2116
|
-
// (undocumented)
|
|
2117
2037
|
Exchange = "Exchange",
|
|
2118
|
-
// (undocumented)
|
|
2119
2038
|
FileFolder = "FileFolder",
|
|
2120
|
-
// (undocumented)
|
|
2121
2039
|
GenericDataSource = "GenericDataSource",
|
|
2122
|
-
// (undocumented)
|
|
2123
2040
|
Invalid = "Invalid",
|
|
2124
|
-
// (undocumented)
|
|
2125
2041
|
SAPAseDatabase = "SAPAseDatabase",
|
|
2126
|
-
// (undocumented)
|
|
2127
2042
|
SAPHanaDatabase = "SAPHanaDatabase",
|
|
2128
|
-
// (undocumented)
|
|
2129
2043
|
Sharepoint = "Sharepoint",
|
|
2130
|
-
// (undocumented)
|
|
2131
2044
|
SQLDataBase = "SQLDataBase",
|
|
2132
|
-
// (undocumented)
|
|
2133
2045
|
Sqldb = "SQLDB",
|
|
2134
|
-
// (undocumented)
|
|
2135
2046
|
SystemState = "SystemState",
|
|
2136
|
-
// (undocumented)
|
|
2137
2047
|
VM = "VM",
|
|
2138
|
-
// (undocumented)
|
|
2139
2048
|
VMwareVM = "VMwareVM"
|
|
2140
2049
|
}
|
|
2141
2050
|
|
|
2142
2051
|
// @public
|
|
2143
2052
|
export enum KnownDedupState {
|
|
2144
|
-
// (undocumented)
|
|
2145
2053
|
Disabled = "Disabled",
|
|
2146
|
-
// (undocumented)
|
|
2147
2054
|
Enabled = "Enabled",
|
|
2148
|
-
// (undocumented)
|
|
2149
2055
|
Invalid = "Invalid"
|
|
2150
2056
|
}
|
|
2151
2057
|
|
|
2152
2058
|
// @public
|
|
2153
2059
|
export enum KnownEncryptionAtRestType {
|
|
2154
|
-
// (undocumented)
|
|
2155
2060
|
CustomerManaged = "CustomerManaged",
|
|
2156
|
-
// (undocumented)
|
|
2157
2061
|
Invalid = "Invalid",
|
|
2158
|
-
// (undocumented)
|
|
2159
2062
|
MicrosoftManaged = "MicrosoftManaged"
|
|
2160
2063
|
}
|
|
2161
2064
|
|
|
2162
2065
|
// @public
|
|
2163
2066
|
export enum KnownEnhancedSecurityState {
|
|
2164
|
-
// (undocumented)
|
|
2165
2067
|
Disabled = "Disabled",
|
|
2166
|
-
// (undocumented)
|
|
2167
2068
|
Enabled = "Enabled",
|
|
2168
|
-
// (undocumented)
|
|
2169
2069
|
Invalid = "Invalid"
|
|
2170
2070
|
}
|
|
2171
2071
|
|
|
2172
2072
|
// @public
|
|
2173
2073
|
export enum KnownFabricName {
|
|
2174
|
-
// (undocumented)
|
|
2175
2074
|
Azure = "Azure",
|
|
2176
|
-
// (undocumented)
|
|
2177
2075
|
Invalid = "Invalid"
|
|
2178
2076
|
}
|
|
2179
2077
|
|
|
2180
2078
|
// @public
|
|
2181
2079
|
export enum KnownHealthState {
|
|
2182
|
-
// (undocumented)
|
|
2183
2080
|
ActionRequired = "ActionRequired",
|
|
2184
|
-
// (undocumented)
|
|
2185
2081
|
ActionSuggested = "ActionSuggested",
|
|
2186
|
-
// (undocumented)
|
|
2187
2082
|
Invalid = "Invalid",
|
|
2188
|
-
// (undocumented)
|
|
2189
2083
|
Passed = "Passed"
|
|
2190
2084
|
}
|
|
2191
2085
|
|
|
2192
2086
|
// @public
|
|
2193
2087
|
export enum KnownHealthStatus {
|
|
2194
|
-
// (undocumented)
|
|
2195
2088
|
ActionRequired = "ActionRequired",
|
|
2196
|
-
// (undocumented)
|
|
2197
2089
|
ActionSuggested = "ActionSuggested",
|
|
2198
|
-
// (undocumented)
|
|
2199
2090
|
Invalid = "Invalid",
|
|
2200
|
-
// (undocumented)
|
|
2201
2091
|
Passed = "Passed"
|
|
2202
2092
|
}
|
|
2203
2093
|
|
|
2204
2094
|
// @public
|
|
2205
2095
|
export enum KnownIaasvmPolicyType {
|
|
2206
|
-
// (undocumented)
|
|
2207
2096
|
Invalid = "Invalid",
|
|
2208
|
-
// (undocumented)
|
|
2209
2097
|
V1 = "V1",
|
|
2210
|
-
// (undocumented)
|
|
2211
2098
|
V2 = "V2"
|
|
2212
2099
|
}
|
|
2213
2100
|
|
|
2214
2101
|
// @public
|
|
2215
2102
|
export enum KnownInfrastructureEncryptionState {
|
|
2216
|
-
// (undocumented)
|
|
2217
2103
|
Disabled = "Disabled",
|
|
2218
|
-
// (undocumented)
|
|
2219
2104
|
Enabled = "Enabled",
|
|
2220
|
-
// (undocumented)
|
|
2221
2105
|
Invalid = "Invalid"
|
|
2222
2106
|
}
|
|
2223
2107
|
|
|
2224
2108
|
// @public
|
|
2225
2109
|
export enum KnownInquiryStatus {
|
|
2226
|
-
// (undocumented)
|
|
2227
2110
|
Failed = "Failed",
|
|
2228
|
-
// (undocumented)
|
|
2229
2111
|
Invalid = "Invalid",
|
|
2230
|
-
// (undocumented)
|
|
2231
2112
|
Success = "Success"
|
|
2232
2113
|
}
|
|
2233
2114
|
|
|
2234
2115
|
// @public
|
|
2235
2116
|
export enum KnownIntentItemType {
|
|
2236
|
-
// (undocumented)
|
|
2237
2117
|
Invalid = "Invalid",
|
|
2238
|
-
// (undocumented)
|
|
2239
2118
|
SQLAvailabilityGroupContainer = "SQLAvailabilityGroupContainer",
|
|
2240
|
-
// (undocumented)
|
|
2241
2119
|
SQLInstance = "SQLInstance"
|
|
2242
2120
|
}
|
|
2243
2121
|
|
|
2244
2122
|
// @public
|
|
2245
2123
|
export enum KnownJobOperationType {
|
|
2246
|
-
// (undocumented)
|
|
2247
2124
|
Backup = "Backup",
|
|
2248
|
-
// (undocumented)
|
|
2249
2125
|
ConfigureBackup = "ConfigureBackup",
|
|
2250
|
-
// (undocumented)
|
|
2251
2126
|
CrossRegionRestore = "CrossRegionRestore",
|
|
2252
|
-
// (undocumented)
|
|
2253
2127
|
DeleteBackupData = "DeleteBackupData",
|
|
2254
|
-
// (undocumented)
|
|
2255
2128
|
DisableBackup = "DisableBackup",
|
|
2256
|
-
// (undocumented)
|
|
2257
2129
|
Invalid = "Invalid",
|
|
2258
|
-
// (undocumented)
|
|
2259
2130
|
Register = "Register",
|
|
2260
|
-
// (undocumented)
|
|
2261
2131
|
Restore = "Restore",
|
|
2262
|
-
// (undocumented)
|
|
2263
2132
|
Undelete = "Undelete",
|
|
2264
|
-
// (undocumented)
|
|
2265
2133
|
UnRegister = "UnRegister",
|
|
2266
|
-
// (undocumented)
|
|
2267
2134
|
UpdateCustomerManagedKey = "UpdateCustomerManagedKey"
|
|
2268
2135
|
}
|
|
2269
2136
|
|
|
2270
2137
|
// @public
|
|
2271
2138
|
export enum KnownJobStatus {
|
|
2272
|
-
// (undocumented)
|
|
2273
2139
|
Cancelled = "Cancelled",
|
|
2274
|
-
// (undocumented)
|
|
2275
2140
|
Cancelling = "Cancelling",
|
|
2276
|
-
// (undocumented)
|
|
2277
2141
|
Completed = "Completed",
|
|
2278
|
-
// (undocumented)
|
|
2279
2142
|
CompletedWithWarnings = "CompletedWithWarnings",
|
|
2280
|
-
// (undocumented)
|
|
2281
2143
|
Failed = "Failed",
|
|
2282
|
-
// (undocumented)
|
|
2283
2144
|
InProgress = "InProgress",
|
|
2284
|
-
// (undocumented)
|
|
2285
2145
|
Invalid = "Invalid"
|
|
2286
2146
|
}
|
|
2287
2147
|
|
|
2288
2148
|
// @public
|
|
2289
2149
|
export enum KnownLastBackupStatus {
|
|
2290
|
-
// (undocumented)
|
|
2291
2150
|
Healthy = "Healthy",
|
|
2292
|
-
// (undocumented)
|
|
2293
2151
|
Invalid = "Invalid",
|
|
2294
|
-
// (undocumented)
|
|
2295
2152
|
IRPending = "IRPending",
|
|
2296
|
-
// (undocumented)
|
|
2297
2153
|
Unhealthy = "Unhealthy"
|
|
2298
2154
|
}
|
|
2299
2155
|
|
|
2300
2156
|
// @public
|
|
2301
2157
|
export enum KnownLastUpdateStatus {
|
|
2302
|
-
// (undocumented)
|
|
2303
2158
|
Failed = "Failed",
|
|
2304
|
-
// (undocumented)
|
|
2305
2159
|
FirstInitialization = "FirstInitialization",
|
|
2306
|
-
// (undocumented)
|
|
2307
2160
|
Initialized = "Initialized",
|
|
2308
|
-
// (undocumented)
|
|
2309
2161
|
Invalid = "Invalid",
|
|
2310
|
-
// (undocumented)
|
|
2311
2162
|
NotEnabled = "NotEnabled",
|
|
2312
|
-
// (undocumented)
|
|
2313
2163
|
PartiallyFailed = "PartiallyFailed",
|
|
2314
|
-
// (undocumented)
|
|
2315
2164
|
PartiallySucceeded = "PartiallySucceeded",
|
|
2316
|
-
// (undocumented)
|
|
2317
2165
|
Succeeded = "Succeeded"
|
|
2318
2166
|
}
|
|
2319
2167
|
|
|
2320
2168
|
// @public
|
|
2321
2169
|
export enum KnownMabServerType {
|
|
2322
|
-
// (undocumented)
|
|
2323
2170
|
AzureBackupServerContainer = "AzureBackupServerContainer",
|
|
2324
|
-
// (undocumented)
|
|
2325
2171
|
AzureSqlContainer = "AzureSqlContainer",
|
|
2326
|
-
// (undocumented)
|
|
2327
2172
|
Cluster = "Cluster",
|
|
2328
|
-
// (undocumented)
|
|
2329
2173
|
DPMContainer = "DPMContainer",
|
|
2330
|
-
// (undocumented)
|
|
2331
2174
|
GenericContainer = "GenericContainer",
|
|
2332
|
-
// (undocumented)
|
|
2333
2175
|
IaasVMContainer = "IaasVMContainer",
|
|
2334
|
-
// (undocumented)
|
|
2335
2176
|
IaasVMServiceContainer = "IaasVMServiceContainer",
|
|
2336
|
-
// (undocumented)
|
|
2337
2177
|
Invalid = "Invalid",
|
|
2338
|
-
// (undocumented)
|
|
2339
2178
|
MABContainer = "MABContainer",
|
|
2340
|
-
// (undocumented)
|
|
2341
2179
|
SqlagWorkLoadContainer = "SQLAGWorkLoadContainer",
|
|
2342
|
-
// (undocumented)
|
|
2343
2180
|
StorageContainer = "StorageContainer",
|
|
2344
|
-
// (undocumented)
|
|
2345
2181
|
Unknown = "Unknown",
|
|
2346
|
-
// (undocumented)
|
|
2347
2182
|
VCenter = "VCenter",
|
|
2348
|
-
// (undocumented)
|
|
2349
2183
|
VMAppContainer = "VMAppContainer",
|
|
2350
|
-
// (undocumented)
|
|
2351
2184
|
Windows = "Windows"
|
|
2352
2185
|
}
|
|
2353
2186
|
|
|
2354
2187
|
// @public
|
|
2355
2188
|
export enum KnownOperationStatusValues {
|
|
2356
|
-
// (undocumented)
|
|
2357
2189
|
Canceled = "Canceled",
|
|
2358
|
-
// (undocumented)
|
|
2359
2190
|
Failed = "Failed",
|
|
2360
|
-
// (undocumented)
|
|
2361
2191
|
InProgress = "InProgress",
|
|
2362
|
-
// (undocumented)
|
|
2363
2192
|
Invalid = "Invalid",
|
|
2364
|
-
// (undocumented)
|
|
2365
2193
|
Succeeded = "Succeeded"
|
|
2366
2194
|
}
|
|
2367
2195
|
|
|
2368
2196
|
// @public
|
|
2369
2197
|
export enum KnownOperationType {
|
|
2370
|
-
// (undocumented)
|
|
2371
2198
|
Invalid = "Invalid",
|
|
2372
|
-
// (undocumented)
|
|
2373
2199
|
Register = "Register",
|
|
2374
|
-
// (undocumented)
|
|
2375
2200
|
Reregister = "Reregister"
|
|
2376
2201
|
}
|
|
2377
2202
|
|
|
2378
2203
|
// @public
|
|
2379
2204
|
export enum KnownOverwriteOptions {
|
|
2380
|
-
// (undocumented)
|
|
2381
2205
|
FailOnConflict = "FailOnConflict",
|
|
2382
|
-
// (undocumented)
|
|
2383
2206
|
Invalid = "Invalid",
|
|
2384
|
-
// (undocumented)
|
|
2385
2207
|
Overwrite = "Overwrite"
|
|
2386
2208
|
}
|
|
2387
2209
|
|
|
2388
2210
|
// @public
|
|
2389
2211
|
export enum KnownPolicyType {
|
|
2390
|
-
// (undocumented)
|
|
2391
2212
|
CopyOnlyFull = "CopyOnlyFull",
|
|
2392
|
-
// (undocumented)
|
|
2393
2213
|
Differential = "Differential",
|
|
2394
|
-
// (undocumented)
|
|
2395
2214
|
Full = "Full",
|
|
2396
|
-
// (undocumented)
|
|
2397
2215
|
Incremental = "Incremental",
|
|
2398
|
-
// (undocumented)
|
|
2399
2216
|
Invalid = "Invalid",
|
|
2400
|
-
// (undocumented)
|
|
2401
2217
|
Log = "Log"
|
|
2402
2218
|
}
|
|
2403
2219
|
|
|
2404
2220
|
// @public
|
|
2405
2221
|
export enum KnownPrivateEndpointConnectionStatus {
|
|
2406
|
-
// (undocumented)
|
|
2407
2222
|
Approved = "Approved",
|
|
2408
|
-
// (undocumented)
|
|
2409
2223
|
Disconnected = "Disconnected",
|
|
2410
|
-
// (undocumented)
|
|
2411
2224
|
Pending = "Pending",
|
|
2412
|
-
// (undocumented)
|
|
2413
2225
|
Rejected = "Rejected"
|
|
2414
2226
|
}
|
|
2415
2227
|
|
|
2416
2228
|
// @public
|
|
2417
2229
|
export enum KnownProtectedItemHealthStatus {
|
|
2418
|
-
// (undocumented)
|
|
2419
2230
|
Healthy = "Healthy",
|
|
2420
|
-
// (undocumented)
|
|
2421
2231
|
Invalid = "Invalid",
|
|
2422
|
-
// (undocumented)
|
|
2423
2232
|
IRPending = "IRPending",
|
|
2424
|
-
// (undocumented)
|
|
2425
2233
|
NotReachable = "NotReachable",
|
|
2426
|
-
// (undocumented)
|
|
2427
2234
|
Unhealthy = "Unhealthy"
|
|
2428
2235
|
}
|
|
2429
2236
|
|
|
2430
2237
|
// @public
|
|
2431
2238
|
export enum KnownProtectedItemState {
|
|
2432
|
-
// (undocumented)
|
|
2433
2239
|
Invalid = "Invalid",
|
|
2434
|
-
// (undocumented)
|
|
2435
2240
|
IRPending = "IRPending",
|
|
2436
|
-
// (undocumented)
|
|
2437
2241
|
Protected = "Protected",
|
|
2438
|
-
// (undocumented)
|
|
2439
2242
|
ProtectionError = "ProtectionError",
|
|
2440
|
-
// (undocumented)
|
|
2441
2243
|
ProtectionPaused = "ProtectionPaused",
|
|
2442
|
-
// (undocumented)
|
|
2443
2244
|
ProtectionStopped = "ProtectionStopped"
|
|
2444
2245
|
}
|
|
2445
2246
|
|
|
2446
2247
|
// @public
|
|
2447
2248
|
export enum KnownProtectionIntentItemType {
|
|
2448
|
-
// (undocumented)
|
|
2449
2249
|
AzureResourceItem = "AzureResourceItem",
|
|
2450
|
-
// (undocumented)
|
|
2451
2250
|
AzureWorkloadAutoProtectionIntent = "AzureWorkloadAutoProtectionIntent",
|
|
2452
|
-
// (undocumented)
|
|
2453
2251
|
AzureWorkloadContainerAutoProtectionIntent = "AzureWorkloadContainerAutoProtectionIntent",
|
|
2454
|
-
// (undocumented)
|
|
2455
2252
|
AzureWorkloadSQLAutoProtectionIntent = "AzureWorkloadSQLAutoProtectionIntent",
|
|
2456
|
-
// (undocumented)
|
|
2457
2253
|
Invalid = "Invalid",
|
|
2458
|
-
// (undocumented)
|
|
2459
2254
|
RecoveryServiceVaultItem = "RecoveryServiceVaultItem"
|
|
2460
2255
|
}
|
|
2461
2256
|
|
|
2462
2257
|
// @public
|
|
2463
2258
|
export enum KnownProtectionState {
|
|
2464
|
-
// (undocumented)
|
|
2465
2259
|
Invalid = "Invalid",
|
|
2466
|
-
// (undocumented)
|
|
2467
2260
|
IRPending = "IRPending",
|
|
2468
|
-
// (undocumented)
|
|
2469
2261
|
Protected = "Protected",
|
|
2470
|
-
// (undocumented)
|
|
2471
2262
|
ProtectionError = "ProtectionError",
|
|
2472
|
-
// (undocumented)
|
|
2473
2263
|
ProtectionPaused = "ProtectionPaused",
|
|
2474
|
-
// (undocumented)
|
|
2475
2264
|
ProtectionStopped = "ProtectionStopped"
|
|
2476
2265
|
}
|
|
2477
2266
|
|
|
2478
2267
|
// @public
|
|
2479
2268
|
export enum KnownProtectionStatus {
|
|
2480
|
-
// (undocumented)
|
|
2481
2269
|
Invalid = "Invalid",
|
|
2482
|
-
// (undocumented)
|
|
2483
2270
|
NotProtected = "NotProtected",
|
|
2484
|
-
// (undocumented)
|
|
2485
2271
|
Protected = "Protected",
|
|
2486
|
-
// (undocumented)
|
|
2487
2272
|
Protecting = "Protecting",
|
|
2488
|
-
// (undocumented)
|
|
2489
2273
|
ProtectionFailed = "ProtectionFailed"
|
|
2490
2274
|
}
|
|
2491
2275
|
|
|
2492
2276
|
// @public
|
|
2493
2277
|
export enum KnownProvisioningState {
|
|
2494
|
-
// (undocumented)
|
|
2495
2278
|
Deleting = "Deleting",
|
|
2496
|
-
// (undocumented)
|
|
2497
2279
|
Failed = "Failed",
|
|
2498
|
-
// (undocumented)
|
|
2499
2280
|
Pending = "Pending",
|
|
2500
|
-
// (undocumented)
|
|
2501
2281
|
Succeeded = "Succeeded"
|
|
2502
2282
|
}
|
|
2503
2283
|
|
|
2504
2284
|
// @public
|
|
2505
2285
|
export enum KnownRecoveryMode {
|
|
2506
|
-
// (undocumented)
|
|
2507
2286
|
FileRecovery = "FileRecovery",
|
|
2508
|
-
// (undocumented)
|
|
2509
2287
|
Invalid = "Invalid",
|
|
2510
|
-
// (undocumented)
|
|
2511
2288
|
WorkloadRecovery = "WorkloadRecovery"
|
|
2512
2289
|
}
|
|
2513
2290
|
|
|
2514
2291
|
// @public
|
|
2515
2292
|
export enum KnownRecoveryType {
|
|
2516
|
-
// (undocumented)
|
|
2517
2293
|
AlternateLocation = "AlternateLocation",
|
|
2518
|
-
// (undocumented)
|
|
2519
2294
|
Invalid = "Invalid",
|
|
2520
|
-
// (undocumented)
|
|
2521
2295
|
Offline = "Offline",
|
|
2522
|
-
// (undocumented)
|
|
2523
2296
|
OriginalLocation = "OriginalLocation",
|
|
2524
|
-
// (undocumented)
|
|
2525
2297
|
RestoreDisks = "RestoreDisks"
|
|
2526
2298
|
}
|
|
2527
2299
|
|
|
2528
2300
|
// @public
|
|
2529
2301
|
export enum KnownRehydrationPriority {
|
|
2530
|
-
// (undocumented)
|
|
2531
2302
|
High = "High",
|
|
2532
|
-
// (undocumented)
|
|
2533
2303
|
Standard = "Standard"
|
|
2534
2304
|
}
|
|
2535
2305
|
|
|
2536
2306
|
// @public
|
|
2537
2307
|
export enum KnownResourceHealthStatus {
|
|
2538
|
-
// (undocumented)
|
|
2539
2308
|
Healthy = "Healthy",
|
|
2540
|
-
// (undocumented)
|
|
2541
2309
|
Invalid = "Invalid",
|
|
2542
|
-
// (undocumented)
|
|
2543
2310
|
PersistentDegraded = "PersistentDegraded",
|
|
2544
|
-
// (undocumented)
|
|
2545
2311
|
PersistentUnhealthy = "PersistentUnhealthy",
|
|
2546
|
-
// (undocumented)
|
|
2547
2312
|
TransientDegraded = "TransientDegraded",
|
|
2548
|
-
// (undocumented)
|
|
2549
2313
|
TransientUnhealthy = "TransientUnhealthy"
|
|
2550
2314
|
}
|
|
2551
2315
|
|
|
2552
2316
|
// @public
|
|
2553
2317
|
export enum KnownRestorePointQueryType {
|
|
2554
|
-
// (undocumented)
|
|
2555
2318
|
All = "All",
|
|
2556
|
-
// (undocumented)
|
|
2557
2319
|
Differential = "Differential",
|
|
2558
|
-
// (undocumented)
|
|
2559
2320
|
Full = "Full",
|
|
2560
|
-
// (undocumented)
|
|
2561
2321
|
FullAndDifferential = "FullAndDifferential",
|
|
2562
|
-
// (undocumented)
|
|
2563
2322
|
Incremental = "Incremental",
|
|
2564
|
-
// (undocumented)
|
|
2565
2323
|
Invalid = "Invalid",
|
|
2566
|
-
// (undocumented)
|
|
2567
2324
|
Log = "Log"
|
|
2568
2325
|
}
|
|
2569
2326
|
|
|
2570
2327
|
// @public
|
|
2571
2328
|
export enum KnownRestorePointType {
|
|
2572
|
-
// (undocumented)
|
|
2573
2329
|
Differential = "Differential",
|
|
2574
|
-
// (undocumented)
|
|
2575
2330
|
Full = "Full",
|
|
2576
|
-
// (undocumented)
|
|
2577
2331
|
Incremental = "Incremental",
|
|
2578
|
-
// (undocumented)
|
|
2579
2332
|
Invalid = "Invalid",
|
|
2580
|
-
// (undocumented)
|
|
2581
2333
|
Log = "Log"
|
|
2582
2334
|
}
|
|
2583
2335
|
|
|
2584
2336
|
// @public
|
|
2585
2337
|
export enum KnownRestoreRequestType {
|
|
2586
|
-
// (undocumented)
|
|
2587
2338
|
FullShareRestore = "FullShareRestore",
|
|
2588
|
-
// (undocumented)
|
|
2589
2339
|
Invalid = "Invalid",
|
|
2590
|
-
// (undocumented)
|
|
2591
2340
|
ItemLevelRestore = "ItemLevelRestore"
|
|
2592
2341
|
}
|
|
2593
2342
|
|
|
2594
2343
|
// @public
|
|
2595
2344
|
export enum KnownRetentionDurationType {
|
|
2596
|
-
// (undocumented)
|
|
2597
2345
|
Days = "Days",
|
|
2598
|
-
// (undocumented)
|
|
2599
2346
|
Invalid = "Invalid",
|
|
2600
|
-
// (undocumented)
|
|
2601
2347
|
Months = "Months",
|
|
2602
|
-
// (undocumented)
|
|
2603
2348
|
Weeks = "Weeks",
|
|
2604
|
-
// (undocumented)
|
|
2605
2349
|
Years = "Years"
|
|
2606
2350
|
}
|
|
2607
2351
|
|
|
2608
2352
|
// @public
|
|
2609
2353
|
export enum KnownRetentionScheduleFormat {
|
|
2610
|
-
// (undocumented)
|
|
2611
2354
|
Daily = "Daily",
|
|
2612
|
-
// (undocumented)
|
|
2613
2355
|
Invalid = "Invalid",
|
|
2614
|
-
// (undocumented)
|
|
2615
2356
|
Weekly = "Weekly"
|
|
2616
2357
|
}
|
|
2617
2358
|
|
|
2618
2359
|
// @public
|
|
2619
2360
|
export enum KnownScheduleRunType {
|
|
2620
|
-
// (undocumented)
|
|
2621
2361
|
Daily = "Daily",
|
|
2622
|
-
// (undocumented)
|
|
2623
2362
|
Hourly = "Hourly",
|
|
2624
|
-
// (undocumented)
|
|
2625
2363
|
Invalid = "Invalid",
|
|
2626
|
-
// (undocumented)
|
|
2627
2364
|
Weekly = "Weekly"
|
|
2628
2365
|
}
|
|
2629
2366
|
|
|
2630
2367
|
// @public
|
|
2631
2368
|
export enum KnownSoftDeleteFeatureState {
|
|
2632
|
-
// (undocumented)
|
|
2633
2369
|
Disabled = "Disabled",
|
|
2634
|
-
// (undocumented)
|
|
2635
2370
|
Enabled = "Enabled",
|
|
2636
|
-
// (undocumented)
|
|
2637
2371
|
Invalid = "Invalid"
|
|
2638
2372
|
}
|
|
2639
2373
|
|
|
2640
2374
|
// @public
|
|
2641
2375
|
export enum KnownSQLDataDirectoryType {
|
|
2642
|
-
// (undocumented)
|
|
2643
2376
|
Data = "Data",
|
|
2644
|
-
// (undocumented)
|
|
2645
2377
|
Invalid = "Invalid",
|
|
2646
|
-
// (undocumented)
|
|
2647
2378
|
Log = "Log"
|
|
2648
2379
|
}
|
|
2649
2380
|
|
|
2650
2381
|
// @public
|
|
2651
2382
|
export enum KnownStorageType {
|
|
2652
|
-
// (undocumented)
|
|
2653
2383
|
GeoRedundant = "GeoRedundant",
|
|
2654
|
-
// (undocumented)
|
|
2655
2384
|
Invalid = "Invalid",
|
|
2656
|
-
// (undocumented)
|
|
2657
2385
|
LocallyRedundant = "LocallyRedundant",
|
|
2658
|
-
// (undocumented)
|
|
2659
2386
|
ReadAccessGeoZoneRedundant = "ReadAccessGeoZoneRedundant",
|
|
2660
|
-
// (undocumented)
|
|
2661
2387
|
ZoneRedundant = "ZoneRedundant"
|
|
2662
2388
|
}
|
|
2663
2389
|
|
|
2664
2390
|
// @public
|
|
2665
2391
|
export enum KnownStorageTypeState {
|
|
2666
|
-
// (undocumented)
|
|
2667
2392
|
Invalid = "Invalid",
|
|
2668
|
-
// (undocumented)
|
|
2669
2393
|
Locked = "Locked",
|
|
2670
|
-
// (undocumented)
|
|
2671
2394
|
Unlocked = "Unlocked"
|
|
2672
2395
|
}
|
|
2673
2396
|
|
|
2674
2397
|
// @public
|
|
2675
2398
|
export enum KnownSupportStatus {
|
|
2676
|
-
// (undocumented)
|
|
2677
2399
|
DefaultOFF = "DefaultOFF",
|
|
2678
|
-
// (undocumented)
|
|
2679
2400
|
DefaultON = "DefaultON",
|
|
2680
|
-
// (undocumented)
|
|
2681
2401
|
Invalid = "Invalid",
|
|
2682
|
-
// (undocumented)
|
|
2683
2402
|
NotSupported = "NotSupported",
|
|
2684
|
-
// (undocumented)
|
|
2685
2403
|
Supported = "Supported"
|
|
2686
2404
|
}
|
|
2687
2405
|
|
|
2688
2406
|
// @public
|
|
2689
2407
|
export enum KnownType {
|
|
2690
|
-
// (undocumented)
|
|
2691
2408
|
BackupProtectedItemCountSummary = "BackupProtectedItemCountSummary",
|
|
2692
|
-
// (undocumented)
|
|
2693
2409
|
BackupProtectionContainerCountSummary = "BackupProtectionContainerCountSummary",
|
|
2694
|
-
// (undocumented)
|
|
2695
2410
|
Invalid = "Invalid"
|
|
2696
2411
|
}
|
|
2697
2412
|
|
|
2698
2413
|
// @public
|
|
2699
2414
|
export enum KnownUsagesUnit {
|
|
2700
|
-
// (undocumented)
|
|
2701
2415
|
Bytes = "Bytes",
|
|
2702
|
-
// (undocumented)
|
|
2703
2416
|
BytesPerSecond = "BytesPerSecond",
|
|
2704
|
-
// (undocumented)
|
|
2705
2417
|
Count = "Count",
|
|
2706
|
-
// (undocumented)
|
|
2707
2418
|
CountPerSecond = "CountPerSecond",
|
|
2708
|
-
// (undocumented)
|
|
2709
2419
|
Percent = "Percent",
|
|
2710
|
-
// (undocumented)
|
|
2711
2420
|
Seconds = "Seconds"
|
|
2712
2421
|
}
|
|
2713
2422
|
|
|
2714
2423
|
// @public
|
|
2715
2424
|
export enum KnownValidationStatus {
|
|
2716
|
-
// (undocumented)
|
|
2717
2425
|
Failed = "Failed",
|
|
2718
|
-
// (undocumented)
|
|
2719
2426
|
Invalid = "Invalid",
|
|
2720
|
-
// (undocumented)
|
|
2721
2427
|
Succeeded = "Succeeded"
|
|
2722
2428
|
}
|
|
2723
2429
|
|
|
2724
2430
|
// @public
|
|
2725
2431
|
export enum KnownWorkloadItemType {
|
|
2726
|
-
// (undocumented)
|
|
2727
2432
|
Invalid = "Invalid",
|
|
2728
|
-
// (undocumented)
|
|
2729
2433
|
SAPAseDatabase = "SAPAseDatabase",
|
|
2730
|
-
// (undocumented)
|
|
2731
2434
|
SAPAseSystem = "SAPAseSystem",
|
|
2732
|
-
// (undocumented)
|
|
2733
2435
|
SAPHanaDatabase = "SAPHanaDatabase",
|
|
2734
|
-
// (undocumented)
|
|
2735
2436
|
SAPHanaSystem = "SAPHanaSystem",
|
|
2736
|
-
// (undocumented)
|
|
2737
2437
|
SQLDataBase = "SQLDataBase",
|
|
2738
|
-
// (undocumented)
|
|
2739
2438
|
SQLInstance = "SQLInstance"
|
|
2740
2439
|
}
|
|
2741
2440
|
|
|
2742
2441
|
// @public
|
|
2743
2442
|
export enum KnownWorkloadType {
|
|
2744
|
-
// (undocumented)
|
|
2745
2443
|
AzureFileShare = "AzureFileShare",
|
|
2746
|
-
// (undocumented)
|
|
2747
2444
|
AzureSqlDb = "AzureSqlDb",
|
|
2748
|
-
// (undocumented)
|
|
2749
2445
|
Client = "Client",
|
|
2750
|
-
// (undocumented)
|
|
2751
2446
|
Exchange = "Exchange",
|
|
2752
|
-
// (undocumented)
|
|
2753
2447
|
FileFolder = "FileFolder",
|
|
2754
|
-
// (undocumented)
|
|
2755
2448
|
GenericDataSource = "GenericDataSource",
|
|
2756
|
-
// (undocumented)
|
|
2757
2449
|
Invalid = "Invalid",
|
|
2758
|
-
// (undocumented)
|
|
2759
2450
|
SAPAseDatabase = "SAPAseDatabase",
|
|
2760
|
-
// (undocumented)
|
|
2761
2451
|
SAPHanaDatabase = "SAPHanaDatabase",
|
|
2762
|
-
// (undocumented)
|
|
2763
2452
|
Sharepoint = "Sharepoint",
|
|
2764
|
-
// (undocumented)
|
|
2765
2453
|
SQLDataBase = "SQLDataBase",
|
|
2766
|
-
// (undocumented)
|
|
2767
2454
|
Sqldb = "SQLDB",
|
|
2768
|
-
// (undocumented)
|
|
2769
2455
|
SystemState = "SystemState",
|
|
2770
|
-
// (undocumented)
|
|
2771
2456
|
VM = "VM",
|
|
2772
|
-
// (undocumented)
|
|
2773
2457
|
VMwareVM = "VMwareVM"
|
|
2774
2458
|
}
|
|
2775
2459
|
|
|
2776
2460
|
// @public
|
|
2777
2461
|
export enum KnownXcoolState {
|
|
2778
|
-
// (undocumented)
|
|
2779
2462
|
Disabled = "Disabled",
|
|
2780
|
-
// (undocumented)
|
|
2781
2463
|
Enabled = "Enabled",
|
|
2782
|
-
// (undocumented)
|
|
2783
2464
|
Invalid = "Invalid"
|
|
2784
2465
|
}
|
|
2785
2466
|
|
|
@@ -2802,36 +2483,36 @@ export interface ListRecoveryPointsRecommendedForMoveRequest {
|
|
|
2802
2483
|
}
|
|
2803
2484
|
|
|
2804
2485
|
// @public
|
|
2805
|
-
export
|
|
2806
|
-
schedulePolicyType: "LogSchedulePolicy";
|
|
2486
|
+
export interface LogSchedulePolicy extends SchedulePolicy {
|
|
2807
2487
|
scheduleFrequencyInMins?: number;
|
|
2808
|
-
|
|
2488
|
+
schedulePolicyType: "LogSchedulePolicy";
|
|
2489
|
+
}
|
|
2809
2490
|
|
|
2810
2491
|
// @public
|
|
2811
|
-
export
|
|
2812
|
-
retentionPolicyType: "LongTermRetentionPolicy";
|
|
2492
|
+
export interface LongTermRetentionPolicy extends RetentionPolicy {
|
|
2813
2493
|
dailySchedule?: DailyRetentionSchedule;
|
|
2814
|
-
weeklySchedule?: WeeklyRetentionSchedule;
|
|
2815
2494
|
monthlySchedule?: MonthlyRetentionSchedule;
|
|
2495
|
+
retentionPolicyType: "LongTermRetentionPolicy";
|
|
2496
|
+
weeklySchedule?: WeeklyRetentionSchedule;
|
|
2816
2497
|
yearlySchedule?: YearlyRetentionSchedule;
|
|
2817
|
-
}
|
|
2498
|
+
}
|
|
2818
2499
|
|
|
2819
2500
|
// @public
|
|
2820
|
-
export
|
|
2501
|
+
export interface LongTermSchedulePolicy extends SchedulePolicy {
|
|
2821
2502
|
schedulePolicyType: "LongTermSchedulePolicy";
|
|
2822
|
-
}
|
|
2503
|
+
}
|
|
2823
2504
|
|
|
2824
2505
|
// @public
|
|
2825
|
-
export
|
|
2826
|
-
|
|
2506
|
+
export interface MabContainer extends ProtectionContainer {
|
|
2507
|
+
agentVersion?: string;
|
|
2827
2508
|
canReRegister?: boolean;
|
|
2509
|
+
containerHealthState?: string;
|
|
2828
2510
|
containerId?: number;
|
|
2829
|
-
|
|
2830
|
-
agentVersion?: string;
|
|
2511
|
+
containerType: "Windows";
|
|
2831
2512
|
extendedInfo?: MabContainerExtendedInfo;
|
|
2832
2513
|
mabContainerHealthDetails?: MABContainerHealthDetails[];
|
|
2833
|
-
|
|
2834
|
-
}
|
|
2514
|
+
protectedItemCount?: number;
|
|
2515
|
+
}
|
|
2835
2516
|
|
|
2836
2517
|
// @public
|
|
2837
2518
|
export interface MabContainerExtendedInfo {
|
|
@@ -2857,16 +2538,16 @@ export interface MabErrorInfo {
|
|
|
2857
2538
|
}
|
|
2858
2539
|
|
|
2859
2540
|
// @public
|
|
2860
|
-
export
|
|
2861
|
-
protectedItemType: "MabFileFolderProtectedItem";
|
|
2862
|
-
friendlyName?: string;
|
|
2541
|
+
export interface MabFileFolderProtectedItem extends ProtectedItem {
|
|
2863
2542
|
computerName?: string;
|
|
2543
|
+
deferredDeleteSyncTimeInUTC?: number;
|
|
2544
|
+
extendedInfo?: MabFileFolderProtectedItemExtendedInfo;
|
|
2545
|
+
friendlyName?: string;
|
|
2864
2546
|
lastBackupStatus?: string;
|
|
2865
2547
|
lastBackupTime?: Date;
|
|
2548
|
+
protectedItemType: "MabFileFolderProtectedItem";
|
|
2866
2549
|
protectionState?: string;
|
|
2867
|
-
|
|
2868
|
-
extendedInfo?: MabFileFolderProtectedItemExtendedInfo;
|
|
2869
|
-
};
|
|
2550
|
+
}
|
|
2870
2551
|
|
|
2871
2552
|
// @public
|
|
2872
2553
|
export interface MabFileFolderProtectedItemExtendedInfo {
|
|
@@ -2876,16 +2557,16 @@ export interface MabFileFolderProtectedItemExtendedInfo {
|
|
|
2876
2557
|
}
|
|
2877
2558
|
|
|
2878
2559
|
// @public
|
|
2879
|
-
export
|
|
2880
|
-
jobType: "MabJob";
|
|
2881
|
-
duration?: string;
|
|
2560
|
+
export interface MabJob extends Job {
|
|
2882
2561
|
actionsInfo?: JobSupportedAction[];
|
|
2562
|
+
duration?: string;
|
|
2563
|
+
errorDetails?: MabErrorInfo[];
|
|
2564
|
+
extendedInfo?: MabJobExtendedInfo;
|
|
2565
|
+
jobType: "MabJob";
|
|
2883
2566
|
mabServerName?: string;
|
|
2884
2567
|
mabServerType?: MabServerType;
|
|
2885
2568
|
workloadType?: WorkloadType;
|
|
2886
|
-
|
|
2887
|
-
extendedInfo?: MabJobExtendedInfo;
|
|
2888
|
-
};
|
|
2569
|
+
}
|
|
2889
2570
|
|
|
2890
2571
|
// @public
|
|
2891
2572
|
export interface MabJobExtendedInfo {
|
|
@@ -2906,11 +2587,11 @@ export interface MabJobTaskDetails {
|
|
|
2906
2587
|
}
|
|
2907
2588
|
|
|
2908
2589
|
// @public
|
|
2909
|
-
export
|
|
2590
|
+
export interface MabProtectionPolicy extends ProtectionPolicy {
|
|
2910
2591
|
backupManagementType: "MAB";
|
|
2911
|
-
schedulePolicy?: SchedulePolicyUnion;
|
|
2912
2592
|
retentionPolicy?: RetentionPolicyUnion;
|
|
2913
|
-
|
|
2593
|
+
schedulePolicy?: SchedulePolicyUnion;
|
|
2594
|
+
}
|
|
2914
2595
|
|
|
2915
2596
|
// @public
|
|
2916
2597
|
export type MabServerType = string;
|
|
@@ -2966,10 +2647,10 @@ export interface Operation {
|
|
|
2966
2647
|
}
|
|
2967
2648
|
|
|
2968
2649
|
// @public
|
|
2969
|
-
export
|
|
2970
|
-
objectType: "OperationResultInfo";
|
|
2650
|
+
export interface OperationResultInfo extends OperationResultInfoBase {
|
|
2971
2651
|
jobList?: string[];
|
|
2972
|
-
|
|
2652
|
+
objectType: "OperationResultInfo";
|
|
2653
|
+
}
|
|
2973
2654
|
|
|
2974
2655
|
// @public
|
|
2975
2656
|
export interface OperationResultInfoBase {
|
|
@@ -2977,9 +2658,9 @@ export interface OperationResultInfoBase {
|
|
|
2977
2658
|
}
|
|
2978
2659
|
|
|
2979
2660
|
// @public
|
|
2980
|
-
export
|
|
2661
|
+
export interface OperationResultInfoBaseResource extends OperationWorkerResponse {
|
|
2981
2662
|
operation?: OperationResultInfoBaseUnion;
|
|
2982
|
-
}
|
|
2663
|
+
}
|
|
2983
2664
|
|
|
2984
2665
|
// @public (undocumented)
|
|
2985
2666
|
export type OperationResultInfoBaseUnion = OperationResultInfoBase | ExportJobsOperationResultInfo | OperationResultInfo;
|
|
@@ -3029,31 +2710,31 @@ export interface OperationStatusExtendedInfo {
|
|
|
3029
2710
|
export type OperationStatusExtendedInfoUnion = OperationStatusExtendedInfo | OperationStatusJobExtendedInfo | OperationStatusJobsExtendedInfo | OperationStatusProvisionILRExtendedInfo | OperationStatusValidateOperationExtendedInfo;
|
|
3030
2711
|
|
|
3031
2712
|
// @public
|
|
3032
|
-
export
|
|
3033
|
-
objectType: "OperationStatusJobExtendedInfo";
|
|
2713
|
+
export interface OperationStatusJobExtendedInfo extends OperationStatusExtendedInfo {
|
|
3034
2714
|
jobId?: string;
|
|
3035
|
-
|
|
2715
|
+
objectType: "OperationStatusJobExtendedInfo";
|
|
2716
|
+
}
|
|
3036
2717
|
|
|
3037
2718
|
// @public
|
|
3038
|
-
export
|
|
3039
|
-
objectType: "OperationStatusJobsExtendedInfo";
|
|
3040
|
-
jobIds?: string[];
|
|
2719
|
+
export interface OperationStatusJobsExtendedInfo extends OperationStatusExtendedInfo {
|
|
3041
2720
|
failedJobsError?: {
|
|
3042
2721
|
[propertyName: string]: string;
|
|
3043
2722
|
};
|
|
3044
|
-
|
|
2723
|
+
jobIds?: string[];
|
|
2724
|
+
objectType: "OperationStatusJobsExtendedInfo";
|
|
2725
|
+
}
|
|
3045
2726
|
|
|
3046
2727
|
// @public
|
|
3047
|
-
export
|
|
2728
|
+
export interface OperationStatusProvisionILRExtendedInfo extends OperationStatusExtendedInfo {
|
|
3048
2729
|
objectType: "OperationStatusProvisionILRExtendedInfo";
|
|
3049
2730
|
recoveryTarget?: InstantItemRecoveryTarget;
|
|
3050
|
-
}
|
|
2731
|
+
}
|
|
3051
2732
|
|
|
3052
2733
|
// @public
|
|
3053
|
-
export
|
|
2734
|
+
export interface OperationStatusValidateOperationExtendedInfo extends OperationStatusExtendedInfo {
|
|
3054
2735
|
objectType: "OperationStatusValidateOperationExtendedInfo";
|
|
3055
2736
|
validateOperationResponse?: ValidateOperationResponse;
|
|
3056
|
-
}
|
|
2737
|
+
}
|
|
3057
2738
|
|
|
3058
2739
|
// @public
|
|
3059
2740
|
export type OperationStatusValues = string;
|
|
@@ -3105,13 +2786,13 @@ export interface PrepareDataMoveRequest {
|
|
|
3105
2786
|
}
|
|
3106
2787
|
|
|
3107
2788
|
// @public
|
|
3108
|
-
export
|
|
3109
|
-
objectType: "PrepareDataMoveResponse";
|
|
2789
|
+
export interface PrepareDataMoveResponse extends VaultStorageConfigOperationResultResponse {
|
|
3110
2790
|
correlationId?: string;
|
|
2791
|
+
objectType: "PrepareDataMoveResponse";
|
|
3111
2792
|
sourceVaultProperties?: {
|
|
3112
2793
|
[propertyName: string]: string;
|
|
3113
2794
|
};
|
|
3114
|
-
}
|
|
2795
|
+
}
|
|
3115
2796
|
|
|
3116
2797
|
// @public
|
|
3117
2798
|
export interface PreValidateEnableBackupRequest {
|
|
@@ -3175,9 +2856,9 @@ export interface PrivateEndpointConnectionPutOptionalParams extends coreClient.O
|
|
|
3175
2856
|
export type PrivateEndpointConnectionPutResponse = PrivateEndpointConnectionResource;
|
|
3176
2857
|
|
|
3177
2858
|
// @public
|
|
3178
|
-
export
|
|
2859
|
+
export interface PrivateEndpointConnectionResource extends Resource {
|
|
3179
2860
|
properties?: PrivateEndpointConnection;
|
|
3180
|
-
}
|
|
2861
|
+
}
|
|
3181
2862
|
|
|
3182
2863
|
// @public
|
|
3183
2864
|
export type PrivateEndpointConnectionStatus = string;
|
|
@@ -3211,14 +2892,14 @@ export interface ProtectableContainer {
|
|
|
3211
2892
|
}
|
|
3212
2893
|
|
|
3213
2894
|
// @public
|
|
3214
|
-
export
|
|
2895
|
+
export interface ProtectableContainerResource extends Resource {
|
|
3215
2896
|
properties?: ProtectableContainerUnion;
|
|
3216
|
-
}
|
|
2897
|
+
}
|
|
3217
2898
|
|
|
3218
2899
|
// @public
|
|
3219
|
-
export
|
|
2900
|
+
export interface ProtectableContainerResourceList extends ResourceList {
|
|
3220
2901
|
value?: ProtectableContainerResource[];
|
|
3221
|
-
}
|
|
2902
|
+
}
|
|
3222
2903
|
|
|
3223
2904
|
// @public
|
|
3224
2905
|
export interface ProtectableContainers {
|
|
@@ -3227,7 +2908,6 @@ export interface ProtectableContainers {
|
|
|
3227
2908
|
|
|
3228
2909
|
// @public
|
|
3229
2910
|
export interface ProtectableContainersListNextOptionalParams extends coreClient.OperationOptions {
|
|
3230
|
-
filter?: string;
|
|
3231
2911
|
}
|
|
3232
2912
|
|
|
3233
2913
|
// @public
|
|
@@ -3306,14 +2986,14 @@ export interface ProtectedItemQueryObject {
|
|
|
3306
2986
|
}
|
|
3307
2987
|
|
|
3308
2988
|
// @public
|
|
3309
|
-
export
|
|
2989
|
+
export interface ProtectedItemResource extends Resource {
|
|
3310
2990
|
properties?: ProtectedItemUnion;
|
|
3311
|
-
}
|
|
2991
|
+
}
|
|
3312
2992
|
|
|
3313
2993
|
// @public
|
|
3314
|
-
export
|
|
2994
|
+
export interface ProtectedItemResourceList extends ResourceList {
|
|
3315
2995
|
value?: ProtectedItemResource[];
|
|
3316
|
-
}
|
|
2996
|
+
}
|
|
3317
2997
|
|
|
3318
2998
|
// @public
|
|
3319
2999
|
export interface ProtectedItems {
|
|
@@ -3379,14 +3059,14 @@ export interface ProtectionContainerRefreshOperationResultsGetOptionalParams ext
|
|
|
3379
3059
|
}
|
|
3380
3060
|
|
|
3381
3061
|
// @public
|
|
3382
|
-
export
|
|
3062
|
+
export interface ProtectionContainerResource extends Resource {
|
|
3383
3063
|
properties?: ProtectionContainerUnion;
|
|
3384
|
-
}
|
|
3064
|
+
}
|
|
3385
3065
|
|
|
3386
3066
|
// @public
|
|
3387
|
-
export
|
|
3067
|
+
export interface ProtectionContainerResourceList extends ResourceList {
|
|
3388
3068
|
value?: ProtectionContainerResource[];
|
|
3389
|
-
}
|
|
3069
|
+
}
|
|
3390
3070
|
|
|
3391
3071
|
// @public
|
|
3392
3072
|
export interface ProtectionContainers {
|
|
@@ -3476,14 +3156,14 @@ export interface ProtectionIntentQueryObject {
|
|
|
3476
3156
|
}
|
|
3477
3157
|
|
|
3478
3158
|
// @public
|
|
3479
|
-
export
|
|
3159
|
+
export interface ProtectionIntentResource extends Resource {
|
|
3480
3160
|
properties?: ProtectionIntentUnion;
|
|
3481
|
-
}
|
|
3161
|
+
}
|
|
3482
3162
|
|
|
3483
3163
|
// @public
|
|
3484
|
-
export
|
|
3164
|
+
export interface ProtectionIntentResourceList extends ResourceList {
|
|
3485
3165
|
value?: ProtectionIntentResource[];
|
|
3486
|
-
}
|
|
3166
|
+
}
|
|
3487
3167
|
|
|
3488
3168
|
// @public (undocumented)
|
|
3489
3169
|
export type ProtectionIntentUnion = ProtectionIntent | AzureRecoveryServiceVaultProtectionIntentUnion | AzureResourceProtectionIntent | AzureWorkloadContainerAutoProtectionIntent;
|
|
@@ -3562,14 +3242,14 @@ export interface ProtectionPolicyQueryObject {
|
|
|
3562
3242
|
}
|
|
3563
3243
|
|
|
3564
3244
|
// @public
|
|
3565
|
-
export
|
|
3245
|
+
export interface ProtectionPolicyResource extends Resource {
|
|
3566
3246
|
properties?: ProtectionPolicyUnion;
|
|
3567
|
-
}
|
|
3247
|
+
}
|
|
3568
3248
|
|
|
3569
3249
|
// @public
|
|
3570
|
-
export
|
|
3250
|
+
export interface ProtectionPolicyResourceList extends ResourceList {
|
|
3571
3251
|
value?: ProtectionPolicyResource[];
|
|
3572
|
-
}
|
|
3252
|
+
}
|
|
3573
3253
|
|
|
3574
3254
|
// @public (undocumented)
|
|
3575
3255
|
export type ProtectionPolicyUnion = ProtectionPolicy | AzureVmWorkloadProtectionPolicy | AzureFileShareProtectionPolicy | AzureIaaSVMProtectionPolicy | AzureSqlProtectionPolicy | GenericProtectionPolicy | MabProtectionPolicy;
|
|
@@ -3614,14 +3294,14 @@ export interface RecoveryPointRehydrationInfo {
|
|
|
3614
3294
|
}
|
|
3615
3295
|
|
|
3616
3296
|
// @public
|
|
3617
|
-
export
|
|
3297
|
+
export interface RecoveryPointResource extends Resource {
|
|
3618
3298
|
properties?: RecoveryPointUnion;
|
|
3619
|
-
}
|
|
3299
|
+
}
|
|
3620
3300
|
|
|
3621
3301
|
// @public
|
|
3622
|
-
export
|
|
3302
|
+
export interface RecoveryPointResourceList extends ResourceList {
|
|
3623
3303
|
value?: RecoveryPointResource[];
|
|
3624
|
-
}
|
|
3304
|
+
}
|
|
3625
3305
|
|
|
3626
3306
|
// @public
|
|
3627
3307
|
export interface RecoveryPoints {
|
|
@@ -3638,7 +3318,6 @@ export type RecoveryPointsGetResponse = RecoveryPointResource;
|
|
|
3638
3318
|
|
|
3639
3319
|
// @public
|
|
3640
3320
|
export interface RecoveryPointsListNextOptionalParams extends coreClient.OperationOptions {
|
|
3641
|
-
filter?: string;
|
|
3642
3321
|
}
|
|
3643
3322
|
|
|
3644
3323
|
// @public
|
|
@@ -3681,7 +3360,8 @@ export interface RecoveryPointTierInformation {
|
|
|
3681
3360
|
}
|
|
3682
3361
|
|
|
3683
3362
|
// @public
|
|
3684
|
-
export
|
|
3363
|
+
export interface RecoveryPointTierInformationV2 extends RecoveryPointTierInformation {
|
|
3364
|
+
}
|
|
3685
3365
|
|
|
3686
3366
|
// @public
|
|
3687
3367
|
export type RecoveryPointTierStatus = "Invalid" | "Valid" | "Disabled" | "Deleted" | "Rehydrated";
|
|
@@ -3862,7 +3542,7 @@ export type ResourceGuardProxiesGetResponse = ResourceGuardProxyBaseResourceList
|
|
|
3862
3542
|
export interface ResourceGuardProxy {
|
|
3863
3543
|
delete(vaultName: string, resourceGroupName: string, resourceGuardProxyName: string, options?: ResourceGuardProxyDeleteOptionalParams): Promise<void>;
|
|
3864
3544
|
get(vaultName: string, resourceGroupName: string, resourceGuardProxyName: string, options?: ResourceGuardProxyGetOptionalParams): Promise<ResourceGuardProxyGetResponse>;
|
|
3865
|
-
put(vaultName: string, resourceGroupName: string, resourceGuardProxyName: string, options?: ResourceGuardProxyPutOptionalParams): Promise<ResourceGuardProxyPutResponse>;
|
|
3545
|
+
put(vaultName: string, resourceGroupName: string, resourceGuardProxyName: string, parameters: ResourceGuardProxyBaseResource, options?: ResourceGuardProxyPutOptionalParams): Promise<ResourceGuardProxyPutResponse>;
|
|
3866
3546
|
unlockDelete(vaultName: string, resourceGroupName: string, resourceGuardProxyName: string, parameters: UnlockDeleteRequest, options?: ResourceGuardProxyUnlockDeleteOptionalParams): Promise<ResourceGuardProxyUnlockDeleteResponse>;
|
|
3867
3547
|
}
|
|
3868
3548
|
|
|
@@ -3879,14 +3559,14 @@ export interface ResourceGuardProxyBase {
|
|
|
3879
3559
|
}
|
|
3880
3560
|
|
|
3881
3561
|
// @public (undocumented)
|
|
3882
|
-
export
|
|
3562
|
+
export interface ResourceGuardProxyBaseResource extends Resource {
|
|
3883
3563
|
properties?: ResourceGuardProxyBase;
|
|
3884
|
-
}
|
|
3564
|
+
}
|
|
3885
3565
|
|
|
3886
3566
|
// @public
|
|
3887
|
-
export
|
|
3567
|
+
export interface ResourceGuardProxyBaseResourceList extends ResourceList {
|
|
3888
3568
|
value?: ResourceGuardProxyBaseResource[];
|
|
3889
|
-
}
|
|
3569
|
+
}
|
|
3890
3570
|
|
|
3891
3571
|
// @public
|
|
3892
3572
|
export interface ResourceGuardProxyDeleteOptionalParams extends coreClient.OperationOptions {
|
|
@@ -3948,9 +3628,9 @@ export interface RestoreRequest {
|
|
|
3948
3628
|
}
|
|
3949
3629
|
|
|
3950
3630
|
// @public
|
|
3951
|
-
export
|
|
3631
|
+
export interface RestoreRequestResource extends Resource {
|
|
3952
3632
|
properties?: RestoreRequestUnion;
|
|
3953
|
-
}
|
|
3633
|
+
}
|
|
3954
3634
|
|
|
3955
3635
|
// @public
|
|
3956
3636
|
export type RestoreRequestType = string;
|
|
@@ -4027,29 +3707,29 @@ export interface Settings {
|
|
|
4027
3707
|
}
|
|
4028
3708
|
|
|
4029
3709
|
// @public
|
|
4030
|
-
export
|
|
4031
|
-
retentionPolicyType: "SimpleRetentionPolicy";
|
|
3710
|
+
export interface SimpleRetentionPolicy extends RetentionPolicy {
|
|
4032
3711
|
retentionDuration?: RetentionDuration;
|
|
4033
|
-
|
|
3712
|
+
retentionPolicyType: "SimpleRetentionPolicy";
|
|
3713
|
+
}
|
|
4034
3714
|
|
|
4035
3715
|
// @public
|
|
4036
|
-
export
|
|
3716
|
+
export interface SimpleSchedulePolicy extends SchedulePolicy {
|
|
3717
|
+
hourlySchedule?: HourlySchedule;
|
|
4037
3718
|
schedulePolicyType: "SimpleSchedulePolicy";
|
|
4038
|
-
scheduleRunFrequency?: ScheduleRunType;
|
|
4039
3719
|
scheduleRunDays?: DayOfWeek[];
|
|
3720
|
+
scheduleRunFrequency?: ScheduleRunType;
|
|
4040
3721
|
scheduleRunTimes?: Date[];
|
|
4041
|
-
hourlySchedule?: HourlySchedule;
|
|
4042
3722
|
scheduleWeeklyFrequency?: number;
|
|
4043
|
-
}
|
|
3723
|
+
}
|
|
4044
3724
|
|
|
4045
3725
|
// @public
|
|
4046
|
-
export
|
|
3726
|
+
export interface SimpleSchedulePolicyV2 extends SchedulePolicy {
|
|
3727
|
+
dailySchedule?: DailySchedule;
|
|
3728
|
+
hourlySchedule?: HourlySchedule;
|
|
4047
3729
|
schedulePolicyType: "SimpleSchedulePolicyV2";
|
|
4048
3730
|
scheduleRunFrequency?: ScheduleRunType;
|
|
4049
|
-
hourlySchedule?: HourlySchedule;
|
|
4050
|
-
dailySchedule?: DailySchedule;
|
|
4051
3731
|
weeklySchedule?: WeeklySchedule;
|
|
4052
|
-
}
|
|
3732
|
+
}
|
|
4053
3733
|
|
|
4054
3734
|
// @public
|
|
4055
3735
|
export type SoftDeleteFeatureState = string;
|
|
@@ -4139,9 +3819,9 @@ export interface UnlockDeleteResponse {
|
|
|
4139
3819
|
export type UsagesUnit = string;
|
|
4140
3820
|
|
|
4141
3821
|
// @public
|
|
4142
|
-
export
|
|
3822
|
+
export interface ValidateIaasVMRestoreOperationRequest extends ValidateRestoreOperationRequest {
|
|
4143
3823
|
objectType: "ValidateIaasVMRestoreOperationRequest";
|
|
4144
|
-
}
|
|
3824
|
+
}
|
|
4145
3825
|
|
|
4146
3826
|
// @public
|
|
4147
3827
|
export interface ValidateOperation {
|
|
@@ -4198,10 +3878,10 @@ export interface ValidateOperationTriggerOptionalParams extends coreClient.Opera
|
|
|
4198
3878
|
}
|
|
4199
3879
|
|
|
4200
3880
|
// @public
|
|
4201
|
-
export
|
|
3881
|
+
export interface ValidateRestoreOperationRequest extends ValidateOperationRequest {
|
|
4202
3882
|
objectType: "ValidateRestoreOperationRequest" | "ValidateIaasVMRestoreOperationRequest";
|
|
4203
3883
|
restoreRequest?: RestoreRequestUnion;
|
|
4204
|
-
}
|
|
3884
|
+
}
|
|
4205
3885
|
|
|
4206
3886
|
// @public (undocumented)
|
|
4207
3887
|
export type ValidateRestoreOperationRequestUnion = ValidateRestoreOperationRequest | ValidateIaasVMRestoreOperationRequest;
|
|
@@ -4210,13 +3890,13 @@ export type ValidateRestoreOperationRequestUnion = ValidateRestoreOperationReque
|
|
|
4210
3890
|
export type ValidationStatus = string;
|
|
4211
3891
|
|
|
4212
3892
|
// @public
|
|
4213
|
-
export
|
|
4214
|
-
jobType: "VaultJob";
|
|
4215
|
-
duration?: string;
|
|
3893
|
+
export interface VaultJob extends Job {
|
|
4216
3894
|
actionsInfo?: JobSupportedAction[];
|
|
3895
|
+
duration?: string;
|
|
4217
3896
|
errorDetails?: VaultJobErrorInfo[];
|
|
4218
3897
|
extendedInfo?: VaultJobExtendedInfo;
|
|
4219
|
-
|
|
3898
|
+
jobType: "VaultJob";
|
|
3899
|
+
}
|
|
4220
3900
|
|
|
4221
3901
|
// @public
|
|
4222
3902
|
export interface VaultJobErrorInfo {
|
|
@@ -4280,14 +3960,14 @@ export interface WorkloadItem {
|
|
|
4280
3960
|
}
|
|
4281
3961
|
|
|
4282
3962
|
// @public
|
|
4283
|
-
export
|
|
3963
|
+
export interface WorkloadItemResource extends Resource {
|
|
4284
3964
|
properties?: WorkloadItemUnion;
|
|
4285
|
-
}
|
|
3965
|
+
}
|
|
4286
3966
|
|
|
4287
3967
|
// @public
|
|
4288
|
-
export
|
|
3968
|
+
export interface WorkloadItemResourceList extends ResourceList {
|
|
4289
3969
|
value?: WorkloadItemResource[];
|
|
4290
|
-
}
|
|
3970
|
+
}
|
|
4291
3971
|
|
|
4292
3972
|
// @public
|
|
4293
3973
|
export type WorkloadItemType = string;
|
|
@@ -4305,14 +3985,14 @@ export interface WorkloadProtectableItem {
|
|
|
4305
3985
|
}
|
|
4306
3986
|
|
|
4307
3987
|
// @public
|
|
4308
|
-
export
|
|
3988
|
+
export interface WorkloadProtectableItemResource extends Resource {
|
|
4309
3989
|
properties?: WorkloadProtectableItemUnion;
|
|
4310
|
-
}
|
|
3990
|
+
}
|
|
4311
3991
|
|
|
4312
3992
|
// @public
|
|
4313
|
-
export
|
|
3993
|
+
export interface WorkloadProtectableItemResourceList extends ResourceList {
|
|
4314
3994
|
value?: WorkloadProtectableItemResource[];
|
|
4315
|
-
}
|
|
3995
|
+
}
|
|
4316
3996
|
|
|
4317
3997
|
// @public (undocumented)
|
|
4318
3998
|
export type WorkloadProtectableItemUnion = WorkloadProtectableItem | AzureFileShareProtectableItem | IaaSVMProtectableItemUnion | AzureVmWorkloadProtectableItemUnion;
|