You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: sdk/recoveryservices/azure-mgmt-recoveryservicesbackup/azure/mgmt/recoveryservicesbackup/_recovery_services_backup_client.py
+35-30Lines changed: 35 additions & 30 deletions
Original file line number
Diff line number
Diff line change
@@ -14,6 +14,12 @@
14
14
15
15
from ._configurationimportRecoveryServicesBackupClientConfiguration
16
16
from .operationsimportRecoveryServicesBackupClientOperationsMixin
17
+
from .operationsimportProtectionIntentOperations
18
+
from .operationsimportBackupStatusOperations
19
+
from .operationsimportFeatureSupportOperations
20
+
from .operationsimportBackupProtectionIntentOperations
21
+
from .operationsimportBackupUsageSummariesOperations
22
+
from .operationsimportOperations
17
23
from .operationsimportBackupResourceVaultConfigsOperations
18
24
from .operationsimportBackupResourceEncryptionConfigsOperations
19
25
from .operationsimportPrivateEndpointConnectionOperations
@@ -49,6 +55,7 @@
49
55
from .operationsimportBackupProtectableItemsOperations
50
56
from .operationsimportBackupProtectionContainersOperations
51
57
from .operationsimportSecurityPINsOperations
58
+
from .operationsimportRecoveryPointsRecommendedForMoveOperations
52
59
from .operationsimportAadPropertiesOperations
53
60
from .operationsimportCrossRegionRestoreOperations
54
61
from .operationsimportBackupCrrJobDetailsOperations
@@ -58,12 +65,6 @@
58
65
from .operationsimportBackupResourceStorageConfigsOperations
59
66
from .operationsimportRecoveryPointsCrrOperations
60
67
from .operationsimportBackupProtectedItemsCrrOperations
61
-
from .operationsimportProtectionIntentOperations
62
-
from .operationsimportBackupStatusOperations
63
-
from .operationsimportFeatureSupportOperations
64
-
from .operationsimportBackupProtectionIntentOperations
65
-
from .operationsimportBackupUsageSummariesOperations
66
-
from .operationsimportOperations
67
68
from . importmodels
68
69
69
70
@@ -73,6 +74,18 @@ class RecoveryServicesBackupClient(RecoveryServicesBackupClientOperationsMixin,
0 commit comments