1+ {
2+ "chosen_version" : " 2021-06-01" ,
3+ "total_api_version_list" : [" 2021-06-01" ],
4+ "client" : {
5+ "name" : " SiteRecoveryManagementClient" ,
6+ "filename" : " _site_recovery_management_client" ,
7+ "description" : " SiteRecoveryManagementClient." ,
8+ "base_url" : " \u0027 https://management.azure.com\u0027 " ,
9+ "custom_base_url" : null ,
10+ "azure_arm" : true ,
11+ "has_lro_operations" : true ,
12+ "client_side_validation" : false ,
13+ "sync_imports" : " {\" typing\" : {\" azurecore\" : {\" azure.core.credentials\" : [\" TokenCredential\" ]}}, \" regular\" : {\" azurecore\" : {\" azure.profiles\" : [\" KnownProfiles\" , \" ProfileDefinition\" ], \" azure.profiles.multiapiclient\" : [\" MultiApiClientMixin\" ], \" msrest\" : [\" Deserializer\" , \" Serializer\" ], \" azure.mgmt.core\" : [\" ARMPipelineClient\" ]}, \" local\" : {\" ._configuration\" : [\" SiteRecoveryManagementClientConfiguration\" ]}}, \" conditional\" : {\" stdlib\" : {\" typing\" : [\" Any\" , \" Optional\" ]}, \" azurecore\" : {\" azure.core.pipeline.transport\" : [\" HttpRequest\" , \" HttpResponse\" ]}}}" ,
14+ "async_imports" : " {\" typing\" : {\" azurecore\" : {\" azure.core.credentials_async\" : [\" AsyncTokenCredential\" ]}}, \" regular\" : {\" azurecore\" : {\" azure.profiles\" : [\" KnownProfiles\" , \" ProfileDefinition\" ], \" azure.profiles.multiapiclient\" : [\" MultiApiClientMixin\" ], \" msrest\" : [\" Deserializer\" , \" Serializer\" ], \" azure.mgmt.core\" : [\" AsyncARMPipelineClient\" ]}, \" local\" : {\" ._configuration\" : [\" SiteRecoveryManagementClientConfiguration\" ]}}, \" conditional\" : {\" stdlib\" : {\" typing\" : [\" Any\" , \" Optional\" ]}, \" azurecore\" : {\" azure.core.pipeline.transport\" : [\" AsyncHttpResponse\" , \" HttpRequest\" ]}}}"
15+ },
16+ "global_parameters" : {
17+ "sync" : {
18+ "credential" : {
19+ "signature" : " credential, # type: \" TokenCredential\" " ,
20+ "description" : " Credential needed for the client to connect to Azure." ,
21+ "docstring_type" : " ~azure.core.credentials.TokenCredential" ,
22+ "required" : true
23+ },
24+ "subscription_id" : {
25+ "signature" : " subscription_id, # type: str" ,
26+ "description" : " The subscription Id." ,
27+ "docstring_type" : " str" ,
28+ "required" : true
29+ },
30+ "resource_group_name" : {
31+ "signature" : " resource_group_name, # type: str" ,
32+ "description" : " The name of the resource group where the recovery services vault is present." ,
33+ "docstring_type" : " str" ,
34+ "required" : true
35+ },
36+ "resource_name" : {
37+ "signature" : " resource_name, # type: str" ,
38+ "description" : " The name of the recovery services vault." ,
39+ "docstring_type" : " str" ,
40+ "required" : true
41+ }
42+ },
43+ "async" : {
44+ "credential" : {
45+ "signature" : " credential: \" AsyncTokenCredential\" ," ,
46+ "description" : " Credential needed for the client to connect to Azure." ,
47+ "docstring_type" : " ~azure.core.credentials_async.AsyncTokenCredential" ,
48+ "required" : true
49+ },
50+ "subscription_id" : {
51+ "signature" : " subscription_id: str," ,
52+ "description" : " The subscription Id." ,
53+ "docstring_type" : " str" ,
54+ "required" : true
55+ },
56+ "resource_group_name" : {
57+ "signature" : " resource_group_name: str," ,
58+ "description" : " The name of the resource group where the recovery services vault is present." ,
59+ "docstring_type" : " str" ,
60+ "required" : true
61+ },
62+ "resource_name" : {
63+ "signature" : " resource_name: str," ,
64+ "description" : " The name of the recovery services vault." ,
65+ "docstring_type" : " str" ,
66+ "required" : true
67+ }
68+ },
69+ "constant" : {
70+ },
71+ "call" : " credential, subscription_id, resource_group_name, resource_name" ,
72+ "service_client_specific" : {
73+ "sync" : {
74+ "api_version" : {
75+ "signature" : " api_version=None, # type: Optional[str]" ,
76+ "description" : " API version to use if no profile is provided, or if missing in profile." ,
77+ "docstring_type" : " str" ,
78+ "required" : false
79+ },
80+ "base_url" : {
81+ "signature" : " base_url=None, # type: Optional[str]" ,
82+ "description" : " Service URL" ,
83+ "docstring_type" : " str" ,
84+ "required" : false
85+ },
86+ "profile" : {
87+ "signature" : " profile=KnownProfiles.default, # type: KnownProfiles" ,
88+ "description" : " A profile definition, from KnownProfiles to dict." ,
89+ "docstring_type" : " azure.profiles.KnownProfiles" ,
90+ "required" : false
91+ }
92+ },
93+ "async" : {
94+ "api_version" : {
95+ "signature" : " api_version: Optional[str] = None," ,
96+ "description" : " API version to use if no profile is provided, or if missing in profile." ,
97+ "docstring_type" : " str" ,
98+ "required" : false
99+ },
100+ "base_url" : {
101+ "signature" : " base_url: Optional[str] = None," ,
102+ "description" : " Service URL" ,
103+ "docstring_type" : " str" ,
104+ "required" : false
105+ },
106+ "profile" : {
107+ "signature" : " profile: KnownProfiles = KnownProfiles.default," ,
108+ "description" : " A profile definition, from KnownProfiles to dict." ,
109+ "docstring_type" : " azure.profiles.KnownProfiles" ,
110+ "required" : false
111+ }
112+ }
113+ }
114+ },
115+ "config" : {
116+ "credential" : true ,
117+ "credential_scopes" : [" https://management.azure.com/.default" ],
118+ "credential_default_policy_type" : " BearerTokenCredentialPolicy" ,
119+ "credential_default_policy_type_has_async_version" : true ,
120+ "credential_key_header_name" : null ,
121+ "sync_imports" : " {\" regular\" : {\" azurecore\" : {\" azure.core.configuration\" : [\" Configuration\" ], \" azure.core.pipeline\" : [\" policies\" ], \" azure.mgmt.core.policies\" : [\" ARMHttpLoggingPolicy\" ]}, \" local\" : {\" ._version\" : [\" VERSION\" ]}}, \" conditional\" : {\" stdlib\" : {\" typing\" : [\" Any\" ]}}, \" typing\" : {\" azurecore\" : {\" azure.core.credentials\" : [\" TokenCredential\" ]}}}" ,
122+ "async_imports" : " {\" regular\" : {\" azurecore\" : {\" azure.core.configuration\" : [\" Configuration\" ], \" azure.core.pipeline\" : [\" policies\" ], \" azure.mgmt.core.policies\" : [\" ARMHttpLoggingPolicy\" ]}, \" local\" : {\" .._version\" : [\" VERSION\" ]}}, \" conditional\" : {\" stdlib\" : {\" typing\" : [\" Any\" ]}}, \" typing\" : {\" azurecore\" : {\" azure.core.credentials_async\" : [\" AsyncTokenCredential\" ]}}}"
123+ },
124+ "operation_groups" : {
125+ "operations" : " Operations" ,
126+ "replication_alert_settings" : " ReplicationAlertSettingsOperations" ,
127+ "replication_eligibility_results" : " ReplicationEligibilityResultsOperations" ,
128+ "replication_events" : " ReplicationEventsOperations" ,
129+ "replication_fabrics" : " ReplicationFabricsOperations" ,
130+ "replication_logical_networks" : " ReplicationLogicalNetworksOperations" ,
131+ "replication_networks" : " ReplicationNetworksOperations" ,
132+ "replication_network_mappings" : " ReplicationNetworkMappingsOperations" ,
133+ "replication_protection_containers" : " ReplicationProtectionContainersOperations" ,
134+ "replication_migration_items" : " ReplicationMigrationItemsOperations" ,
135+ "migration_recovery_points" : " MigrationRecoveryPointsOperations" ,
136+ "replication_protectable_items" : " ReplicationProtectableItemsOperations" ,
137+ "replication_protected_items" : " ReplicationProtectedItemsOperations" ,
138+ "recovery_points" : " RecoveryPointsOperations" ,
139+ "target_compute_sizes" : " TargetComputeSizesOperations" ,
140+ "replication_protection_container_mappings" : " ReplicationProtectionContainerMappingsOperations" ,
141+ "replication_recovery_services_providers" : " ReplicationRecoveryServicesProvidersOperations" ,
142+ "replication_storage_classifications" : " ReplicationStorageClassificationsOperations" ,
143+ "replication_storage_classification_mappings" : " ReplicationStorageClassificationMappingsOperations" ,
144+ "replicationv_centers" : " ReplicationvCentersOperations" ,
145+ "replication_jobs" : " ReplicationJobsOperations" ,
146+ "replication_policies" : " ReplicationPoliciesOperations" ,
147+ "replication_protection_intents" : " ReplicationProtectionIntentsOperations" ,
148+ "replication_recovery_plans" : " ReplicationRecoveryPlansOperations" ,
149+ "supported_operating_systems" : " SupportedOperatingSystemsOperations" ,
150+ "replication_vault_health" : " ReplicationVaultHealthOperations" ,
151+ "replication_vault_setting" : " ReplicationVaultSettingOperations"
152+ }
153+ }
0 commit comments