1919 from azure .core .pipeline .transport import HttpRequest , HttpResponse
2020
2121from ._configuration import RecoveryServicesBackupClientConfiguration
22+ from .operations import BackupResourceStorageConfigsNonCRROperations
23+ from .operations import ProtectionIntentOperations
24+ from .operations import BackupStatusOperations
25+ from .operations import FeatureSupportOperations
26+ from .operations import BackupProtectionIntentOperations
27+ from .operations import BackupUsageSummariesOperations
28+ from .operations import Operations
2229from .operations import BackupResourceVaultConfigsOperations
2330from .operations import BackupResourceEncryptionConfigsOperations
2431from .operations import PrivateEndpointConnectionOperations
6673from .operations import BackupResourceStorageConfigsOperations
6774from .operations import RecoveryPointsCrrOperations
6875from .operations import BackupProtectedItemsCrrOperations
69- from .operations import ProtectionIntentOperations
70- from .operations import BackupStatusOperations
71- from .operations import FeatureSupportOperations
72- from .operations import BackupProtectionIntentOperations
73- from .operations import BackupUsageSummariesOperations
74- from .operations import Operations
7576from . import models
7677
7778
7879class RecoveryServicesBackupClient (RecoveryServicesBackupClientOperationsMixin ):
7980 """Open API 2.0 Specs for Azure RecoveryServices Backup service.
8081
82+ :ivar backup_resource_storage_configs_non_crr: BackupResourceStorageConfigsNonCRROperations operations
83+ :vartype backup_resource_storage_configs_non_crr: azure.mgmt.recoveryservicesbackup.operations.BackupResourceStorageConfigsNonCRROperations
84+ :ivar protection_intent: ProtectionIntentOperations operations
85+ :vartype protection_intent: azure.mgmt.recoveryservicesbackup.operations.ProtectionIntentOperations
86+ :ivar backup_status: BackupStatusOperations operations
87+ :vartype backup_status: azure.mgmt.recoveryservicesbackup.operations.BackupStatusOperations
88+ :ivar feature_support: FeatureSupportOperations operations
89+ :vartype feature_support: azure.mgmt.recoveryservicesbackup.operations.FeatureSupportOperations
90+ :ivar backup_protection_intent: BackupProtectionIntentOperations operations
91+ :vartype backup_protection_intent: azure.mgmt.recoveryservicesbackup.operations.BackupProtectionIntentOperations
92+ :ivar backup_usage_summaries: BackupUsageSummariesOperations operations
93+ :vartype backup_usage_summaries: azure.mgmt.recoveryservicesbackup.operations.BackupUsageSummariesOperations
94+ :ivar operations: Operations operations
95+ :vartype operations: azure.mgmt.recoveryservicesbackup.operations.Operations
8196 :ivar backup_resource_vault_configs: BackupResourceVaultConfigsOperations operations
8297 :vartype backup_resource_vault_configs: azure.mgmt.recoveryservicesbackup.operations.BackupResourceVaultConfigsOperations
8398 :ivar backup_resource_encryption_configs: BackupResourceEncryptionConfigsOperations operations
@@ -170,18 +185,6 @@ class RecoveryServicesBackupClient(RecoveryServicesBackupClientOperationsMixin):
170185 :vartype recovery_points_crr: azure.mgmt.recoveryservicesbackup.operations.RecoveryPointsCrrOperations
171186 :ivar backup_protected_items_crr: BackupProtectedItemsCrrOperations operations
172187 :vartype backup_protected_items_crr: azure.mgmt.recoveryservicesbackup.operations.BackupProtectedItemsCrrOperations
173- :ivar protection_intent: ProtectionIntentOperations operations
174- :vartype protection_intent: azure.mgmt.recoveryservicesbackup.operations.ProtectionIntentOperations
175- :ivar backup_status: BackupStatusOperations operations
176- :vartype backup_status: azure.mgmt.recoveryservicesbackup.operations.BackupStatusOperations
177- :ivar feature_support: FeatureSupportOperations operations
178- :vartype feature_support: azure.mgmt.recoveryservicesbackup.operations.FeatureSupportOperations
179- :ivar backup_protection_intent: BackupProtectionIntentOperations operations
180- :vartype backup_protection_intent: azure.mgmt.recoveryservicesbackup.operations.BackupProtectionIntentOperations
181- :ivar backup_usage_summaries: BackupUsageSummariesOperations operations
182- :vartype backup_usage_summaries: azure.mgmt.recoveryservicesbackup.operations.BackupUsageSummariesOperations
183- :ivar operations: Operations operations
184- :vartype operations: azure.mgmt.recoveryservicesbackup.operations.Operations
185188 :param credential: Credential needed for the client to connect to Azure.
186189 :type credential: ~azure.core.credentials.TokenCredential
187190 :param subscription_id: The subscription Id.
@@ -208,6 +211,20 @@ def __init__(
208211 self ._serialize .client_side_validation = False
209212 self ._deserialize = Deserializer (client_models )
210213
214+ self .backup_resource_storage_configs_non_crr = BackupResourceStorageConfigsNonCRROperations (
215+ self ._client , self ._config , self ._serialize , self ._deserialize )
216+ self .protection_intent = ProtectionIntentOperations (
217+ self ._client , self ._config , self ._serialize , self ._deserialize )
218+ self .backup_status = BackupStatusOperations (
219+ self ._client , self ._config , self ._serialize , self ._deserialize )
220+ self .feature_support = FeatureSupportOperations (
221+ self ._client , self ._config , self ._serialize , self ._deserialize )
222+ self .backup_protection_intent = BackupProtectionIntentOperations (
223+ self ._client , self ._config , self ._serialize , self ._deserialize )
224+ self .backup_usage_summaries = BackupUsageSummariesOperations (
225+ self ._client , self ._config , self ._serialize , self ._deserialize )
226+ self .operations = Operations (
227+ self ._client , self ._config , self ._serialize , self ._deserialize )
211228 self .backup_resource_vault_configs = BackupResourceVaultConfigsOperations (
212229 self ._client , self ._config , self ._serialize , self ._deserialize )
213230 self .backup_resource_encryption_configs = BackupResourceEncryptionConfigsOperations (
@@ -300,18 +317,6 @@ def __init__(
300317 self ._client , self ._config , self ._serialize , self ._deserialize )
301318 self .backup_protected_items_crr = BackupProtectedItemsCrrOperations (
302319 self ._client , self ._config , self ._serialize , self ._deserialize )
303- self .protection_intent = ProtectionIntentOperations (
304- self ._client , self ._config , self ._serialize , self ._deserialize )
305- self .backup_status = BackupStatusOperations (
306- self ._client , self ._config , self ._serialize , self ._deserialize )
307- self .feature_support = FeatureSupportOperations (
308- self ._client , self ._config , self ._serialize , self ._deserialize )
309- self .backup_protection_intent = BackupProtectionIntentOperations (
310- self ._client , self ._config , self ._serialize , self ._deserialize )
311- self .backup_usage_summaries = BackupUsageSummariesOperations (
312- self ._client , self ._config , self ._serialize , self ._deserialize )
313- self .operations = Operations (
314- self ._client , self ._config , self ._serialize , self ._deserialize )
315320
316321 def _send_request (self , http_request , ** kwargs ):
317322 # type: (HttpRequest, Any) -> HttpResponse
0 commit comments