@azure/arm-recoveryservicesbackup 11.0.1-alpha.20231009.1 → 11.0.1-alpha.20231023.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/dist/index.js +312 -390
- 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/backupEnginesListSample.js +3 -8
- package/dist-esm/samples-dev/backupEnginesListSample.js.map +1 -1
- package/dist-esm/samples-dev/backupJobsListSample.js +9 -24
- package/dist-esm/samples-dev/backupJobsListSample.js.map +1 -1
- package/dist-esm/samples-dev/backupPoliciesListSample.js +9 -24
- package/dist-esm/samples-dev/backupPoliciesListSample.js.map +1 -1
- package/dist-esm/samples-dev/backupProtectableItemsListSample.js +3 -8
- package/dist-esm/samples-dev/backupProtectableItemsListSample.js.map +1 -1
- package/dist-esm/samples-dev/backupProtectedItemsListSample.js +3 -8
- package/dist-esm/samples-dev/backupProtectedItemsListSample.js.map +1 -1
- package/dist-esm/samples-dev/backupProtectionContainersListSample.js +3 -8
- package/dist-esm/samples-dev/backupProtectionContainersListSample.js.map +1 -1
- package/dist-esm/samples-dev/backupProtectionIntentListSample.js +3 -8
- package/dist-esm/samples-dev/backupProtectionIntentListSample.js.map +1 -1
- package/dist-esm/samples-dev/backupUsageSummariesListSample.js +6 -16
- package/dist-esm/samples-dev/backupUsageSummariesListSample.js.map +1 -1
- package/dist-esm/samples-dev/backupWorkloadItemsListSample.js +3 -8
- package/dist-esm/samples-dev/backupWorkloadItemsListSample.js.map +1 -1
- package/dist-esm/samples-dev/deletedProtectionContainersListSample.js +3 -8
- package/dist-esm/samples-dev/deletedProtectionContainersListSample.js.map +1 -1
- package/dist-esm/samples-dev/operationsListSample.js +3 -8
- package/dist-esm/samples-dev/operationsListSample.js.map +1 -1
- package/dist-esm/samples-dev/protectableContainersListSample.js +3 -8
- package/dist-esm/samples-dev/protectableContainersListSample.js.map +1 -1
- package/dist-esm/samples-dev/recoveryPointsListSample.js +3 -8
- package/dist-esm/samples-dev/recoveryPointsListSample.js.map +1 -1
- package/dist-esm/samples-dev/recoveryPointsRecommendedForMoveListSample.js +3 -8
- package/dist-esm/samples-dev/recoveryPointsRecommendedForMoveListSample.js.map +1 -1
- package/dist-esm/samples-dev/resourceGuardProxiesGetSample.js +3 -8
- package/dist-esm/samples-dev/resourceGuardProxiesGetSample.js.map +1 -1
- package/dist-esm/src/operations/backupEngines.js +3 -8
- package/dist-esm/src/operations/backupEngines.js.map +1 -1
- package/dist-esm/src/operations/backupJobs.js +3 -8
- package/dist-esm/src/operations/backupJobs.js.map +1 -1
- package/dist-esm/src/operations/backupPolicies.js +3 -8
- package/dist-esm/src/operations/backupPolicies.js.map +1 -1
- package/dist-esm/src/operations/backupProtectableItems.js +3 -8
- package/dist-esm/src/operations/backupProtectableItems.js.map +1 -1
- package/dist-esm/src/operations/backupProtectedItems.js +3 -8
- package/dist-esm/src/operations/backupProtectedItems.js.map +1 -1
- package/dist-esm/src/operations/backupProtectionContainers.js +3 -8
- package/dist-esm/src/operations/backupProtectionContainers.js.map +1 -1
- package/dist-esm/src/operations/backupProtectionIntent.js +3 -8
- package/dist-esm/src/operations/backupProtectionIntent.js.map +1 -1
- package/dist-esm/src/operations/backupUsageSummaries.js +3 -8
- package/dist-esm/src/operations/backupUsageSummaries.js.map +1 -1
- package/dist-esm/src/operations/backupWorkloadItems.js +3 -8
- package/dist-esm/src/operations/backupWorkloadItems.js.map +1 -1
- package/dist-esm/src/operations/deletedProtectionContainers.js +3 -8
- package/dist-esm/src/operations/deletedProtectionContainers.js.map +1 -1
- package/dist-esm/src/operations/operations.js +3 -8
- package/dist-esm/src/operations/operations.js.map +1 -1
- package/dist-esm/src/operations/protectableContainers.js +3 -8
- package/dist-esm/src/operations/protectableContainers.js.map +1 -1
- package/dist-esm/src/operations/recoveryPoints.js +3 -8
- package/dist-esm/src/operations/recoveryPoints.js.map +1 -1
- package/dist-esm/src/operations/recoveryPointsRecommendedForMove.js +3 -8
- package/dist-esm/src/operations/recoveryPointsRecommendedForMove.js.map +1 -1
- package/dist-esm/src/operations/resourceGuardProxies.js +3 -8
- package/dist-esm/src/operations/resourceGuardProxies.js.map +1 -1
- package/dist-esm/test/recoveryservicesbackup_operations_test.spec.js +3 -8
- package/dist-esm/test/recoveryservicesbackup_operations_test.spec.js.map +1 -1
- package/package.json +3 -10
- package/rollup.config.js +0 -122
package/dist/index.js
CHANGED
|
@@ -1,14 +1,11 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
|
-
|
|
5
3
|
var tslib = require('tslib');
|
|
6
4
|
var coreClient = require('@azure/core-client');
|
|
7
5
|
var coreRestPipeline = require('@azure/core-rest-pipeline');
|
|
8
6
|
var coreLro = require('@azure/core-lro');
|
|
9
7
|
|
|
10
|
-
function
|
|
11
|
-
if (e && e.__esModule) return e;
|
|
8
|
+
function _interopNamespaceDefault(e) {
|
|
12
9
|
var n = Object.create(null);
|
|
13
10
|
if (e) {
|
|
14
11
|
Object.keys(e).forEach(function (k) {
|
|
@@ -21,12 +18,12 @@ function _interopNamespace(e) {
|
|
|
21
18
|
}
|
|
22
19
|
});
|
|
23
20
|
}
|
|
24
|
-
n
|
|
21
|
+
n.default = e;
|
|
25
22
|
return Object.freeze(n);
|
|
26
23
|
}
|
|
27
24
|
|
|
28
|
-
var coreClient__namespace = /*#__PURE__*/
|
|
29
|
-
var coreRestPipeline__namespace = /*#__PURE__*/
|
|
25
|
+
var coreClient__namespace = /*#__PURE__*/_interopNamespaceDefault(coreClient);
|
|
26
|
+
var coreRestPipeline__namespace = /*#__PURE__*/_interopNamespaceDefault(coreRestPipeline);
|
|
30
27
|
|
|
31
28
|
/*
|
|
32
29
|
* Copyright (c) Microsoft Corporation.
|
|
@@ -9649,306 +9646,306 @@ let discriminators = {
|
|
|
9649
9646
|
|
|
9650
9647
|
var Mappers = /*#__PURE__*/Object.freeze({
|
|
9651
9648
|
__proto__: null,
|
|
9652
|
-
|
|
9653
|
-
|
|
9654
|
-
|
|
9655
|
-
|
|
9656
|
-
|
|
9657
|
-
|
|
9658
|
-
|
|
9659
|
-
|
|
9660
|
-
|
|
9661
|
-
|
|
9662
|
-
AzureVMResourceFeatureSupportResponse: AzureVMResourceFeatureSupportResponse,
|
|
9663
|
-
ProtectionIntent: ProtectionIntent,
|
|
9664
|
-
ResourceList: ResourceList,
|
|
9665
|
-
BackupManagementUsageList: BackupManagementUsageList,
|
|
9666
|
-
BackupManagementUsage: BackupManagementUsage,
|
|
9667
|
-
NameInfo: NameInfo,
|
|
9668
|
-
ClientDiscoveryResponse: ClientDiscoveryResponse,
|
|
9669
|
-
ClientDiscoveryValueForSingleApi: ClientDiscoveryValueForSingleApi,
|
|
9670
|
-
ClientDiscoveryDisplay: ClientDiscoveryDisplay,
|
|
9671
|
-
ClientDiscoveryForProperties: ClientDiscoveryForProperties,
|
|
9672
|
-
ClientDiscoveryForServiceSpecification: ClientDiscoveryForServiceSpecification,
|
|
9673
|
-
ClientDiscoveryForLogSpecification: ClientDiscoveryForLogSpecification,
|
|
9674
|
-
BackupResourceVaultConfig: BackupResourceVaultConfig,
|
|
9675
|
-
BackupResourceEncryptionConfig: BackupResourceEncryptionConfig,
|
|
9676
|
-
PrivateEndpointConnection: PrivateEndpointConnection,
|
|
9677
|
-
PrivateEndpoint: PrivateEndpoint,
|
|
9678
|
-
PrivateLinkServiceConnectionState: PrivateLinkServiceConnectionState,
|
|
9679
|
-
CloudError: CloudError,
|
|
9680
|
-
CloudErrorBody: CloudErrorBody,
|
|
9681
|
-
OperationStatus: OperationStatus,
|
|
9682
|
-
OperationStatusError: OperationStatusError,
|
|
9683
|
-
OperationStatusExtendedInfo: OperationStatusExtendedInfo,
|
|
9684
|
-
PrepareDataMoveRequest: PrepareDataMoveRequest,
|
|
9685
|
-
VaultStorageConfigOperationResultResponse: VaultStorageConfigOperationResultResponse,
|
|
9686
|
-
TriggerDataMoveRequest: TriggerDataMoveRequest,
|
|
9687
|
-
ProtectedItem: ProtectedItem,
|
|
9688
|
-
RecoveryPoint: RecoveryPoint,
|
|
9689
|
-
RestoreRequest: RestoreRequest,
|
|
9690
|
-
ProtectionPolicy: ProtectionPolicy,
|
|
9691
|
-
Job: Job,
|
|
9692
|
-
OperationResultInfoBase: OperationResultInfoBase,
|
|
9693
|
-
OperationWorkerResponse: OperationWorkerResponse,
|
|
9694
|
-
ValidateOperationRequest: ValidateOperationRequest,
|
|
9695
|
-
ValidateOperationsResponse: ValidateOperationsResponse,
|
|
9696
|
-
ValidateOperationResponse: ValidateOperationResponse,
|
|
9697
|
-
ErrorDetail: ErrorDetail,
|
|
9698
|
-
BackupEngineBase: BackupEngineBase,
|
|
9699
|
-
BackupEngineExtendedInfo: BackupEngineExtendedInfo,
|
|
9700
|
-
ProtectableContainer: ProtectableContainer,
|
|
9701
|
-
ProtectionContainer: ProtectionContainer,
|
|
9702
|
-
WorkloadItem: WorkloadItem,
|
|
9703
|
-
BackupRequest: BackupRequest,
|
|
9704
|
-
ILRRequest: ILRRequest,
|
|
9705
|
-
WorkloadProtectableItem: WorkloadProtectableItem,
|
|
9706
|
-
SecurityPinBase: SecurityPinBase,
|
|
9707
|
-
TokenInformation: TokenInformation,
|
|
9708
|
-
MoveRPAcrossTiersRequest: MoveRPAcrossTiersRequest,
|
|
9709
|
-
ListRecoveryPointsRecommendedForMoveRequest: ListRecoveryPointsRecommendedForMoveRequest,
|
|
9710
|
-
ResourceGuardProxyBase: ResourceGuardProxyBase,
|
|
9711
|
-
ResourceGuardOperationDetail: ResourceGuardOperationDetail,
|
|
9712
|
-
UnlockDeleteRequest: UnlockDeleteRequest,
|
|
9713
|
-
UnlockDeleteResponse: UnlockDeleteResponse,
|
|
9714
|
-
KPIResourceHealthDetails: KPIResourceHealthDetails,
|
|
9715
|
-
ResourceHealthDetails: ResourceHealthDetails,
|
|
9649
|
+
AzureBackupGoalFeatureSupportRequest: AzureBackupGoalFeatureSupportRequest,
|
|
9650
|
+
AzureBackupServerContainer: AzureBackupServerContainer,
|
|
9651
|
+
AzureBackupServerEngine: AzureBackupServerEngine,
|
|
9652
|
+
AzureFileShareBackupRequest: AzureFileShareBackupRequest,
|
|
9653
|
+
AzureFileShareProtectableItem: AzureFileShareProtectableItem,
|
|
9654
|
+
AzureFileShareProtectionPolicy: AzureFileShareProtectionPolicy,
|
|
9655
|
+
AzureFileShareProvisionILRRequest: AzureFileShareProvisionILRRequest,
|
|
9656
|
+
AzureFileShareRecoveryPoint: AzureFileShareRecoveryPoint,
|
|
9657
|
+
AzureFileShareRestoreRequest: AzureFileShareRestoreRequest,
|
|
9658
|
+
AzureFileshareProtectedItem: AzureFileshareProtectedItem,
|
|
9716
9659
|
AzureFileshareProtectedItemExtendedInfo: AzureFileshareProtectedItemExtendedInfo,
|
|
9717
|
-
|
|
9718
|
-
|
|
9719
|
-
|
|
9720
|
-
|
|
9721
|
-
|
|
9722
|
-
|
|
9723
|
-
RetentionPolicy: RetentionPolicy,
|
|
9724
|
-
TieringPolicy: TieringPolicy,
|
|
9725
|
-
AzureIaaSVMProtectedItemExtendedInfo: AzureIaaSVMProtectedItemExtendedInfo,
|
|
9726
|
-
ExtendedProperties: ExtendedProperties,
|
|
9727
|
-
DiskExclusionProperties: DiskExclusionProperties,
|
|
9660
|
+
AzureIaaSClassicComputeVMContainer: AzureIaaSClassicComputeVMContainer,
|
|
9661
|
+
AzureIaaSClassicComputeVMProtectableItem: AzureIaaSClassicComputeVMProtectableItem,
|
|
9662
|
+
AzureIaaSClassicComputeVMProtectedItem: AzureIaaSClassicComputeVMProtectedItem,
|
|
9663
|
+
AzureIaaSComputeVMContainer: AzureIaaSComputeVMContainer,
|
|
9664
|
+
AzureIaaSComputeVMProtectableItem: AzureIaaSComputeVMProtectableItem,
|
|
9665
|
+
AzureIaaSComputeVMProtectedItem: AzureIaaSComputeVMProtectedItem,
|
|
9728
9666
|
AzureIaaSVMErrorInfo: AzureIaaSVMErrorInfo,
|
|
9667
|
+
AzureIaaSVMHealthDetails: AzureIaaSVMHealthDetails,
|
|
9668
|
+
AzureIaaSVMJob: AzureIaaSVMJob,
|
|
9729
9669
|
AzureIaaSVMJobExtendedInfo: AzureIaaSVMJobExtendedInfo,
|
|
9730
9670
|
AzureIaaSVMJobTaskDetails: AzureIaaSVMJobTaskDetails,
|
|
9731
|
-
|
|
9671
|
+
AzureIaaSVMJobV2: AzureIaaSVMJobV2,
|
|
9672
|
+
AzureIaaSVMProtectedItem: AzureIaaSVMProtectedItem,
|
|
9673
|
+
AzureIaaSVMProtectedItemExtendedInfo: AzureIaaSVMProtectedItemExtendedInfo,
|
|
9674
|
+
AzureIaaSVMProtectionPolicy: AzureIaaSVMProtectionPolicy,
|
|
9675
|
+
AzureRecoveryServiceVaultProtectionIntent: AzureRecoveryServiceVaultProtectionIntent,
|
|
9676
|
+
AzureResourceProtectionIntent: AzureResourceProtectionIntent,
|
|
9677
|
+
AzureSqlContainer: AzureSqlContainer,
|
|
9678
|
+
AzureSqlProtectedItem: AzureSqlProtectedItem,
|
|
9732
9679
|
AzureSqlProtectedItemExtendedInfo: AzureSqlProtectedItemExtendedInfo,
|
|
9680
|
+
AzureSqlProtectionPolicy: AzureSqlProtectionPolicy,
|
|
9681
|
+
AzureSqlagWorkloadContainerProtectionContainer: AzureSqlagWorkloadContainerProtectionContainer,
|
|
9682
|
+
AzureStorageContainer: AzureStorageContainer,
|
|
9733
9683
|
AzureStorageErrorInfo: AzureStorageErrorInfo,
|
|
9684
|
+
AzureStorageJob: AzureStorageJob,
|
|
9734
9685
|
AzureStorageJobExtendedInfo: AzureStorageJobExtendedInfo,
|
|
9735
9686
|
AzureStorageJobTaskDetails: AzureStorageJobTaskDetails,
|
|
9687
|
+
AzureStorageProtectableContainer: AzureStorageProtectableContainer,
|
|
9688
|
+
AzureVMAppContainerProtectableContainer: AzureVMAppContainerProtectableContainer,
|
|
9689
|
+
AzureVMAppContainerProtectionContainer: AzureVMAppContainerProtectionContainer,
|
|
9690
|
+
AzureVMResourceFeatureSupportRequest: AzureVMResourceFeatureSupportRequest,
|
|
9691
|
+
AzureVMResourceFeatureSupportResponse: AzureVMResourceFeatureSupportResponse,
|
|
9692
|
+
AzureVmWorkloadItem: AzureVmWorkloadItem,
|
|
9693
|
+
AzureVmWorkloadProtectableItem: AzureVmWorkloadProtectableItem,
|
|
9694
|
+
AzureVmWorkloadProtectedItem: AzureVmWorkloadProtectedItem,
|
|
9736
9695
|
AzureVmWorkloadProtectedItemExtendedInfo: AzureVmWorkloadProtectedItemExtendedInfo,
|
|
9737
|
-
|
|
9696
|
+
AzureVmWorkloadProtectionPolicy: AzureVmWorkloadProtectionPolicy,
|
|
9697
|
+
AzureVmWorkloadSAPAseDatabaseProtectedItem: AzureVmWorkloadSAPAseDatabaseProtectedItem,
|
|
9698
|
+
AzureVmWorkloadSAPAseDatabaseWorkloadItem: AzureVmWorkloadSAPAseDatabaseWorkloadItem,
|
|
9699
|
+
AzureVmWorkloadSAPAseSystemProtectableItem: AzureVmWorkloadSAPAseSystemProtectableItem,
|
|
9700
|
+
AzureVmWorkloadSAPAseSystemWorkloadItem: AzureVmWorkloadSAPAseSystemWorkloadItem,
|
|
9701
|
+
AzureVmWorkloadSAPHanaDBInstance: AzureVmWorkloadSAPHanaDBInstance,
|
|
9702
|
+
AzureVmWorkloadSAPHanaDBInstanceProtectedItem: AzureVmWorkloadSAPHanaDBInstanceProtectedItem,
|
|
9703
|
+
AzureVmWorkloadSAPHanaDatabaseProtectableItem: AzureVmWorkloadSAPHanaDatabaseProtectableItem,
|
|
9704
|
+
AzureVmWorkloadSAPHanaDatabaseProtectedItem: AzureVmWorkloadSAPHanaDatabaseProtectedItem,
|
|
9705
|
+
AzureVmWorkloadSAPHanaDatabaseWorkloadItem: AzureVmWorkloadSAPHanaDatabaseWorkloadItem,
|
|
9706
|
+
AzureVmWorkloadSAPHanaHSRProtectableItem: AzureVmWorkloadSAPHanaHSRProtectableItem,
|
|
9707
|
+
AzureVmWorkloadSAPHanaSystemProtectableItem: AzureVmWorkloadSAPHanaSystemProtectableItem,
|
|
9708
|
+
AzureVmWorkloadSAPHanaSystemWorkloadItem: AzureVmWorkloadSAPHanaSystemWorkloadItem,
|
|
9709
|
+
AzureVmWorkloadSQLAvailabilityGroupProtectableItem: AzureVmWorkloadSQLAvailabilityGroupProtectableItem,
|
|
9710
|
+
AzureVmWorkloadSQLDatabaseProtectableItem: AzureVmWorkloadSQLDatabaseProtectableItem,
|
|
9711
|
+
AzureVmWorkloadSQLDatabaseProtectedItem: AzureVmWorkloadSQLDatabaseProtectedItem,
|
|
9712
|
+
AzureVmWorkloadSQLDatabaseWorkloadItem: AzureVmWorkloadSQLDatabaseWorkloadItem,
|
|
9713
|
+
AzureVmWorkloadSQLInstanceProtectableItem: AzureVmWorkloadSQLInstanceProtectableItem,
|
|
9714
|
+
AzureVmWorkloadSQLInstanceWorkloadItem: AzureVmWorkloadSQLInstanceWorkloadItem,
|
|
9715
|
+
AzureWorkloadAutoProtectionIntent: AzureWorkloadAutoProtectionIntent,
|
|
9716
|
+
AzureWorkloadBackupRequest: AzureWorkloadBackupRequest,
|
|
9717
|
+
AzureWorkloadContainer: AzureWorkloadContainer,
|
|
9718
|
+
AzureWorkloadContainerAutoProtectionIntent: AzureWorkloadContainerAutoProtectionIntent,
|
|
9719
|
+
AzureWorkloadContainerExtendedInfo: AzureWorkloadContainerExtendedInfo,
|
|
9738
9720
|
AzureWorkloadErrorInfo: AzureWorkloadErrorInfo,
|
|
9721
|
+
AzureWorkloadJob: AzureWorkloadJob,
|
|
9739
9722
|
AzureWorkloadJobExtendedInfo: AzureWorkloadJobExtendedInfo,
|
|
9740
9723
|
AzureWorkloadJobTaskDetails: AzureWorkloadJobTaskDetails,
|
|
9741
|
-
|
|
9742
|
-
|
|
9743
|
-
|
|
9744
|
-
|
|
9724
|
+
AzureWorkloadPointInTimeRecoveryPoint: AzureWorkloadPointInTimeRecoveryPoint,
|
|
9725
|
+
AzureWorkloadPointInTimeRestoreRequest: AzureWorkloadPointInTimeRestoreRequest,
|
|
9726
|
+
AzureWorkloadRecoveryPoint: AzureWorkloadRecoveryPoint,
|
|
9727
|
+
AzureWorkloadRestoreRequest: AzureWorkloadRestoreRequest,
|
|
9728
|
+
AzureWorkloadSAPHanaPointInTimeRecoveryPoint: AzureWorkloadSAPHanaPointInTimeRecoveryPoint,
|
|
9729
|
+
AzureWorkloadSAPHanaPointInTimeRestoreRequest: AzureWorkloadSAPHanaPointInTimeRestoreRequest,
|
|
9730
|
+
AzureWorkloadSAPHanaPointInTimeRestoreWithRehydrateRequest: AzureWorkloadSAPHanaPointInTimeRestoreWithRehydrateRequest,
|
|
9731
|
+
AzureWorkloadSAPHanaRecoveryPoint: AzureWorkloadSAPHanaRecoveryPoint,
|
|
9732
|
+
AzureWorkloadSAPHanaRestoreRequest: AzureWorkloadSAPHanaRestoreRequest,
|
|
9733
|
+
AzureWorkloadSAPHanaRestoreWithRehydrateRequest: AzureWorkloadSAPHanaRestoreWithRehydrateRequest,
|
|
9734
|
+
AzureWorkloadSQLAutoProtectionIntent: AzureWorkloadSQLAutoProtectionIntent,
|
|
9735
|
+
AzureWorkloadSQLPointInTimeRecoveryPoint: AzureWorkloadSQLPointInTimeRecoveryPoint,
|
|
9736
|
+
AzureWorkloadSQLPointInTimeRestoreRequest: AzureWorkloadSQLPointInTimeRestoreRequest,
|
|
9737
|
+
AzureWorkloadSQLPointInTimeRestoreWithRehydrateRequest: AzureWorkloadSQLPointInTimeRestoreWithRehydrateRequest,
|
|
9738
|
+
AzureWorkloadSQLRecoveryPoint: AzureWorkloadSQLRecoveryPoint,
|
|
9745
9739
|
AzureWorkloadSQLRecoveryPointExtendedInfo: AzureWorkloadSQLRecoveryPointExtendedInfo,
|
|
9746
|
-
|
|
9747
|
-
|
|
9740
|
+
AzureWorkloadSQLRestoreRequest: AzureWorkloadSQLRestoreRequest,
|
|
9741
|
+
AzureWorkloadSQLRestoreWithRehydrateRequest: AzureWorkloadSQLRestoreWithRehydrateRequest,
|
|
9748
9742
|
BEKDetails: BEKDetails,
|
|
9743
|
+
BMSBackupEngineQueryObject: BMSBackupEngineQueryObject,
|
|
9744
|
+
BMSBackupEnginesQueryObject: BMSBackupEnginesQueryObject,
|
|
9745
|
+
BMSBackupSummariesQueryObject: BMSBackupSummariesQueryObject,
|
|
9746
|
+
BMSContainerQueryObject: BMSContainerQueryObject,
|
|
9747
|
+
BMSContainersInquiryQueryObject: BMSContainersInquiryQueryObject,
|
|
9748
|
+
BMSRefreshContainersQueryObject: BMSRefreshContainersQueryObject,
|
|
9749
|
+
BMSWorkloadItemQueryObject: BMSWorkloadItemQueryObject,
|
|
9750
|
+
BackupEngineBase: BackupEngineBase,
|
|
9751
|
+
BackupEngineBaseResource: BackupEngineBaseResource,
|
|
9752
|
+
BackupEngineBaseResourceList: BackupEngineBaseResourceList,
|
|
9753
|
+
BackupEngineExtendedInfo: BackupEngineExtendedInfo,
|
|
9754
|
+
BackupManagementUsage: BackupManagementUsage,
|
|
9755
|
+
BackupManagementUsageList: BackupManagementUsageList,
|
|
9756
|
+
BackupRequest: BackupRequest,
|
|
9757
|
+
BackupRequestResource: BackupRequestResource,
|
|
9758
|
+
BackupResourceConfig: BackupResourceConfig,
|
|
9759
|
+
BackupResourceConfigResource: BackupResourceConfigResource,
|
|
9760
|
+
BackupResourceEncryptionConfig: BackupResourceEncryptionConfig,
|
|
9761
|
+
BackupResourceEncryptionConfigExtended: BackupResourceEncryptionConfigExtended,
|
|
9762
|
+
BackupResourceEncryptionConfigExtendedResource: BackupResourceEncryptionConfigExtendedResource,
|
|
9763
|
+
BackupResourceEncryptionConfigResource: BackupResourceEncryptionConfigResource,
|
|
9764
|
+
BackupResourceVaultConfig: BackupResourceVaultConfig,
|
|
9765
|
+
BackupResourceVaultConfigResource: BackupResourceVaultConfigResource,
|
|
9766
|
+
BackupStatusRequest: BackupStatusRequest,
|
|
9767
|
+
BackupStatusResponse: BackupStatusResponse,
|
|
9768
|
+
BmspoQueryObject: BmspoQueryObject,
|
|
9749
9769
|
BmsrpQueryObject: BmsrpQueryObject,
|
|
9750
|
-
|
|
9770
|
+
ClientDiscoveryDisplay: ClientDiscoveryDisplay,
|
|
9771
|
+
ClientDiscoveryForLogSpecification: ClientDiscoveryForLogSpecification,
|
|
9772
|
+
ClientDiscoveryForProperties: ClientDiscoveryForProperties,
|
|
9773
|
+
ClientDiscoveryForServiceSpecification: ClientDiscoveryForServiceSpecification,
|
|
9774
|
+
ClientDiscoveryResponse: ClientDiscoveryResponse,
|
|
9775
|
+
ClientDiscoveryValueForSingleApi: ClientDiscoveryValueForSingleApi,
|
|
9776
|
+
ClientScriptForConnect: ClientScriptForConnect,
|
|
9777
|
+
CloudError: CloudError,
|
|
9778
|
+
CloudErrorBody: CloudErrorBody,
|
|
9779
|
+
ContainerIdentityInfo: ContainerIdentityInfo,
|
|
9780
|
+
DPMContainerExtendedInfo: DPMContainerExtendedInfo,
|
|
9781
|
+
DPMProtectedItem: DPMProtectedItem,
|
|
9782
|
+
DPMProtectedItemExtendedInfo: DPMProtectedItemExtendedInfo,
|
|
9751
9783
|
DailyRetentionFormat: DailyRetentionFormat,
|
|
9752
|
-
Day: Day,
|
|
9753
9784
|
DailyRetentionSchedule: DailyRetentionSchedule,
|
|
9754
|
-
|
|
9785
|
+
DailySchedule: DailySchedule,
|
|
9786
|
+
Day: Day,
|
|
9787
|
+
DiskExclusionProperties: DiskExclusionProperties,
|
|
9788
|
+
DiskInformation: DiskInformation,
|
|
9789
|
+
DistributedNodesInfo: DistributedNodesInfo,
|
|
9790
|
+
DpmBackupEngine: DpmBackupEngine,
|
|
9791
|
+
DpmContainer: DpmContainer,
|
|
9755
9792
|
DpmErrorInfo: DpmErrorInfo,
|
|
9793
|
+
DpmJob: DpmJob,
|
|
9756
9794
|
DpmJobExtendedInfo: DpmJobExtendedInfo,
|
|
9757
9795
|
DpmJobTaskDetails: DpmJobTaskDetails,
|
|
9758
|
-
DPMProtectedItemExtendedInfo: DPMProtectedItemExtendedInfo,
|
|
9759
9796
|
EncryptionDetails: EncryptionDetails,
|
|
9797
|
+
ErrorAdditionalInfo: ErrorAdditionalInfo,
|
|
9798
|
+
ErrorDetail: ErrorDetail,
|
|
9799
|
+
ExportJobsOperationResultInfo: ExportJobsOperationResultInfo,
|
|
9800
|
+
ExtendedLocation: ExtendedLocation,
|
|
9801
|
+
ExtendedProperties: ExtendedProperties,
|
|
9802
|
+
FeatureSupportRequest: FeatureSupportRequest,
|
|
9803
|
+
GenericContainer: GenericContainer,
|
|
9804
|
+
GenericContainerExtendedInfo: GenericContainerExtendedInfo,
|
|
9805
|
+
GenericProtectedItem: GenericProtectedItem,
|
|
9806
|
+
GenericProtectionPolicy: GenericProtectionPolicy,
|
|
9807
|
+
GenericRecoveryPoint: GenericRecoveryPoint,
|
|
9808
|
+
GetProtectedItemQueryObject: GetProtectedItemQueryObject,
|
|
9760
9809
|
HourlySchedule: HourlySchedule,
|
|
9761
|
-
|
|
9762
|
-
|
|
9810
|
+
ILRRequest: ILRRequest,
|
|
9811
|
+
ILRRequestResource: ILRRequestResource,
|
|
9812
|
+
IaaSVMContainer: IaaSVMContainer,
|
|
9813
|
+
IaaSVMProtectableItem: IaaSVMProtectableItem,
|
|
9814
|
+
IaasVMBackupRequest: IaasVMBackupRequest,
|
|
9815
|
+
IaasVMRecoveryPoint: IaasVMRecoveryPoint,
|
|
9816
|
+
IaasVMRestoreRequest: IaasVMRestoreRequest,
|
|
9817
|
+
IaasVMRestoreWithRehydrationRequest: IaasVMRestoreWithRehydrationRequest,
|
|
9818
|
+
IaasVmilrRegistrationRequest: IaasVmilrRegistrationRequest,
|
|
9763
9819
|
IdentityBasedRestoreDetails: IdentityBasedRestoreDetails,
|
|
9764
9820
|
IdentityInfo: IdentityInfo,
|
|
9765
|
-
|
|
9766
|
-
|
|
9767
|
-
|
|
9768
|
-
|
|
9769
|
-
|
|
9770
|
-
SecuredVMDetails: SecuredVMDetails,
|
|
9771
|
-
TargetDiskNetworkAccessSettings: TargetDiskNetworkAccessSettings,
|
|
9821
|
+
InquiryInfo: InquiryInfo,
|
|
9822
|
+
InquiryValidation: InquiryValidation,
|
|
9823
|
+
InstantItemRecoveryTarget: InstantItemRecoveryTarget,
|
|
9824
|
+
InstantRPAdditionalDetails: InstantRPAdditionalDetails,
|
|
9825
|
+
Job: Job,
|
|
9772
9826
|
JobQueryObject: JobQueryObject,
|
|
9773
|
-
|
|
9774
|
-
|
|
9775
|
-
|
|
9776
|
-
|
|
9777
|
-
|
|
9778
|
-
|
|
9827
|
+
JobResource: JobResource,
|
|
9828
|
+
JobResourceList: JobResourceList,
|
|
9829
|
+
KEKDetails: KEKDetails,
|
|
9830
|
+
KPIResourceHealthDetails: KPIResourceHealthDetails,
|
|
9831
|
+
KeyAndSecretDetails: KeyAndSecretDetails,
|
|
9832
|
+
ListRecoveryPointsRecommendedForMoveRequest: ListRecoveryPointsRecommendedForMoveRequest,
|
|
9833
|
+
LogSchedulePolicy: LogSchedulePolicy,
|
|
9834
|
+
LongTermRetentionPolicy: LongTermRetentionPolicy,
|
|
9835
|
+
LongTermSchedulePolicy: LongTermSchedulePolicy,
|
|
9836
|
+
MABContainerHealthDetails: MABContainerHealthDetails,
|
|
9837
|
+
MabContainer: MabContainer,
|
|
9838
|
+
MabContainerExtendedInfo: MabContainerExtendedInfo,
|
|
9839
|
+
MabErrorInfo: MabErrorInfo,
|
|
9840
|
+
MabFileFolderProtectedItem: MabFileFolderProtectedItem,
|
|
9841
|
+
MabFileFolderProtectedItemExtendedInfo: MabFileFolderProtectedItemExtendedInfo,
|
|
9842
|
+
MabJob: MabJob,
|
|
9779
9843
|
MabJobExtendedInfo: MabJobExtendedInfo,
|
|
9780
9844
|
MabJobTaskDetails: MabJobTaskDetails,
|
|
9781
|
-
|
|
9782
|
-
|
|
9783
|
-
|
|
9784
|
-
|
|
9785
|
-
|
|
9786
|
-
|
|
9787
|
-
|
|
9788
|
-
|
|
9789
|
-
|
|
9845
|
+
MabProtectionPolicy: MabProtectionPolicy,
|
|
9846
|
+
MonthlyRetentionSchedule: MonthlyRetentionSchedule,
|
|
9847
|
+
MoveRPAcrossTiersRequest: MoveRPAcrossTiersRequest,
|
|
9848
|
+
NameInfo: NameInfo,
|
|
9849
|
+
NewErrorResponse: NewErrorResponse,
|
|
9850
|
+
NewErrorResponseError: NewErrorResponseError,
|
|
9851
|
+
OperationResultInfo: OperationResultInfo,
|
|
9852
|
+
OperationResultInfoBase: OperationResultInfoBase,
|
|
9853
|
+
OperationResultInfoBaseResource: OperationResultInfoBaseResource,
|
|
9854
|
+
OperationStatus: OperationStatus,
|
|
9855
|
+
OperationStatusError: OperationStatusError,
|
|
9856
|
+
OperationStatusExtendedInfo: OperationStatusExtendedInfo,
|
|
9857
|
+
OperationStatusJobExtendedInfo: OperationStatusJobExtendedInfo,
|
|
9858
|
+
OperationStatusJobsExtendedInfo: OperationStatusJobsExtendedInfo,
|
|
9859
|
+
OperationStatusProvisionILRExtendedInfo: OperationStatusProvisionILRExtendedInfo,
|
|
9860
|
+
OperationStatusValidateOperationExtendedInfo: OperationStatusValidateOperationExtendedInfo,
|
|
9861
|
+
OperationWorkerResponse: OperationWorkerResponse,
|
|
9862
|
+
PointInTimeRange: PointInTimeRange,
|
|
9790
9863
|
PreBackupValidation: PreBackupValidation,
|
|
9791
|
-
|
|
9792
|
-
|
|
9793
|
-
|
|
9794
|
-
|
|
9795
|
-
|
|
9796
|
-
|
|
9797
|
-
BmspoQueryObject: BmspoQueryObject,
|
|
9798
|
-
BMSRefreshContainersQueryObject: BMSRefreshContainersQueryObject,
|
|
9799
|
-
BMSWorkloadItemQueryObject: BMSWorkloadItemQueryObject,
|
|
9800
|
-
ClientScriptForConnect: ClientScriptForConnect,
|
|
9801
|
-
ContainerIdentityInfo: ContainerIdentityInfo,
|
|
9802
|
-
GenericContainerExtendedInfo: GenericContainerExtendedInfo,
|
|
9803
|
-
InstantItemRecoveryTarget: InstantItemRecoveryTarget,
|
|
9804
|
-
MabContainerExtendedInfo: MabContainerExtendedInfo,
|
|
9805
|
-
MABContainerHealthDetails: MABContainerHealthDetails,
|
|
9806
|
-
RecoveryPointRehydrationInfo: RecoveryPointRehydrationInfo,
|
|
9807
|
-
BackupResourceConfigResource: BackupResourceConfigResource,
|
|
9808
|
-
ProtectionIntentResource: ProtectionIntentResource,
|
|
9809
|
-
BackupResourceVaultConfigResource: BackupResourceVaultConfigResource,
|
|
9810
|
-
BackupResourceEncryptionConfigExtendedResource: BackupResourceEncryptionConfigExtendedResource,
|
|
9811
|
-
BackupResourceEncryptionConfigResource: BackupResourceEncryptionConfigResource,
|
|
9864
|
+
PreValidateEnableBackupRequest: PreValidateEnableBackupRequest,
|
|
9865
|
+
PreValidateEnableBackupResponse: PreValidateEnableBackupResponse,
|
|
9866
|
+
PrepareDataMoveRequest: PrepareDataMoveRequest,
|
|
9867
|
+
PrepareDataMoveResponse: PrepareDataMoveResponse,
|
|
9868
|
+
PrivateEndpoint: PrivateEndpoint,
|
|
9869
|
+
PrivateEndpointConnection: PrivateEndpointConnection,
|
|
9812
9870
|
PrivateEndpointConnectionResource: PrivateEndpointConnectionResource,
|
|
9813
|
-
|
|
9814
|
-
|
|
9815
|
-
RestoreRequestResource: RestoreRequestResource,
|
|
9816
|
-
ProtectionPolicyResource: ProtectionPolicyResource,
|
|
9817
|
-
JobResource: JobResource,
|
|
9818
|
-
BackupEngineBaseResource: BackupEngineBaseResource,
|
|
9871
|
+
PrivateLinkServiceConnectionState: PrivateLinkServiceConnectionState,
|
|
9872
|
+
ProtectableContainer: ProtectableContainer,
|
|
9819
9873
|
ProtectableContainerResource: ProtectableContainerResource,
|
|
9874
|
+
ProtectableContainerResourceList: ProtectableContainerResourceList,
|
|
9875
|
+
ProtectedItem: ProtectedItem,
|
|
9876
|
+
ProtectedItemQueryObject: ProtectedItemQueryObject,
|
|
9877
|
+
ProtectedItemResource: ProtectedItemResource,
|
|
9878
|
+
ProtectedItemResourceList: ProtectedItemResourceList,
|
|
9879
|
+
ProtectionContainer: ProtectionContainer,
|
|
9820
9880
|
ProtectionContainerResource: ProtectionContainerResource,
|
|
9821
|
-
|
|
9822
|
-
|
|
9823
|
-
|
|
9824
|
-
|
|
9825
|
-
ResourceGuardProxyBaseResource: ResourceGuardProxyBaseResource,
|
|
9826
|
-
AzureBackupGoalFeatureSupportRequest: AzureBackupGoalFeatureSupportRequest,
|
|
9827
|
-
AzureVMResourceFeatureSupportRequest: AzureVMResourceFeatureSupportRequest,
|
|
9828
|
-
AzureRecoveryServiceVaultProtectionIntent: AzureRecoveryServiceVaultProtectionIntent,
|
|
9829
|
-
AzureResourceProtectionIntent: AzureResourceProtectionIntent,
|
|
9830
|
-
AzureWorkloadContainerAutoProtectionIntent: AzureWorkloadContainerAutoProtectionIntent,
|
|
9881
|
+
ProtectionContainerResourceList: ProtectionContainerResourceList,
|
|
9882
|
+
ProtectionIntent: ProtectionIntent,
|
|
9883
|
+
ProtectionIntentQueryObject: ProtectionIntentQueryObject,
|
|
9884
|
+
ProtectionIntentResource: ProtectionIntentResource,
|
|
9831
9885
|
ProtectionIntentResourceList: ProtectionIntentResourceList,
|
|
9832
|
-
|
|
9886
|
+
ProtectionPolicy: ProtectionPolicy,
|
|
9887
|
+
ProtectionPolicyQueryObject: ProtectionPolicyQueryObject,
|
|
9888
|
+
ProtectionPolicyResource: ProtectionPolicyResource,
|
|
9833
9889
|
ProtectionPolicyResourceList: ProtectionPolicyResourceList,
|
|
9834
|
-
|
|
9835
|
-
|
|
9836
|
-
|
|
9837
|
-
|
|
9838
|
-
|
|
9839
|
-
|
|
9840
|
-
|
|
9890
|
+
RecoveryPoint: RecoveryPoint,
|
|
9891
|
+
RecoveryPointDiskConfiguration: RecoveryPointDiskConfiguration,
|
|
9892
|
+
RecoveryPointMoveReadinessInfo: RecoveryPointMoveReadinessInfo,
|
|
9893
|
+
RecoveryPointProperties: RecoveryPointProperties,
|
|
9894
|
+
RecoveryPointRehydrationInfo: RecoveryPointRehydrationInfo,
|
|
9895
|
+
RecoveryPointResource: RecoveryPointResource,
|
|
9896
|
+
RecoveryPointResourceList: RecoveryPointResourceList,
|
|
9897
|
+
RecoveryPointTierInformation: RecoveryPointTierInformation,
|
|
9898
|
+
RecoveryPointTierInformationV2: RecoveryPointTierInformationV2,
|
|
9899
|
+
Resource: Resource,
|
|
9900
|
+
ResourceGuardOperationDetail: ResourceGuardOperationDetail,
|
|
9901
|
+
ResourceGuardProxyBase: ResourceGuardProxyBase,
|
|
9902
|
+
ResourceGuardProxyBaseResource: ResourceGuardProxyBaseResource,
|
|
9841
9903
|
ResourceGuardProxyBaseResourceList: ResourceGuardProxyBaseResourceList,
|
|
9842
|
-
|
|
9843
|
-
|
|
9844
|
-
|
|
9845
|
-
|
|
9846
|
-
|
|
9847
|
-
|
|
9848
|
-
|
|
9849
|
-
|
|
9850
|
-
|
|
9851
|
-
|
|
9852
|
-
|
|
9853
|
-
|
|
9854
|
-
|
|
9855
|
-
|
|
9856
|
-
AzureWorkloadRecoveryPoint: AzureWorkloadRecoveryPoint,
|
|
9857
|
-
GenericRecoveryPoint: GenericRecoveryPoint,
|
|
9858
|
-
IaasVMRecoveryPoint: IaasVMRecoveryPoint,
|
|
9859
|
-
AzureFileShareRestoreRequest: AzureFileShareRestoreRequest,
|
|
9860
|
-
AzureWorkloadRestoreRequest: AzureWorkloadRestoreRequest,
|
|
9861
|
-
IaasVMRestoreRequest: IaasVMRestoreRequest,
|
|
9862
|
-
AzureVmWorkloadProtectionPolicy: AzureVmWorkloadProtectionPolicy,
|
|
9863
|
-
AzureFileShareProtectionPolicy: AzureFileShareProtectionPolicy,
|
|
9864
|
-
AzureIaaSVMProtectionPolicy: AzureIaaSVMProtectionPolicy,
|
|
9865
|
-
AzureSqlProtectionPolicy: AzureSqlProtectionPolicy,
|
|
9866
|
-
GenericProtectionPolicy: GenericProtectionPolicy,
|
|
9867
|
-
MabProtectionPolicy: MabProtectionPolicy,
|
|
9868
|
-
AzureIaaSVMJob: AzureIaaSVMJob,
|
|
9869
|
-
AzureIaaSVMJobV2: AzureIaaSVMJobV2,
|
|
9870
|
-
AzureStorageJob: AzureStorageJob,
|
|
9871
|
-
AzureWorkloadJob: AzureWorkloadJob,
|
|
9872
|
-
DpmJob: DpmJob,
|
|
9873
|
-
MabJob: MabJob,
|
|
9874
|
-
VaultJob: VaultJob,
|
|
9875
|
-
ExportJobsOperationResultInfo: ExportJobsOperationResultInfo,
|
|
9876
|
-
OperationResultInfo: OperationResultInfo,
|
|
9877
|
-
OperationResultInfoBaseResource: OperationResultInfoBaseResource,
|
|
9878
|
-
ValidateRestoreOperationRequest: ValidateRestoreOperationRequest,
|
|
9879
|
-
AzureBackupServerEngine: AzureBackupServerEngine,
|
|
9880
|
-
DpmBackupEngine: DpmBackupEngine,
|
|
9881
|
-
AzureStorageProtectableContainer: AzureStorageProtectableContainer,
|
|
9882
|
-
AzureVMAppContainerProtectableContainer: AzureVMAppContainerProtectableContainer,
|
|
9883
|
-
DpmContainer: DpmContainer,
|
|
9884
|
-
IaaSVMContainer: IaaSVMContainer,
|
|
9885
|
-
AzureWorkloadContainer: AzureWorkloadContainer,
|
|
9886
|
-
AzureSqlContainer: AzureSqlContainer,
|
|
9887
|
-
AzureStorageContainer: AzureStorageContainer,
|
|
9888
|
-
GenericContainer: GenericContainer,
|
|
9889
|
-
MabContainer: MabContainer,
|
|
9890
|
-
AzureVmWorkloadItem: AzureVmWorkloadItem,
|
|
9891
|
-
AzureFileShareBackupRequest: AzureFileShareBackupRequest,
|
|
9892
|
-
AzureWorkloadBackupRequest: AzureWorkloadBackupRequest,
|
|
9893
|
-
IaasVMBackupRequest: IaasVMBackupRequest,
|
|
9894
|
-
AzureFileShareProvisionILRRequest: AzureFileShareProvisionILRRequest,
|
|
9895
|
-
IaasVmilrRegistrationRequest: IaasVmilrRegistrationRequest,
|
|
9896
|
-
AzureFileShareProtectableItem: AzureFileShareProtectableItem,
|
|
9897
|
-
IaaSVMProtectableItem: IaaSVMProtectableItem,
|
|
9898
|
-
AzureVmWorkloadProtectableItem: AzureVmWorkloadProtectableItem,
|
|
9899
|
-
AzureIaaSVMHealthDetails: AzureIaaSVMHealthDetails,
|
|
9900
|
-
LogSchedulePolicy: LogSchedulePolicy,
|
|
9901
|
-
LongTermSchedulePolicy: LongTermSchedulePolicy,
|
|
9904
|
+
ResourceHealthDetails: ResourceHealthDetails,
|
|
9905
|
+
ResourceList: ResourceList,
|
|
9906
|
+
RestoreFileSpecs: RestoreFileSpecs,
|
|
9907
|
+
RestoreRequest: RestoreRequest,
|
|
9908
|
+
RestoreRequestResource: RestoreRequestResource,
|
|
9909
|
+
RetentionDuration: RetentionDuration,
|
|
9910
|
+
RetentionPolicy: RetentionPolicy,
|
|
9911
|
+
SQLDataDirectory: SQLDataDirectory,
|
|
9912
|
+
SQLDataDirectoryMapping: SQLDataDirectoryMapping,
|
|
9913
|
+
SchedulePolicy: SchedulePolicy,
|
|
9914
|
+
SecuredVMDetails: SecuredVMDetails,
|
|
9915
|
+
SecurityPinBase: SecurityPinBase,
|
|
9916
|
+
Settings: Settings,
|
|
9917
|
+
SimpleRetentionPolicy: SimpleRetentionPolicy,
|
|
9902
9918
|
SimpleSchedulePolicy: SimpleSchedulePolicy,
|
|
9903
9919
|
SimpleSchedulePolicyV2: SimpleSchedulePolicyV2,
|
|
9904
|
-
|
|
9905
|
-
|
|
9906
|
-
|
|
9907
|
-
|
|
9908
|
-
|
|
9909
|
-
|
|
9910
|
-
|
|
9911
|
-
|
|
9912
|
-
|
|
9913
|
-
AzureVmWorkloadSQLDatabaseProtectedItem: AzureVmWorkloadSQLDatabaseProtectedItem,
|
|
9914
|
-
AzureWorkloadPointInTimeRecoveryPoint: AzureWorkloadPointInTimeRecoveryPoint,
|
|
9915
|
-
AzureWorkloadSAPHanaRecoveryPoint: AzureWorkloadSAPHanaRecoveryPoint,
|
|
9916
|
-
AzureWorkloadSQLRecoveryPoint: AzureWorkloadSQLRecoveryPoint,
|
|
9917
|
-
AzureWorkloadPointInTimeRestoreRequest: AzureWorkloadPointInTimeRestoreRequest,
|
|
9918
|
-
AzureWorkloadSAPHanaRestoreRequest: AzureWorkloadSAPHanaRestoreRequest,
|
|
9919
|
-
AzureWorkloadSQLRestoreRequest: AzureWorkloadSQLRestoreRequest,
|
|
9920
|
-
IaasVMRestoreWithRehydrationRequest: IaasVMRestoreWithRehydrationRequest,
|
|
9920
|
+
SubProtectionPolicy: SubProtectionPolicy,
|
|
9921
|
+
TargetAFSRestoreInfo: TargetAFSRestoreInfo,
|
|
9922
|
+
TargetDiskNetworkAccessSettings: TargetDiskNetworkAccessSettings,
|
|
9923
|
+
TargetRestoreInfo: TargetRestoreInfo,
|
|
9924
|
+
TieringPolicy: TieringPolicy,
|
|
9925
|
+
TokenInformation: TokenInformation,
|
|
9926
|
+
TriggerDataMoveRequest: TriggerDataMoveRequest,
|
|
9927
|
+
UnlockDeleteRequest: UnlockDeleteRequest,
|
|
9928
|
+
UnlockDeleteResponse: UnlockDeleteResponse,
|
|
9921
9929
|
ValidateIaasVMRestoreOperationRequest: ValidateIaasVMRestoreOperationRequest,
|
|
9922
|
-
|
|
9923
|
-
|
|
9924
|
-
|
|
9925
|
-
|
|
9926
|
-
|
|
9927
|
-
|
|
9928
|
-
|
|
9929
|
-
|
|
9930
|
-
|
|
9931
|
-
|
|
9932
|
-
|
|
9933
|
-
|
|
9934
|
-
|
|
9935
|
-
|
|
9936
|
-
|
|
9937
|
-
|
|
9938
|
-
|
|
9939
|
-
|
|
9940
|
-
|
|
9941
|
-
AzureVmWorkloadSQLDatabaseProtectableItem: AzureVmWorkloadSQLDatabaseProtectableItem,
|
|
9942
|
-
AzureVmWorkloadSQLInstanceProtectableItem: AzureVmWorkloadSQLInstanceProtectableItem,
|
|
9943
|
-
AzureWorkloadSQLAutoProtectionIntent: AzureWorkloadSQLAutoProtectionIntent,
|
|
9944
|
-
AzureWorkloadSAPHanaPointInTimeRecoveryPoint: AzureWorkloadSAPHanaPointInTimeRecoveryPoint,
|
|
9945
|
-
AzureWorkloadSQLPointInTimeRecoveryPoint: AzureWorkloadSQLPointInTimeRecoveryPoint,
|
|
9946
|
-
AzureWorkloadSAPHanaPointInTimeRestoreRequest: AzureWorkloadSAPHanaPointInTimeRestoreRequest,
|
|
9947
|
-
AzureWorkloadSAPHanaRestoreWithRehydrateRequest: AzureWorkloadSAPHanaRestoreWithRehydrateRequest,
|
|
9948
|
-
AzureWorkloadSQLPointInTimeRestoreRequest: AzureWorkloadSQLPointInTimeRestoreRequest,
|
|
9949
|
-
AzureWorkloadSQLRestoreWithRehydrateRequest: AzureWorkloadSQLRestoreWithRehydrateRequest,
|
|
9950
|
-
AzureWorkloadSAPHanaPointInTimeRestoreWithRehydrateRequest: AzureWorkloadSAPHanaPointInTimeRestoreWithRehydrateRequest,
|
|
9951
|
-
AzureWorkloadSQLPointInTimeRestoreWithRehydrateRequest: AzureWorkloadSQLPointInTimeRestoreWithRehydrateRequest,
|
|
9930
|
+
ValidateOperationRequest: ValidateOperationRequest,
|
|
9931
|
+
ValidateOperationResponse: ValidateOperationResponse,
|
|
9932
|
+
ValidateOperationsResponse: ValidateOperationsResponse,
|
|
9933
|
+
ValidateRestoreOperationRequest: ValidateRestoreOperationRequest,
|
|
9934
|
+
VaultJob: VaultJob,
|
|
9935
|
+
VaultJobErrorInfo: VaultJobErrorInfo,
|
|
9936
|
+
VaultJobExtendedInfo: VaultJobExtendedInfo,
|
|
9937
|
+
VaultStorageConfigOperationResultResponse: VaultStorageConfigOperationResultResponse,
|
|
9938
|
+
WeeklyRetentionFormat: WeeklyRetentionFormat,
|
|
9939
|
+
WeeklyRetentionSchedule: WeeklyRetentionSchedule,
|
|
9940
|
+
WeeklySchedule: WeeklySchedule,
|
|
9941
|
+
WorkloadInquiryDetails: WorkloadInquiryDetails,
|
|
9942
|
+
WorkloadItem: WorkloadItem,
|
|
9943
|
+
WorkloadItemResource: WorkloadItemResource,
|
|
9944
|
+
WorkloadItemResourceList: WorkloadItemResourceList,
|
|
9945
|
+
WorkloadProtectableItem: WorkloadProtectableItem,
|
|
9946
|
+
WorkloadProtectableItemResource: WorkloadProtectableItemResource,
|
|
9947
|
+
WorkloadProtectableItemResourceList: WorkloadProtectableItemResourceList,
|
|
9948
|
+
YearlyRetentionSchedule: YearlyRetentionSchedule,
|
|
9952
9949
|
discriminators: discriminators
|
|
9953
9950
|
});
|
|
9954
9951
|
|
|
@@ -10703,16 +10700,11 @@ class BackupProtectionIntentImpl {
|
|
|
10703
10700
|
return tslib.__asyncGenerator(this, arguments, function* listPagingAll_1() {
|
|
10704
10701
|
var _a, e_1, _b, _c;
|
|
10705
10702
|
try {
|
|
10706
|
-
for (var _d = true, _e = tslib.__asyncValues(this.listPagingPage(vaultName, resourceGroupName, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
|
|
10703
|
+
for (var _d = true, _e = tslib.__asyncValues(this.listPagingPage(vaultName, resourceGroupName, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a; _d = true) {
|
|
10707
10704
|
_c = _f.value;
|
|
10708
10705
|
_d = false;
|
|
10709
|
-
|
|
10710
|
-
|
|
10711
|
-
yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
|
|
10712
|
-
}
|
|
10713
|
-
finally {
|
|
10714
|
-
_d = true;
|
|
10715
|
-
}
|
|
10706
|
+
const page = _c;
|
|
10707
|
+
yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
|
|
10716
10708
|
}
|
|
10717
10709
|
}
|
|
10718
10710
|
catch (e_1_1) { e_1 = { error: e_1_1 }; }
|
|
@@ -10841,16 +10833,11 @@ class BackupUsageSummariesImpl {
|
|
|
10841
10833
|
return tslib.__asyncGenerator(this, arguments, function* listPagingAll_1() {
|
|
10842
10834
|
var _a, e_1, _b, _c;
|
|
10843
10835
|
try {
|
|
10844
|
-
for (var _d = true, _e = tslib.__asyncValues(this.listPagingPage(vaultName, resourceGroupName, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
|
|
10836
|
+
for (var _d = true, _e = tslib.__asyncValues(this.listPagingPage(vaultName, resourceGroupName, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a; _d = true) {
|
|
10845
10837
|
_c = _f.value;
|
|
10846
10838
|
_d = false;
|
|
10847
|
-
|
|
10848
|
-
|
|
10849
|
-
yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
|
|
10850
|
-
}
|
|
10851
|
-
finally {
|
|
10852
|
-
_d = true;
|
|
10853
|
-
}
|
|
10839
|
+
const page = _c;
|
|
10840
|
+
yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
|
|
10854
10841
|
}
|
|
10855
10842
|
}
|
|
10856
10843
|
catch (e_1_1) { e_1 = { error: e_1_1 }; }
|
|
@@ -10960,16 +10947,11 @@ class OperationsImpl {
|
|
|
10960
10947
|
return tslib.__asyncGenerator(this, arguments, function* listPagingAll_1() {
|
|
10961
10948
|
var _a, e_1, _b, _c;
|
|
10962
10949
|
try {
|
|
10963
|
-
for (var _d = true, _e = tslib.__asyncValues(this.listPagingPage(options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
|
|
10950
|
+
for (var _d = true, _e = tslib.__asyncValues(this.listPagingPage(options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a; _d = true) {
|
|
10964
10951
|
_c = _f.value;
|
|
10965
10952
|
_d = false;
|
|
10966
|
-
|
|
10967
|
-
|
|
10968
|
-
yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
|
|
10969
|
-
}
|
|
10970
|
-
finally {
|
|
10971
|
-
_d = true;
|
|
10972
|
-
}
|
|
10953
|
+
const page = _c;
|
|
10954
|
+
yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
|
|
10973
10955
|
}
|
|
10974
10956
|
}
|
|
10975
10957
|
catch (e_1_1) { e_1 = { error: e_1_1 }; }
|
|
@@ -11882,16 +11864,11 @@ class RecoveryPointsImpl {
|
|
|
11882
11864
|
return tslib.__asyncGenerator(this, arguments, function* listPagingAll_1() {
|
|
11883
11865
|
var _a, e_1, _b, _c;
|
|
11884
11866
|
try {
|
|
11885
|
-
for (var _d = true, _e = tslib.__asyncValues(this.listPagingPage(vaultName, resourceGroupName, fabricName, containerName, protectedItemName, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
|
|
11867
|
+
for (var _d = true, _e = tslib.__asyncValues(this.listPagingPage(vaultName, resourceGroupName, fabricName, containerName, protectedItemName, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a; _d = true) {
|
|
11886
11868
|
_c = _f.value;
|
|
11887
11869
|
_d = false;
|
|
11888
|
-
|
|
11889
|
-
|
|
11890
|
-
yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
|
|
11891
|
-
}
|
|
11892
|
-
finally {
|
|
11893
|
-
_d = true;
|
|
11894
|
-
}
|
|
11870
|
+
const page = _c;
|
|
11871
|
+
yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
|
|
11895
11872
|
}
|
|
11896
11873
|
}
|
|
11897
11874
|
catch (e_1_1) { e_1 = { error: e_1_1 }; }
|
|
@@ -12241,16 +12218,11 @@ class BackupPoliciesImpl {
|
|
|
12241
12218
|
return tslib.__asyncGenerator(this, arguments, function* listPagingAll_1() {
|
|
12242
12219
|
var _a, e_1, _b, _c;
|
|
12243
12220
|
try {
|
|
12244
|
-
for (var _d = true, _e = tslib.__asyncValues(this.listPagingPage(vaultName, resourceGroupName, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
|
|
12221
|
+
for (var _d = true, _e = tslib.__asyncValues(this.listPagingPage(vaultName, resourceGroupName, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a; _d = true) {
|
|
12245
12222
|
_c = _f.value;
|
|
12246
12223
|
_d = false;
|
|
12247
|
-
|
|
12248
|
-
|
|
12249
|
-
yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
|
|
12250
|
-
}
|
|
12251
|
-
finally {
|
|
12252
|
-
_d = true;
|
|
12253
|
-
}
|
|
12224
|
+
const page = _c;
|
|
12225
|
+
yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
|
|
12254
12226
|
}
|
|
12255
12227
|
}
|
|
12256
12228
|
catch (e_1_1) { e_1 = { error: e_1_1 }; }
|
|
@@ -12631,16 +12603,11 @@ class BackupJobsImpl {
|
|
|
12631
12603
|
return tslib.__asyncGenerator(this, arguments, function* listPagingAll_1() {
|
|
12632
12604
|
var _a, e_1, _b, _c;
|
|
12633
12605
|
try {
|
|
12634
|
-
for (var _d = true, _e = tslib.__asyncValues(this.listPagingPage(vaultName, resourceGroupName, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
|
|
12606
|
+
for (var _d = true, _e = tslib.__asyncValues(this.listPagingPage(vaultName, resourceGroupName, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a; _d = true) {
|
|
12635
12607
|
_c = _f.value;
|
|
12636
12608
|
_d = false;
|
|
12637
|
-
|
|
12638
|
-
|
|
12639
|
-
yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
|
|
12640
|
-
}
|
|
12641
|
-
finally {
|
|
12642
|
-
_d = true;
|
|
12643
|
-
}
|
|
12609
|
+
const page = _c;
|
|
12610
|
+
yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
|
|
12644
12611
|
}
|
|
12645
12612
|
}
|
|
12646
12613
|
catch (e_1_1) { e_1 = { error: e_1_1 }; }
|
|
@@ -13056,16 +13023,11 @@ class BackupProtectedItemsImpl {
|
|
|
13056
13023
|
return tslib.__asyncGenerator(this, arguments, function* listPagingAll_1() {
|
|
13057
13024
|
var _a, e_1, _b, _c;
|
|
13058
13025
|
try {
|
|
13059
|
-
for (var _d = true, _e = tslib.__asyncValues(this.listPagingPage(vaultName, resourceGroupName, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
|
|
13026
|
+
for (var _d = true, _e = tslib.__asyncValues(this.listPagingPage(vaultName, resourceGroupName, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a; _d = true) {
|
|
13060
13027
|
_c = _f.value;
|
|
13061
13028
|
_d = false;
|
|
13062
|
-
|
|
13063
|
-
|
|
13064
|
-
yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
|
|
13065
|
-
}
|
|
13066
|
-
finally {
|
|
13067
|
-
_d = true;
|
|
13068
|
-
}
|
|
13029
|
+
const page = _c;
|
|
13030
|
+
yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
|
|
13069
13031
|
}
|
|
13070
13032
|
}
|
|
13071
13033
|
catch (e_1_1) { e_1 = { error: e_1_1 }; }
|
|
@@ -13482,16 +13444,11 @@ class BackupEnginesImpl {
|
|
|
13482
13444
|
return tslib.__asyncGenerator(this, arguments, function* listPagingAll_1() {
|
|
13483
13445
|
var _a, e_1, _b, _c;
|
|
13484
13446
|
try {
|
|
13485
|
-
for (var _d = true, _e = tslib.__asyncValues(this.listPagingPage(vaultName, resourceGroupName, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
|
|
13447
|
+
for (var _d = true, _e = tslib.__asyncValues(this.listPagingPage(vaultName, resourceGroupName, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a; _d = true) {
|
|
13486
13448
|
_c = _f.value;
|
|
13487
13449
|
_d = false;
|
|
13488
|
-
|
|
13489
|
-
|
|
13490
|
-
yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
|
|
13491
|
-
}
|
|
13492
|
-
finally {
|
|
13493
|
-
_d = true;
|
|
13494
|
-
}
|
|
13450
|
+
const page = _c;
|
|
13451
|
+
yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
|
|
13495
13452
|
}
|
|
13496
13453
|
}
|
|
13497
13454
|
catch (e_1_1) { e_1 = { error: e_1_1 }; }
|
|
@@ -13731,16 +13688,11 @@ class ProtectableContainersImpl {
|
|
|
13731
13688
|
return tslib.__asyncGenerator(this, arguments, function* listPagingAll_1() {
|
|
13732
13689
|
var _a, e_1, _b, _c;
|
|
13733
13690
|
try {
|
|
13734
|
-
for (var _d = true, _e = tslib.__asyncValues(this.listPagingPage(vaultName, resourceGroupName, fabricName, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
|
|
13691
|
+
for (var _d = true, _e = tslib.__asyncValues(this.listPagingPage(vaultName, resourceGroupName, fabricName, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a; _d = true) {
|
|
13735
13692
|
_c = _f.value;
|
|
13736
13693
|
_d = false;
|
|
13737
|
-
|
|
13738
|
-
|
|
13739
|
-
yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
|
|
13740
|
-
}
|
|
13741
|
-
finally {
|
|
13742
|
-
_d = true;
|
|
13743
|
-
}
|
|
13694
|
+
const page = _c;
|
|
13695
|
+
yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
|
|
13744
13696
|
}
|
|
13745
13697
|
}
|
|
13746
13698
|
catch (e_1_1) { e_1 = { error: e_1_1 }; }
|
|
@@ -14102,16 +14054,11 @@ class BackupWorkloadItemsImpl {
|
|
|
14102
14054
|
return tslib.__asyncGenerator(this, arguments, function* listPagingAll_1() {
|
|
14103
14055
|
var _a, e_1, _b, _c;
|
|
14104
14056
|
try {
|
|
14105
|
-
for (var _d = true, _e = tslib.__asyncValues(this.listPagingPage(vaultName, resourceGroupName, fabricName, containerName, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
|
|
14057
|
+
for (var _d = true, _e = tslib.__asyncValues(this.listPagingPage(vaultName, resourceGroupName, fabricName, containerName, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a; _d = true) {
|
|
14106
14058
|
_c = _f.value;
|
|
14107
14059
|
_d = false;
|
|
14108
|
-
|
|
14109
|
-
|
|
14110
|
-
yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
|
|
14111
|
-
}
|
|
14112
|
-
finally {
|
|
14113
|
-
_d = true;
|
|
14114
|
-
}
|
|
14060
|
+
const page = _c;
|
|
14061
|
+
yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
|
|
14115
14062
|
}
|
|
14116
14063
|
}
|
|
14117
14064
|
catch (e_1_1) { e_1 = { error: e_1_1 }; }
|
|
@@ -14782,16 +14729,11 @@ class BackupProtectableItemsImpl {
|
|
|
14782
14729
|
return tslib.__asyncGenerator(this, arguments, function* listPagingAll_1() {
|
|
14783
14730
|
var _a, e_1, _b, _c;
|
|
14784
14731
|
try {
|
|
14785
|
-
for (var _d = true, _e = tslib.__asyncValues(this.listPagingPage(vaultName, resourceGroupName, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
|
|
14732
|
+
for (var _d = true, _e = tslib.__asyncValues(this.listPagingPage(vaultName, resourceGroupName, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a; _d = true) {
|
|
14786
14733
|
_c = _f.value;
|
|
14787
14734
|
_d = false;
|
|
14788
|
-
|
|
14789
|
-
|
|
14790
|
-
yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
|
|
14791
|
-
}
|
|
14792
|
-
finally {
|
|
14793
|
-
_d = true;
|
|
14794
|
-
}
|
|
14735
|
+
const page = _c;
|
|
14736
|
+
yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
|
|
14795
14737
|
}
|
|
14796
14738
|
}
|
|
14797
14739
|
catch (e_1_1) { e_1 = { error: e_1_1 }; }
|
|
@@ -14941,16 +14883,11 @@ class BackupProtectionContainersImpl {
|
|
|
14941
14883
|
return tslib.__asyncGenerator(this, arguments, function* listPagingAll_1() {
|
|
14942
14884
|
var _a, e_1, _b, _c;
|
|
14943
14885
|
try {
|
|
14944
|
-
for (var _d = true, _e = tslib.__asyncValues(this.listPagingPage(vaultName, resourceGroupName, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
|
|
14886
|
+
for (var _d = true, _e = tslib.__asyncValues(this.listPagingPage(vaultName, resourceGroupName, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a; _d = true) {
|
|
14945
14887
|
_c = _f.value;
|
|
14946
14888
|
_d = false;
|
|
14947
|
-
|
|
14948
|
-
|
|
14949
|
-
yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
|
|
14950
|
-
}
|
|
14951
|
-
finally {
|
|
14952
|
-
_d = true;
|
|
14953
|
-
}
|
|
14889
|
+
const page = _c;
|
|
14890
|
+
yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
|
|
14954
14891
|
}
|
|
14955
14892
|
}
|
|
14956
14893
|
catch (e_1_1) { e_1 = { error: e_1_1 }; }
|
|
@@ -15094,16 +15031,11 @@ class DeletedProtectionContainersImpl {
|
|
|
15094
15031
|
return tslib.__asyncGenerator(this, arguments, function* listPagingAll_1() {
|
|
15095
15032
|
var _a, e_1, _b, _c;
|
|
15096
15033
|
try {
|
|
15097
|
-
for (var _d = true, _e = tslib.__asyncValues(this.listPagingPage(resourceGroupName, vaultName, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
|
|
15034
|
+
for (var _d = true, _e = tslib.__asyncValues(this.listPagingPage(resourceGroupName, vaultName, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a; _d = true) {
|
|
15098
15035
|
_c = _f.value;
|
|
15099
15036
|
_d = false;
|
|
15100
|
-
|
|
15101
|
-
|
|
15102
|
-
yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
|
|
15103
|
-
}
|
|
15104
|
-
finally {
|
|
15105
|
-
_d = true;
|
|
15106
|
-
}
|
|
15037
|
+
const page = _c;
|
|
15038
|
+
yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
|
|
15107
15039
|
}
|
|
15108
15040
|
}
|
|
15109
15041
|
catch (e_1_1) { e_1 = { error: e_1_1 }; }
|
|
@@ -15304,16 +15236,11 @@ class RecoveryPointsRecommendedForMoveImpl {
|
|
|
15304
15236
|
return tslib.__asyncGenerator(this, arguments, function* listPagingAll_1() {
|
|
15305
15237
|
var _a, e_1, _b, _c;
|
|
15306
15238
|
try {
|
|
15307
|
-
for (var _d = true, _e = tslib.__asyncValues(this.listPagingPage(vaultName, resourceGroupName, fabricName, containerName, protectedItemName, parameters, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
|
|
15239
|
+
for (var _d = true, _e = tslib.__asyncValues(this.listPagingPage(vaultName, resourceGroupName, fabricName, containerName, protectedItemName, parameters, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a; _d = true) {
|
|
15308
15240
|
_c = _f.value;
|
|
15309
15241
|
_d = false;
|
|
15310
|
-
|
|
15311
|
-
|
|
15312
|
-
yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
|
|
15313
|
-
}
|
|
15314
|
-
finally {
|
|
15315
|
-
_d = true;
|
|
15316
|
-
}
|
|
15242
|
+
const page = _c;
|
|
15243
|
+
yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
|
|
15317
15244
|
}
|
|
15318
15245
|
}
|
|
15319
15246
|
catch (e_1_1) { e_1 = { error: e_1_1 }; }
|
|
@@ -15491,16 +15418,11 @@ class ResourceGuardProxiesImpl {
|
|
|
15491
15418
|
return tslib.__asyncGenerator(this, arguments, function* getPagingAll_1() {
|
|
15492
15419
|
var _a, e_1, _b, _c;
|
|
15493
15420
|
try {
|
|
15494
|
-
for (var _d = true, _e = tslib.__asyncValues(this.getPagingPage(vaultName, resourceGroupName, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
|
|
15421
|
+
for (var _d = true, _e = tslib.__asyncValues(this.getPagingPage(vaultName, resourceGroupName, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a; _d = true) {
|
|
15495
15422
|
_c = _f.value;
|
|
15496
15423
|
_d = false;
|
|
15497
|
-
|
|
15498
|
-
|
|
15499
|
-
yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
|
|
15500
|
-
}
|
|
15501
|
-
finally {
|
|
15502
|
-
_d = true;
|
|
15503
|
-
}
|
|
15424
|
+
const page = _c;
|
|
15425
|
+
yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
|
|
15504
15426
|
}
|
|
15505
15427
|
}
|
|
15506
15428
|
catch (e_1_1) { e_1 = { error: e_1_1 }; }
|