@azure/arm-recoveryservicesbackup 9.0.1-alpha.20221128.1 → 10.0.0-alpha.20221213.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/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
package/dist/index.js
CHANGED
|
@@ -28,6 +28,38 @@ function _interopNamespace(e) {
|
|
|
28
28
|
var coreClient__namespace = /*#__PURE__*/_interopNamespace(coreClient);
|
|
29
29
|
var coreRestPipeline__namespace = /*#__PURE__*/_interopNamespace(coreRestPipeline);
|
|
30
30
|
|
|
31
|
+
/*
|
|
32
|
+
* Copyright (c) Microsoft Corporation.
|
|
33
|
+
* Licensed under the MIT License.
|
|
34
|
+
*
|
|
35
|
+
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
36
|
+
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
37
|
+
*/
|
|
38
|
+
const pageMap = new WeakMap();
|
|
39
|
+
/**
|
|
40
|
+
* Given the last `.value` produced by the `byPage` iterator,
|
|
41
|
+
* returns a continuation token that can be used to begin paging from
|
|
42
|
+
* that point later.
|
|
43
|
+
* @param page An object from accessing `value` on the IteratorResult from a `byPage` iterator.
|
|
44
|
+
* @returns The continuation token that can be passed into byPage() during future calls.
|
|
45
|
+
*/
|
|
46
|
+
function getContinuationToken(page) {
|
|
47
|
+
var _a;
|
|
48
|
+
if (typeof page !== "object" || page === null) {
|
|
49
|
+
return undefined;
|
|
50
|
+
}
|
|
51
|
+
return (_a = pageMap.get(page)) === null || _a === void 0 ? void 0 : _a.continuationToken;
|
|
52
|
+
}
|
|
53
|
+
function setContinuationToken(page, continuationToken) {
|
|
54
|
+
var _a;
|
|
55
|
+
if (typeof page !== "object" || page === null || !continuationToken) {
|
|
56
|
+
return;
|
|
57
|
+
}
|
|
58
|
+
const pageInfo = (_a = pageMap.get(page)) !== null && _a !== void 0 ? _a : {};
|
|
59
|
+
pageInfo.continuationToken = continuationToken;
|
|
60
|
+
pageMap.set(page, pageInfo);
|
|
61
|
+
}
|
|
62
|
+
|
|
31
63
|
/*
|
|
32
64
|
* Copyright (c) Microsoft Corporation.
|
|
33
65
|
* Licensed under the MIT License.
|
|
@@ -38,543 +70,853 @@ var coreRestPipeline__namespace = /*#__PURE__*/_interopNamespace(coreRestPipelin
|
|
|
38
70
|
/** Known values of {@link StorageType} that the service accepts. */
|
|
39
71
|
exports.KnownStorageType = void 0;
|
|
40
72
|
(function (KnownStorageType) {
|
|
73
|
+
/** Invalid */
|
|
41
74
|
KnownStorageType["Invalid"] = "Invalid";
|
|
75
|
+
/** GeoRedundant */
|
|
42
76
|
KnownStorageType["GeoRedundant"] = "GeoRedundant";
|
|
77
|
+
/** LocallyRedundant */
|
|
43
78
|
KnownStorageType["LocallyRedundant"] = "LocallyRedundant";
|
|
79
|
+
/** ZoneRedundant */
|
|
44
80
|
KnownStorageType["ZoneRedundant"] = "ZoneRedundant";
|
|
81
|
+
/** ReadAccessGeoZoneRedundant */
|
|
45
82
|
KnownStorageType["ReadAccessGeoZoneRedundant"] = "ReadAccessGeoZoneRedundant";
|
|
46
83
|
})(exports.KnownStorageType || (exports.KnownStorageType = {}));
|
|
47
84
|
/** Known values of {@link StorageTypeState} that the service accepts. */
|
|
48
85
|
exports.KnownStorageTypeState = void 0;
|
|
49
86
|
(function (KnownStorageTypeState) {
|
|
87
|
+
/** Invalid */
|
|
50
88
|
KnownStorageTypeState["Invalid"] = "Invalid";
|
|
89
|
+
/** Locked */
|
|
51
90
|
KnownStorageTypeState["Locked"] = "Locked";
|
|
91
|
+
/** Unlocked */
|
|
52
92
|
KnownStorageTypeState["Unlocked"] = "Unlocked";
|
|
53
93
|
})(exports.KnownStorageTypeState || (exports.KnownStorageTypeState = {}));
|
|
54
94
|
/** Known values of {@link DedupState} that the service accepts. */
|
|
55
95
|
exports.KnownDedupState = void 0;
|
|
56
96
|
(function (KnownDedupState) {
|
|
97
|
+
/** Invalid */
|
|
57
98
|
KnownDedupState["Invalid"] = "Invalid";
|
|
99
|
+
/** Enabled */
|
|
58
100
|
KnownDedupState["Enabled"] = "Enabled";
|
|
101
|
+
/** Disabled */
|
|
59
102
|
KnownDedupState["Disabled"] = "Disabled";
|
|
60
103
|
})(exports.KnownDedupState || (exports.KnownDedupState = {}));
|
|
61
104
|
/** Known values of {@link XcoolState} that the service accepts. */
|
|
62
105
|
exports.KnownXcoolState = void 0;
|
|
63
106
|
(function (KnownXcoolState) {
|
|
107
|
+
/** Invalid */
|
|
64
108
|
KnownXcoolState["Invalid"] = "Invalid";
|
|
109
|
+
/** Enabled */
|
|
65
110
|
KnownXcoolState["Enabled"] = "Enabled";
|
|
111
|
+
/** Disabled */
|
|
66
112
|
KnownXcoolState["Disabled"] = "Disabled";
|
|
67
113
|
})(exports.KnownXcoolState || (exports.KnownXcoolState = {}));
|
|
68
114
|
/** Known values of {@link DataSourceType} that the service accepts. */
|
|
69
115
|
exports.KnownDataSourceType = void 0;
|
|
70
116
|
(function (KnownDataSourceType) {
|
|
117
|
+
/** Invalid */
|
|
71
118
|
KnownDataSourceType["Invalid"] = "Invalid";
|
|
119
|
+
/** VM */
|
|
72
120
|
KnownDataSourceType["VM"] = "VM";
|
|
121
|
+
/** FileFolder */
|
|
73
122
|
KnownDataSourceType["FileFolder"] = "FileFolder";
|
|
123
|
+
/** AzureSqlDb */
|
|
74
124
|
KnownDataSourceType["AzureSqlDb"] = "AzureSqlDb";
|
|
125
|
+
/** Sqldb */
|
|
75
126
|
KnownDataSourceType["Sqldb"] = "SQLDB";
|
|
127
|
+
/** Exchange */
|
|
76
128
|
KnownDataSourceType["Exchange"] = "Exchange";
|
|
129
|
+
/** Sharepoint */
|
|
77
130
|
KnownDataSourceType["Sharepoint"] = "Sharepoint";
|
|
131
|
+
/** VMwareVM */
|
|
78
132
|
KnownDataSourceType["VMwareVM"] = "VMwareVM";
|
|
133
|
+
/** SystemState */
|
|
79
134
|
KnownDataSourceType["SystemState"] = "SystemState";
|
|
135
|
+
/** Client */
|
|
80
136
|
KnownDataSourceType["Client"] = "Client";
|
|
137
|
+
/** GenericDataSource */
|
|
81
138
|
KnownDataSourceType["GenericDataSource"] = "GenericDataSource";
|
|
139
|
+
/** SQLDataBase */
|
|
82
140
|
KnownDataSourceType["SQLDataBase"] = "SQLDataBase";
|
|
141
|
+
/** AzureFileShare */
|
|
83
142
|
KnownDataSourceType["AzureFileShare"] = "AzureFileShare";
|
|
143
|
+
/** SAPHanaDatabase */
|
|
84
144
|
KnownDataSourceType["SAPHanaDatabase"] = "SAPHanaDatabase";
|
|
145
|
+
/** SAPAseDatabase */
|
|
85
146
|
KnownDataSourceType["SAPAseDatabase"] = "SAPAseDatabase";
|
|
86
147
|
})(exports.KnownDataSourceType || (exports.KnownDataSourceType = {}));
|
|
87
148
|
/** Known values of {@link ValidationStatus} that the service accepts. */
|
|
88
149
|
exports.KnownValidationStatus = void 0;
|
|
89
150
|
(function (KnownValidationStatus) {
|
|
151
|
+
/** Invalid */
|
|
90
152
|
KnownValidationStatus["Invalid"] = "Invalid";
|
|
153
|
+
/** Succeeded */
|
|
91
154
|
KnownValidationStatus["Succeeded"] = "Succeeded";
|
|
155
|
+
/** Failed */
|
|
92
156
|
KnownValidationStatus["Failed"] = "Failed";
|
|
93
157
|
})(exports.KnownValidationStatus || (exports.KnownValidationStatus = {}));
|
|
94
158
|
/** Known values of {@link ProtectionStatus} that the service accepts. */
|
|
95
159
|
exports.KnownProtectionStatus = void 0;
|
|
96
160
|
(function (KnownProtectionStatus) {
|
|
161
|
+
/** Invalid */
|
|
97
162
|
KnownProtectionStatus["Invalid"] = "Invalid";
|
|
163
|
+
/** NotProtected */
|
|
98
164
|
KnownProtectionStatus["NotProtected"] = "NotProtected";
|
|
165
|
+
/** Protecting */
|
|
99
166
|
KnownProtectionStatus["Protecting"] = "Protecting";
|
|
167
|
+
/** Protected */
|
|
100
168
|
KnownProtectionStatus["Protected"] = "Protected";
|
|
169
|
+
/** ProtectionFailed */
|
|
101
170
|
KnownProtectionStatus["ProtectionFailed"] = "ProtectionFailed";
|
|
102
171
|
})(exports.KnownProtectionStatus || (exports.KnownProtectionStatus = {}));
|
|
103
172
|
/** Known values of {@link FabricName} that the service accepts. */
|
|
104
173
|
exports.KnownFabricName = void 0;
|
|
105
174
|
(function (KnownFabricName) {
|
|
175
|
+
/** Invalid */
|
|
106
176
|
KnownFabricName["Invalid"] = "Invalid";
|
|
177
|
+
/** Azure */
|
|
107
178
|
KnownFabricName["Azure"] = "Azure";
|
|
108
179
|
})(exports.KnownFabricName || (exports.KnownFabricName = {}));
|
|
109
180
|
/** Known values of {@link SupportStatus} that the service accepts. */
|
|
110
181
|
exports.KnownSupportStatus = void 0;
|
|
111
182
|
(function (KnownSupportStatus) {
|
|
183
|
+
/** Invalid */
|
|
112
184
|
KnownSupportStatus["Invalid"] = "Invalid";
|
|
185
|
+
/** Supported */
|
|
113
186
|
KnownSupportStatus["Supported"] = "Supported";
|
|
187
|
+
/** DefaultOFF */
|
|
114
188
|
KnownSupportStatus["DefaultOFF"] = "DefaultOFF";
|
|
189
|
+
/** DefaultON */
|
|
115
190
|
KnownSupportStatus["DefaultON"] = "DefaultON";
|
|
191
|
+
/** NotSupported */
|
|
116
192
|
KnownSupportStatus["NotSupported"] = "NotSupported";
|
|
117
193
|
})(exports.KnownSupportStatus || (exports.KnownSupportStatus = {}));
|
|
118
194
|
/** Known values of {@link ProtectionIntentItemType} that the service accepts. */
|
|
119
195
|
exports.KnownProtectionIntentItemType = void 0;
|
|
120
196
|
(function (KnownProtectionIntentItemType) {
|
|
197
|
+
/** Invalid */
|
|
121
198
|
KnownProtectionIntentItemType["Invalid"] = "Invalid";
|
|
199
|
+
/** AzureResourceItem */
|
|
122
200
|
KnownProtectionIntentItemType["AzureResourceItem"] = "AzureResourceItem";
|
|
201
|
+
/** RecoveryServiceVaultItem */
|
|
123
202
|
KnownProtectionIntentItemType["RecoveryServiceVaultItem"] = "RecoveryServiceVaultItem";
|
|
203
|
+
/** AzureWorkloadContainerAutoProtectionIntent */
|
|
124
204
|
KnownProtectionIntentItemType["AzureWorkloadContainerAutoProtectionIntent"] = "AzureWorkloadContainerAutoProtectionIntent";
|
|
205
|
+
/** AzureWorkloadAutoProtectionIntent */
|
|
125
206
|
KnownProtectionIntentItemType["AzureWorkloadAutoProtectionIntent"] = "AzureWorkloadAutoProtectionIntent";
|
|
207
|
+
/** AzureWorkloadSQLAutoProtectionIntent */
|
|
126
208
|
KnownProtectionIntentItemType["AzureWorkloadSQLAutoProtectionIntent"] = "AzureWorkloadSQLAutoProtectionIntent";
|
|
127
209
|
})(exports.KnownProtectionIntentItemType || (exports.KnownProtectionIntentItemType = {}));
|
|
128
210
|
/** Known values of {@link BackupManagementType} that the service accepts. */
|
|
129
211
|
exports.KnownBackupManagementType = void 0;
|
|
130
212
|
(function (KnownBackupManagementType) {
|
|
213
|
+
/** Invalid */
|
|
131
214
|
KnownBackupManagementType["Invalid"] = "Invalid";
|
|
215
|
+
/** AzureIaasVM */
|
|
132
216
|
KnownBackupManagementType["AzureIaasVM"] = "AzureIaasVM";
|
|
217
|
+
/** MAB */
|
|
133
218
|
KnownBackupManagementType["MAB"] = "MAB";
|
|
219
|
+
/** DPM */
|
|
134
220
|
KnownBackupManagementType["DPM"] = "DPM";
|
|
221
|
+
/** AzureBackupServer */
|
|
135
222
|
KnownBackupManagementType["AzureBackupServer"] = "AzureBackupServer";
|
|
223
|
+
/** AzureSql */
|
|
136
224
|
KnownBackupManagementType["AzureSql"] = "AzureSql";
|
|
225
|
+
/** AzureStorage */
|
|
137
226
|
KnownBackupManagementType["AzureStorage"] = "AzureStorage";
|
|
227
|
+
/** AzureWorkload */
|
|
138
228
|
KnownBackupManagementType["AzureWorkload"] = "AzureWorkload";
|
|
229
|
+
/** DefaultBackup */
|
|
139
230
|
KnownBackupManagementType["DefaultBackup"] = "DefaultBackup";
|
|
140
231
|
})(exports.KnownBackupManagementType || (exports.KnownBackupManagementType = {}));
|
|
141
232
|
/** Known values of {@link UsagesUnit} that the service accepts. */
|
|
142
233
|
exports.KnownUsagesUnit = void 0;
|
|
143
234
|
(function (KnownUsagesUnit) {
|
|
235
|
+
/** Count */
|
|
144
236
|
KnownUsagesUnit["Count"] = "Count";
|
|
237
|
+
/** Bytes */
|
|
145
238
|
KnownUsagesUnit["Bytes"] = "Bytes";
|
|
239
|
+
/** Seconds */
|
|
146
240
|
KnownUsagesUnit["Seconds"] = "Seconds";
|
|
241
|
+
/** Percent */
|
|
147
242
|
KnownUsagesUnit["Percent"] = "Percent";
|
|
243
|
+
/** CountPerSecond */
|
|
148
244
|
KnownUsagesUnit["CountPerSecond"] = "CountPerSecond";
|
|
245
|
+
/** BytesPerSecond */
|
|
149
246
|
KnownUsagesUnit["BytesPerSecond"] = "BytesPerSecond";
|
|
150
247
|
})(exports.KnownUsagesUnit || (exports.KnownUsagesUnit = {}));
|
|
151
248
|
/** Known values of {@link EnhancedSecurityState} that the service accepts. */
|
|
152
249
|
exports.KnownEnhancedSecurityState = void 0;
|
|
153
250
|
(function (KnownEnhancedSecurityState) {
|
|
251
|
+
/** Invalid */
|
|
154
252
|
KnownEnhancedSecurityState["Invalid"] = "Invalid";
|
|
253
|
+
/** Enabled */
|
|
155
254
|
KnownEnhancedSecurityState["Enabled"] = "Enabled";
|
|
255
|
+
/** Disabled */
|
|
156
256
|
KnownEnhancedSecurityState["Disabled"] = "Disabled";
|
|
157
257
|
})(exports.KnownEnhancedSecurityState || (exports.KnownEnhancedSecurityState = {}));
|
|
158
258
|
/** Known values of {@link SoftDeleteFeatureState} that the service accepts. */
|
|
159
259
|
exports.KnownSoftDeleteFeatureState = void 0;
|
|
160
260
|
(function (KnownSoftDeleteFeatureState) {
|
|
261
|
+
/** Invalid */
|
|
161
262
|
KnownSoftDeleteFeatureState["Invalid"] = "Invalid";
|
|
263
|
+
/** Enabled */
|
|
162
264
|
KnownSoftDeleteFeatureState["Enabled"] = "Enabled";
|
|
265
|
+
/** Disabled */
|
|
163
266
|
KnownSoftDeleteFeatureState["Disabled"] = "Disabled";
|
|
164
267
|
})(exports.KnownSoftDeleteFeatureState || (exports.KnownSoftDeleteFeatureState = {}));
|
|
165
268
|
/** Known values of {@link EncryptionAtRestType} that the service accepts. */
|
|
166
269
|
exports.KnownEncryptionAtRestType = void 0;
|
|
167
270
|
(function (KnownEncryptionAtRestType) {
|
|
271
|
+
/** Invalid */
|
|
168
272
|
KnownEncryptionAtRestType["Invalid"] = "Invalid";
|
|
273
|
+
/** MicrosoftManaged */
|
|
169
274
|
KnownEncryptionAtRestType["MicrosoftManaged"] = "MicrosoftManaged";
|
|
275
|
+
/** CustomerManaged */
|
|
170
276
|
KnownEncryptionAtRestType["CustomerManaged"] = "CustomerManaged";
|
|
171
277
|
})(exports.KnownEncryptionAtRestType || (exports.KnownEncryptionAtRestType = {}));
|
|
172
278
|
/** Known values of {@link LastUpdateStatus} that the service accepts. */
|
|
173
279
|
exports.KnownLastUpdateStatus = void 0;
|
|
174
280
|
(function (KnownLastUpdateStatus) {
|
|
281
|
+
/** Invalid */
|
|
175
282
|
KnownLastUpdateStatus["Invalid"] = "Invalid";
|
|
283
|
+
/** NotEnabled */
|
|
176
284
|
KnownLastUpdateStatus["NotEnabled"] = "NotEnabled";
|
|
285
|
+
/** PartiallySucceeded */
|
|
177
286
|
KnownLastUpdateStatus["PartiallySucceeded"] = "PartiallySucceeded";
|
|
287
|
+
/** PartiallyFailed */
|
|
178
288
|
KnownLastUpdateStatus["PartiallyFailed"] = "PartiallyFailed";
|
|
289
|
+
/** Failed */
|
|
179
290
|
KnownLastUpdateStatus["Failed"] = "Failed";
|
|
291
|
+
/** Succeeded */
|
|
180
292
|
KnownLastUpdateStatus["Succeeded"] = "Succeeded";
|
|
293
|
+
/** Initialized */
|
|
181
294
|
KnownLastUpdateStatus["Initialized"] = "Initialized";
|
|
295
|
+
/** FirstInitialization */
|
|
182
296
|
KnownLastUpdateStatus["FirstInitialization"] = "FirstInitialization";
|
|
183
297
|
})(exports.KnownLastUpdateStatus || (exports.KnownLastUpdateStatus = {}));
|
|
184
298
|
/** Known values of {@link InfrastructureEncryptionState} that the service accepts. */
|
|
185
299
|
exports.KnownInfrastructureEncryptionState = void 0;
|
|
186
300
|
(function (KnownInfrastructureEncryptionState) {
|
|
301
|
+
/** Invalid */
|
|
187
302
|
KnownInfrastructureEncryptionState["Invalid"] = "Invalid";
|
|
303
|
+
/** Disabled */
|
|
188
304
|
KnownInfrastructureEncryptionState["Disabled"] = "Disabled";
|
|
305
|
+
/** Enabled */
|
|
189
306
|
KnownInfrastructureEncryptionState["Enabled"] = "Enabled";
|
|
190
307
|
})(exports.KnownInfrastructureEncryptionState || (exports.KnownInfrastructureEncryptionState = {}));
|
|
191
308
|
/** Known values of {@link ProvisioningState} that the service accepts. */
|
|
192
309
|
exports.KnownProvisioningState = void 0;
|
|
193
310
|
(function (KnownProvisioningState) {
|
|
311
|
+
/** Succeeded */
|
|
194
312
|
KnownProvisioningState["Succeeded"] = "Succeeded";
|
|
313
|
+
/** Deleting */
|
|
195
314
|
KnownProvisioningState["Deleting"] = "Deleting";
|
|
315
|
+
/** Failed */
|
|
196
316
|
KnownProvisioningState["Failed"] = "Failed";
|
|
317
|
+
/** Pending */
|
|
197
318
|
KnownProvisioningState["Pending"] = "Pending";
|
|
198
319
|
})(exports.KnownProvisioningState || (exports.KnownProvisioningState = {}));
|
|
199
320
|
/** Known values of {@link PrivateEndpointConnectionStatus} that the service accepts. */
|
|
200
321
|
exports.KnownPrivateEndpointConnectionStatus = void 0;
|
|
201
322
|
(function (KnownPrivateEndpointConnectionStatus) {
|
|
323
|
+
/** Pending */
|
|
202
324
|
KnownPrivateEndpointConnectionStatus["Pending"] = "Pending";
|
|
325
|
+
/** Approved */
|
|
203
326
|
KnownPrivateEndpointConnectionStatus["Approved"] = "Approved";
|
|
327
|
+
/** Rejected */
|
|
204
328
|
KnownPrivateEndpointConnectionStatus["Rejected"] = "Rejected";
|
|
329
|
+
/** Disconnected */
|
|
205
330
|
KnownPrivateEndpointConnectionStatus["Disconnected"] = "Disconnected";
|
|
206
331
|
})(exports.KnownPrivateEndpointConnectionStatus || (exports.KnownPrivateEndpointConnectionStatus = {}));
|
|
207
332
|
/** Known values of {@link OperationStatusValues} that the service accepts. */
|
|
208
333
|
exports.KnownOperationStatusValues = void 0;
|
|
209
334
|
(function (KnownOperationStatusValues) {
|
|
335
|
+
/** Invalid */
|
|
210
336
|
KnownOperationStatusValues["Invalid"] = "Invalid";
|
|
337
|
+
/** InProgress */
|
|
211
338
|
KnownOperationStatusValues["InProgress"] = "InProgress";
|
|
339
|
+
/** Succeeded */
|
|
212
340
|
KnownOperationStatusValues["Succeeded"] = "Succeeded";
|
|
341
|
+
/** Failed */
|
|
213
342
|
KnownOperationStatusValues["Failed"] = "Failed";
|
|
343
|
+
/** Canceled */
|
|
214
344
|
KnownOperationStatusValues["Canceled"] = "Canceled";
|
|
215
345
|
})(exports.KnownOperationStatusValues || (exports.KnownOperationStatusValues = {}));
|
|
216
346
|
/** Known values of {@link DataMoveLevel} that the service accepts. */
|
|
217
347
|
exports.KnownDataMoveLevel = void 0;
|
|
218
348
|
(function (KnownDataMoveLevel) {
|
|
349
|
+
/** Invalid */
|
|
219
350
|
KnownDataMoveLevel["Invalid"] = "Invalid";
|
|
351
|
+
/** Vault */
|
|
220
352
|
KnownDataMoveLevel["Vault"] = "Vault";
|
|
353
|
+
/** Container */
|
|
221
354
|
KnownDataMoveLevel["Container"] = "Container";
|
|
222
355
|
})(exports.KnownDataMoveLevel || (exports.KnownDataMoveLevel = {}));
|
|
223
356
|
/** Known values of {@link CreateMode} that the service accepts. */
|
|
224
357
|
exports.KnownCreateMode = void 0;
|
|
225
358
|
(function (KnownCreateMode) {
|
|
359
|
+
/** Invalid */
|
|
226
360
|
KnownCreateMode["Invalid"] = "Invalid";
|
|
361
|
+
/** Default */
|
|
227
362
|
KnownCreateMode["Default"] = "Default";
|
|
363
|
+
/** Recover */
|
|
228
364
|
KnownCreateMode["Recover"] = "Recover";
|
|
229
365
|
})(exports.KnownCreateMode || (exports.KnownCreateMode = {}));
|
|
230
366
|
/** Known values of {@link BackupEngineType} that the service accepts. */
|
|
231
367
|
exports.KnownBackupEngineType = void 0;
|
|
232
368
|
(function (KnownBackupEngineType) {
|
|
369
|
+
/** Invalid */
|
|
233
370
|
KnownBackupEngineType["Invalid"] = "Invalid";
|
|
371
|
+
/** DpmBackupEngine */
|
|
234
372
|
KnownBackupEngineType["DpmBackupEngine"] = "DpmBackupEngine";
|
|
373
|
+
/** AzureBackupServerEngine */
|
|
235
374
|
KnownBackupEngineType["AzureBackupServerEngine"] = "AzureBackupServerEngine";
|
|
236
375
|
})(exports.KnownBackupEngineType || (exports.KnownBackupEngineType = {}));
|
|
237
376
|
/** Known values of {@link ContainerType} that the service accepts. */
|
|
238
377
|
exports.KnownContainerType = void 0;
|
|
239
378
|
(function (KnownContainerType) {
|
|
379
|
+
/** Invalid */
|
|
240
380
|
KnownContainerType["Invalid"] = "Invalid";
|
|
381
|
+
/** Unknown */
|
|
241
382
|
KnownContainerType["Unknown"] = "Unknown";
|
|
383
|
+
/** IaasVMContainer */
|
|
242
384
|
KnownContainerType["IaasVMContainer"] = "IaasVMContainer";
|
|
385
|
+
/** IaasVMServiceContainer */
|
|
243
386
|
KnownContainerType["IaasVMServiceContainer"] = "IaasVMServiceContainer";
|
|
387
|
+
/** DPMContainer */
|
|
244
388
|
KnownContainerType["DPMContainer"] = "DPMContainer";
|
|
389
|
+
/** AzureBackupServerContainer */
|
|
245
390
|
KnownContainerType["AzureBackupServerContainer"] = "AzureBackupServerContainer";
|
|
391
|
+
/** MABContainer */
|
|
246
392
|
KnownContainerType["MABContainer"] = "MABContainer";
|
|
393
|
+
/** Cluster */
|
|
247
394
|
KnownContainerType["Cluster"] = "Cluster";
|
|
395
|
+
/** AzureSqlContainer */
|
|
248
396
|
KnownContainerType["AzureSqlContainer"] = "AzureSqlContainer";
|
|
397
|
+
/** Windows */
|
|
249
398
|
KnownContainerType["Windows"] = "Windows";
|
|
399
|
+
/** VCenter */
|
|
250
400
|
KnownContainerType["VCenter"] = "VCenter";
|
|
401
|
+
/** VMAppContainer */
|
|
251
402
|
KnownContainerType["VMAppContainer"] = "VMAppContainer";
|
|
403
|
+
/** SqlagWorkLoadContainer */
|
|
252
404
|
KnownContainerType["SqlagWorkLoadContainer"] = "SQLAGWorkLoadContainer";
|
|
405
|
+
/** StorageContainer */
|
|
253
406
|
KnownContainerType["StorageContainer"] = "StorageContainer";
|
|
407
|
+
/** GenericContainer */
|
|
254
408
|
KnownContainerType["GenericContainer"] = "GenericContainer";
|
|
409
|
+
/** MicrosoftClassicComputeVirtualMachines */
|
|
255
410
|
KnownContainerType["MicrosoftClassicComputeVirtualMachines"] = "Microsoft.ClassicCompute/virtualMachines";
|
|
411
|
+
/** MicrosoftComputeVirtualMachines */
|
|
256
412
|
KnownContainerType["MicrosoftComputeVirtualMachines"] = "Microsoft.Compute/virtualMachines";
|
|
413
|
+
/** AzureWorkloadContainer */
|
|
257
414
|
KnownContainerType["AzureWorkloadContainer"] = "AzureWorkloadContainer";
|
|
258
415
|
})(exports.KnownContainerType || (exports.KnownContainerType = {}));
|
|
259
416
|
/** Known values of {@link ProtectionState} that the service accepts. */
|
|
260
417
|
exports.KnownProtectionState = void 0;
|
|
261
418
|
(function (KnownProtectionState) {
|
|
419
|
+
/** Invalid */
|
|
262
420
|
KnownProtectionState["Invalid"] = "Invalid";
|
|
421
|
+
/** IRPending */
|
|
263
422
|
KnownProtectionState["IRPending"] = "IRPending";
|
|
423
|
+
/** Protected */
|
|
264
424
|
KnownProtectionState["Protected"] = "Protected";
|
|
425
|
+
/** ProtectionError */
|
|
265
426
|
KnownProtectionState["ProtectionError"] = "ProtectionError";
|
|
427
|
+
/** ProtectionStopped */
|
|
266
428
|
KnownProtectionState["ProtectionStopped"] = "ProtectionStopped";
|
|
429
|
+
/** ProtectionPaused */
|
|
267
430
|
KnownProtectionState["ProtectionPaused"] = "ProtectionPaused";
|
|
268
431
|
})(exports.KnownProtectionState || (exports.KnownProtectionState = {}));
|
|
269
432
|
/** Known values of {@link ResourceHealthStatus} that the service accepts. */
|
|
270
433
|
exports.KnownResourceHealthStatus = void 0;
|
|
271
434
|
(function (KnownResourceHealthStatus) {
|
|
435
|
+
/** Healthy */
|
|
272
436
|
KnownResourceHealthStatus["Healthy"] = "Healthy";
|
|
437
|
+
/** TransientDegraded */
|
|
273
438
|
KnownResourceHealthStatus["TransientDegraded"] = "TransientDegraded";
|
|
439
|
+
/** PersistentDegraded */
|
|
274
440
|
KnownResourceHealthStatus["PersistentDegraded"] = "PersistentDegraded";
|
|
441
|
+
/** TransientUnhealthy */
|
|
275
442
|
KnownResourceHealthStatus["TransientUnhealthy"] = "TransientUnhealthy";
|
|
443
|
+
/** PersistentUnhealthy */
|
|
276
444
|
KnownResourceHealthStatus["PersistentUnhealthy"] = "PersistentUnhealthy";
|
|
445
|
+
/** Invalid */
|
|
277
446
|
KnownResourceHealthStatus["Invalid"] = "Invalid";
|
|
278
447
|
})(exports.KnownResourceHealthStatus || (exports.KnownResourceHealthStatus = {}));
|
|
279
448
|
/** Known values of {@link RecoveryType} that the service accepts. */
|
|
280
449
|
exports.KnownRecoveryType = void 0;
|
|
281
450
|
(function (KnownRecoveryType) {
|
|
451
|
+
/** Invalid */
|
|
282
452
|
KnownRecoveryType["Invalid"] = "Invalid";
|
|
453
|
+
/** OriginalLocation */
|
|
283
454
|
KnownRecoveryType["OriginalLocation"] = "OriginalLocation";
|
|
455
|
+
/** AlternateLocation */
|
|
284
456
|
KnownRecoveryType["AlternateLocation"] = "AlternateLocation";
|
|
457
|
+
/** RestoreDisks */
|
|
285
458
|
KnownRecoveryType["RestoreDisks"] = "RestoreDisks";
|
|
459
|
+
/** Offline */
|
|
286
460
|
KnownRecoveryType["Offline"] = "Offline";
|
|
287
461
|
})(exports.KnownRecoveryType || (exports.KnownRecoveryType = {}));
|
|
288
462
|
/** Known values of {@link CopyOptions} that the service accepts. */
|
|
289
463
|
exports.KnownCopyOptions = void 0;
|
|
290
464
|
(function (KnownCopyOptions) {
|
|
465
|
+
/** Invalid */
|
|
291
466
|
KnownCopyOptions["Invalid"] = "Invalid";
|
|
467
|
+
/** CreateCopy */
|
|
292
468
|
KnownCopyOptions["CreateCopy"] = "CreateCopy";
|
|
469
|
+
/** Skip */
|
|
293
470
|
KnownCopyOptions["Skip"] = "Skip";
|
|
471
|
+
/** Overwrite */
|
|
294
472
|
KnownCopyOptions["Overwrite"] = "Overwrite";
|
|
473
|
+
/** FailOnConflict */
|
|
295
474
|
KnownCopyOptions["FailOnConflict"] = "FailOnConflict";
|
|
296
475
|
})(exports.KnownCopyOptions || (exports.KnownCopyOptions = {}));
|
|
297
476
|
/** Known values of {@link RestoreRequestType} that the service accepts. */
|
|
298
477
|
exports.KnownRestoreRequestType = void 0;
|
|
299
478
|
(function (KnownRestoreRequestType) {
|
|
479
|
+
/** Invalid */
|
|
300
480
|
KnownRestoreRequestType["Invalid"] = "Invalid";
|
|
481
|
+
/** FullShareRestore */
|
|
301
482
|
KnownRestoreRequestType["FullShareRestore"] = "FullShareRestore";
|
|
483
|
+
/** ItemLevelRestore */
|
|
302
484
|
KnownRestoreRequestType["ItemLevelRestore"] = "ItemLevelRestore";
|
|
303
485
|
})(exports.KnownRestoreRequestType || (exports.KnownRestoreRequestType = {}));
|
|
304
486
|
/** Known values of {@link WorkloadType} that the service accepts. */
|
|
305
487
|
exports.KnownWorkloadType = void 0;
|
|
306
488
|
(function (KnownWorkloadType) {
|
|
489
|
+
/** Invalid */
|
|
307
490
|
KnownWorkloadType["Invalid"] = "Invalid";
|
|
491
|
+
/** VM */
|
|
308
492
|
KnownWorkloadType["VM"] = "VM";
|
|
493
|
+
/** FileFolder */
|
|
309
494
|
KnownWorkloadType["FileFolder"] = "FileFolder";
|
|
495
|
+
/** AzureSqlDb */
|
|
310
496
|
KnownWorkloadType["AzureSqlDb"] = "AzureSqlDb";
|
|
497
|
+
/** Sqldb */
|
|
311
498
|
KnownWorkloadType["Sqldb"] = "SQLDB";
|
|
499
|
+
/** Exchange */
|
|
312
500
|
KnownWorkloadType["Exchange"] = "Exchange";
|
|
501
|
+
/** Sharepoint */
|
|
313
502
|
KnownWorkloadType["Sharepoint"] = "Sharepoint";
|
|
503
|
+
/** VMwareVM */
|
|
314
504
|
KnownWorkloadType["VMwareVM"] = "VMwareVM";
|
|
505
|
+
/** SystemState */
|
|
315
506
|
KnownWorkloadType["SystemState"] = "SystemState";
|
|
507
|
+
/** Client */
|
|
316
508
|
KnownWorkloadType["Client"] = "Client";
|
|
509
|
+
/** GenericDataSource */
|
|
317
510
|
KnownWorkloadType["GenericDataSource"] = "GenericDataSource";
|
|
511
|
+
/** SQLDataBase */
|
|
318
512
|
KnownWorkloadType["SQLDataBase"] = "SQLDataBase";
|
|
513
|
+
/** AzureFileShare */
|
|
319
514
|
KnownWorkloadType["AzureFileShare"] = "AzureFileShare";
|
|
515
|
+
/** SAPHanaDatabase */
|
|
320
516
|
KnownWorkloadType["SAPHanaDatabase"] = "SAPHanaDatabase";
|
|
517
|
+
/** SAPAseDatabase */
|
|
321
518
|
KnownWorkloadType["SAPAseDatabase"] = "SAPAseDatabase";
|
|
322
519
|
})(exports.KnownWorkloadType || (exports.KnownWorkloadType = {}));
|
|
323
520
|
/** Known values of {@link PolicyType} that the service accepts. */
|
|
324
521
|
exports.KnownPolicyType = void 0;
|
|
325
522
|
(function (KnownPolicyType) {
|
|
523
|
+
/** Invalid */
|
|
326
524
|
KnownPolicyType["Invalid"] = "Invalid";
|
|
525
|
+
/** Full */
|
|
327
526
|
KnownPolicyType["Full"] = "Full";
|
|
527
|
+
/** Differential */
|
|
328
528
|
KnownPolicyType["Differential"] = "Differential";
|
|
529
|
+
/** Log */
|
|
329
530
|
KnownPolicyType["Log"] = "Log";
|
|
531
|
+
/** CopyOnlyFull */
|
|
330
532
|
KnownPolicyType["CopyOnlyFull"] = "CopyOnlyFull";
|
|
533
|
+
/** Incremental */
|
|
331
534
|
KnownPolicyType["Incremental"] = "Incremental";
|
|
332
535
|
})(exports.KnownPolicyType || (exports.KnownPolicyType = {}));
|
|
333
536
|
/** Known values of {@link HealthStatus} that the service accepts. */
|
|
334
537
|
exports.KnownHealthStatus = void 0;
|
|
335
538
|
(function (KnownHealthStatus) {
|
|
539
|
+
/** Passed */
|
|
336
540
|
KnownHealthStatus["Passed"] = "Passed";
|
|
541
|
+
/** ActionRequired */
|
|
337
542
|
KnownHealthStatus["ActionRequired"] = "ActionRequired";
|
|
543
|
+
/** ActionSuggested */
|
|
338
544
|
KnownHealthStatus["ActionSuggested"] = "ActionSuggested";
|
|
545
|
+
/** Invalid */
|
|
339
546
|
KnownHealthStatus["Invalid"] = "Invalid";
|
|
340
547
|
})(exports.KnownHealthStatus || (exports.KnownHealthStatus = {}));
|
|
341
548
|
/** Known values of {@link IaasvmPolicyType} that the service accepts. */
|
|
342
549
|
exports.KnownIaasvmPolicyType = void 0;
|
|
343
550
|
(function (KnownIaasvmPolicyType) {
|
|
551
|
+
/** Invalid */
|
|
344
552
|
KnownIaasvmPolicyType["Invalid"] = "Invalid";
|
|
553
|
+
/** V1 */
|
|
345
554
|
KnownIaasvmPolicyType["V1"] = "V1";
|
|
555
|
+
/** V2 */
|
|
346
556
|
KnownIaasvmPolicyType["V2"] = "V2";
|
|
347
557
|
})(exports.KnownIaasvmPolicyType || (exports.KnownIaasvmPolicyType = {}));
|
|
348
558
|
/** Known values of {@link ProtectedItemState} that the service accepts. */
|
|
349
559
|
exports.KnownProtectedItemState = void 0;
|
|
350
560
|
(function (KnownProtectedItemState) {
|
|
561
|
+
/** Invalid */
|
|
351
562
|
KnownProtectedItemState["Invalid"] = "Invalid";
|
|
563
|
+
/** IRPending */
|
|
352
564
|
KnownProtectedItemState["IRPending"] = "IRPending";
|
|
565
|
+
/** Protected */
|
|
353
566
|
KnownProtectedItemState["Protected"] = "Protected";
|
|
567
|
+
/** ProtectionError */
|
|
354
568
|
KnownProtectedItemState["ProtectionError"] = "ProtectionError";
|
|
569
|
+
/** ProtectionStopped */
|
|
355
570
|
KnownProtectedItemState["ProtectionStopped"] = "ProtectionStopped";
|
|
571
|
+
/** ProtectionPaused */
|
|
356
572
|
KnownProtectedItemState["ProtectionPaused"] = "ProtectionPaused";
|
|
357
573
|
})(exports.KnownProtectedItemState || (exports.KnownProtectedItemState = {}));
|
|
358
574
|
/** Known values of {@link LastBackupStatus} that the service accepts. */
|
|
359
575
|
exports.KnownLastBackupStatus = void 0;
|
|
360
576
|
(function (KnownLastBackupStatus) {
|
|
577
|
+
/** Invalid */
|
|
361
578
|
KnownLastBackupStatus["Invalid"] = "Invalid";
|
|
579
|
+
/** Healthy */
|
|
362
580
|
KnownLastBackupStatus["Healthy"] = "Healthy";
|
|
581
|
+
/** Unhealthy */
|
|
363
582
|
KnownLastBackupStatus["Unhealthy"] = "Unhealthy";
|
|
583
|
+
/** IRPending */
|
|
364
584
|
KnownLastBackupStatus["IRPending"] = "IRPending";
|
|
365
585
|
})(exports.KnownLastBackupStatus || (exports.KnownLastBackupStatus = {}));
|
|
366
586
|
/** Known values of {@link ProtectedItemHealthStatus} that the service accepts. */
|
|
367
587
|
exports.KnownProtectedItemHealthStatus = void 0;
|
|
368
588
|
(function (KnownProtectedItemHealthStatus) {
|
|
589
|
+
/** Invalid */
|
|
369
590
|
KnownProtectedItemHealthStatus["Invalid"] = "Invalid";
|
|
591
|
+
/** Healthy */
|
|
370
592
|
KnownProtectedItemHealthStatus["Healthy"] = "Healthy";
|
|
593
|
+
/** Unhealthy */
|
|
371
594
|
KnownProtectedItemHealthStatus["Unhealthy"] = "Unhealthy";
|
|
595
|
+
/** NotReachable */
|
|
372
596
|
KnownProtectedItemHealthStatus["NotReachable"] = "NotReachable";
|
|
597
|
+
/** IRPending */
|
|
373
598
|
KnownProtectedItemHealthStatus["IRPending"] = "IRPending";
|
|
374
599
|
})(exports.KnownProtectedItemHealthStatus || (exports.KnownProtectedItemHealthStatus = {}));
|
|
375
600
|
/** Known values of {@link RestorePointType} that the service accepts. */
|
|
376
601
|
exports.KnownRestorePointType = void 0;
|
|
377
602
|
(function (KnownRestorePointType) {
|
|
603
|
+
/** Invalid */
|
|
378
604
|
KnownRestorePointType["Invalid"] = "Invalid";
|
|
605
|
+
/** Full */
|
|
379
606
|
KnownRestorePointType["Full"] = "Full";
|
|
607
|
+
/** Log */
|
|
380
608
|
KnownRestorePointType["Log"] = "Log";
|
|
609
|
+
/** Differential */
|
|
381
610
|
KnownRestorePointType["Differential"] = "Differential";
|
|
611
|
+
/** Incremental */
|
|
382
612
|
KnownRestorePointType["Incremental"] = "Incremental";
|
|
383
613
|
})(exports.KnownRestorePointType || (exports.KnownRestorePointType = {}));
|
|
384
614
|
/** Known values of {@link OverwriteOptions} that the service accepts. */
|
|
385
615
|
exports.KnownOverwriteOptions = void 0;
|
|
386
616
|
(function (KnownOverwriteOptions) {
|
|
617
|
+
/** Invalid */
|
|
387
618
|
KnownOverwriteOptions["Invalid"] = "Invalid";
|
|
619
|
+
/** FailOnConflict */
|
|
388
620
|
KnownOverwriteOptions["FailOnConflict"] = "FailOnConflict";
|
|
621
|
+
/** Overwrite */
|
|
389
622
|
KnownOverwriteOptions["Overwrite"] = "Overwrite";
|
|
390
623
|
})(exports.KnownOverwriteOptions || (exports.KnownOverwriteOptions = {}));
|
|
391
624
|
/** Known values of {@link RecoveryMode} that the service accepts. */
|
|
392
625
|
exports.KnownRecoveryMode = void 0;
|
|
393
626
|
(function (KnownRecoveryMode) {
|
|
627
|
+
/** Invalid */
|
|
394
628
|
KnownRecoveryMode["Invalid"] = "Invalid";
|
|
629
|
+
/** FileRecovery */
|
|
395
630
|
KnownRecoveryMode["FileRecovery"] = "FileRecovery";
|
|
631
|
+
/** WorkloadRecovery */
|
|
396
632
|
KnownRecoveryMode["WorkloadRecovery"] = "WorkloadRecovery";
|
|
397
633
|
})(exports.KnownRecoveryMode || (exports.KnownRecoveryMode = {}));
|
|
398
634
|
/** Known values of {@link SQLDataDirectoryType} that the service accepts. */
|
|
399
635
|
exports.KnownSQLDataDirectoryType = void 0;
|
|
400
636
|
(function (KnownSQLDataDirectoryType) {
|
|
637
|
+
/** Invalid */
|
|
401
638
|
KnownSQLDataDirectoryType["Invalid"] = "Invalid";
|
|
639
|
+
/** Data */
|
|
402
640
|
KnownSQLDataDirectoryType["Data"] = "Data";
|
|
641
|
+
/** Log */
|
|
403
642
|
KnownSQLDataDirectoryType["Log"] = "Log";
|
|
404
643
|
})(exports.KnownSQLDataDirectoryType || (exports.KnownSQLDataDirectoryType = {}));
|
|
405
644
|
/** Known values of {@link RestorePointQueryType} that the service accepts. */
|
|
406
645
|
exports.KnownRestorePointQueryType = void 0;
|
|
407
646
|
(function (KnownRestorePointQueryType) {
|
|
647
|
+
/** Invalid */
|
|
408
648
|
KnownRestorePointQueryType["Invalid"] = "Invalid";
|
|
649
|
+
/** Full */
|
|
409
650
|
KnownRestorePointQueryType["Full"] = "Full";
|
|
651
|
+
/** Log */
|
|
410
652
|
KnownRestorePointQueryType["Log"] = "Log";
|
|
653
|
+
/** Differential */
|
|
411
654
|
KnownRestorePointQueryType["Differential"] = "Differential";
|
|
655
|
+
/** FullAndDifferential */
|
|
412
656
|
KnownRestorePointQueryType["FullAndDifferential"] = "FullAndDifferential";
|
|
657
|
+
/** All */
|
|
413
658
|
KnownRestorePointQueryType["All"] = "All";
|
|
659
|
+
/** Incremental */
|
|
414
660
|
KnownRestorePointQueryType["Incremental"] = "Incremental";
|
|
415
661
|
})(exports.KnownRestorePointQueryType || (exports.KnownRestorePointQueryType = {}));
|
|
416
662
|
/** Known values of {@link RetentionDurationType} that the service accepts. */
|
|
417
663
|
exports.KnownRetentionDurationType = void 0;
|
|
418
664
|
(function (KnownRetentionDurationType) {
|
|
665
|
+
/** Invalid */
|
|
419
666
|
KnownRetentionDurationType["Invalid"] = "Invalid";
|
|
667
|
+
/** Days */
|
|
420
668
|
KnownRetentionDurationType["Days"] = "Days";
|
|
669
|
+
/** Weeks */
|
|
421
670
|
KnownRetentionDurationType["Weeks"] = "Weeks";
|
|
671
|
+
/** Months */
|
|
422
672
|
KnownRetentionDurationType["Months"] = "Months";
|
|
673
|
+
/** Years */
|
|
423
674
|
KnownRetentionDurationType["Years"] = "Years";
|
|
424
675
|
})(exports.KnownRetentionDurationType || (exports.KnownRetentionDurationType = {}));
|
|
425
676
|
/** Known values of {@link JobStatus} that the service accepts. */
|
|
426
677
|
exports.KnownJobStatus = void 0;
|
|
427
678
|
(function (KnownJobStatus) {
|
|
679
|
+
/** Invalid */
|
|
428
680
|
KnownJobStatus["Invalid"] = "Invalid";
|
|
681
|
+
/** InProgress */
|
|
429
682
|
KnownJobStatus["InProgress"] = "InProgress";
|
|
683
|
+
/** Completed */
|
|
430
684
|
KnownJobStatus["Completed"] = "Completed";
|
|
685
|
+
/** Failed */
|
|
431
686
|
KnownJobStatus["Failed"] = "Failed";
|
|
687
|
+
/** CompletedWithWarnings */
|
|
432
688
|
KnownJobStatus["CompletedWithWarnings"] = "CompletedWithWarnings";
|
|
689
|
+
/** Cancelled */
|
|
433
690
|
KnownJobStatus["Cancelled"] = "Cancelled";
|
|
691
|
+
/** Cancelling */
|
|
434
692
|
KnownJobStatus["Cancelling"] = "Cancelling";
|
|
435
693
|
})(exports.KnownJobStatus || (exports.KnownJobStatus = {}));
|
|
436
694
|
/** Known values of {@link JobOperationType} that the service accepts. */
|
|
437
695
|
exports.KnownJobOperationType = void 0;
|
|
438
696
|
(function (KnownJobOperationType) {
|
|
697
|
+
/** Invalid */
|
|
439
698
|
KnownJobOperationType["Invalid"] = "Invalid";
|
|
699
|
+
/** Register */
|
|
440
700
|
KnownJobOperationType["Register"] = "Register";
|
|
701
|
+
/** UnRegister */
|
|
441
702
|
KnownJobOperationType["UnRegister"] = "UnRegister";
|
|
703
|
+
/** ConfigureBackup */
|
|
442
704
|
KnownJobOperationType["ConfigureBackup"] = "ConfigureBackup";
|
|
705
|
+
/** Backup */
|
|
443
706
|
KnownJobOperationType["Backup"] = "Backup";
|
|
707
|
+
/** Restore */
|
|
444
708
|
KnownJobOperationType["Restore"] = "Restore";
|
|
709
|
+
/** DisableBackup */
|
|
445
710
|
KnownJobOperationType["DisableBackup"] = "DisableBackup";
|
|
711
|
+
/** DeleteBackupData */
|
|
446
712
|
KnownJobOperationType["DeleteBackupData"] = "DeleteBackupData";
|
|
713
|
+
/** CrossRegionRestore */
|
|
447
714
|
KnownJobOperationType["CrossRegionRestore"] = "CrossRegionRestore";
|
|
715
|
+
/** Undelete */
|
|
448
716
|
KnownJobOperationType["Undelete"] = "Undelete";
|
|
717
|
+
/** UpdateCustomerManagedKey */
|
|
449
718
|
KnownJobOperationType["UpdateCustomerManagedKey"] = "UpdateCustomerManagedKey";
|
|
450
719
|
})(exports.KnownJobOperationType || (exports.KnownJobOperationType = {}));
|
|
451
720
|
/** Known values of {@link RetentionScheduleFormat} that the service accepts. */
|
|
452
721
|
exports.KnownRetentionScheduleFormat = void 0;
|
|
453
722
|
(function (KnownRetentionScheduleFormat) {
|
|
723
|
+
/** Invalid */
|
|
454
724
|
KnownRetentionScheduleFormat["Invalid"] = "Invalid";
|
|
725
|
+
/** Daily */
|
|
455
726
|
KnownRetentionScheduleFormat["Daily"] = "Daily";
|
|
727
|
+
/** Weekly */
|
|
456
728
|
KnownRetentionScheduleFormat["Weekly"] = "Weekly";
|
|
457
729
|
})(exports.KnownRetentionScheduleFormat || (exports.KnownRetentionScheduleFormat = {}));
|
|
458
730
|
/** Known values of {@link MabServerType} that the service accepts. */
|
|
459
731
|
exports.KnownMabServerType = void 0;
|
|
460
732
|
(function (KnownMabServerType) {
|
|
733
|
+
/** Invalid */
|
|
461
734
|
KnownMabServerType["Invalid"] = "Invalid";
|
|
735
|
+
/** Unknown */
|
|
462
736
|
KnownMabServerType["Unknown"] = "Unknown";
|
|
737
|
+
/** IaasVMContainer */
|
|
463
738
|
KnownMabServerType["IaasVMContainer"] = "IaasVMContainer";
|
|
739
|
+
/** IaasVMServiceContainer */
|
|
464
740
|
KnownMabServerType["IaasVMServiceContainer"] = "IaasVMServiceContainer";
|
|
741
|
+
/** DPMContainer */
|
|
465
742
|
KnownMabServerType["DPMContainer"] = "DPMContainer";
|
|
743
|
+
/** AzureBackupServerContainer */
|
|
466
744
|
KnownMabServerType["AzureBackupServerContainer"] = "AzureBackupServerContainer";
|
|
745
|
+
/** MABContainer */
|
|
467
746
|
KnownMabServerType["MABContainer"] = "MABContainer";
|
|
747
|
+
/** Cluster */
|
|
468
748
|
KnownMabServerType["Cluster"] = "Cluster";
|
|
749
|
+
/** AzureSqlContainer */
|
|
469
750
|
KnownMabServerType["AzureSqlContainer"] = "AzureSqlContainer";
|
|
751
|
+
/** Windows */
|
|
470
752
|
KnownMabServerType["Windows"] = "Windows";
|
|
753
|
+
/** VCenter */
|
|
471
754
|
KnownMabServerType["VCenter"] = "VCenter";
|
|
755
|
+
/** VMAppContainer */
|
|
472
756
|
KnownMabServerType["VMAppContainer"] = "VMAppContainer";
|
|
757
|
+
/** SqlagWorkLoadContainer */
|
|
473
758
|
KnownMabServerType["SqlagWorkLoadContainer"] = "SQLAGWorkLoadContainer";
|
|
759
|
+
/** StorageContainer */
|
|
474
760
|
KnownMabServerType["StorageContainer"] = "StorageContainer";
|
|
761
|
+
/** GenericContainer */
|
|
475
762
|
KnownMabServerType["GenericContainer"] = "GenericContainer";
|
|
476
763
|
})(exports.KnownMabServerType || (exports.KnownMabServerType = {}));
|
|
477
764
|
/** Known values of {@link HealthState} that the service accepts. */
|
|
478
765
|
exports.KnownHealthState = void 0;
|
|
479
766
|
(function (KnownHealthState) {
|
|
767
|
+
/** Passed */
|
|
480
768
|
KnownHealthState["Passed"] = "Passed";
|
|
769
|
+
/** ActionRequired */
|
|
481
770
|
KnownHealthState["ActionRequired"] = "ActionRequired";
|
|
771
|
+
/** ActionSuggested */
|
|
482
772
|
KnownHealthState["ActionSuggested"] = "ActionSuggested";
|
|
773
|
+
/** Invalid */
|
|
483
774
|
KnownHealthState["Invalid"] = "Invalid";
|
|
484
775
|
})(exports.KnownHealthState || (exports.KnownHealthState = {}));
|
|
485
776
|
/** Known values of {@link ScheduleRunType} that the service accepts. */
|
|
486
777
|
exports.KnownScheduleRunType = void 0;
|
|
487
778
|
(function (KnownScheduleRunType) {
|
|
779
|
+
/** Invalid */
|
|
488
780
|
KnownScheduleRunType["Invalid"] = "Invalid";
|
|
781
|
+
/** Daily */
|
|
489
782
|
KnownScheduleRunType["Daily"] = "Daily";
|
|
783
|
+
/** Weekly */
|
|
490
784
|
KnownScheduleRunType["Weekly"] = "Weekly";
|
|
785
|
+
/** Hourly */
|
|
491
786
|
KnownScheduleRunType["Hourly"] = "Hourly";
|
|
492
787
|
})(exports.KnownScheduleRunType || (exports.KnownScheduleRunType = {}));
|
|
493
788
|
/** Known values of {@link AzureFileShareType} that the service accepts. */
|
|
494
789
|
exports.KnownAzureFileShareType = void 0;
|
|
495
790
|
(function (KnownAzureFileShareType) {
|
|
791
|
+
/** Invalid */
|
|
496
792
|
KnownAzureFileShareType["Invalid"] = "Invalid";
|
|
793
|
+
/** Xsmb */
|
|
497
794
|
KnownAzureFileShareType["Xsmb"] = "XSMB";
|
|
795
|
+
/** XSync */
|
|
498
796
|
KnownAzureFileShareType["XSync"] = "XSync";
|
|
499
797
|
})(exports.KnownAzureFileShareType || (exports.KnownAzureFileShareType = {}));
|
|
500
798
|
/** Known values of {@link OperationType} that the service accepts. */
|
|
501
799
|
exports.KnownOperationType = void 0;
|
|
502
800
|
(function (KnownOperationType) {
|
|
801
|
+
/** Invalid */
|
|
503
802
|
KnownOperationType["Invalid"] = "Invalid";
|
|
803
|
+
/** Register */
|
|
504
804
|
KnownOperationType["Register"] = "Register";
|
|
805
|
+
/** Reregister */
|
|
505
806
|
KnownOperationType["Reregister"] = "Reregister";
|
|
506
807
|
})(exports.KnownOperationType || (exports.KnownOperationType = {}));
|
|
507
808
|
/** Known values of {@link AcquireStorageAccountLock} that the service accepts. */
|
|
508
809
|
exports.KnownAcquireStorageAccountLock = void 0;
|
|
509
810
|
(function (KnownAcquireStorageAccountLock) {
|
|
811
|
+
/** Acquire */
|
|
510
812
|
KnownAcquireStorageAccountLock["Acquire"] = "Acquire";
|
|
813
|
+
/** NotAcquire */
|
|
511
814
|
KnownAcquireStorageAccountLock["NotAcquire"] = "NotAcquire";
|
|
512
815
|
})(exports.KnownAcquireStorageAccountLock || (exports.KnownAcquireStorageAccountLock = {}));
|
|
513
816
|
/** Known values of {@link InquiryStatus} that the service accepts. */
|
|
514
817
|
exports.KnownInquiryStatus = void 0;
|
|
515
818
|
(function (KnownInquiryStatus) {
|
|
819
|
+
/** Invalid */
|
|
516
820
|
KnownInquiryStatus["Invalid"] = "Invalid";
|
|
821
|
+
/** Success */
|
|
517
822
|
KnownInquiryStatus["Success"] = "Success";
|
|
823
|
+
/** Failed */
|
|
518
824
|
KnownInquiryStatus["Failed"] = "Failed";
|
|
519
825
|
})(exports.KnownInquiryStatus || (exports.KnownInquiryStatus = {}));
|
|
520
826
|
/** Known values of {@link BackupType} that the service accepts. */
|
|
521
827
|
exports.KnownBackupType = void 0;
|
|
522
828
|
(function (KnownBackupType) {
|
|
829
|
+
/** Invalid */
|
|
523
830
|
KnownBackupType["Invalid"] = "Invalid";
|
|
831
|
+
/** Full */
|
|
524
832
|
KnownBackupType["Full"] = "Full";
|
|
833
|
+
/** Differential */
|
|
525
834
|
KnownBackupType["Differential"] = "Differential";
|
|
835
|
+
/** Log */
|
|
526
836
|
KnownBackupType["Log"] = "Log";
|
|
837
|
+
/** CopyOnlyFull */
|
|
527
838
|
KnownBackupType["CopyOnlyFull"] = "CopyOnlyFull";
|
|
839
|
+
/** Incremental */
|
|
528
840
|
KnownBackupType["Incremental"] = "Incremental";
|
|
529
841
|
})(exports.KnownBackupType || (exports.KnownBackupType = {}));
|
|
530
842
|
/** Known values of {@link WorkloadItemType} that the service accepts. */
|
|
531
843
|
exports.KnownWorkloadItemType = void 0;
|
|
532
844
|
(function (KnownWorkloadItemType) {
|
|
845
|
+
/** Invalid */
|
|
533
846
|
KnownWorkloadItemType["Invalid"] = "Invalid";
|
|
847
|
+
/** SQLInstance */
|
|
534
848
|
KnownWorkloadItemType["SQLInstance"] = "SQLInstance";
|
|
849
|
+
/** SQLDataBase */
|
|
535
850
|
KnownWorkloadItemType["SQLDataBase"] = "SQLDataBase";
|
|
851
|
+
/** SAPHanaSystem */
|
|
536
852
|
KnownWorkloadItemType["SAPHanaSystem"] = "SAPHanaSystem";
|
|
853
|
+
/** SAPHanaDatabase */
|
|
537
854
|
KnownWorkloadItemType["SAPHanaDatabase"] = "SAPHanaDatabase";
|
|
855
|
+
/** SAPAseSystem */
|
|
538
856
|
KnownWorkloadItemType["SAPAseSystem"] = "SAPAseSystem";
|
|
857
|
+
/** SAPAseDatabase */
|
|
539
858
|
KnownWorkloadItemType["SAPAseDatabase"] = "SAPAseDatabase";
|
|
540
859
|
})(exports.KnownWorkloadItemType || (exports.KnownWorkloadItemType = {}));
|
|
541
860
|
/** Known values of {@link Type} that the service accepts. */
|
|
542
861
|
exports.KnownType = void 0;
|
|
543
862
|
(function (KnownType) {
|
|
863
|
+
/** Invalid */
|
|
544
864
|
KnownType["Invalid"] = "Invalid";
|
|
865
|
+
/** BackupProtectedItemCountSummary */
|
|
545
866
|
KnownType["BackupProtectedItemCountSummary"] = "BackupProtectedItemCountSummary";
|
|
867
|
+
/** BackupProtectionContainerCountSummary */
|
|
546
868
|
KnownType["BackupProtectionContainerCountSummary"] = "BackupProtectionContainerCountSummary";
|
|
547
869
|
})(exports.KnownType || (exports.KnownType = {}));
|
|
548
870
|
/** Known values of {@link IntentItemType} that the service accepts. */
|
|
549
871
|
exports.KnownIntentItemType = void 0;
|
|
550
872
|
(function (KnownIntentItemType) {
|
|
873
|
+
/** Invalid */
|
|
551
874
|
KnownIntentItemType["Invalid"] = "Invalid";
|
|
875
|
+
/** SQLInstance */
|
|
552
876
|
KnownIntentItemType["SQLInstance"] = "SQLInstance";
|
|
877
|
+
/** SQLAvailabilityGroupContainer */
|
|
553
878
|
KnownIntentItemType["SQLAvailabilityGroupContainer"] = "SQLAvailabilityGroupContainer";
|
|
554
879
|
})(exports.KnownIntentItemType || (exports.KnownIntentItemType = {}));
|
|
555
880
|
/** Known values of {@link BackupItemType} that the service accepts. */
|
|
556
881
|
exports.KnownBackupItemType = void 0;
|
|
557
882
|
(function (KnownBackupItemType) {
|
|
883
|
+
/** Invalid */
|
|
558
884
|
KnownBackupItemType["Invalid"] = "Invalid";
|
|
885
|
+
/** VM */
|
|
559
886
|
KnownBackupItemType["VM"] = "VM";
|
|
887
|
+
/** FileFolder */
|
|
560
888
|
KnownBackupItemType["FileFolder"] = "FileFolder";
|
|
889
|
+
/** AzureSqlDb */
|
|
561
890
|
KnownBackupItemType["AzureSqlDb"] = "AzureSqlDb";
|
|
891
|
+
/** Sqldb */
|
|
562
892
|
KnownBackupItemType["Sqldb"] = "SQLDB";
|
|
893
|
+
/** Exchange */
|
|
563
894
|
KnownBackupItemType["Exchange"] = "Exchange";
|
|
895
|
+
/** Sharepoint */
|
|
564
896
|
KnownBackupItemType["Sharepoint"] = "Sharepoint";
|
|
897
|
+
/** VMwareVM */
|
|
565
898
|
KnownBackupItemType["VMwareVM"] = "VMwareVM";
|
|
899
|
+
/** SystemState */
|
|
566
900
|
KnownBackupItemType["SystemState"] = "SystemState";
|
|
901
|
+
/** Client */
|
|
567
902
|
KnownBackupItemType["Client"] = "Client";
|
|
903
|
+
/** GenericDataSource */
|
|
568
904
|
KnownBackupItemType["GenericDataSource"] = "GenericDataSource";
|
|
905
|
+
/** SQLDataBase */
|
|
569
906
|
KnownBackupItemType["SQLDataBase"] = "SQLDataBase";
|
|
907
|
+
/** AzureFileShare */
|
|
570
908
|
KnownBackupItemType["AzureFileShare"] = "AzureFileShare";
|
|
909
|
+
/** SAPHanaDatabase */
|
|
571
910
|
KnownBackupItemType["SAPHanaDatabase"] = "SAPHanaDatabase";
|
|
911
|
+
/** SAPAseDatabase */
|
|
572
912
|
KnownBackupItemType["SAPAseDatabase"] = "SAPAseDatabase";
|
|
573
913
|
})(exports.KnownBackupItemType || (exports.KnownBackupItemType = {}));
|
|
574
914
|
/** Known values of {@link RehydrationPriority} that the service accepts. */
|
|
575
915
|
exports.KnownRehydrationPriority = void 0;
|
|
576
916
|
(function (KnownRehydrationPriority) {
|
|
917
|
+
/** Standard */
|
|
577
918
|
KnownRehydrationPriority["Standard"] = "Standard";
|
|
919
|
+
/** High */
|
|
578
920
|
KnownRehydrationPriority["High"] = "High";
|
|
579
921
|
})(exports.KnownRehydrationPriority || (exports.KnownRehydrationPriority = {}));
|
|
580
922
|
|
|
@@ -8223,7 +8565,7 @@ const AzureWorkloadAutoProtectionIntent = {
|
|
|
8223
8565
|
type: {
|
|
8224
8566
|
name: "Composite",
|
|
8225
8567
|
className: "AzureWorkloadAutoProtectionIntent",
|
|
8226
|
-
uberParent: "
|
|
8568
|
+
uberParent: "AzureRecoveryServiceVaultProtectionIntent",
|
|
8227
8569
|
polymorphicDiscriminator: {
|
|
8228
8570
|
serializedName: "protectionIntentItemType",
|
|
8229
8571
|
clientName: "protectionIntentItemType"
|
|
@@ -8236,8 +8578,8 @@ const AzureIaaSClassicComputeVMProtectedItem = {
|
|
|
8236
8578
|
type: {
|
|
8237
8579
|
name: "Composite",
|
|
8238
8580
|
className: "AzureIaaSClassicComputeVMProtectedItem",
|
|
8239
|
-
uberParent: "
|
|
8240
|
-
polymorphicDiscriminator:
|
|
8581
|
+
uberParent: "AzureIaaSVMProtectedItem",
|
|
8582
|
+
polymorphicDiscriminator: AzureIaaSVMProtectedItem.type.polymorphicDiscriminator,
|
|
8241
8583
|
modelProperties: Object.assign({}, AzureIaaSVMProtectedItem.type.modelProperties)
|
|
8242
8584
|
}
|
|
8243
8585
|
};
|
|
@@ -8246,8 +8588,8 @@ const AzureIaaSComputeVMProtectedItem = {
|
|
|
8246
8588
|
type: {
|
|
8247
8589
|
name: "Composite",
|
|
8248
8590
|
className: "AzureIaaSComputeVMProtectedItem",
|
|
8249
|
-
uberParent: "
|
|
8250
|
-
polymorphicDiscriminator:
|
|
8591
|
+
uberParent: "AzureIaaSVMProtectedItem",
|
|
8592
|
+
polymorphicDiscriminator: AzureIaaSVMProtectedItem.type.polymorphicDiscriminator,
|
|
8251
8593
|
modelProperties: Object.assign({}, AzureIaaSVMProtectedItem.type.modelProperties)
|
|
8252
8594
|
}
|
|
8253
8595
|
};
|
|
@@ -8256,8 +8598,8 @@ const AzureVmWorkloadSAPAseDatabaseProtectedItem = {
|
|
|
8256
8598
|
type: {
|
|
8257
8599
|
name: "Composite",
|
|
8258
8600
|
className: "AzureVmWorkloadSAPAseDatabaseProtectedItem",
|
|
8259
|
-
uberParent: "
|
|
8260
|
-
polymorphicDiscriminator:
|
|
8601
|
+
uberParent: "AzureVmWorkloadProtectedItem",
|
|
8602
|
+
polymorphicDiscriminator: AzureVmWorkloadProtectedItem.type.polymorphicDiscriminator,
|
|
8261
8603
|
modelProperties: Object.assign({}, AzureVmWorkloadProtectedItem.type.modelProperties)
|
|
8262
8604
|
}
|
|
8263
8605
|
};
|
|
@@ -8266,8 +8608,8 @@ const AzureVmWorkloadSAPHanaDatabaseProtectedItem = {
|
|
|
8266
8608
|
type: {
|
|
8267
8609
|
name: "Composite",
|
|
8268
8610
|
className: "AzureVmWorkloadSAPHanaDatabaseProtectedItem",
|
|
8269
|
-
uberParent: "
|
|
8270
|
-
polymorphicDiscriminator:
|
|
8611
|
+
uberParent: "AzureVmWorkloadProtectedItem",
|
|
8612
|
+
polymorphicDiscriminator: AzureVmWorkloadProtectedItem.type.polymorphicDiscriminator,
|
|
8271
8613
|
modelProperties: Object.assign({}, AzureVmWorkloadProtectedItem.type.modelProperties)
|
|
8272
8614
|
}
|
|
8273
8615
|
};
|
|
@@ -8276,8 +8618,8 @@ const AzureVmWorkloadSQLDatabaseProtectedItem = {
|
|
|
8276
8618
|
type: {
|
|
8277
8619
|
name: "Composite",
|
|
8278
8620
|
className: "AzureVmWorkloadSQLDatabaseProtectedItem",
|
|
8279
|
-
uberParent: "
|
|
8280
|
-
polymorphicDiscriminator:
|
|
8621
|
+
uberParent: "AzureVmWorkloadProtectedItem",
|
|
8622
|
+
polymorphicDiscriminator: AzureVmWorkloadProtectedItem.type.polymorphicDiscriminator,
|
|
8281
8623
|
modelProperties: Object.assign({}, AzureVmWorkloadProtectedItem.type.modelProperties)
|
|
8282
8624
|
}
|
|
8283
8625
|
};
|
|
@@ -8286,7 +8628,7 @@ const AzureWorkloadPointInTimeRecoveryPoint = {
|
|
|
8286
8628
|
type: {
|
|
8287
8629
|
name: "Composite",
|
|
8288
8630
|
className: "AzureWorkloadPointInTimeRecoveryPoint",
|
|
8289
|
-
uberParent: "
|
|
8631
|
+
uberParent: "AzureWorkloadRecoveryPoint",
|
|
8290
8632
|
polymorphicDiscriminator: {
|
|
8291
8633
|
serializedName: "objectType",
|
|
8292
8634
|
clientName: "objectType"
|
|
@@ -8310,8 +8652,8 @@ const AzureWorkloadSAPHanaRecoveryPoint = {
|
|
|
8310
8652
|
type: {
|
|
8311
8653
|
name: "Composite",
|
|
8312
8654
|
className: "AzureWorkloadSAPHanaRecoveryPoint",
|
|
8313
|
-
uberParent: "
|
|
8314
|
-
polymorphicDiscriminator:
|
|
8655
|
+
uberParent: "AzureWorkloadRecoveryPoint",
|
|
8656
|
+
polymorphicDiscriminator: AzureWorkloadRecoveryPoint.type.polymorphicDiscriminator,
|
|
8315
8657
|
modelProperties: Object.assign({}, AzureWorkloadRecoveryPoint.type.modelProperties)
|
|
8316
8658
|
}
|
|
8317
8659
|
};
|
|
@@ -8320,7 +8662,7 @@ const AzureWorkloadSQLRecoveryPoint = {
|
|
|
8320
8662
|
type: {
|
|
8321
8663
|
name: "Composite",
|
|
8322
8664
|
className: "AzureWorkloadSQLRecoveryPoint",
|
|
8323
|
-
uberParent: "
|
|
8665
|
+
uberParent: "AzureWorkloadRecoveryPoint",
|
|
8324
8666
|
polymorphicDiscriminator: {
|
|
8325
8667
|
serializedName: "objectType",
|
|
8326
8668
|
clientName: "objectType"
|
|
@@ -8339,8 +8681,8 @@ const AzureWorkloadPointInTimeRestoreRequest = {
|
|
|
8339
8681
|
type: {
|
|
8340
8682
|
name: "Composite",
|
|
8341
8683
|
className: "AzureWorkloadPointInTimeRestoreRequest",
|
|
8342
|
-
uberParent: "
|
|
8343
|
-
polymorphicDiscriminator:
|
|
8684
|
+
uberParent: "AzureWorkloadRestoreRequest",
|
|
8685
|
+
polymorphicDiscriminator: AzureWorkloadRestoreRequest.type.polymorphicDiscriminator,
|
|
8344
8686
|
modelProperties: Object.assign(Object.assign({}, AzureWorkloadRestoreRequest.type.modelProperties), { pointInTime: {
|
|
8345
8687
|
serializedName: "pointInTime",
|
|
8346
8688
|
type: {
|
|
@@ -8354,7 +8696,7 @@ const AzureWorkloadSAPHanaRestoreRequest = {
|
|
|
8354
8696
|
type: {
|
|
8355
8697
|
name: "Composite",
|
|
8356
8698
|
className: "AzureWorkloadSAPHanaRestoreRequest",
|
|
8357
|
-
uberParent: "
|
|
8699
|
+
uberParent: "AzureWorkloadRestoreRequest",
|
|
8358
8700
|
polymorphicDiscriminator: {
|
|
8359
8701
|
serializedName: "objectType",
|
|
8360
8702
|
clientName: "objectType"
|
|
@@ -8367,7 +8709,7 @@ const AzureWorkloadSQLRestoreRequest = {
|
|
|
8367
8709
|
type: {
|
|
8368
8710
|
name: "Composite",
|
|
8369
8711
|
className: "AzureWorkloadSQLRestoreRequest",
|
|
8370
|
-
uberParent: "
|
|
8712
|
+
uberParent: "AzureWorkloadRestoreRequest",
|
|
8371
8713
|
polymorphicDiscriminator: {
|
|
8372
8714
|
serializedName: "objectType",
|
|
8373
8715
|
clientName: "objectType"
|
|
@@ -8401,8 +8743,8 @@ const IaasVMRestoreWithRehydrationRequest = {
|
|
|
8401
8743
|
type: {
|
|
8402
8744
|
name: "Composite",
|
|
8403
8745
|
className: "IaasVMRestoreWithRehydrationRequest",
|
|
8404
|
-
uberParent: "
|
|
8405
|
-
polymorphicDiscriminator:
|
|
8746
|
+
uberParent: "IaasVMRestoreRequest",
|
|
8747
|
+
polymorphicDiscriminator: IaasVMRestoreRequest.type.polymorphicDiscriminator,
|
|
8406
8748
|
modelProperties: Object.assign(Object.assign({}, IaasVMRestoreRequest.type.modelProperties), { recoveryPointRehydrationInfo: {
|
|
8407
8749
|
serializedName: "recoveryPointRehydrationInfo",
|
|
8408
8750
|
type: {
|
|
@@ -8417,8 +8759,8 @@ const ValidateIaasVMRestoreOperationRequest = {
|
|
|
8417
8759
|
type: {
|
|
8418
8760
|
name: "Composite",
|
|
8419
8761
|
className: "ValidateIaasVMRestoreOperationRequest",
|
|
8420
|
-
uberParent: "
|
|
8421
|
-
polymorphicDiscriminator:
|
|
8762
|
+
uberParent: "ValidateRestoreOperationRequest",
|
|
8763
|
+
polymorphicDiscriminator: ValidateRestoreOperationRequest.type.polymorphicDiscriminator,
|
|
8422
8764
|
modelProperties: Object.assign({}, ValidateRestoreOperationRequest.type.modelProperties)
|
|
8423
8765
|
}
|
|
8424
8766
|
};
|
|
@@ -8427,8 +8769,8 @@ const AzureBackupServerContainer = {
|
|
|
8427
8769
|
type: {
|
|
8428
8770
|
name: "Composite",
|
|
8429
8771
|
className: "AzureBackupServerContainer",
|
|
8430
|
-
uberParent: "
|
|
8431
|
-
polymorphicDiscriminator:
|
|
8772
|
+
uberParent: "DpmContainer",
|
|
8773
|
+
polymorphicDiscriminator: DpmContainer.type.polymorphicDiscriminator,
|
|
8432
8774
|
modelProperties: Object.assign({}, DpmContainer.type.modelProperties)
|
|
8433
8775
|
}
|
|
8434
8776
|
};
|
|
@@ -8437,8 +8779,8 @@ const AzureIaaSClassicComputeVMContainer = {
|
|
|
8437
8779
|
type: {
|
|
8438
8780
|
name: "Composite",
|
|
8439
8781
|
className: "AzureIaaSClassicComputeVMContainer",
|
|
8440
|
-
uberParent: "
|
|
8441
|
-
polymorphicDiscriminator:
|
|
8782
|
+
uberParent: "IaaSVMContainer",
|
|
8783
|
+
polymorphicDiscriminator: IaaSVMContainer.type.polymorphicDiscriminator,
|
|
8442
8784
|
modelProperties: Object.assign({}, IaaSVMContainer.type.modelProperties)
|
|
8443
8785
|
}
|
|
8444
8786
|
};
|
|
@@ -8447,8 +8789,8 @@ const AzureIaaSComputeVMContainer = {
|
|
|
8447
8789
|
type: {
|
|
8448
8790
|
name: "Composite",
|
|
8449
8791
|
className: "AzureIaaSComputeVMContainer",
|
|
8450
|
-
uberParent: "
|
|
8451
|
-
polymorphicDiscriminator:
|
|
8792
|
+
uberParent: "IaaSVMContainer",
|
|
8793
|
+
polymorphicDiscriminator: IaaSVMContainer.type.polymorphicDiscriminator,
|
|
8452
8794
|
modelProperties: Object.assign({}, IaaSVMContainer.type.modelProperties)
|
|
8453
8795
|
}
|
|
8454
8796
|
};
|
|
@@ -8457,8 +8799,8 @@ const AzureSqlagWorkloadContainerProtectionContainer = {
|
|
|
8457
8799
|
type: {
|
|
8458
8800
|
name: "Composite",
|
|
8459
8801
|
className: "AzureSqlagWorkloadContainerProtectionContainer",
|
|
8460
|
-
uberParent: "
|
|
8461
|
-
polymorphicDiscriminator:
|
|
8802
|
+
uberParent: "AzureWorkloadContainer",
|
|
8803
|
+
polymorphicDiscriminator: AzureWorkloadContainer.type.polymorphicDiscriminator,
|
|
8462
8804
|
modelProperties: Object.assign({}, AzureWorkloadContainer.type.modelProperties)
|
|
8463
8805
|
}
|
|
8464
8806
|
};
|
|
@@ -8467,8 +8809,8 @@ const AzureVMAppContainerProtectionContainer = {
|
|
|
8467
8809
|
type: {
|
|
8468
8810
|
name: "Composite",
|
|
8469
8811
|
className: "AzureVMAppContainerProtectionContainer",
|
|
8470
|
-
uberParent: "
|
|
8471
|
-
polymorphicDiscriminator:
|
|
8812
|
+
uberParent: "AzureWorkloadContainer",
|
|
8813
|
+
polymorphicDiscriminator: AzureWorkloadContainer.type.polymorphicDiscriminator,
|
|
8472
8814
|
modelProperties: Object.assign({}, AzureWorkloadContainer.type.modelProperties)
|
|
8473
8815
|
}
|
|
8474
8816
|
};
|
|
@@ -8477,8 +8819,8 @@ const AzureVmWorkloadSAPAseDatabaseWorkloadItem = {
|
|
|
8477
8819
|
type: {
|
|
8478
8820
|
name: "Composite",
|
|
8479
8821
|
className: "AzureVmWorkloadSAPAseDatabaseWorkloadItem",
|
|
8480
|
-
uberParent: "
|
|
8481
|
-
polymorphicDiscriminator:
|
|
8822
|
+
uberParent: "AzureVmWorkloadItem",
|
|
8823
|
+
polymorphicDiscriminator: AzureVmWorkloadItem.type.polymorphicDiscriminator,
|
|
8482
8824
|
modelProperties: Object.assign({}, AzureVmWorkloadItem.type.modelProperties)
|
|
8483
8825
|
}
|
|
8484
8826
|
};
|
|
@@ -8487,8 +8829,8 @@ const AzureVmWorkloadSAPAseSystemWorkloadItem = {
|
|
|
8487
8829
|
type: {
|
|
8488
8830
|
name: "Composite",
|
|
8489
8831
|
className: "AzureVmWorkloadSAPAseSystemWorkloadItem",
|
|
8490
|
-
uberParent: "
|
|
8491
|
-
polymorphicDiscriminator:
|
|
8832
|
+
uberParent: "AzureVmWorkloadItem",
|
|
8833
|
+
polymorphicDiscriminator: AzureVmWorkloadItem.type.polymorphicDiscriminator,
|
|
8492
8834
|
modelProperties: Object.assign({}, AzureVmWorkloadItem.type.modelProperties)
|
|
8493
8835
|
}
|
|
8494
8836
|
};
|
|
@@ -8497,8 +8839,8 @@ const AzureVmWorkloadSAPHanaDatabaseWorkloadItem = {
|
|
|
8497
8839
|
type: {
|
|
8498
8840
|
name: "Composite",
|
|
8499
8841
|
className: "AzureVmWorkloadSAPHanaDatabaseWorkloadItem",
|
|
8500
|
-
uberParent: "
|
|
8501
|
-
polymorphicDiscriminator:
|
|
8842
|
+
uberParent: "AzureVmWorkloadItem",
|
|
8843
|
+
polymorphicDiscriminator: AzureVmWorkloadItem.type.polymorphicDiscriminator,
|
|
8502
8844
|
modelProperties: Object.assign({}, AzureVmWorkloadItem.type.modelProperties)
|
|
8503
8845
|
}
|
|
8504
8846
|
};
|
|
@@ -8507,8 +8849,8 @@ const AzureVmWorkloadSAPHanaSystemWorkloadItem = {
|
|
|
8507
8849
|
type: {
|
|
8508
8850
|
name: "Composite",
|
|
8509
8851
|
className: "AzureVmWorkloadSAPHanaSystemWorkloadItem",
|
|
8510
|
-
uberParent: "
|
|
8511
|
-
polymorphicDiscriminator:
|
|
8852
|
+
uberParent: "AzureVmWorkloadItem",
|
|
8853
|
+
polymorphicDiscriminator: AzureVmWorkloadItem.type.polymorphicDiscriminator,
|
|
8512
8854
|
modelProperties: Object.assign({}, AzureVmWorkloadItem.type.modelProperties)
|
|
8513
8855
|
}
|
|
8514
8856
|
};
|
|
@@ -8517,8 +8859,8 @@ const AzureVmWorkloadSQLDatabaseWorkloadItem = {
|
|
|
8517
8859
|
type: {
|
|
8518
8860
|
name: "Composite",
|
|
8519
8861
|
className: "AzureVmWorkloadSQLDatabaseWorkloadItem",
|
|
8520
|
-
uberParent: "
|
|
8521
|
-
polymorphicDiscriminator:
|
|
8862
|
+
uberParent: "AzureVmWorkloadItem",
|
|
8863
|
+
polymorphicDiscriminator: AzureVmWorkloadItem.type.polymorphicDiscriminator,
|
|
8522
8864
|
modelProperties: Object.assign({}, AzureVmWorkloadItem.type.modelProperties)
|
|
8523
8865
|
}
|
|
8524
8866
|
};
|
|
@@ -8527,8 +8869,8 @@ const AzureVmWorkloadSQLInstanceWorkloadItem = {
|
|
|
8527
8869
|
type: {
|
|
8528
8870
|
name: "Composite",
|
|
8529
8871
|
className: "AzureVmWorkloadSQLInstanceWorkloadItem",
|
|
8530
|
-
uberParent: "
|
|
8531
|
-
polymorphicDiscriminator:
|
|
8872
|
+
uberParent: "AzureVmWorkloadItem",
|
|
8873
|
+
polymorphicDiscriminator: AzureVmWorkloadItem.type.polymorphicDiscriminator,
|
|
8532
8874
|
modelProperties: Object.assign(Object.assign({}, AzureVmWorkloadItem.type.modelProperties), { dataDirectoryPaths: {
|
|
8533
8875
|
serializedName: "dataDirectoryPaths",
|
|
8534
8876
|
type: {
|
|
@@ -8548,8 +8890,8 @@ const AzureIaaSClassicComputeVMProtectableItem = {
|
|
|
8548
8890
|
type: {
|
|
8549
8891
|
name: "Composite",
|
|
8550
8892
|
className: "AzureIaaSClassicComputeVMProtectableItem",
|
|
8551
|
-
uberParent: "
|
|
8552
|
-
polymorphicDiscriminator:
|
|
8893
|
+
uberParent: "IaaSVMProtectableItem",
|
|
8894
|
+
polymorphicDiscriminator: IaaSVMProtectableItem.type.polymorphicDiscriminator,
|
|
8553
8895
|
modelProperties: Object.assign({}, IaaSVMProtectableItem.type.modelProperties)
|
|
8554
8896
|
}
|
|
8555
8897
|
};
|
|
@@ -8558,8 +8900,8 @@ const AzureIaaSComputeVMProtectableItem = {
|
|
|
8558
8900
|
type: {
|
|
8559
8901
|
name: "Composite",
|
|
8560
8902
|
className: "AzureIaaSComputeVMProtectableItem",
|
|
8561
|
-
uberParent: "
|
|
8562
|
-
polymorphicDiscriminator:
|
|
8903
|
+
uberParent: "IaaSVMProtectableItem",
|
|
8904
|
+
polymorphicDiscriminator: IaaSVMProtectableItem.type.polymorphicDiscriminator,
|
|
8563
8905
|
modelProperties: Object.assign({}, IaaSVMProtectableItem.type.modelProperties)
|
|
8564
8906
|
}
|
|
8565
8907
|
};
|
|
@@ -8568,8 +8910,8 @@ const AzureVmWorkloadSAPAseSystemProtectableItem = {
|
|
|
8568
8910
|
type: {
|
|
8569
8911
|
name: "Composite",
|
|
8570
8912
|
className: "AzureVmWorkloadSAPAseSystemProtectableItem",
|
|
8571
|
-
uberParent: "
|
|
8572
|
-
polymorphicDiscriminator:
|
|
8913
|
+
uberParent: "AzureVmWorkloadProtectableItem",
|
|
8914
|
+
polymorphicDiscriminator: AzureVmWorkloadProtectableItem.type.polymorphicDiscriminator,
|
|
8573
8915
|
modelProperties: Object.assign({}, AzureVmWorkloadProtectableItem.type.modelProperties)
|
|
8574
8916
|
}
|
|
8575
8917
|
};
|
|
@@ -8578,8 +8920,8 @@ const AzureVmWorkloadSAPHanaDatabaseProtectableItem = {
|
|
|
8578
8920
|
type: {
|
|
8579
8921
|
name: "Composite",
|
|
8580
8922
|
className: "AzureVmWorkloadSAPHanaDatabaseProtectableItem",
|
|
8581
|
-
uberParent: "
|
|
8582
|
-
polymorphicDiscriminator:
|
|
8923
|
+
uberParent: "AzureVmWorkloadProtectableItem",
|
|
8924
|
+
polymorphicDiscriminator: AzureVmWorkloadProtectableItem.type.polymorphicDiscriminator,
|
|
8583
8925
|
modelProperties: Object.assign({}, AzureVmWorkloadProtectableItem.type.modelProperties)
|
|
8584
8926
|
}
|
|
8585
8927
|
};
|
|
@@ -8588,8 +8930,8 @@ const AzureVmWorkloadSAPHanaSystemProtectableItem = {
|
|
|
8588
8930
|
type: {
|
|
8589
8931
|
name: "Composite",
|
|
8590
8932
|
className: "AzureVmWorkloadSAPHanaSystemProtectableItem",
|
|
8591
|
-
uberParent: "
|
|
8592
|
-
polymorphicDiscriminator:
|
|
8933
|
+
uberParent: "AzureVmWorkloadProtectableItem",
|
|
8934
|
+
polymorphicDiscriminator: AzureVmWorkloadProtectableItem.type.polymorphicDiscriminator,
|
|
8593
8935
|
modelProperties: Object.assign({}, AzureVmWorkloadProtectableItem.type.modelProperties)
|
|
8594
8936
|
}
|
|
8595
8937
|
};
|
|
@@ -8598,8 +8940,8 @@ const AzureVmWorkloadSQLAvailabilityGroupProtectableItem = {
|
|
|
8598
8940
|
type: {
|
|
8599
8941
|
name: "Composite",
|
|
8600
8942
|
className: "AzureVmWorkloadSQLAvailabilityGroupProtectableItem",
|
|
8601
|
-
uberParent: "
|
|
8602
|
-
polymorphicDiscriminator:
|
|
8943
|
+
uberParent: "AzureVmWorkloadProtectableItem",
|
|
8944
|
+
polymorphicDiscriminator: AzureVmWorkloadProtectableItem.type.polymorphicDiscriminator,
|
|
8603
8945
|
modelProperties: Object.assign({}, AzureVmWorkloadProtectableItem.type.modelProperties)
|
|
8604
8946
|
}
|
|
8605
8947
|
};
|
|
@@ -8608,8 +8950,8 @@ const AzureVmWorkloadSQLDatabaseProtectableItem = {
|
|
|
8608
8950
|
type: {
|
|
8609
8951
|
name: "Composite",
|
|
8610
8952
|
className: "AzureVmWorkloadSQLDatabaseProtectableItem",
|
|
8611
|
-
uberParent: "
|
|
8612
|
-
polymorphicDiscriminator:
|
|
8953
|
+
uberParent: "AzureVmWorkloadProtectableItem",
|
|
8954
|
+
polymorphicDiscriminator: AzureVmWorkloadProtectableItem.type.polymorphicDiscriminator,
|
|
8613
8955
|
modelProperties: Object.assign({}, AzureVmWorkloadProtectableItem.type.modelProperties)
|
|
8614
8956
|
}
|
|
8615
8957
|
};
|
|
@@ -8618,8 +8960,8 @@ const AzureVmWorkloadSQLInstanceProtectableItem = {
|
|
|
8618
8960
|
type: {
|
|
8619
8961
|
name: "Composite",
|
|
8620
8962
|
className: "AzureVmWorkloadSQLInstanceProtectableItem",
|
|
8621
|
-
uberParent: "
|
|
8622
|
-
polymorphicDiscriminator:
|
|
8963
|
+
uberParent: "AzureVmWorkloadProtectableItem",
|
|
8964
|
+
polymorphicDiscriminator: AzureVmWorkloadProtectableItem.type.polymorphicDiscriminator,
|
|
8623
8965
|
modelProperties: Object.assign({}, AzureVmWorkloadProtectableItem.type.modelProperties)
|
|
8624
8966
|
}
|
|
8625
8967
|
};
|
|
@@ -8628,8 +8970,8 @@ const AzureWorkloadSQLAutoProtectionIntent = {
|
|
|
8628
8970
|
type: {
|
|
8629
8971
|
name: "Composite",
|
|
8630
8972
|
className: "AzureWorkloadSQLAutoProtectionIntent",
|
|
8631
|
-
uberParent: "
|
|
8632
|
-
polymorphicDiscriminator:
|
|
8973
|
+
uberParent: "AzureWorkloadAutoProtectionIntent",
|
|
8974
|
+
polymorphicDiscriminator: AzureWorkloadAutoProtectionIntent.type.polymorphicDiscriminator,
|
|
8633
8975
|
modelProperties: Object.assign(Object.assign({}, AzureWorkloadAutoProtectionIntent.type.modelProperties), { workloadItemType: {
|
|
8634
8976
|
serializedName: "workloadItemType",
|
|
8635
8977
|
type: {
|
|
@@ -8643,8 +8985,8 @@ const AzureWorkloadSAPHanaPointInTimeRecoveryPoint = {
|
|
|
8643
8985
|
type: {
|
|
8644
8986
|
name: "Composite",
|
|
8645
8987
|
className: "AzureWorkloadSAPHanaPointInTimeRecoveryPoint",
|
|
8646
|
-
uberParent: "
|
|
8647
|
-
polymorphicDiscriminator:
|
|
8988
|
+
uberParent: "AzureWorkloadPointInTimeRecoveryPoint",
|
|
8989
|
+
polymorphicDiscriminator: AzureWorkloadPointInTimeRecoveryPoint.type.polymorphicDiscriminator,
|
|
8648
8990
|
modelProperties: Object.assign({}, AzureWorkloadPointInTimeRecoveryPoint.type.modelProperties)
|
|
8649
8991
|
}
|
|
8650
8992
|
};
|
|
@@ -8653,8 +8995,8 @@ const AzureWorkloadSQLPointInTimeRecoveryPoint = {
|
|
|
8653
8995
|
type: {
|
|
8654
8996
|
name: "Composite",
|
|
8655
8997
|
className: "AzureWorkloadSQLPointInTimeRecoveryPoint",
|
|
8656
|
-
uberParent: "
|
|
8657
|
-
polymorphicDiscriminator:
|
|
8998
|
+
uberParent: "AzureWorkloadSQLRecoveryPoint",
|
|
8999
|
+
polymorphicDiscriminator: AzureWorkloadSQLRecoveryPoint.type.polymorphicDiscriminator,
|
|
8658
9000
|
modelProperties: Object.assign(Object.assign({}, AzureWorkloadSQLRecoveryPoint.type.modelProperties), { timeRanges: {
|
|
8659
9001
|
serializedName: "timeRanges",
|
|
8660
9002
|
type: {
|
|
@@ -8674,7 +9016,7 @@ const AzureWorkloadSAPHanaPointInTimeRestoreRequest = {
|
|
|
8674
9016
|
type: {
|
|
8675
9017
|
name: "Composite",
|
|
8676
9018
|
className: "AzureWorkloadSAPHanaPointInTimeRestoreRequest",
|
|
8677
|
-
uberParent: "
|
|
9019
|
+
uberParent: "AzureWorkloadSAPHanaRestoreRequest",
|
|
8678
9020
|
polymorphicDiscriminator: {
|
|
8679
9021
|
serializedName: "objectType",
|
|
8680
9022
|
clientName: "objectType"
|
|
@@ -8692,8 +9034,8 @@ const AzureWorkloadSAPHanaRestoreWithRehydrateRequest = {
|
|
|
8692
9034
|
type: {
|
|
8693
9035
|
name: "Composite",
|
|
8694
9036
|
className: "AzureWorkloadSAPHanaRestoreWithRehydrateRequest",
|
|
8695
|
-
uberParent: "
|
|
8696
|
-
polymorphicDiscriminator:
|
|
9037
|
+
uberParent: "AzureWorkloadSAPHanaRestoreRequest",
|
|
9038
|
+
polymorphicDiscriminator: AzureWorkloadSAPHanaRestoreRequest.type.polymorphicDiscriminator,
|
|
8697
9039
|
modelProperties: Object.assign(Object.assign({}, AzureWorkloadSAPHanaRestoreRequest.type.modelProperties), { recoveryPointRehydrationInfo: {
|
|
8698
9040
|
serializedName: "recoveryPointRehydrationInfo",
|
|
8699
9041
|
type: {
|
|
@@ -8708,7 +9050,7 @@ const AzureWorkloadSQLPointInTimeRestoreRequest = {
|
|
|
8708
9050
|
type: {
|
|
8709
9051
|
name: "Composite",
|
|
8710
9052
|
className: "AzureWorkloadSQLPointInTimeRestoreRequest",
|
|
8711
|
-
uberParent: "
|
|
9053
|
+
uberParent: "AzureWorkloadSQLRestoreRequest",
|
|
8712
9054
|
polymorphicDiscriminator: {
|
|
8713
9055
|
serializedName: "objectType",
|
|
8714
9056
|
clientName: "objectType"
|
|
@@ -8726,8 +9068,8 @@ const AzureWorkloadSQLRestoreWithRehydrateRequest = {
|
|
|
8726
9068
|
type: {
|
|
8727
9069
|
name: "Composite",
|
|
8728
9070
|
className: "AzureWorkloadSQLRestoreWithRehydrateRequest",
|
|
8729
|
-
uberParent: "
|
|
8730
|
-
polymorphicDiscriminator:
|
|
9071
|
+
uberParent: "AzureWorkloadSQLRestoreRequest",
|
|
9072
|
+
polymorphicDiscriminator: AzureWorkloadSQLRestoreRequest.type.polymorphicDiscriminator,
|
|
8731
9073
|
modelProperties: Object.assign(Object.assign({}, AzureWorkloadSQLRestoreRequest.type.modelProperties), { recoveryPointRehydrationInfo: {
|
|
8732
9074
|
serializedName: "recoveryPointRehydrationInfo",
|
|
8733
9075
|
type: {
|
|
@@ -8742,8 +9084,9 @@ const AzureWorkloadSAPHanaPointInTimeRestoreWithRehydrateRequest = {
|
|
|
8742
9084
|
type: {
|
|
8743
9085
|
name: "Composite",
|
|
8744
9086
|
className: "AzureWorkloadSAPHanaPointInTimeRestoreWithRehydrateRequest",
|
|
8745
|
-
uberParent: "
|
|
8746
|
-
polymorphicDiscriminator:
|
|
9087
|
+
uberParent: "AzureWorkloadSAPHanaPointInTimeRestoreRequest",
|
|
9088
|
+
polymorphicDiscriminator: AzureWorkloadSAPHanaPointInTimeRestoreRequest.type
|
|
9089
|
+
.polymorphicDiscriminator,
|
|
8747
9090
|
modelProperties: Object.assign(Object.assign({}, AzureWorkloadSAPHanaPointInTimeRestoreRequest.type.modelProperties), { recoveryPointRehydrationInfo: {
|
|
8748
9091
|
serializedName: "recoveryPointRehydrationInfo",
|
|
8749
9092
|
type: {
|
|
@@ -8758,8 +9101,8 @@ const AzureWorkloadSQLPointInTimeRestoreWithRehydrateRequest = {
|
|
|
8758
9101
|
type: {
|
|
8759
9102
|
name: "Composite",
|
|
8760
9103
|
className: "AzureWorkloadSQLPointInTimeRestoreWithRehydrateRequest",
|
|
8761
|
-
uberParent: "
|
|
8762
|
-
polymorphicDiscriminator:
|
|
9104
|
+
uberParent: "AzureWorkloadSQLPointInTimeRestoreRequest",
|
|
9105
|
+
polymorphicDiscriminator: AzureWorkloadSQLPointInTimeRestoreRequest.type.polymorphicDiscriminator,
|
|
8763
9106
|
modelProperties: Object.assign(Object.assign({}, AzureWorkloadSQLPointInTimeRestoreRequest.type.modelProperties), { recoveryPointRehydrationInfo: {
|
|
8764
9107
|
serializedName: "recoveryPointRehydrationInfo",
|
|
8765
9108
|
type: {
|
|
@@ -8856,48 +9199,48 @@ let discriminators = {
|
|
|
8856
9199
|
"SchedulePolicy.SimpleSchedulePolicyV2": SimpleSchedulePolicyV2,
|
|
8857
9200
|
"RetentionPolicy.LongTermRetentionPolicy": LongTermRetentionPolicy,
|
|
8858
9201
|
"RetentionPolicy.SimpleRetentionPolicy": SimpleRetentionPolicy,
|
|
8859
|
-
"
|
|
8860
|
-
"
|
|
8861
|
-
"
|
|
8862
|
-
"
|
|
8863
|
-
"
|
|
8864
|
-
"
|
|
8865
|
-
"
|
|
8866
|
-
"
|
|
8867
|
-
"
|
|
8868
|
-
"
|
|
8869
|
-
"
|
|
8870
|
-
"
|
|
8871
|
-
"
|
|
8872
|
-
"
|
|
8873
|
-
"
|
|
8874
|
-
"
|
|
8875
|
-
"
|
|
8876
|
-
"
|
|
8877
|
-
"
|
|
8878
|
-
"
|
|
8879
|
-
"
|
|
8880
|
-
"
|
|
8881
|
-
"
|
|
8882
|
-
"
|
|
8883
|
-
"
|
|
8884
|
-
"
|
|
8885
|
-
"
|
|
8886
|
-
"
|
|
8887
|
-
"
|
|
8888
|
-
"
|
|
8889
|
-
"
|
|
8890
|
-
"
|
|
8891
|
-
"
|
|
8892
|
-
"
|
|
8893
|
-
"
|
|
8894
|
-
"
|
|
8895
|
-
"
|
|
8896
|
-
"
|
|
8897
|
-
"
|
|
8898
|
-
"
|
|
8899
|
-
"
|
|
8900
|
-
"
|
|
9202
|
+
"AzureRecoveryServiceVaultProtectionIntent.AzureWorkloadAutoProtectionIntent": AzureWorkloadAutoProtectionIntent,
|
|
9203
|
+
"AzureIaaSVMProtectedItem.Microsoft.ClassicCompute/virtualMachines": AzureIaaSClassicComputeVMProtectedItem,
|
|
9204
|
+
"AzureIaaSVMProtectedItem.Microsoft.Compute/virtualMachines": AzureIaaSComputeVMProtectedItem,
|
|
9205
|
+
"AzureVmWorkloadProtectedItem.AzureVmWorkloadSAPAseDatabase": AzureVmWorkloadSAPAseDatabaseProtectedItem,
|
|
9206
|
+
"AzureVmWorkloadProtectedItem.AzureVmWorkloadSAPHanaDatabase": AzureVmWorkloadSAPHanaDatabaseProtectedItem,
|
|
9207
|
+
"AzureVmWorkloadProtectedItem.AzureVmWorkloadSQLDatabase": AzureVmWorkloadSQLDatabaseProtectedItem,
|
|
9208
|
+
"AzureWorkloadRecoveryPoint.AzureWorkloadPointInTimeRecoveryPoint": AzureWorkloadPointInTimeRecoveryPoint,
|
|
9209
|
+
"AzureWorkloadRecoveryPoint.AzureWorkloadSAPHanaRecoveryPoint": AzureWorkloadSAPHanaRecoveryPoint,
|
|
9210
|
+
"AzureWorkloadRecoveryPoint.AzureWorkloadSQLRecoveryPoint": AzureWorkloadSQLRecoveryPoint,
|
|
9211
|
+
"AzureWorkloadRestoreRequest.AzureWorkloadPointInTimeRestoreRequest": AzureWorkloadPointInTimeRestoreRequest,
|
|
9212
|
+
"AzureWorkloadRestoreRequest.AzureWorkloadSAPHanaRestoreRequest": AzureWorkloadSAPHanaRestoreRequest,
|
|
9213
|
+
"AzureWorkloadRestoreRequest.AzureWorkloadSQLRestoreRequest": AzureWorkloadSQLRestoreRequest,
|
|
9214
|
+
"IaasVMRestoreRequest.IaasVMRestoreWithRehydrationRequest": IaasVMRestoreWithRehydrationRequest,
|
|
9215
|
+
"ValidateRestoreOperationRequest.ValidateIaasVMRestoreOperationRequest": ValidateIaasVMRestoreOperationRequest,
|
|
9216
|
+
"DpmContainer.AzureBackupServerContainer": AzureBackupServerContainer,
|
|
9217
|
+
"IaaSVMContainer.Microsoft.ClassicCompute/virtualMachines": AzureIaaSClassicComputeVMContainer,
|
|
9218
|
+
"IaaSVMContainer.Microsoft.Compute/virtualMachines": AzureIaaSComputeVMContainer,
|
|
9219
|
+
"AzureWorkloadContainer.SQLAGWorkLoadContainer": AzureSqlagWorkloadContainerProtectionContainer,
|
|
9220
|
+
"AzureWorkloadContainer.VMAppContainer": AzureVMAppContainerProtectionContainer,
|
|
9221
|
+
"AzureVmWorkloadItem.SAPAseDatabase": AzureVmWorkloadSAPAseDatabaseWorkloadItem,
|
|
9222
|
+
"AzureVmWorkloadItem.SAPAseSystem": AzureVmWorkloadSAPAseSystemWorkloadItem,
|
|
9223
|
+
"AzureVmWorkloadItem.SAPHanaDatabase": AzureVmWorkloadSAPHanaDatabaseWorkloadItem,
|
|
9224
|
+
"AzureVmWorkloadItem.SAPHanaSystem": AzureVmWorkloadSAPHanaSystemWorkloadItem,
|
|
9225
|
+
"AzureVmWorkloadItem.SQLDataBase": AzureVmWorkloadSQLDatabaseWorkloadItem,
|
|
9226
|
+
"AzureVmWorkloadItem.SQLInstance": AzureVmWorkloadSQLInstanceWorkloadItem,
|
|
9227
|
+
"IaaSVMProtectableItem.Microsoft.ClassicCompute/virtualMachines": AzureIaaSClassicComputeVMProtectableItem,
|
|
9228
|
+
"IaaSVMProtectableItem.Microsoft.Compute/virtualMachines": AzureIaaSComputeVMProtectableItem,
|
|
9229
|
+
"AzureVmWorkloadProtectableItem.SAPAseSystem": AzureVmWorkloadSAPAseSystemProtectableItem,
|
|
9230
|
+
"AzureVmWorkloadProtectableItem.SAPHanaDatabase": AzureVmWorkloadSAPHanaDatabaseProtectableItem,
|
|
9231
|
+
"AzureVmWorkloadProtectableItem.SAPHanaSystem": AzureVmWorkloadSAPHanaSystemProtectableItem,
|
|
9232
|
+
"AzureVmWorkloadProtectableItem.SQLAvailabilityGroupContainer": AzureVmWorkloadSQLAvailabilityGroupProtectableItem,
|
|
9233
|
+
"AzureVmWorkloadProtectableItem.SQLDataBase": AzureVmWorkloadSQLDatabaseProtectableItem,
|
|
9234
|
+
"AzureVmWorkloadProtectableItem.SQLInstance": AzureVmWorkloadSQLInstanceProtectableItem,
|
|
9235
|
+
"AzureWorkloadAutoProtectionIntent.AzureWorkloadSQLAutoProtectionIntent": AzureWorkloadSQLAutoProtectionIntent,
|
|
9236
|
+
"AzureWorkloadPointInTimeRecoveryPoint.AzureWorkloadSAPHanaPointInTimeRecoveryPoint": AzureWorkloadSAPHanaPointInTimeRecoveryPoint,
|
|
9237
|
+
"AzureWorkloadSQLRecoveryPoint.AzureWorkloadSQLPointInTimeRecoveryPoint": AzureWorkloadSQLPointInTimeRecoveryPoint,
|
|
9238
|
+
"AzureWorkloadSAPHanaRestoreRequest.AzureWorkloadSAPHanaPointInTimeRestoreRequest": AzureWorkloadSAPHanaPointInTimeRestoreRequest,
|
|
9239
|
+
"AzureWorkloadSAPHanaRestoreRequest.AzureWorkloadSAPHanaRestoreWithRehydrateRequest": AzureWorkloadSAPHanaRestoreWithRehydrateRequest,
|
|
9240
|
+
"AzureWorkloadSQLRestoreRequest.AzureWorkloadSQLPointInTimeRestoreRequest": AzureWorkloadSQLPointInTimeRestoreRequest,
|
|
9241
|
+
"AzureWorkloadSQLRestoreRequest.AzureWorkloadSQLRestoreWithRehydrateRequest": AzureWorkloadSQLRestoreWithRehydrateRequest,
|
|
9242
|
+
"AzureWorkloadSAPHanaPointInTimeRestoreRequest.AzureWorkloadSAPHanaPointInTimeRestoreWithRehydrateRequest": AzureWorkloadSAPHanaPointInTimeRestoreWithRehydrateRequest,
|
|
9243
|
+
"AzureWorkloadSQLPointInTimeRestoreRequest.AzureWorkloadSQLPointInTimeRestoreWithRehydrateRequest": AzureWorkloadSQLPointInTimeRestoreWithRehydrateRequest
|
|
8901
9244
|
};
|
|
8902
9245
|
|
|
8903
9246
|
var Mappers = /*#__PURE__*/Object.freeze({
|
|
@@ -9508,6 +9851,10 @@ const resourceGuardProxyName = {
|
|
|
9508
9851
|
}
|
|
9509
9852
|
};
|
|
9510
9853
|
const parameters20 = {
|
|
9854
|
+
parameterPath: "parameters",
|
|
9855
|
+
mapper: ResourceGuardProxyBaseResource
|
|
9856
|
+
};
|
|
9857
|
+
const parameters21 = {
|
|
9511
9858
|
parameterPath: "parameters",
|
|
9512
9859
|
mapper: UnlockDeleteRequest
|
|
9513
9860
|
};
|
|
@@ -9912,20 +10259,31 @@ class BackupProtectionIntentImpl {
|
|
|
9912
10259
|
[Symbol.asyncIterator]() {
|
|
9913
10260
|
return this;
|
|
9914
10261
|
},
|
|
9915
|
-
byPage: () => {
|
|
9916
|
-
|
|
10262
|
+
byPage: (settings) => {
|
|
10263
|
+
if (settings === null || settings === void 0 ? void 0 : settings.maxPageSize) {
|
|
10264
|
+
throw new Error("maxPageSize is not supported by this operation.");
|
|
10265
|
+
}
|
|
10266
|
+
return this.listPagingPage(vaultName, resourceGroupName, options, settings);
|
|
9917
10267
|
}
|
|
9918
10268
|
};
|
|
9919
10269
|
}
|
|
9920
|
-
listPagingPage(vaultName, resourceGroupName, options) {
|
|
10270
|
+
listPagingPage(vaultName, resourceGroupName, options, settings) {
|
|
9921
10271
|
return tslib.__asyncGenerator(this, arguments, function* listPagingPage_1() {
|
|
9922
|
-
let result
|
|
9923
|
-
|
|
9924
|
-
|
|
10272
|
+
let result;
|
|
10273
|
+
let continuationToken = settings === null || settings === void 0 ? void 0 : settings.continuationToken;
|
|
10274
|
+
if (!continuationToken) {
|
|
10275
|
+
result = yield tslib.__await(this._list(vaultName, resourceGroupName, options));
|
|
10276
|
+
let page = result.value || [];
|
|
10277
|
+
continuationToken = result.nextLink;
|
|
10278
|
+
setContinuationToken(page, continuationToken);
|
|
10279
|
+
yield yield tslib.__await(page);
|
|
10280
|
+
}
|
|
9925
10281
|
while (continuationToken) {
|
|
9926
10282
|
result = yield tslib.__await(this._listNext(vaultName, resourceGroupName, continuationToken, options));
|
|
9927
10283
|
continuationToken = result.nextLink;
|
|
9928
|
-
|
|
10284
|
+
let page = result.value || [];
|
|
10285
|
+
setContinuationToken(page, continuationToken);
|
|
10286
|
+
yield yield tslib.__await(page);
|
|
9929
10287
|
}
|
|
9930
10288
|
});
|
|
9931
10289
|
}
|
|
@@ -10001,11 +10359,6 @@ const listNextOperationSpec$b = {
|
|
|
10001
10359
|
bodyMapper: ProtectionIntentResourceList
|
|
10002
10360
|
}
|
|
10003
10361
|
},
|
|
10004
|
-
queryParameters: [
|
|
10005
|
-
apiVersion,
|
|
10006
|
-
filter,
|
|
10007
|
-
skipToken
|
|
10008
|
-
],
|
|
10009
10362
|
urlParameters: [
|
|
10010
10363
|
$host,
|
|
10011
10364
|
vaultName,
|
|
@@ -10050,14 +10403,18 @@ class BackupUsageSummariesImpl {
|
|
|
10050
10403
|
[Symbol.asyncIterator]() {
|
|
10051
10404
|
return this;
|
|
10052
10405
|
},
|
|
10053
|
-
byPage: () => {
|
|
10054
|
-
|
|
10406
|
+
byPage: (settings) => {
|
|
10407
|
+
if (settings === null || settings === void 0 ? void 0 : settings.maxPageSize) {
|
|
10408
|
+
throw new Error("maxPageSize is not supported by this operation.");
|
|
10409
|
+
}
|
|
10410
|
+
return this.listPagingPage(vaultName, resourceGroupName, options, settings);
|
|
10055
10411
|
}
|
|
10056
10412
|
};
|
|
10057
10413
|
}
|
|
10058
|
-
listPagingPage(vaultName, resourceGroupName, options) {
|
|
10414
|
+
listPagingPage(vaultName, resourceGroupName, options, _settings) {
|
|
10059
10415
|
return tslib.__asyncGenerator(this, arguments, function* listPagingPage_1() {
|
|
10060
|
-
let result
|
|
10416
|
+
let result;
|
|
10417
|
+
result = yield tslib.__await(this._list(vaultName, resourceGroupName, options));
|
|
10061
10418
|
yield yield tslib.__await(result.value || []);
|
|
10062
10419
|
});
|
|
10063
10420
|
}
|
|
@@ -10145,20 +10502,31 @@ class OperationsImpl {
|
|
|
10145
10502
|
[Symbol.asyncIterator]() {
|
|
10146
10503
|
return this;
|
|
10147
10504
|
},
|
|
10148
|
-
byPage: () => {
|
|
10149
|
-
|
|
10505
|
+
byPage: (settings) => {
|
|
10506
|
+
if (settings === null || settings === void 0 ? void 0 : settings.maxPageSize) {
|
|
10507
|
+
throw new Error("maxPageSize is not supported by this operation.");
|
|
10508
|
+
}
|
|
10509
|
+
return this.listPagingPage(options, settings);
|
|
10150
10510
|
}
|
|
10151
10511
|
};
|
|
10152
10512
|
}
|
|
10153
|
-
listPagingPage(options) {
|
|
10513
|
+
listPagingPage(options, settings) {
|
|
10154
10514
|
return tslib.__asyncGenerator(this, arguments, function* listPagingPage_1() {
|
|
10155
|
-
let result
|
|
10156
|
-
|
|
10157
|
-
|
|
10515
|
+
let result;
|
|
10516
|
+
let continuationToken = settings === null || settings === void 0 ? void 0 : settings.continuationToken;
|
|
10517
|
+
if (!continuationToken) {
|
|
10518
|
+
result = yield tslib.__await(this._list(options));
|
|
10519
|
+
let page = result.value || [];
|
|
10520
|
+
continuationToken = result.nextLink;
|
|
10521
|
+
setContinuationToken(page, continuationToken);
|
|
10522
|
+
yield yield tslib.__await(page);
|
|
10523
|
+
}
|
|
10158
10524
|
while (continuationToken) {
|
|
10159
10525
|
result = yield tslib.__await(this._listNext(continuationToken, options));
|
|
10160
10526
|
continuationToken = result.nextLink;
|
|
10161
|
-
|
|
10527
|
+
let page = result.value || [];
|
|
10528
|
+
setContinuationToken(page, continuationToken);
|
|
10529
|
+
yield yield tslib.__await(page);
|
|
10162
10530
|
}
|
|
10163
10531
|
});
|
|
10164
10532
|
}
|
|
@@ -10219,7 +10587,6 @@ const listNextOperationSpec$a = {
|
|
|
10219
10587
|
bodyMapper: ClientDiscoveryResponse
|
|
10220
10588
|
}
|
|
10221
10589
|
},
|
|
10222
|
-
queryParameters: [apiVersion],
|
|
10223
10590
|
urlParameters: [$host, nextLink],
|
|
10224
10591
|
headerParameters: [accept],
|
|
10225
10592
|
serializer: serializer$G
|
|
@@ -11037,20 +11404,31 @@ class RecoveryPointsImpl {
|
|
|
11037
11404
|
[Symbol.asyncIterator]() {
|
|
11038
11405
|
return this;
|
|
11039
11406
|
},
|
|
11040
|
-
byPage: () => {
|
|
11041
|
-
|
|
11407
|
+
byPage: (settings) => {
|
|
11408
|
+
if (settings === null || settings === void 0 ? void 0 : settings.maxPageSize) {
|
|
11409
|
+
throw new Error("maxPageSize is not supported by this operation.");
|
|
11410
|
+
}
|
|
11411
|
+
return this.listPagingPage(vaultName, resourceGroupName, fabricName, containerName, protectedItemName, options, settings);
|
|
11042
11412
|
}
|
|
11043
11413
|
};
|
|
11044
11414
|
}
|
|
11045
|
-
listPagingPage(vaultName, resourceGroupName, fabricName, containerName, protectedItemName, options) {
|
|
11415
|
+
listPagingPage(vaultName, resourceGroupName, fabricName, containerName, protectedItemName, options, settings) {
|
|
11046
11416
|
return tslib.__asyncGenerator(this, arguments, function* listPagingPage_1() {
|
|
11047
|
-
let result
|
|
11048
|
-
|
|
11049
|
-
|
|
11417
|
+
let result;
|
|
11418
|
+
let continuationToken = settings === null || settings === void 0 ? void 0 : settings.continuationToken;
|
|
11419
|
+
if (!continuationToken) {
|
|
11420
|
+
result = yield tslib.__await(this._list(vaultName, resourceGroupName, fabricName, containerName, protectedItemName, options));
|
|
11421
|
+
let page = result.value || [];
|
|
11422
|
+
continuationToken = result.nextLink;
|
|
11423
|
+
setContinuationToken(page, continuationToken);
|
|
11424
|
+
yield yield tslib.__await(page);
|
|
11425
|
+
}
|
|
11050
11426
|
while (continuationToken) {
|
|
11051
11427
|
result = yield tslib.__await(this._listNext(vaultName, resourceGroupName, fabricName, containerName, protectedItemName, continuationToken, options));
|
|
11052
11428
|
continuationToken = result.nextLink;
|
|
11053
|
-
|
|
11429
|
+
let page = result.value || [];
|
|
11430
|
+
setContinuationToken(page, continuationToken);
|
|
11431
|
+
yield yield tslib.__await(page);
|
|
11054
11432
|
}
|
|
11055
11433
|
});
|
|
11056
11434
|
}
|
|
@@ -11201,7 +11579,6 @@ const listNextOperationSpec$9 = {
|
|
|
11201
11579
|
bodyMapper: CloudError
|
|
11202
11580
|
}
|
|
11203
11581
|
},
|
|
11204
|
-
queryParameters: [apiVersion, filter],
|
|
11205
11582
|
urlParameters: [
|
|
11206
11583
|
$host,
|
|
11207
11584
|
vaultName,
|
|
@@ -11375,20 +11752,31 @@ class BackupPoliciesImpl {
|
|
|
11375
11752
|
[Symbol.asyncIterator]() {
|
|
11376
11753
|
return this;
|
|
11377
11754
|
},
|
|
11378
|
-
byPage: () => {
|
|
11379
|
-
|
|
11755
|
+
byPage: (settings) => {
|
|
11756
|
+
if (settings === null || settings === void 0 ? void 0 : settings.maxPageSize) {
|
|
11757
|
+
throw new Error("maxPageSize is not supported by this operation.");
|
|
11758
|
+
}
|
|
11759
|
+
return this.listPagingPage(vaultName, resourceGroupName, options, settings);
|
|
11380
11760
|
}
|
|
11381
11761
|
};
|
|
11382
11762
|
}
|
|
11383
|
-
listPagingPage(vaultName, resourceGroupName, options) {
|
|
11763
|
+
listPagingPage(vaultName, resourceGroupName, options, settings) {
|
|
11384
11764
|
return tslib.__asyncGenerator(this, arguments, function* listPagingPage_1() {
|
|
11385
|
-
let result
|
|
11386
|
-
|
|
11387
|
-
|
|
11765
|
+
let result;
|
|
11766
|
+
let continuationToken = settings === null || settings === void 0 ? void 0 : settings.continuationToken;
|
|
11767
|
+
if (!continuationToken) {
|
|
11768
|
+
result = yield tslib.__await(this._list(vaultName, resourceGroupName, options));
|
|
11769
|
+
let page = result.value || [];
|
|
11770
|
+
continuationToken = result.nextLink;
|
|
11771
|
+
setContinuationToken(page, continuationToken);
|
|
11772
|
+
yield yield tslib.__await(page);
|
|
11773
|
+
}
|
|
11388
11774
|
while (continuationToken) {
|
|
11389
11775
|
result = yield tslib.__await(this._listNext(vaultName, resourceGroupName, continuationToken, options));
|
|
11390
11776
|
continuationToken = result.nextLink;
|
|
11391
|
-
|
|
11777
|
+
let page = result.value || [];
|
|
11778
|
+
setContinuationToken(page, continuationToken);
|
|
11779
|
+
yield yield tslib.__await(page);
|
|
11392
11780
|
}
|
|
11393
11781
|
});
|
|
11394
11782
|
}
|
|
@@ -11468,7 +11856,6 @@ const listNextOperationSpec$8 = {
|
|
|
11468
11856
|
bodyMapper: CloudError
|
|
11469
11857
|
}
|
|
11470
11858
|
},
|
|
11471
|
-
queryParameters: [apiVersion, filter],
|
|
11472
11859
|
urlParameters: [
|
|
11473
11860
|
$host,
|
|
11474
11861
|
vaultName,
|
|
@@ -11744,20 +12131,31 @@ class BackupJobsImpl {
|
|
|
11744
12131
|
[Symbol.asyncIterator]() {
|
|
11745
12132
|
return this;
|
|
11746
12133
|
},
|
|
11747
|
-
byPage: () => {
|
|
11748
|
-
|
|
12134
|
+
byPage: (settings) => {
|
|
12135
|
+
if (settings === null || settings === void 0 ? void 0 : settings.maxPageSize) {
|
|
12136
|
+
throw new Error("maxPageSize is not supported by this operation.");
|
|
12137
|
+
}
|
|
12138
|
+
return this.listPagingPage(vaultName, resourceGroupName, options, settings);
|
|
11749
12139
|
}
|
|
11750
12140
|
};
|
|
11751
12141
|
}
|
|
11752
|
-
listPagingPage(vaultName, resourceGroupName, options) {
|
|
12142
|
+
listPagingPage(vaultName, resourceGroupName, options, settings) {
|
|
11753
12143
|
return tslib.__asyncGenerator(this, arguments, function* listPagingPage_1() {
|
|
11754
|
-
let result
|
|
11755
|
-
|
|
11756
|
-
|
|
12144
|
+
let result;
|
|
12145
|
+
let continuationToken = settings === null || settings === void 0 ? void 0 : settings.continuationToken;
|
|
12146
|
+
if (!continuationToken) {
|
|
12147
|
+
result = yield tslib.__await(this._list(vaultName, resourceGroupName, options));
|
|
12148
|
+
let page = result.value || [];
|
|
12149
|
+
continuationToken = result.nextLink;
|
|
12150
|
+
setContinuationToken(page, continuationToken);
|
|
12151
|
+
yield yield tslib.__await(page);
|
|
12152
|
+
}
|
|
11757
12153
|
while (continuationToken) {
|
|
11758
12154
|
result = yield tslib.__await(this._listNext(vaultName, resourceGroupName, continuationToken, options));
|
|
11759
12155
|
continuationToken = result.nextLink;
|
|
11760
|
-
|
|
12156
|
+
let page = result.value || [];
|
|
12157
|
+
setContinuationToken(page, continuationToken);
|
|
12158
|
+
yield yield tslib.__await(page);
|
|
11761
12159
|
}
|
|
11762
12160
|
});
|
|
11763
12161
|
}
|
|
@@ -11839,11 +12237,6 @@ const listNextOperationSpec$7 = {
|
|
|
11839
12237
|
bodyMapper: CloudError
|
|
11840
12238
|
}
|
|
11841
12239
|
},
|
|
11842
|
-
queryParameters: [
|
|
11843
|
-
apiVersion,
|
|
11844
|
-
filter,
|
|
11845
|
-
skipToken
|
|
11846
|
-
],
|
|
11847
12240
|
urlParameters: [
|
|
11848
12241
|
$host,
|
|
11849
12242
|
vaultName,
|
|
@@ -12156,20 +12549,31 @@ class BackupProtectedItemsImpl {
|
|
|
12156
12549
|
[Symbol.asyncIterator]() {
|
|
12157
12550
|
return this;
|
|
12158
12551
|
},
|
|
12159
|
-
byPage: () => {
|
|
12160
|
-
|
|
12552
|
+
byPage: (settings) => {
|
|
12553
|
+
if (settings === null || settings === void 0 ? void 0 : settings.maxPageSize) {
|
|
12554
|
+
throw new Error("maxPageSize is not supported by this operation.");
|
|
12555
|
+
}
|
|
12556
|
+
return this.listPagingPage(vaultName, resourceGroupName, options, settings);
|
|
12161
12557
|
}
|
|
12162
12558
|
};
|
|
12163
12559
|
}
|
|
12164
|
-
listPagingPage(vaultName, resourceGroupName, options) {
|
|
12560
|
+
listPagingPage(vaultName, resourceGroupName, options, settings) {
|
|
12165
12561
|
return tslib.__asyncGenerator(this, arguments, function* listPagingPage_1() {
|
|
12166
|
-
let result
|
|
12167
|
-
|
|
12168
|
-
|
|
12562
|
+
let result;
|
|
12563
|
+
let continuationToken = settings === null || settings === void 0 ? void 0 : settings.continuationToken;
|
|
12564
|
+
if (!continuationToken) {
|
|
12565
|
+
result = yield tslib.__await(this._list(vaultName, resourceGroupName, options));
|
|
12566
|
+
let page = result.value || [];
|
|
12567
|
+
continuationToken = result.nextLink;
|
|
12568
|
+
setContinuationToken(page, continuationToken);
|
|
12569
|
+
yield yield tslib.__await(page);
|
|
12570
|
+
}
|
|
12169
12571
|
while (continuationToken) {
|
|
12170
12572
|
result = yield tslib.__await(this._listNext(vaultName, resourceGroupName, continuationToken, options));
|
|
12171
12573
|
continuationToken = result.nextLink;
|
|
12172
|
-
|
|
12574
|
+
let page = result.value || [];
|
|
12575
|
+
setContinuationToken(page, continuationToken);
|
|
12576
|
+
yield yield tslib.__await(page);
|
|
12173
12577
|
}
|
|
12174
12578
|
});
|
|
12175
12579
|
}
|
|
@@ -12251,11 +12655,6 @@ const listNextOperationSpec$6 = {
|
|
|
12251
12655
|
bodyMapper: CloudError
|
|
12252
12656
|
}
|
|
12253
12657
|
},
|
|
12254
|
-
queryParameters: [
|
|
12255
|
-
apiVersion,
|
|
12256
|
-
filter,
|
|
12257
|
-
skipToken
|
|
12258
|
-
],
|
|
12259
12658
|
urlParameters: [
|
|
12260
12659
|
$host,
|
|
12261
12660
|
vaultName,
|
|
@@ -12565,20 +12964,31 @@ class BackupEnginesImpl {
|
|
|
12565
12964
|
[Symbol.asyncIterator]() {
|
|
12566
12965
|
return this;
|
|
12567
12966
|
},
|
|
12568
|
-
byPage: () => {
|
|
12569
|
-
|
|
12967
|
+
byPage: (settings) => {
|
|
12968
|
+
if (settings === null || settings === void 0 ? void 0 : settings.maxPageSize) {
|
|
12969
|
+
throw new Error("maxPageSize is not supported by this operation.");
|
|
12970
|
+
}
|
|
12971
|
+
return this.listPagingPage(vaultName, resourceGroupName, options, settings);
|
|
12570
12972
|
}
|
|
12571
12973
|
};
|
|
12572
12974
|
}
|
|
12573
|
-
listPagingPage(vaultName, resourceGroupName, options) {
|
|
12975
|
+
listPagingPage(vaultName, resourceGroupName, options, settings) {
|
|
12574
12976
|
return tslib.__asyncGenerator(this, arguments, function* listPagingPage_1() {
|
|
12575
|
-
let result
|
|
12576
|
-
|
|
12577
|
-
|
|
12977
|
+
let result;
|
|
12978
|
+
let continuationToken = settings === null || settings === void 0 ? void 0 : settings.continuationToken;
|
|
12979
|
+
if (!continuationToken) {
|
|
12980
|
+
result = yield tslib.__await(this._list(vaultName, resourceGroupName, options));
|
|
12981
|
+
let page = result.value || [];
|
|
12982
|
+
continuationToken = result.nextLink;
|
|
12983
|
+
setContinuationToken(page, continuationToken);
|
|
12984
|
+
yield yield tslib.__await(page);
|
|
12985
|
+
}
|
|
12578
12986
|
while (continuationToken) {
|
|
12579
12987
|
result = yield tslib.__await(this._listNext(vaultName, resourceGroupName, continuationToken, options));
|
|
12580
12988
|
continuationToken = result.nextLink;
|
|
12581
|
-
|
|
12989
|
+
let page = result.value || [];
|
|
12990
|
+
setContinuationToken(page, continuationToken);
|
|
12991
|
+
yield yield tslib.__await(page);
|
|
12582
12992
|
}
|
|
12583
12993
|
});
|
|
12584
12994
|
}
|
|
@@ -12697,11 +13107,6 @@ const listNextOperationSpec$5 = {
|
|
|
12697
13107
|
bodyMapper: CloudError
|
|
12698
13108
|
}
|
|
12699
13109
|
},
|
|
12700
|
-
queryParameters: [
|
|
12701
|
-
apiVersion,
|
|
12702
|
-
filter,
|
|
12703
|
-
skipToken
|
|
12704
|
-
],
|
|
12705
13110
|
urlParameters: [
|
|
12706
13111
|
$host,
|
|
12707
13112
|
vaultName,
|
|
@@ -12801,20 +13206,31 @@ class ProtectableContainersImpl {
|
|
|
12801
13206
|
[Symbol.asyncIterator]() {
|
|
12802
13207
|
return this;
|
|
12803
13208
|
},
|
|
12804
|
-
byPage: () => {
|
|
12805
|
-
|
|
13209
|
+
byPage: (settings) => {
|
|
13210
|
+
if (settings === null || settings === void 0 ? void 0 : settings.maxPageSize) {
|
|
13211
|
+
throw new Error("maxPageSize is not supported by this operation.");
|
|
13212
|
+
}
|
|
13213
|
+
return this.listPagingPage(vaultName, resourceGroupName, fabricName, options, settings);
|
|
12806
13214
|
}
|
|
12807
13215
|
};
|
|
12808
13216
|
}
|
|
12809
|
-
listPagingPage(vaultName, resourceGroupName, fabricName, options) {
|
|
13217
|
+
listPagingPage(vaultName, resourceGroupName, fabricName, options, settings) {
|
|
12810
13218
|
return tslib.__asyncGenerator(this, arguments, function* listPagingPage_1() {
|
|
12811
|
-
let result
|
|
12812
|
-
|
|
12813
|
-
|
|
13219
|
+
let result;
|
|
13220
|
+
let continuationToken = settings === null || settings === void 0 ? void 0 : settings.continuationToken;
|
|
13221
|
+
if (!continuationToken) {
|
|
13222
|
+
result = yield tslib.__await(this._list(vaultName, resourceGroupName, fabricName, options));
|
|
13223
|
+
let page = result.value || [];
|
|
13224
|
+
continuationToken = result.nextLink;
|
|
13225
|
+
setContinuationToken(page, continuationToken);
|
|
13226
|
+
yield yield tslib.__await(page);
|
|
13227
|
+
}
|
|
12814
13228
|
while (continuationToken) {
|
|
12815
13229
|
result = yield tslib.__await(this._listNext(vaultName, resourceGroupName, fabricName, continuationToken, options));
|
|
12816
13230
|
continuationToken = result.nextLink;
|
|
12817
|
-
|
|
13231
|
+
let page = result.value || [];
|
|
13232
|
+
setContinuationToken(page, continuationToken);
|
|
13233
|
+
yield yield tslib.__await(page);
|
|
12818
13234
|
}
|
|
12819
13235
|
});
|
|
12820
13236
|
}
|
|
@@ -12895,7 +13311,6 @@ const listNextOperationSpec$4 = {
|
|
|
12895
13311
|
bodyMapper: CloudError
|
|
12896
13312
|
}
|
|
12897
13313
|
},
|
|
12898
|
-
queryParameters: [apiVersion, filter],
|
|
12899
13314
|
urlParameters: [
|
|
12900
13315
|
$host,
|
|
12901
13316
|
vaultName,
|
|
@@ -13155,20 +13570,31 @@ class BackupWorkloadItemsImpl {
|
|
|
13155
13570
|
[Symbol.asyncIterator]() {
|
|
13156
13571
|
return this;
|
|
13157
13572
|
},
|
|
13158
|
-
byPage: () => {
|
|
13159
|
-
|
|
13573
|
+
byPage: (settings) => {
|
|
13574
|
+
if (settings === null || settings === void 0 ? void 0 : settings.maxPageSize) {
|
|
13575
|
+
throw new Error("maxPageSize is not supported by this operation.");
|
|
13576
|
+
}
|
|
13577
|
+
return this.listPagingPage(vaultName, resourceGroupName, fabricName, containerName, options, settings);
|
|
13160
13578
|
}
|
|
13161
13579
|
};
|
|
13162
13580
|
}
|
|
13163
|
-
listPagingPage(vaultName, resourceGroupName, fabricName, containerName, options) {
|
|
13581
|
+
listPagingPage(vaultName, resourceGroupName, fabricName, containerName, options, settings) {
|
|
13164
13582
|
return tslib.__asyncGenerator(this, arguments, function* listPagingPage_1() {
|
|
13165
|
-
let result
|
|
13166
|
-
|
|
13167
|
-
|
|
13583
|
+
let result;
|
|
13584
|
+
let continuationToken = settings === null || settings === void 0 ? void 0 : settings.continuationToken;
|
|
13585
|
+
if (!continuationToken) {
|
|
13586
|
+
result = yield tslib.__await(this._list(vaultName, resourceGroupName, fabricName, containerName, options));
|
|
13587
|
+
let page = result.value || [];
|
|
13588
|
+
continuationToken = result.nextLink;
|
|
13589
|
+
setContinuationToken(page, continuationToken);
|
|
13590
|
+
yield yield tslib.__await(page);
|
|
13591
|
+
}
|
|
13168
13592
|
while (continuationToken) {
|
|
13169
13593
|
result = yield tslib.__await(this._listNext(vaultName, resourceGroupName, fabricName, containerName, continuationToken, options));
|
|
13170
13594
|
continuationToken = result.nextLink;
|
|
13171
|
-
|
|
13595
|
+
let page = result.value || [];
|
|
13596
|
+
setContinuationToken(page, continuationToken);
|
|
13597
|
+
yield yield tslib.__await(page);
|
|
13172
13598
|
}
|
|
13173
13599
|
});
|
|
13174
13600
|
}
|
|
@@ -13265,11 +13691,6 @@ const listNextOperationSpec$3 = {
|
|
|
13265
13691
|
bodyMapper: CloudError
|
|
13266
13692
|
}
|
|
13267
13693
|
},
|
|
13268
|
-
queryParameters: [
|
|
13269
|
-
apiVersion,
|
|
13270
|
-
filter,
|
|
13271
|
-
skipToken
|
|
13272
|
-
],
|
|
13273
13694
|
urlParameters: [
|
|
13274
13695
|
$host,
|
|
13275
13696
|
vaultName,
|
|
@@ -13822,20 +14243,31 @@ class BackupProtectableItemsImpl {
|
|
|
13822
14243
|
[Symbol.asyncIterator]() {
|
|
13823
14244
|
return this;
|
|
13824
14245
|
},
|
|
13825
|
-
byPage: () => {
|
|
13826
|
-
|
|
14246
|
+
byPage: (settings) => {
|
|
14247
|
+
if (settings === null || settings === void 0 ? void 0 : settings.maxPageSize) {
|
|
14248
|
+
throw new Error("maxPageSize is not supported by this operation.");
|
|
14249
|
+
}
|
|
14250
|
+
return this.listPagingPage(vaultName, resourceGroupName, options, settings);
|
|
13827
14251
|
}
|
|
13828
14252
|
};
|
|
13829
14253
|
}
|
|
13830
|
-
listPagingPage(vaultName, resourceGroupName, options) {
|
|
14254
|
+
listPagingPage(vaultName, resourceGroupName, options, settings) {
|
|
13831
14255
|
return tslib.__asyncGenerator(this, arguments, function* listPagingPage_1() {
|
|
13832
|
-
let result
|
|
13833
|
-
|
|
13834
|
-
|
|
14256
|
+
let result;
|
|
14257
|
+
let continuationToken = settings === null || settings === void 0 ? void 0 : settings.continuationToken;
|
|
14258
|
+
if (!continuationToken) {
|
|
14259
|
+
result = yield tslib.__await(this._list(vaultName, resourceGroupName, options));
|
|
14260
|
+
let page = result.value || [];
|
|
14261
|
+
continuationToken = result.nextLink;
|
|
14262
|
+
setContinuationToken(page, continuationToken);
|
|
14263
|
+
yield yield tslib.__await(page);
|
|
14264
|
+
}
|
|
13835
14265
|
while (continuationToken) {
|
|
13836
14266
|
result = yield tslib.__await(this._listNext(vaultName, resourceGroupName, continuationToken, options));
|
|
13837
14267
|
continuationToken = result.nextLink;
|
|
13838
|
-
|
|
14268
|
+
let page = result.value || [];
|
|
14269
|
+
setContinuationToken(page, continuationToken);
|
|
14270
|
+
yield yield tslib.__await(page);
|
|
13839
14271
|
}
|
|
13840
14272
|
});
|
|
13841
14273
|
}
|
|
@@ -13919,11 +14351,6 @@ const listNextOperationSpec$2 = {
|
|
|
13919
14351
|
bodyMapper: CloudError
|
|
13920
14352
|
}
|
|
13921
14353
|
},
|
|
13922
|
-
queryParameters: [
|
|
13923
|
-
apiVersion,
|
|
13924
|
-
filter,
|
|
13925
|
-
skipToken
|
|
13926
|
-
],
|
|
13927
14354
|
urlParameters: [
|
|
13928
14355
|
$host,
|
|
13929
14356
|
vaultName,
|
|
@@ -13968,20 +14395,31 @@ class BackupProtectionContainersImpl {
|
|
|
13968
14395
|
[Symbol.asyncIterator]() {
|
|
13969
14396
|
return this;
|
|
13970
14397
|
},
|
|
13971
|
-
byPage: () => {
|
|
13972
|
-
|
|
14398
|
+
byPage: (settings) => {
|
|
14399
|
+
if (settings === null || settings === void 0 ? void 0 : settings.maxPageSize) {
|
|
14400
|
+
throw new Error("maxPageSize is not supported by this operation.");
|
|
14401
|
+
}
|
|
14402
|
+
return this.listPagingPage(vaultName, resourceGroupName, options, settings);
|
|
13973
14403
|
}
|
|
13974
14404
|
};
|
|
13975
14405
|
}
|
|
13976
|
-
listPagingPage(vaultName, resourceGroupName, options) {
|
|
14406
|
+
listPagingPage(vaultName, resourceGroupName, options, settings) {
|
|
13977
14407
|
return tslib.__asyncGenerator(this, arguments, function* listPagingPage_1() {
|
|
13978
|
-
let result
|
|
13979
|
-
|
|
13980
|
-
|
|
14408
|
+
let result;
|
|
14409
|
+
let continuationToken = settings === null || settings === void 0 ? void 0 : settings.continuationToken;
|
|
14410
|
+
if (!continuationToken) {
|
|
14411
|
+
result = yield tslib.__await(this._list(vaultName, resourceGroupName, options));
|
|
14412
|
+
let page = result.value || [];
|
|
14413
|
+
continuationToken = result.nextLink;
|
|
14414
|
+
setContinuationToken(page, continuationToken);
|
|
14415
|
+
yield yield tslib.__await(page);
|
|
14416
|
+
}
|
|
13981
14417
|
while (continuationToken) {
|
|
13982
14418
|
result = yield tslib.__await(this._listNext(vaultName, resourceGroupName, continuationToken, options));
|
|
13983
14419
|
continuationToken = result.nextLink;
|
|
13984
|
-
|
|
14420
|
+
let page = result.value || [];
|
|
14421
|
+
setContinuationToken(page, continuationToken);
|
|
14422
|
+
yield yield tslib.__await(page);
|
|
13985
14423
|
}
|
|
13986
14424
|
});
|
|
13987
14425
|
}
|
|
@@ -14059,7 +14497,6 @@ const listNextOperationSpec$1 = {
|
|
|
14059
14497
|
bodyMapper: CloudError
|
|
14060
14498
|
}
|
|
14061
14499
|
},
|
|
14062
|
-
queryParameters: [apiVersion, filter],
|
|
14063
14500
|
urlParameters: [
|
|
14064
14501
|
$host,
|
|
14065
14502
|
vaultName,
|
|
@@ -14161,20 +14598,31 @@ class RecoveryPointsRecommendedForMoveImpl {
|
|
|
14161
14598
|
[Symbol.asyncIterator]() {
|
|
14162
14599
|
return this;
|
|
14163
14600
|
},
|
|
14164
|
-
byPage: () => {
|
|
14165
|
-
|
|
14601
|
+
byPage: (settings) => {
|
|
14602
|
+
if (settings === null || settings === void 0 ? void 0 : settings.maxPageSize) {
|
|
14603
|
+
throw new Error("maxPageSize is not supported by this operation.");
|
|
14604
|
+
}
|
|
14605
|
+
return this.listPagingPage(vaultName, resourceGroupName, fabricName, containerName, protectedItemName, parameters, options, settings);
|
|
14166
14606
|
}
|
|
14167
14607
|
};
|
|
14168
14608
|
}
|
|
14169
|
-
listPagingPage(vaultName, resourceGroupName, fabricName, containerName, protectedItemName, parameters, options) {
|
|
14609
|
+
listPagingPage(vaultName, resourceGroupName, fabricName, containerName, protectedItemName, parameters, options, settings) {
|
|
14170
14610
|
return tslib.__asyncGenerator(this, arguments, function* listPagingPage_1() {
|
|
14171
|
-
let result
|
|
14172
|
-
|
|
14173
|
-
|
|
14611
|
+
let result;
|
|
14612
|
+
let continuationToken = settings === null || settings === void 0 ? void 0 : settings.continuationToken;
|
|
14613
|
+
if (!continuationToken) {
|
|
14614
|
+
result = yield tslib.__await(this._list(vaultName, resourceGroupName, fabricName, containerName, protectedItemName, parameters, options));
|
|
14615
|
+
let page = result.value || [];
|
|
14616
|
+
continuationToken = result.nextLink;
|
|
14617
|
+
setContinuationToken(page, continuationToken);
|
|
14618
|
+
yield yield tslib.__await(page);
|
|
14619
|
+
}
|
|
14174
14620
|
while (continuationToken) {
|
|
14175
14621
|
result = yield tslib.__await(this._listNext(vaultName, resourceGroupName, fabricName, containerName, protectedItemName, parameters, continuationToken, options));
|
|
14176
14622
|
continuationToken = result.nextLink;
|
|
14177
|
-
|
|
14623
|
+
let page = result.value || [];
|
|
14624
|
+
setContinuationToken(page, continuationToken);
|
|
14625
|
+
yield yield tslib.__await(page);
|
|
14178
14626
|
}
|
|
14179
14627
|
});
|
|
14180
14628
|
}
|
|
@@ -14282,7 +14730,6 @@ const listNextOperationSpec = {
|
|
|
14282
14730
|
bodyMapper: CloudError
|
|
14283
14731
|
}
|
|
14284
14732
|
},
|
|
14285
|
-
queryParameters: [apiVersion],
|
|
14286
14733
|
urlParameters: [
|
|
14287
14734
|
$host,
|
|
14288
14735
|
vaultName,
|
|
@@ -14331,20 +14778,31 @@ class ResourceGuardProxiesImpl {
|
|
|
14331
14778
|
[Symbol.asyncIterator]() {
|
|
14332
14779
|
return this;
|
|
14333
14780
|
},
|
|
14334
|
-
byPage: () => {
|
|
14335
|
-
|
|
14781
|
+
byPage: (settings) => {
|
|
14782
|
+
if (settings === null || settings === void 0 ? void 0 : settings.maxPageSize) {
|
|
14783
|
+
throw new Error("maxPageSize is not supported by this operation.");
|
|
14784
|
+
}
|
|
14785
|
+
return this.getPagingPage(vaultName, resourceGroupName, options, settings);
|
|
14336
14786
|
}
|
|
14337
14787
|
};
|
|
14338
14788
|
}
|
|
14339
|
-
getPagingPage(vaultName, resourceGroupName, options) {
|
|
14789
|
+
getPagingPage(vaultName, resourceGroupName, options, settings) {
|
|
14340
14790
|
return tslib.__asyncGenerator(this, arguments, function* getPagingPage_1() {
|
|
14341
|
-
let result
|
|
14342
|
-
|
|
14343
|
-
|
|
14791
|
+
let result;
|
|
14792
|
+
let continuationToken = settings === null || settings === void 0 ? void 0 : settings.continuationToken;
|
|
14793
|
+
if (!continuationToken) {
|
|
14794
|
+
result = yield tslib.__await(this._get(vaultName, resourceGroupName, options));
|
|
14795
|
+
let page = result.value || [];
|
|
14796
|
+
continuationToken = result.nextLink;
|
|
14797
|
+
setContinuationToken(page, continuationToken);
|
|
14798
|
+
yield yield tslib.__await(page);
|
|
14799
|
+
}
|
|
14344
14800
|
while (continuationToken) {
|
|
14345
14801
|
result = yield tslib.__await(this._getNext(vaultName, resourceGroupName, continuationToken, options));
|
|
14346
14802
|
continuationToken = result.nextLink;
|
|
14347
|
-
|
|
14803
|
+
let page = result.value || [];
|
|
14804
|
+
setContinuationToken(page, continuationToken);
|
|
14805
|
+
yield yield tslib.__await(page);
|
|
14348
14806
|
}
|
|
14349
14807
|
});
|
|
14350
14808
|
}
|
|
@@ -14422,7 +14880,6 @@ const getNextOperationSpec = {
|
|
|
14422
14880
|
bodyMapper: CloudError
|
|
14423
14881
|
}
|
|
14424
14882
|
},
|
|
14425
|
-
queryParameters: [apiVersion],
|
|
14426
14883
|
urlParameters: [
|
|
14427
14884
|
$host,
|
|
14428
14885
|
vaultName,
|
|
@@ -14468,10 +14925,17 @@ class ResourceGuardProxyImpl {
|
|
|
14468
14925
|
* @param resourceGroupName The name of the resource group where the recovery services vault is
|
|
14469
14926
|
* present.
|
|
14470
14927
|
* @param resourceGuardProxyName
|
|
14928
|
+
* @param parameters Request body for operation
|
|
14471
14929
|
* @param options The options parameters.
|
|
14472
14930
|
*/
|
|
14473
|
-
put(vaultName, resourceGroupName, resourceGuardProxyName, options) {
|
|
14474
|
-
return this.client.sendOperationRequest({
|
|
14931
|
+
put(vaultName, resourceGroupName, resourceGuardProxyName, parameters, options) {
|
|
14932
|
+
return this.client.sendOperationRequest({
|
|
14933
|
+
vaultName,
|
|
14934
|
+
resourceGroupName,
|
|
14935
|
+
resourceGuardProxyName,
|
|
14936
|
+
parameters,
|
|
14937
|
+
options
|
|
14938
|
+
}, putOperationSpec);
|
|
14475
14939
|
}
|
|
14476
14940
|
/**
|
|
14477
14941
|
* Delete ResourceGuardProxy under vault
|
|
@@ -14538,6 +15002,7 @@ const putOperationSpec = {
|
|
|
14538
15002
|
bodyMapper: CloudError
|
|
14539
15003
|
}
|
|
14540
15004
|
},
|
|
15005
|
+
requestBody: parameters20,
|
|
14541
15006
|
queryParameters: [apiVersion],
|
|
14542
15007
|
urlParameters: [
|
|
14543
15008
|
$host,
|
|
@@ -14546,7 +15011,8 @@ const putOperationSpec = {
|
|
|
14546
15011
|
subscriptionId,
|
|
14547
15012
|
resourceGuardProxyName
|
|
14548
15013
|
],
|
|
14549
|
-
headerParameters: [accept],
|
|
15014
|
+
headerParameters: [accept, contentType],
|
|
15015
|
+
mediaType: "json",
|
|
14550
15016
|
serializer: serializer$1
|
|
14551
15017
|
};
|
|
14552
15018
|
const deleteOperationSpec = {
|
|
@@ -14581,7 +15047,7 @@ const unlockDeleteOperationSpec = {
|
|
|
14581
15047
|
bodyMapper: CloudError
|
|
14582
15048
|
}
|
|
14583
15049
|
},
|
|
14584
|
-
requestBody:
|
|
15050
|
+
requestBody: parameters21,
|
|
14585
15051
|
queryParameters: [apiVersion],
|
|
14586
15052
|
urlParameters: [
|
|
14587
15053
|
$host,
|
|
@@ -14610,7 +15076,7 @@ class RecoveryServicesBackupClient extends coreClient__namespace.ServiceClient {
|
|
|
14610
15076
|
* @param options The parameter options
|
|
14611
15077
|
*/
|
|
14612
15078
|
constructor(credentials, subscriptionId, options) {
|
|
14613
|
-
var _a, _b;
|
|
15079
|
+
var _a, _b, _c;
|
|
14614
15080
|
if (credentials === undefined) {
|
|
14615
15081
|
throw new Error("'credentials' cannot be null");
|
|
14616
15082
|
}
|
|
@@ -14625,32 +15091,34 @@ class RecoveryServicesBackupClient extends coreClient__namespace.ServiceClient {
|
|
|
14625
15091
|
requestContentType: "application/json; charset=utf-8",
|
|
14626
15092
|
credential: credentials
|
|
14627
15093
|
};
|
|
14628
|
-
const packageDetails = `azsdk-js-arm-recoveryservicesbackup/
|
|
15094
|
+
const packageDetails = `azsdk-js-arm-recoveryservicesbackup/10.0.0`;
|
|
14629
15095
|
const userAgentPrefix = options.userAgentOptions && options.userAgentOptions.userAgentPrefix
|
|
14630
15096
|
? `${options.userAgentOptions.userAgentPrefix} ${packageDetails}`
|
|
14631
15097
|
: `${packageDetails}`;
|
|
14632
|
-
if (!options.credentialScopes) {
|
|
14633
|
-
options.credentialScopes = ["https://management.azure.com/.default"];
|
|
14634
|
-
}
|
|
14635
15098
|
const optionsWithDefaults = Object.assign(Object.assign(Object.assign({}, defaults), options), { userAgentOptions: {
|
|
14636
15099
|
userAgentPrefix
|
|
14637
|
-
},
|
|
15100
|
+
}, endpoint: (_b = (_a = options.endpoint) !== null && _a !== void 0 ? _a : options.baseUri) !== null && _b !== void 0 ? _b : "https://management.azure.com" });
|
|
14638
15101
|
super(optionsWithDefaults);
|
|
15102
|
+
let bearerTokenAuthenticationPolicyFound = false;
|
|
14639
15103
|
if ((options === null || options === void 0 ? void 0 : options.pipeline) && options.pipeline.getOrderedPolicies().length > 0) {
|
|
14640
15104
|
const pipelinePolicies = options.pipeline.getOrderedPolicies();
|
|
14641
|
-
|
|
15105
|
+
bearerTokenAuthenticationPolicyFound = pipelinePolicies.some((pipelinePolicy) => pipelinePolicy.name ===
|
|
14642
15106
|
coreRestPipeline__namespace.bearerTokenAuthenticationPolicyName);
|
|
14643
|
-
|
|
14644
|
-
|
|
14645
|
-
|
|
14646
|
-
|
|
14647
|
-
|
|
14648
|
-
|
|
14649
|
-
|
|
14650
|
-
|
|
14651
|
-
|
|
14652
|
-
|
|
14653
|
-
|
|
15107
|
+
}
|
|
15108
|
+
if (!options ||
|
|
15109
|
+
!options.pipeline ||
|
|
15110
|
+
options.pipeline.getOrderedPolicies().length == 0 ||
|
|
15111
|
+
!bearerTokenAuthenticationPolicyFound) {
|
|
15112
|
+
this.pipeline.removePolicy({
|
|
15113
|
+
name: coreRestPipeline__namespace.bearerTokenAuthenticationPolicyName
|
|
15114
|
+
});
|
|
15115
|
+
this.pipeline.addPolicy(coreRestPipeline__namespace.bearerTokenAuthenticationPolicy({
|
|
15116
|
+
credential: credentials,
|
|
15117
|
+
scopes: (_c = optionsWithDefaults.credentialScopes) !== null && _c !== void 0 ? _c : `${optionsWithDefaults.endpoint}/.default`,
|
|
15118
|
+
challengeCallbacks: {
|
|
15119
|
+
authorizeRequestOnChallenge: coreClient__namespace.authorizeRequestOnClaimChallenge
|
|
15120
|
+
}
|
|
15121
|
+
}));
|
|
14654
15122
|
}
|
|
14655
15123
|
// Parameter assignments
|
|
14656
15124
|
this.subscriptionId = subscriptionId;
|
|
@@ -14705,6 +15173,34 @@ class RecoveryServicesBackupClient extends coreClient__namespace.ServiceClient {
|
|
|
14705
15173
|
this.recoveryPointsRecommendedForMove = new RecoveryPointsRecommendedForMoveImpl(this);
|
|
14706
15174
|
this.resourceGuardProxies = new ResourceGuardProxiesImpl(this);
|
|
14707
15175
|
this.resourceGuardProxy = new ResourceGuardProxyImpl(this);
|
|
15176
|
+
this.addCustomApiVersionPolicy(options.apiVersion);
|
|
15177
|
+
}
|
|
15178
|
+
/** A function that adds a policy that sets the api-version (or equivalent) to reflect the library version. */
|
|
15179
|
+
addCustomApiVersionPolicy(apiVersion) {
|
|
15180
|
+
if (!apiVersion) {
|
|
15181
|
+
return;
|
|
15182
|
+
}
|
|
15183
|
+
const apiVersionPolicy = {
|
|
15184
|
+
name: "CustomApiVersionPolicy",
|
|
15185
|
+
sendRequest(request, next) {
|
|
15186
|
+
return tslib.__awaiter(this, void 0, void 0, function* () {
|
|
15187
|
+
const param = request.url.split("?");
|
|
15188
|
+
if (param.length > 1) {
|
|
15189
|
+
const newParams = param[1].split("&").map((item) => {
|
|
15190
|
+
if (item.indexOf("api-version") > -1) {
|
|
15191
|
+
return "api-version=" + apiVersion;
|
|
15192
|
+
}
|
|
15193
|
+
else {
|
|
15194
|
+
return item;
|
|
15195
|
+
}
|
|
15196
|
+
});
|
|
15197
|
+
request.url = param[0] + "?" + newParams.join("&");
|
|
15198
|
+
}
|
|
15199
|
+
return next(request);
|
|
15200
|
+
});
|
|
15201
|
+
}
|
|
15202
|
+
};
|
|
15203
|
+
this.pipeline.addPolicy(apiVersionPolicy);
|
|
14708
15204
|
}
|
|
14709
15205
|
/**
|
|
14710
15206
|
* Fetches operation status for data move operation on vault
|
|
@@ -15002,4 +15498,5 @@ const moveRecoveryPointOperationSpec = {
|
|
|
15002
15498
|
};
|
|
15003
15499
|
|
|
15004
15500
|
exports.RecoveryServicesBackupClient = RecoveryServicesBackupClient;
|
|
15501
|
+
exports.getContinuationToken = getContinuationToken;
|
|
15005
15502
|
//# sourceMappingURL=index.js.map
|