1414
1515from ._configuration import RecoveryServicesBackupClientConfiguration
1616from .operations import RecoveryServicesBackupClientOperationsMixin
17- from .operations import PrivateEndpointConnectionOperations
1817from .operations import BackupResourceVaultConfigsOperations
18+ from .operations import BackupResourceEncryptionConfigsOperations
19+ from .operations import PrivateEndpointConnectionOperations
20+ from .operations import PrivateEndpointOperations
21+ from .operations import BMSPrepareDataMoveOperationResultOperations
1922from .operations import ProtectedItemsOperations
2023from .operations import ProtectedItemOperationResultsOperations
2124from .operations import RecoveryPointsOperations
3134from .operations import JobsOperations
3235from .operations import BackupProtectedItemsOperations
3336from .operations import OperationOperations
34- from .operations import ProtectionIntentOperations
35- from .operations import BackupStatusOperations
36- from .operations import FeatureSupportOperations
37- from .operations import BackupProtectionIntentOperations
38- from .operations import BackupUsageSummariesOperations
3937from .operations import BackupEnginesOperations
4038from .operations import ProtectionContainerRefreshOperationResultsOperations
4139from .operations import ProtectableContainersOperations
5149from .operations import BackupProtectableItemsOperations
5250from .operations import BackupProtectionContainersOperations
5351from .operations import SecurityPINsOperations
52+ from .operations import AadPropertiesOperations
53+ from .operations import CrossRegionRestoreOperations
54+ from .operations import BackupCrrJobDetailsOperations
55+ from .operations import BackupCrrJobsOperations
56+ from .operations import CrrOperationResultsOperations
57+ from .operations import CrrOperationStatusOperations
5458from .operations import BackupResourceStorageConfigsOperations
59+ from .operations import RecoveryPointsCrrOperations
60+ from .operations import BackupProtectedItemsCrrOperations
61+ from .operations import ProtectionIntentOperations
62+ from .operations import BackupStatusOperations
63+ from .operations import FeatureSupportOperations
64+ from .operations import BackupProtectionIntentOperations
65+ from .operations import BackupUsageSummariesOperations
5566from .operations import Operations
5667from . import models
5768
@@ -62,10 +73,16 @@ class RecoveryServicesBackupClient(RecoveryServicesBackupClientOperationsMixin,
6273 :ivar config: Configuration for client.
6374 :vartype config: RecoveryServicesBackupClientConfiguration
6475
65- :ivar private_endpoint_connection: PrivateEndpointConnection operations
66- :vartype private_endpoint_connection: azure.mgmt.recoveryservicesbackup.operations.PrivateEndpointConnectionOperations
6776 :ivar backup_resource_vault_configs: BackupResourceVaultConfigs operations
6877 :vartype backup_resource_vault_configs: azure.mgmt.recoveryservicesbackup.operations.BackupResourceVaultConfigsOperations
78+ :ivar backup_resource_encryption_configs: BackupResourceEncryptionConfigs operations
79+ :vartype backup_resource_encryption_configs: azure.mgmt.recoveryservicesbackup.operations.BackupResourceEncryptionConfigsOperations
80+ :ivar private_endpoint_connection: PrivateEndpointConnection operations
81+ :vartype private_endpoint_connection: azure.mgmt.recoveryservicesbackup.operations.PrivateEndpointConnectionOperations
82+ :ivar private_endpoint: PrivateEndpoint operations
83+ :vartype private_endpoint: azure.mgmt.recoveryservicesbackup.operations.PrivateEndpointOperations
84+ :ivar bms_prepare_data_move_operation_result: BMSPrepareDataMoveOperationResult operations
85+ :vartype bms_prepare_data_move_operation_result: azure.mgmt.recoveryservicesbackup.operations.BMSPrepareDataMoveOperationResultOperations
6986 :ivar protected_items: ProtectedItems operations
7087 :vartype protected_items: azure.mgmt.recoveryservicesbackup.operations.ProtectedItemsOperations
7188 :ivar protected_item_operation_results: ProtectedItemOperationResults operations
@@ -96,16 +113,6 @@ class RecoveryServicesBackupClient(RecoveryServicesBackupClientOperationsMixin,
96113 :vartype backup_protected_items: azure.mgmt.recoveryservicesbackup.operations.BackupProtectedItemsOperations
97114 :ivar operation: Operation operations
98115 :vartype operation: azure.mgmt.recoveryservicesbackup.operations.OperationOperations
99- :ivar protection_intent: ProtectionIntent operations
100- :vartype protection_intent: azure.mgmt.recoveryservicesbackup.operations.ProtectionIntentOperations
101- :ivar backup_status: BackupStatus operations
102- :vartype backup_status: azure.mgmt.recoveryservicesbackup.operations.BackupStatusOperations
103- :ivar feature_support: FeatureSupport operations
104- :vartype feature_support: azure.mgmt.recoveryservicesbackup.operations.FeatureSupportOperations
105- :ivar backup_protection_intent: BackupProtectionIntent operations
106- :vartype backup_protection_intent: azure.mgmt.recoveryservicesbackup.operations.BackupProtectionIntentOperations
107- :ivar backup_usage_summaries: BackupUsageSummaries operations
108- :vartype backup_usage_summaries: azure.mgmt.recoveryservicesbackup.operations.BackupUsageSummariesOperations
109116 :ivar backup_engines: BackupEngines operations
110117 :vartype backup_engines: azure.mgmt.recoveryservicesbackup.operations.BackupEnginesOperations
111118 :ivar protection_container_refresh_operation_results: ProtectionContainerRefreshOperationResults operations
@@ -136,8 +143,34 @@ class RecoveryServicesBackupClient(RecoveryServicesBackupClientOperationsMixin,
136143 :vartype backup_protection_containers: azure.mgmt.recoveryservicesbackup.operations.BackupProtectionContainersOperations
137144 :ivar security_pi_ns: SecurityPINs operations
138145 :vartype security_pi_ns: azure.mgmt.recoveryservicesbackup.operations.SecurityPINsOperations
146+ :ivar aad_properties: AadProperties operations
147+ :vartype aad_properties: azure.mgmt.recoveryservicesbackup.operations.AadPropertiesOperations
148+ :ivar cross_region_restore: CrossRegionRestore operations
149+ :vartype cross_region_restore: azure.mgmt.recoveryservicesbackup.operations.CrossRegionRestoreOperations
150+ :ivar backup_crr_job_details: BackupCrrJobDetails operations
151+ :vartype backup_crr_job_details: azure.mgmt.recoveryservicesbackup.operations.BackupCrrJobDetailsOperations
152+ :ivar backup_crr_jobs: BackupCrrJobs operations
153+ :vartype backup_crr_jobs: azure.mgmt.recoveryservicesbackup.operations.BackupCrrJobsOperations
154+ :ivar crr_operation_results: CrrOperationResults operations
155+ :vartype crr_operation_results: azure.mgmt.recoveryservicesbackup.operations.CrrOperationResultsOperations
156+ :ivar crr_operation_status: CrrOperationStatus operations
157+ :vartype crr_operation_status: azure.mgmt.recoveryservicesbackup.operations.CrrOperationStatusOperations
139158 :ivar backup_resource_storage_configs: BackupResourceStorageConfigs operations
140159 :vartype backup_resource_storage_configs: azure.mgmt.recoveryservicesbackup.operations.BackupResourceStorageConfigsOperations
160+ :ivar recovery_points_crr: RecoveryPointsCrr operations
161+ :vartype recovery_points_crr: azure.mgmt.recoveryservicesbackup.operations.RecoveryPointsCrrOperations
162+ :ivar backup_protected_items_crr: BackupProtectedItemsCrr operations
163+ :vartype backup_protected_items_crr: azure.mgmt.recoveryservicesbackup.operations.BackupProtectedItemsCrrOperations
164+ :ivar protection_intent: ProtectionIntent operations
165+ :vartype protection_intent: azure.mgmt.recoveryservicesbackup.operations.ProtectionIntentOperations
166+ :ivar backup_status: BackupStatus operations
167+ :vartype backup_status: azure.mgmt.recoveryservicesbackup.operations.BackupStatusOperations
168+ :ivar feature_support: FeatureSupport operations
169+ :vartype feature_support: azure.mgmt.recoveryservicesbackup.operations.FeatureSupportOperations
170+ :ivar backup_protection_intent: BackupProtectionIntent operations
171+ :vartype backup_protection_intent: azure.mgmt.recoveryservicesbackup.operations.BackupProtectionIntentOperations
172+ :ivar backup_usage_summaries: BackupUsageSummaries operations
173+ :vartype backup_usage_summaries: azure.mgmt.recoveryservicesbackup.operations.BackupUsageSummariesOperations
141174 :ivar operations: Operations operations
142175 :vartype operations: azure.mgmt.recoveryservicesbackup.operations.Operations
143176
@@ -159,9 +192,15 @@ def __init__(
159192 self ._serialize = Serializer (client_models )
160193 self ._deserialize = Deserializer (client_models )
161194
195+ self .backup_resource_vault_configs = BackupResourceVaultConfigsOperations (
196+ self ._client , self .config , self ._serialize , self ._deserialize )
197+ self .backup_resource_encryption_configs = BackupResourceEncryptionConfigsOperations (
198+ self ._client , self .config , self ._serialize , self ._deserialize )
162199 self .private_endpoint_connection = PrivateEndpointConnectionOperations (
163200 self ._client , self .config , self ._serialize , self ._deserialize )
164- self .backup_resource_vault_configs = BackupResourceVaultConfigsOperations (
201+ self .private_endpoint = PrivateEndpointOperations (
202+ self ._client , self .config , self ._serialize , self ._deserialize )
203+ self .bms_prepare_data_move_operation_result = BMSPrepareDataMoveOperationResultOperations (
165204 self ._client , self .config , self ._serialize , self ._deserialize )
166205 self .protected_items = ProtectedItemsOperations (
167206 self ._client , self .config , self ._serialize , self ._deserialize )
@@ -193,16 +232,6 @@ def __init__(
193232 self ._client , self .config , self ._serialize , self ._deserialize )
194233 self .operation = OperationOperations (
195234 self ._client , self .config , self ._serialize , self ._deserialize )
196- self .protection_intent = ProtectionIntentOperations (
197- self ._client , self .config , self ._serialize , self ._deserialize )
198- self .backup_status = BackupStatusOperations (
199- self ._client , self .config , self ._serialize , self ._deserialize )
200- self .feature_support = FeatureSupportOperations (
201- self ._client , self .config , self ._serialize , self ._deserialize )
202- self .backup_protection_intent = BackupProtectionIntentOperations (
203- self ._client , self .config , self ._serialize , self ._deserialize )
204- self .backup_usage_summaries = BackupUsageSummariesOperations (
205- self ._client , self .config , self ._serialize , self ._deserialize )
206235 self .backup_engines = BackupEnginesOperations (
207236 self ._client , self .config , self ._serialize , self ._deserialize )
208237 self .protection_container_refresh_operation_results = ProtectionContainerRefreshOperationResultsOperations (
@@ -233,7 +262,33 @@ def __init__(
233262 self ._client , self .config , self ._serialize , self ._deserialize )
234263 self .security_pi_ns = SecurityPINsOperations (
235264 self ._client , self .config , self ._serialize , self ._deserialize )
265+ self .aad_properties = AadPropertiesOperations (
266+ self ._client , self .config , self ._serialize , self ._deserialize )
267+ self .cross_region_restore = CrossRegionRestoreOperations (
268+ self ._client , self .config , self ._serialize , self ._deserialize )
269+ self .backup_crr_job_details = BackupCrrJobDetailsOperations (
270+ self ._client , self .config , self ._serialize , self ._deserialize )
271+ self .backup_crr_jobs = BackupCrrJobsOperations (
272+ self ._client , self .config , self ._serialize , self ._deserialize )
273+ self .crr_operation_results = CrrOperationResultsOperations (
274+ self ._client , self .config , self ._serialize , self ._deserialize )
275+ self .crr_operation_status = CrrOperationStatusOperations (
276+ self ._client , self .config , self ._serialize , self ._deserialize )
236277 self .backup_resource_storage_configs = BackupResourceStorageConfigsOperations (
237278 self ._client , self .config , self ._serialize , self ._deserialize )
279+ self .recovery_points_crr = RecoveryPointsCrrOperations (
280+ self ._client , self .config , self ._serialize , self ._deserialize )
281+ self .backup_protected_items_crr = BackupProtectedItemsCrrOperations (
282+ self ._client , self .config , self ._serialize , self ._deserialize )
283+ self .protection_intent = ProtectionIntentOperations (
284+ self ._client , self .config , self ._serialize , self ._deserialize )
285+ self .backup_status = BackupStatusOperations (
286+ self ._client , self .config , self ._serialize , self ._deserialize )
287+ self .feature_support = FeatureSupportOperations (
288+ self ._client , self .config , self ._serialize , self ._deserialize )
289+ self .backup_protection_intent = BackupProtectionIntentOperations (
290+ self ._client , self .config , self ._serialize , self ._deserialize )
291+ self .backup_usage_summaries = BackupUsageSummariesOperations (
292+ self ._client , self .config , self ._serialize , self ._deserialize )
238293 self .operations = Operations (
239294 self ._client , self .config , self ._serialize , self ._deserialize )
0 commit comments