azure_sdk 0.29.0 → 0.30.0
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.
- checksums.yaml +4 -4
- data/lib/azure_sdk/version.rb +1 -1
- data/lib/azure_sdk.rb +2 -2
- data/lib/latest/latest_profile_client.rb +111 -1
- data/lib/latest/modules/adhybridhealthservice_profile_module.rb +481 -0
- data/lib/latest/modules/alertsmanagement_profile_module.rb +259 -0
- data/lib/latest/modules/azurestack_profile_module.rb +163 -0
- data/lib/latest/modules/batchai_profile_module.rb +425 -0
- data/lib/latest/modules/botservice_profile_module.rb +293 -0
- data/lib/latest/modules/costmanagement_profile_module.rb +207 -0
- data/lib/latest/modules/databox_profile_module.rb +309 -0
- data/lib/latest/modules/datafactory_profile_module.rb +2159 -0
- data/lib/latest/modules/migrate_profile_module.rb +243 -0
- data/lib/latest/modules/network_profile_module.rb +1267 -1223
- data/lib/latest/modules/operationsmanagement_profile_module.rb +123 -0
- data/lib/latest/modules/policy_profile_module.rb +28 -32
- data/lib/latest/modules/powerbidedicated_profile_module.rb +123 -0
- metadata +173 -8
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 81e9aef460186534a78713f68e0b641b3b34103f7ab6ed164acad07ae37ac335
|
4
|
+
data.tar.gz: d8d698cff28009957dc6c563f10cb00ffd6e33ef602095d811b6e2b8c8a86430
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b5f071b92ef5bea14d5ce1e68358719c05a87fa002156e1cc37c0b69c7f1d76f39bc8fe42f3beb72473603179782b5a6a9abd414cb593e9c40191838821119ea
|
7
|
+
data.tar.gz: 86966eadf96861b82caaef123e9cc686247df77d7ec2d50616294865f0043059bfa8a758b689d6a0d7d24626488b5fedabba8128e5117daf9d804280b928df54
|
data/lib/azure_sdk/version.rb
CHANGED
data/lib/azure_sdk.rb
CHANGED
@@ -3,7 +3,7 @@
|
|
3
3
|
# Licensed under the MIT License. See License.txt in the project root for license information.
|
4
4
|
|
5
5
|
require 'azure_sdk/version'
|
6
|
-
require 'v2017_03_09/v2017_03_09_profile_client'
|
7
6
|
require 'latest/latest_profile_client'
|
8
|
-
require '
|
7
|
+
require 'v2017_03_09/v2017_03_09_profile_client'
|
9
8
|
require 'v2018_03_01/v2018_03_01_profile_client'
|
9
|
+
require 'v2019_03_01_hybrid/v2019_03_01_hybrid_profile_client'
|
@@ -3,14 +3,19 @@
|
|
3
3
|
# Licensed under the MIT License. See License.txt in the project root for license information.
|
4
4
|
|
5
5
|
require 'latest/module_definition'
|
6
|
+
require 'latest/modules/adhybridhealthservice_profile_module'
|
6
7
|
require 'latest/modules/advisor_profile_module'
|
8
|
+
require 'latest/modules/alertsmanagement_profile_module'
|
7
9
|
require 'latest/modules/analysisservices_profile_module'
|
8
10
|
require 'latest/modules/apimanagement_profile_module'
|
9
11
|
require 'latest/modules/appconfiguration_profile_module'
|
10
12
|
require 'latest/modules/authorization_profile_module'
|
11
13
|
require 'latest/modules/automation_profile_module'
|
14
|
+
require 'latest/modules/azurestack_profile_module'
|
12
15
|
require 'latest/modules/batch_profile_module'
|
16
|
+
require 'latest/modules/batchai_profile_module'
|
13
17
|
require 'latest/modules/billing_profile_module'
|
18
|
+
require 'latest/modules/botservice_profile_module'
|
14
19
|
require 'latest/modules/cdn_profile_module'
|
15
20
|
require 'latest/modules/cognitiveservices_profile_module'
|
16
21
|
require 'latest/modules/commerce_profile_module'
|
@@ -20,10 +25,13 @@ require 'latest/modules/containerinstance_profile_module'
|
|
20
25
|
require 'latest/modules/containerregistry_profile_module'
|
21
26
|
require 'latest/modules/containerservice_profile_module'
|
22
27
|
require 'latest/modules/cosmosdb_profile_module'
|
28
|
+
require 'latest/modules/costmanagement_profile_module'
|
23
29
|
require 'latest/modules/customerinsights_profile_module'
|
30
|
+
require 'latest/modules/databox_profile_module'
|
24
31
|
require 'latest/modules/datalakeanalytics_profile_module'
|
25
32
|
require 'latest/modules/datalakestore_profile_module'
|
26
33
|
require 'latest/modules/datamigration_profile_module'
|
34
|
+
require 'latest/modules/datafactory_profile_module'
|
27
35
|
require 'latest/modules/devspaces_profile_module'
|
28
36
|
require 'latest/modules/devtestlabs_profile_module'
|
29
37
|
require 'latest/modules/dns_profile_module'
|
@@ -48,6 +56,7 @@ require 'latest/modules/managedapplications_profile_module'
|
|
48
56
|
require 'latest/modules/mariadb_profile_module'
|
49
57
|
require 'latest/modules/marketplaceordering_profile_module'
|
50
58
|
require 'latest/modules/mediaservices_profile_module'
|
59
|
+
require 'latest/modules/migrate_profile_module'
|
51
60
|
require 'latest/modules/mixedreality_profile_module'
|
52
61
|
require 'latest/modules/monitor_profile_module'
|
53
62
|
require 'latest/modules/managedserviceidentity_profile_module'
|
@@ -56,10 +65,12 @@ require 'latest/modules/netapp_profile_module'
|
|
56
65
|
require 'latest/modules/network_profile_module'
|
57
66
|
require 'latest/modules/notificationhubs_profile_module'
|
58
67
|
require 'latest/modules/operationalinsights_profile_module'
|
68
|
+
require 'latest/modules/operationsmanagement_profile_module'
|
59
69
|
require 'latest/modules/policy_profile_module'
|
60
70
|
require 'latest/modules/policyinsights_profile_module'
|
61
71
|
require 'latest/modules/postgresql_profile_module'
|
62
72
|
require 'latest/modules/powerbiembedded_profile_module'
|
73
|
+
require 'latest/modules/powerbidedicated_profile_module'
|
63
74
|
require 'latest/modules/privatedns_profile_module'
|
64
75
|
require 'latest/modules/recoveryservices_profile_module'
|
65
76
|
require 'latest/modules/recoveryservicesbackup_profile_module'
|
@@ -117,7 +128,7 @@ module Azure::Profiles::Latest
|
|
117
128
|
class Client
|
118
129
|
include MsRestAzure::Common::Configurable
|
119
130
|
|
120
|
-
attr_reader :advisor, :analysis_services, :api_management, :appconfiguration, :authorization, :automation, :batch, :billing, :cdn, :cognitive_services, :commerce, :compute, :consumption, :container_instance, :container_registry, :container_service, :cosmosdb, :customer_insights, :data_lake_analytics, :data_lake_store, :data_migration, :dev_spaces, :dev_test_labs, :dns, :edge_gateway, :event_grid, :event_hub, :features, :hanaonazure, :hdinsight, :graph_rbac, :iot_central, :iot_hub, :key_vault, :kusto, :labservices, :links, :locks, :logic, :machine_learning, :machine_learning_services, :managed_applications, :maria_db, :marketplace_ordering, :media_services, :mixed_reality, :monitor, :managed_service_identity, :mysql, :net_app, :network, :notification_hubs, :operational_insights, :policy, :policy_insights, :postgresql, :power_bi_embedded, :private_dns, :recovery_services, :recovery_services_backup, :recovery_services_site_recovery, :redis, :relay, :reservations, :resource_graph, :resources, :resources_management, :scheduler, :search, :security, :serialconsole, :service_bus, :service_fabric, :signalr, :sql, :sqlvirtualmachine, :stor_simple8000_series, :storage, :storage_sync, :stream_analytics, :subscriptions, :traffic_manager, :web, :anomaly_detector, :autosuggest, :customimagesearch, :computer_vision, :content_moderator, :custom_search, :customvisiontraining, :customvisionprediction, :entity_search, :face, :form_recognizer, :image_search, :local_search, :luis_runtime, :luis_authoring, :news_search, :personalizer, :qnamaker, :spell_check, :text_analytics, :video_search, :web_search, :visual_search
|
131
|
+
attr_reader :adhybrid_health_service, :advisor, :alerts_management, :analysis_services, :api_management, :appconfiguration, :authorization, :automation, :azure_stack, :batch, :batch_ai, :billing, :bot_service, :cdn, :cognitive_services, :commerce, :compute, :consumption, :container_instance, :container_registry, :container_service, :cosmosdb, :cost_management, :customer_insights, :data_box, :data_lake_analytics, :data_lake_store, :data_migration, :data_factory, :dev_spaces, :dev_test_labs, :dns, :edge_gateway, :event_grid, :event_hub, :features, :hanaonazure, :hdinsight, :graph_rbac, :iot_central, :iot_hub, :key_vault, :kusto, :labservices, :links, :locks, :logic, :machine_learning, :machine_learning_services, :managed_applications, :maria_db, :marketplace_ordering, :media_services, :migrate, :mixed_reality, :monitor, :managed_service_identity, :mysql, :net_app, :network, :notification_hubs, :operational_insights, :operations_management, :policy, :policy_insights, :postgresql, :power_bi_embedded, :power_bi_dedicated, :private_dns, :recovery_services, :recovery_services_backup, :recovery_services_site_recovery, :redis, :relay, :reservations, :resource_graph, :resources, :resources_management, :scheduler, :search, :security, :serialconsole, :service_bus, :service_fabric, :signalr, :sql, :sqlvirtualmachine, :stor_simple8000_series, :storage, :storage_sync, :stream_analytics, :subscriptions, :traffic_manager, :web, :anomaly_detector, :autosuggest, :customimagesearch, :computer_vision, :content_moderator, :custom_search, :customvisiontraining, :customvisionprediction, :entity_search, :face, :form_recognizer, :image_search, :local_search, :luis_runtime, :luis_authoring, :news_search, :personalizer, :qnamaker, :spell_check, :text_analytics, :video_search, :web_search, :visual_search
|
121
132
|
|
122
133
|
#
|
123
134
|
# Initializes a new instance of the Client class.
|
@@ -149,14 +160,19 @@ module Azure::Profiles::Latest
|
|
149
160
|
base_url = options[:base_url].nil? ? nil:options[:base_url]
|
150
161
|
sdk_options = options[:options].nil? ? nil:options[:options]
|
151
162
|
|
163
|
+
@adhybrid_health_service = ADHybridHealthServiceAdapter.new(self, base_url, sdk_options)
|
152
164
|
@advisor = AdvisorAdapter.new(self, base_url, sdk_options)
|
165
|
+
@alerts_management = AlertsManagementAdapter.new(self, base_url, sdk_options)
|
153
166
|
@analysis_services = AnalysisServicesAdapter.new(self, base_url, sdk_options)
|
154
167
|
@api_management = ApiManagementAdapter.new(self, base_url, sdk_options)
|
155
168
|
@appconfiguration = AppconfigurationAdapter.new(self, base_url, sdk_options)
|
156
169
|
@authorization = AuthorizationAdapter.new(self, base_url, sdk_options)
|
157
170
|
@automation = AutomationAdapter.new(self, base_url, sdk_options)
|
171
|
+
@azure_stack = AzureStackAdapter.new(self, base_url, sdk_options)
|
158
172
|
@batch = BatchAdapter.new(self, base_url, sdk_options)
|
173
|
+
@batch_ai = BatchAIAdapter.new(self, base_url, sdk_options)
|
159
174
|
@billing = BillingAdapter.new(self, base_url, sdk_options)
|
175
|
+
@bot_service = BotServiceAdapter.new(self, base_url, sdk_options)
|
160
176
|
@cdn = CDNAdapter.new(self, base_url, sdk_options)
|
161
177
|
@cognitive_services = CognitiveServicesAdapter.new(self, base_url, sdk_options)
|
162
178
|
@commerce = CommerceAdapter.new(self, base_url, sdk_options)
|
@@ -166,10 +182,13 @@ module Azure::Profiles::Latest
|
|
166
182
|
@container_registry = ContainerRegistryAdapter.new(self, base_url, sdk_options)
|
167
183
|
@container_service = ContainerServiceAdapter.new(self, base_url, sdk_options)
|
168
184
|
@cosmosdb = CosmosdbAdapter.new(self, base_url, sdk_options)
|
185
|
+
@cost_management = CostManagementAdapter.new(self, base_url, sdk_options)
|
169
186
|
@customer_insights = CustomerInsightsAdapter.new(self, base_url, sdk_options)
|
187
|
+
@data_box = DataBoxAdapter.new(self, base_url, sdk_options)
|
170
188
|
@data_lake_analytics = DataLakeAnalyticsAdapter.new(self, base_url, sdk_options)
|
171
189
|
@data_lake_store = DataLakeStoreAdapter.new(self, base_url, sdk_options)
|
172
190
|
@data_migration = DataMigrationAdapter.new(self, base_url, sdk_options)
|
191
|
+
@data_factory = DataFactoryAdapter.new(self, base_url, sdk_options)
|
173
192
|
@dev_spaces = DevSpacesAdapter.new(self, base_url, sdk_options)
|
174
193
|
@dev_test_labs = DevTestLabsAdapter.new(self, base_url, sdk_options)
|
175
194
|
@dns = DnsAdapter.new(self, base_url, sdk_options)
|
@@ -194,6 +213,7 @@ module Azure::Profiles::Latest
|
|
194
213
|
@maria_db = MariaDBAdapter.new(self, base_url, sdk_options)
|
195
214
|
@marketplace_ordering = MarketplaceOrderingAdapter.new(self, base_url, sdk_options)
|
196
215
|
@media_services = MediaServicesAdapter.new(self, base_url, sdk_options)
|
216
|
+
@migrate = MigrateAdapter.new(self, base_url, sdk_options)
|
197
217
|
@mixed_reality = MixedRealityAdapter.new(self, base_url, sdk_options)
|
198
218
|
@monitor = MonitorAdapter.new(self, base_url, sdk_options)
|
199
219
|
@managed_service_identity = ManagedServiceIdentityAdapter.new(self, base_url, sdk_options)
|
@@ -202,10 +222,12 @@ module Azure::Profiles::Latest
|
|
202
222
|
@network = NetworkAdapter.new(self, base_url, sdk_options)
|
203
223
|
@notification_hubs = NotificationHubsAdapter.new(self, base_url, sdk_options)
|
204
224
|
@operational_insights = OperationalInsightsAdapter.new(self, base_url, sdk_options)
|
225
|
+
@operations_management = OperationsManagementAdapter.new(self, base_url, sdk_options)
|
205
226
|
@policy = PolicyAdapter.new(self, base_url, sdk_options)
|
206
227
|
@policy_insights = PolicyInsightsAdapter.new(self, base_url, sdk_options)
|
207
228
|
@postgresql = PostgresqlAdapter.new(self, base_url, sdk_options)
|
208
229
|
@power_bi_embedded = PowerBiEmbeddedAdapter.new(self, base_url, sdk_options)
|
230
|
+
@power_bi_dedicated = PowerBiDedicatedAdapter.new(self, base_url, sdk_options)
|
209
231
|
@private_dns = PrivateDnsAdapter.new(self, base_url, sdk_options)
|
210
232
|
@recovery_services = RecoveryServicesAdapter.new(self, base_url, sdk_options)
|
211
233
|
@recovery_services_backup = RecoveryServicesBackupAdapter.new(self, base_url, sdk_options)
|
@@ -257,6 +279,14 @@ module Azure::Profiles::Latest
|
|
257
279
|
@visual_search = VisualSearchAdapter.new(self, base_url, sdk_options)
|
258
280
|
end
|
259
281
|
|
282
|
+
class ADHybridHealthServiceAdapter
|
283
|
+
attr_accessor :mgmt
|
284
|
+
|
285
|
+
def initialize(context, base_url, options)
|
286
|
+
@mgmt = Azure::Profiles::Latest::ADHybridHealthService::Mgmt::ADHybridHealthServiceManagementClass.new(context, base_url, options)
|
287
|
+
end
|
288
|
+
end
|
289
|
+
|
260
290
|
class AdvisorAdapter
|
261
291
|
attr_accessor :mgmt
|
262
292
|
|
@@ -265,6 +295,14 @@ module Azure::Profiles::Latest
|
|
265
295
|
end
|
266
296
|
end
|
267
297
|
|
298
|
+
class AlertsManagementAdapter
|
299
|
+
attr_accessor :mgmt
|
300
|
+
|
301
|
+
def initialize(context, base_url, options)
|
302
|
+
@mgmt = Azure::Profiles::Latest::AlertsManagement::Mgmt::AlertsManagementManagementClass.new(context, base_url, options)
|
303
|
+
end
|
304
|
+
end
|
305
|
+
|
268
306
|
class AnalysisServicesAdapter
|
269
307
|
attr_accessor :mgmt
|
270
308
|
|
@@ -305,6 +343,14 @@ module Azure::Profiles::Latest
|
|
305
343
|
end
|
306
344
|
end
|
307
345
|
|
346
|
+
class AzureStackAdapter
|
347
|
+
attr_accessor :mgmt
|
348
|
+
|
349
|
+
def initialize(context, base_url, options)
|
350
|
+
@mgmt = Azure::Profiles::Latest::AzureStack::Mgmt::AzureStackManagementClass.new(context, base_url, options)
|
351
|
+
end
|
352
|
+
end
|
353
|
+
|
308
354
|
class BatchAdapter
|
309
355
|
attr_accessor :mgmt
|
310
356
|
|
@@ -313,6 +359,14 @@ module Azure::Profiles::Latest
|
|
313
359
|
end
|
314
360
|
end
|
315
361
|
|
362
|
+
class BatchAIAdapter
|
363
|
+
attr_accessor :mgmt
|
364
|
+
|
365
|
+
def initialize(context, base_url, options)
|
366
|
+
@mgmt = Azure::Profiles::Latest::BatchAI::Mgmt::BatchAIManagementClass.new(context, base_url, options)
|
367
|
+
end
|
368
|
+
end
|
369
|
+
|
316
370
|
class BillingAdapter
|
317
371
|
attr_accessor :mgmt
|
318
372
|
|
@@ -321,6 +375,14 @@ module Azure::Profiles::Latest
|
|
321
375
|
end
|
322
376
|
end
|
323
377
|
|
378
|
+
class BotServiceAdapter
|
379
|
+
attr_accessor :mgmt
|
380
|
+
|
381
|
+
def initialize(context, base_url, options)
|
382
|
+
@mgmt = Azure::Profiles::Latest::BotService::Mgmt::BotServiceManagementClass.new(context, base_url, options)
|
383
|
+
end
|
384
|
+
end
|
385
|
+
|
324
386
|
class CDNAdapter
|
325
387
|
attr_accessor :mgmt
|
326
388
|
|
@@ -393,6 +455,14 @@ module Azure::Profiles::Latest
|
|
393
455
|
end
|
394
456
|
end
|
395
457
|
|
458
|
+
class CostManagementAdapter
|
459
|
+
attr_accessor :mgmt
|
460
|
+
|
461
|
+
def initialize(context, base_url, options)
|
462
|
+
@mgmt = Azure::Profiles::Latest::CostManagement::Mgmt::CostManagementManagementClass.new(context, base_url, options)
|
463
|
+
end
|
464
|
+
end
|
465
|
+
|
396
466
|
class CustomerInsightsAdapter
|
397
467
|
attr_accessor :mgmt
|
398
468
|
|
@@ -401,6 +471,14 @@ module Azure::Profiles::Latest
|
|
401
471
|
end
|
402
472
|
end
|
403
473
|
|
474
|
+
class DataBoxAdapter
|
475
|
+
attr_accessor :mgmt
|
476
|
+
|
477
|
+
def initialize(context, base_url, options)
|
478
|
+
@mgmt = Azure::Profiles::Latest::DataBox::Mgmt::DataBoxManagementClass.new(context, base_url, options)
|
479
|
+
end
|
480
|
+
end
|
481
|
+
|
404
482
|
class DataLakeAnalyticsAdapter
|
405
483
|
attr_accessor :mgmt
|
406
484
|
|
@@ -425,6 +503,14 @@ module Azure::Profiles::Latest
|
|
425
503
|
end
|
426
504
|
end
|
427
505
|
|
506
|
+
class DataFactoryAdapter
|
507
|
+
attr_accessor :mgmt
|
508
|
+
|
509
|
+
def initialize(context, base_url, options)
|
510
|
+
@mgmt = Azure::Profiles::Latest::DataFactory::Mgmt::DataFactoryManagementClass.new(context, base_url, options)
|
511
|
+
end
|
512
|
+
end
|
513
|
+
|
428
514
|
class DevSpacesAdapter
|
429
515
|
attr_accessor :mgmt
|
430
516
|
|
@@ -618,6 +704,14 @@ module Azure::Profiles::Latest
|
|
618
704
|
end
|
619
705
|
end
|
620
706
|
|
707
|
+
class MigrateAdapter
|
708
|
+
attr_accessor :mgmt
|
709
|
+
|
710
|
+
def initialize(context, base_url, options)
|
711
|
+
@mgmt = Azure::Profiles::Latest::Migrate::Mgmt::MigrateManagementClass.new(context, base_url, options)
|
712
|
+
end
|
713
|
+
end
|
714
|
+
|
621
715
|
class MixedRealityAdapter
|
622
716
|
attr_accessor :mgmt
|
623
717
|
|
@@ -682,6 +776,14 @@ module Azure::Profiles::Latest
|
|
682
776
|
end
|
683
777
|
end
|
684
778
|
|
779
|
+
class OperationsManagementAdapter
|
780
|
+
attr_accessor :mgmt
|
781
|
+
|
782
|
+
def initialize(context, base_url, options)
|
783
|
+
@mgmt = Azure::Profiles::Latest::OperationsManagement::Mgmt::OperationsManagementManagementClass.new(context, base_url, options)
|
784
|
+
end
|
785
|
+
end
|
786
|
+
|
685
787
|
class PolicyAdapter
|
686
788
|
attr_accessor :mgmt
|
687
789
|
|
@@ -714,6 +816,14 @@ module Azure::Profiles::Latest
|
|
714
816
|
end
|
715
817
|
end
|
716
818
|
|
819
|
+
class PowerBiDedicatedAdapter
|
820
|
+
attr_accessor :mgmt
|
821
|
+
|
822
|
+
def initialize(context, base_url, options)
|
823
|
+
@mgmt = Azure::Profiles::Latest::PowerBiDedicated::Mgmt::PowerBiDedicatedManagementClass.new(context, base_url, options)
|
824
|
+
end
|
825
|
+
end
|
826
|
+
|
717
827
|
class PrivateDnsAdapter
|
718
828
|
attr_accessor :mgmt
|
719
829
|
|
@@ -0,0 +1,481 @@
|
|
1
|
+
# encoding: utf-8
|
2
|
+
# Copyright (c) Microsoft Corporation. All rights reserved.
|
3
|
+
# Licensed under the MIT License. See License.txt in the project root for license information.
|
4
|
+
|
5
|
+
require 'azure_mgmt_adhybridhealth_service'
|
6
|
+
|
7
|
+
module Azure::Profiles::Latest
|
8
|
+
module ADHybridHealthService
|
9
|
+
module Mgmt
|
10
|
+
AddsServices = Azure::ADHybridHealthService::Mgmt::V2014_01_01::AddsServices
|
11
|
+
AlertsOperations = Azure::ADHybridHealthService::Mgmt::V2014_01_01::AlertsOperations
|
12
|
+
Configuration = Azure::ADHybridHealthService::Mgmt::V2014_01_01::Configuration
|
13
|
+
DimensionsOperations = Azure::ADHybridHealthService::Mgmt::V2014_01_01::DimensionsOperations
|
14
|
+
AddsServiceMembersOperations = Azure::ADHybridHealthService::Mgmt::V2014_01_01::AddsServiceMembersOperations
|
15
|
+
AdDomainServiceMembers = Azure::ADHybridHealthService::Mgmt::V2014_01_01::AdDomainServiceMembers
|
16
|
+
AddsServicesUserPreference = Azure::ADHybridHealthService::Mgmt::V2014_01_01::AddsServicesUserPreference
|
17
|
+
AddsService = Azure::ADHybridHealthService::Mgmt::V2014_01_01::AddsService
|
18
|
+
AddsServicesReplicationStatus = Azure::ADHybridHealthService::Mgmt::V2014_01_01::AddsServicesReplicationStatus
|
19
|
+
AddsServicesServiceMembers = Azure::ADHybridHealthService::Mgmt::V2014_01_01::AddsServicesServiceMembers
|
20
|
+
Operations = Azure::ADHybridHealthService::Mgmt::V2014_01_01::Operations
|
21
|
+
Reports = Azure::ADHybridHealthService::Mgmt::V2014_01_01::Reports
|
22
|
+
ServicesOperations = Azure::ADHybridHealthService::Mgmt::V2014_01_01::ServicesOperations
|
23
|
+
Service = Azure::ADHybridHealthService::Mgmt::V2014_01_01::Service
|
24
|
+
ServiceMembersOperations = Azure::ADHybridHealthService::Mgmt::V2014_01_01::ServiceMembersOperations
|
25
|
+
|
26
|
+
module Models
|
27
|
+
ErrorReportUsersEntry = Azure::ADHybridHealthService::Mgmt::V2014_01_01::Models::ErrorReportUsersEntry
|
28
|
+
Item = Azure::ADHybridHealthService::Mgmt::V2014_01_01::Models::Item
|
29
|
+
ErrorReportUsersEntries = Azure::ADHybridHealthService::Mgmt::V2014_01_01::Models::ErrorReportUsersEntries
|
30
|
+
AdditionalInformation = Azure::ADHybridHealthService::Mgmt::V2014_01_01::Models::AdditionalInformation
|
31
|
+
ExportStatus = Azure::ADHybridHealthService::Mgmt::V2014_01_01::Models::ExportStatus
|
32
|
+
AddsServiceMember = Azure::ADHybridHealthService::Mgmt::V2014_01_01::Models::AddsServiceMember
|
33
|
+
ExportStatuses = Azure::ADHybridHealthService::Mgmt::V2014_01_01::Models::ExportStatuses
|
34
|
+
Agent = Azure::ADHybridHealthService::Mgmt::V2014_01_01::Models::Agent
|
35
|
+
ExtensionErrorInfo = Azure::ADHybridHealthService::Mgmt::V2014_01_01::Models::ExtensionErrorInfo
|
36
|
+
Alert = Azure::ADHybridHealthService::Mgmt::V2014_01_01::Models::Alert
|
37
|
+
ForestSummary = Azure::ADHybridHealthService::Mgmt::V2014_01_01::Models::ForestSummary
|
38
|
+
AlertFeedbacks = Azure::ADHybridHealthService::Mgmt::V2014_01_01::Models::AlertFeedbacks
|
39
|
+
GlobalConfiguration = Azure::ADHybridHealthService::Mgmt::V2014_01_01::Models::GlobalConfiguration
|
40
|
+
AssociatedObject = Azure::ADHybridHealthService::Mgmt::V2014_01_01::Models::AssociatedObject
|
41
|
+
GlobalConfigurations = Azure::ADHybridHealthService::Mgmt::V2014_01_01::Models::GlobalConfigurations
|
42
|
+
AttributeDelta = Azure::ADHybridHealthService::Mgmt::V2014_01_01::Models::AttributeDelta
|
43
|
+
Hotfixes = Azure::ADHybridHealthService::Mgmt::V2014_01_01::Models::Hotfixes
|
44
|
+
AttributeMapping = Azure::ADHybridHealthService::Mgmt::V2014_01_01::Models::AttributeMapping
|
45
|
+
RuleErrorInfo = Azure::ADHybridHealthService::Mgmt::V2014_01_01::Models::RuleErrorInfo
|
46
|
+
ChangeNotReimportedEntry = Azure::ADHybridHealthService::Mgmt::V2014_01_01::Models::ChangeNotReimportedEntry
|
47
|
+
ImportError = Azure::ADHybridHealthService::Mgmt::V2014_01_01::Models::ImportError
|
48
|
+
PartitionScope = Azure::ADHybridHealthService::Mgmt::V2014_01_01::Models::PartitionScope
|
49
|
+
ImportErrors = Azure::ADHybridHealthService::Mgmt::V2014_01_01::Models::ImportErrors
|
50
|
+
RunStep = Azure::ADHybridHealthService::Mgmt::V2014_01_01::Models::RunStep
|
51
|
+
InboundReplicationNeighbor = Azure::ADHybridHealthService::Mgmt::V2014_01_01::Models::InboundReplicationNeighbor
|
52
|
+
Connector = Azure::ADHybridHealthService::Mgmt::V2014_01_01::Models::Connector
|
53
|
+
InboundReplicationNeighbors = Azure::ADHybridHealthService::Mgmt::V2014_01_01::Models::InboundReplicationNeighbors
|
54
|
+
ConnectorConnectionError = Azure::ADHybridHealthService::Mgmt::V2014_01_01::Models::ConnectorConnectionError
|
55
|
+
Items = Azure::ADHybridHealthService::Mgmt::V2014_01_01::Models::Items
|
56
|
+
ConnectorMetadataDetails = Azure::ADHybridHealthService::Mgmt::V2014_01_01::Models::ConnectorMetadataDetails
|
57
|
+
MergedExportErrors = Azure::ADHybridHealthService::Mgmt::V2014_01_01::Models::MergedExportErrors
|
58
|
+
ConnectorObjectError = Azure::ADHybridHealthService::Mgmt::V2014_01_01::Models::ConnectorObjectError
|
59
|
+
MetricGroup = Azure::ADHybridHealthService::Mgmt::V2014_01_01::Models::MetricGroup
|
60
|
+
Credential = Azure::ADHybridHealthService::Mgmt::V2014_01_01::Models::Credential
|
61
|
+
Metrics = Azure::ADHybridHealthService::Mgmt::V2014_01_01::Models::Metrics
|
62
|
+
DataFreshnessDetails = Azure::ADHybridHealthService::Mgmt::V2014_01_01::Models::DataFreshnessDetails
|
63
|
+
MetricMetadata = Azure::ADHybridHealthService::Mgmt::V2014_01_01::Models::MetricMetadata
|
64
|
+
Dimensions = Azure::ADHybridHealthService::Mgmt::V2014_01_01::Models::Dimensions
|
65
|
+
MetricMetadataList = Azure::ADHybridHealthService::Mgmt::V2014_01_01::Models::MetricMetadataList
|
66
|
+
ErrorCount = Azure::ADHybridHealthService::Mgmt::V2014_01_01::Models::ErrorCount
|
67
|
+
MetricSet = Azure::ADHybridHealthService::Mgmt::V2014_01_01::Models::MetricSet
|
68
|
+
ObjectWithSyncError = Azure::ADHybridHealthService::Mgmt::V2014_01_01::Models::ObjectWithSyncError
|
69
|
+
MetricSets = Azure::ADHybridHealthService::Mgmt::V2014_01_01::Models::MetricSets
|
70
|
+
ErrorDetail = Azure::ADHybridHealthService::Mgmt::V2014_01_01::Models::ErrorDetail
|
71
|
+
ModuleConfiguration = Azure::ADHybridHealthService::Mgmt::V2014_01_01::Models::ModuleConfiguration
|
72
|
+
ExportErrors = Azure::ADHybridHealthService::Mgmt::V2014_01_01::Models::ExportErrors
|
73
|
+
ModuleConfigurations = Azure::ADHybridHealthService::Mgmt::V2014_01_01::Models::ModuleConfigurations
|
74
|
+
Hotfix = Azure::ADHybridHealthService::Mgmt::V2014_01_01::Models::Hotfix
|
75
|
+
Operation = Azure::ADHybridHealthService::Mgmt::V2014_01_01::Models::Operation
|
76
|
+
HelpLink = Azure::ADHybridHealthService::Mgmt::V2014_01_01::Models::HelpLink
|
77
|
+
OperationListResponse = Azure::ADHybridHealthService::Mgmt::V2014_01_01::Models::OperationListResponse
|
78
|
+
Alerts = Azure::ADHybridHealthService::Mgmt::V2014_01_01::Models::Alerts
|
79
|
+
PasswordManagementSettings = Azure::ADHybridHealthService::Mgmt::V2014_01_01::Models::PasswordManagementSettings
|
80
|
+
AttributeMppingSource = Azure::ADHybridHealthService::Mgmt::V2014_01_01::Models::AttributeMppingSource
|
81
|
+
PasswordHashSyncConfiguration = Azure::ADHybridHealthService::Mgmt::V2014_01_01::Models::PasswordHashSyncConfiguration
|
82
|
+
ChangeNotReimported = Azure::ADHybridHealthService::Mgmt::V2014_01_01::Models::ChangeNotReimported
|
83
|
+
ReplicationSummary = Azure::ADHybridHealthService::Mgmt::V2014_01_01::Models::ReplicationSummary
|
84
|
+
RunProfile = Azure::ADHybridHealthService::Mgmt::V2014_01_01::Models::RunProfile
|
85
|
+
ReplicationDetailsList = Azure::ADHybridHealthService::Mgmt::V2014_01_01::Models::ReplicationDetailsList
|
86
|
+
ConnectorConnectionErrors = Azure::ADHybridHealthService::Mgmt::V2014_01_01::Models::ConnectorConnectionErrors
|
87
|
+
ReplicationStatus = Azure::ADHybridHealthService::Mgmt::V2014_01_01::Models::ReplicationStatus
|
88
|
+
ConnectorObjectErrors = Azure::ADHybridHealthService::Mgmt::V2014_01_01::Models::ConnectorObjectErrors
|
89
|
+
ReplicationSummaryList = Azure::ADHybridHealthService::Mgmt::V2014_01_01::Models::ReplicationSummaryList
|
90
|
+
Dimension = Azure::ADHybridHealthService::Mgmt::V2014_01_01::Models::Dimension
|
91
|
+
Result = Azure::ADHybridHealthService::Mgmt::V2014_01_01::Models::Result
|
92
|
+
ErrorCounts = Azure::ADHybridHealthService::Mgmt::V2014_01_01::Models::ErrorCounts
|
93
|
+
RiskyIPBlobUri = Azure::ADHybridHealthService::Mgmt::V2014_01_01::Models::RiskyIPBlobUri
|
94
|
+
ExportError = Azure::ADHybridHealthService::Mgmt::V2014_01_01::Models::ExportError
|
95
|
+
RiskyIPBlobUris = Azure::ADHybridHealthService::Mgmt::V2014_01_01::Models::RiskyIPBlobUris
|
96
|
+
AddsServiceMembers = Azure::ADHybridHealthService::Mgmt::V2014_01_01::Models::AddsServiceMembers
|
97
|
+
RunProfiles = Azure::ADHybridHealthService::Mgmt::V2014_01_01::Models::RunProfiles
|
98
|
+
ValueDelta = Azure::ADHybridHealthService::Mgmt::V2014_01_01::Models::ValueDelta
|
99
|
+
ServiceConfiguration = Azure::ADHybridHealthService::Mgmt::V2014_01_01::Models::ServiceConfiguration
|
100
|
+
Partition = Azure::ADHybridHealthService::Mgmt::V2014_01_01::Models::Partition
|
101
|
+
ServiceProperties = Azure::ADHybridHealthService::Mgmt::V2014_01_01::Models::ServiceProperties
|
102
|
+
ConnectorMetadata = Azure::ADHybridHealthService::Mgmt::V2014_01_01::Models::ConnectorMetadata
|
103
|
+
Services = Azure::ADHybridHealthService::Mgmt::V2014_01_01::Models::Services
|
104
|
+
Display = Azure::ADHybridHealthService::Mgmt::V2014_01_01::Models::Display
|
105
|
+
ServiceMember = Azure::ADHybridHealthService::Mgmt::V2014_01_01::Models::ServiceMember
|
106
|
+
AddsConfiguration = Azure::ADHybridHealthService::Mgmt::V2014_01_01::Models::AddsConfiguration
|
107
|
+
ServiceMembers = Azure::ADHybridHealthService::Mgmt::V2014_01_01::Models::ServiceMembers
|
108
|
+
ChangeNotReimportedDelta = Azure::ADHybridHealthService::Mgmt::V2014_01_01::Models::ChangeNotReimportedDelta
|
109
|
+
TabularExportError = Azure::ADHybridHealthService::Mgmt::V2014_01_01::Models::TabularExportError
|
110
|
+
Credentials = Azure::ADHybridHealthService::Mgmt::V2014_01_01::Models::Credentials
|
111
|
+
Tenant = Azure::ADHybridHealthService::Mgmt::V2014_01_01::Models::Tenant
|
112
|
+
AlertFeedback = Azure::ADHybridHealthService::Mgmt::V2014_01_01::Models::AlertFeedback
|
113
|
+
TenantOnboardingDetails = Azure::ADHybridHealthService::Mgmt::V2014_01_01::Models::TenantOnboardingDetails
|
114
|
+
MergedExportError = Azure::ADHybridHealthService::Mgmt::V2014_01_01::Models::MergedExportError
|
115
|
+
UserPreference = Azure::ADHybridHealthService::Mgmt::V2014_01_01::Models::UserPreference
|
116
|
+
Connectors = Azure::ADHybridHealthService::Mgmt::V2014_01_01::Models::Connectors
|
117
|
+
MonitoringLevel = Azure::ADHybridHealthService::Mgmt::V2014_01_01::Models::MonitoringLevel
|
118
|
+
Level = Azure::ADHybridHealthService::Mgmt::V2014_01_01::Models::Level
|
119
|
+
State = Azure::ADHybridHealthService::Mgmt::V2014_01_01::Models::State
|
120
|
+
ValueDeltaOperationType = Azure::ADHybridHealthService::Mgmt::V2014_01_01::Models::ValueDeltaOperationType
|
121
|
+
AttributeDeltaOperationType = Azure::ADHybridHealthService::Mgmt::V2014_01_01::Models::AttributeDeltaOperationType
|
122
|
+
ValueType = Azure::ADHybridHealthService::Mgmt::V2014_01_01::Models::ValueType
|
123
|
+
AttributeMappingType = Azure::ADHybridHealthService::Mgmt::V2014_01_01::Models::AttributeMappingType
|
124
|
+
DeltaOperationType = Azure::ADHybridHealthService::Mgmt::V2014_01_01::Models::DeltaOperationType
|
125
|
+
HealthStatus = Azure::ADHybridHealthService::Mgmt::V2014_01_01::Models::HealthStatus
|
126
|
+
AlgorithmStepType = Azure::ADHybridHealthService::Mgmt::V2014_01_01::Models::AlgorithmStepType
|
127
|
+
PasswordOperationTypes = Azure::ADHybridHealthService::Mgmt::V2014_01_01::Models::PasswordOperationTypes
|
128
|
+
end
|
129
|
+
|
130
|
+
class ADHybridHealthServiceManagementClass
|
131
|
+
attr_reader :adds_services, :alerts_operations, :configuration, :dimensions_operations, :adds_service_members_operations, :ad_domain_service_members, :adds_services_user_preference, :adds_service, :adds_services_replication_status, :adds_services_service_members, :operations, :reports, :services_operations, :service, :service_members_operations, :configurable, :base_url, :options, :model_classes
|
132
|
+
|
133
|
+
def initialize(configurable, base_url=nil, options=nil)
|
134
|
+
@configurable, @base_url, @options = configurable, base_url, options
|
135
|
+
|
136
|
+
@client_0 = Azure::ADHybridHealthService::Mgmt::V2014_01_01::ADHybridHealthService.new(configurable.credentials, base_url, options)
|
137
|
+
if(@client_0.respond_to?(:subscription_id))
|
138
|
+
@client_0.subscription_id = configurable.subscription_id
|
139
|
+
end
|
140
|
+
add_telemetry(@client_0)
|
141
|
+
@adds_services = @client_0.adds_services
|
142
|
+
@alerts_operations = @client_0.alerts_operations
|
143
|
+
@configuration = @client_0.configuration
|
144
|
+
@dimensions_operations = @client_0.dimensions_operations
|
145
|
+
@adds_service_members_operations = @client_0.adds_service_members_operations
|
146
|
+
@ad_domain_service_members = @client_0.ad_domain_service_members
|
147
|
+
@adds_services_user_preference = @client_0.adds_services_user_preference
|
148
|
+
@adds_service = @client_0.adds_service
|
149
|
+
@adds_services_replication_status = @client_0.adds_services_replication_status
|
150
|
+
@adds_services_service_members = @client_0.adds_services_service_members
|
151
|
+
@operations = @client_0.operations
|
152
|
+
@reports = @client_0.reports
|
153
|
+
@services_operations = @client_0.services_operations
|
154
|
+
@service = @client_0.service
|
155
|
+
@service_members_operations = @client_0.service_members_operations
|
156
|
+
|
157
|
+
@model_classes = ModelClasses.new
|
158
|
+
end
|
159
|
+
|
160
|
+
def add_telemetry(client)
|
161
|
+
profile_information = "Profiles/azure_sdk/#{Azure::VERSION}/Latest/ADHybridHealthService/Mgmt"
|
162
|
+
client.add_user_agent_information(profile_information)
|
163
|
+
end
|
164
|
+
|
165
|
+
def method_missing(method, *args)
|
166
|
+
if @client_0.respond_to?method
|
167
|
+
@client_0.send(method, *args)
|
168
|
+
else
|
169
|
+
super
|
170
|
+
end
|
171
|
+
end
|
172
|
+
|
173
|
+
class ModelClasses
|
174
|
+
def error_report_users_entry
|
175
|
+
Azure::ADHybridHealthService::Mgmt::V2014_01_01::Models::ErrorReportUsersEntry
|
176
|
+
end
|
177
|
+
def item
|
178
|
+
Azure::ADHybridHealthService::Mgmt::V2014_01_01::Models::Item
|
179
|
+
end
|
180
|
+
def error_report_users_entries
|
181
|
+
Azure::ADHybridHealthService::Mgmt::V2014_01_01::Models::ErrorReportUsersEntries
|
182
|
+
end
|
183
|
+
def additional_information
|
184
|
+
Azure::ADHybridHealthService::Mgmt::V2014_01_01::Models::AdditionalInformation
|
185
|
+
end
|
186
|
+
def export_status
|
187
|
+
Azure::ADHybridHealthService::Mgmt::V2014_01_01::Models::ExportStatus
|
188
|
+
end
|
189
|
+
def adds_service_member
|
190
|
+
Azure::ADHybridHealthService::Mgmt::V2014_01_01::Models::AddsServiceMember
|
191
|
+
end
|
192
|
+
def export_statuses
|
193
|
+
Azure::ADHybridHealthService::Mgmt::V2014_01_01::Models::ExportStatuses
|
194
|
+
end
|
195
|
+
def agent
|
196
|
+
Azure::ADHybridHealthService::Mgmt::V2014_01_01::Models::Agent
|
197
|
+
end
|
198
|
+
def extension_error_info
|
199
|
+
Azure::ADHybridHealthService::Mgmt::V2014_01_01::Models::ExtensionErrorInfo
|
200
|
+
end
|
201
|
+
def alert
|
202
|
+
Azure::ADHybridHealthService::Mgmt::V2014_01_01::Models::Alert
|
203
|
+
end
|
204
|
+
def forest_summary
|
205
|
+
Azure::ADHybridHealthService::Mgmt::V2014_01_01::Models::ForestSummary
|
206
|
+
end
|
207
|
+
def alert_feedbacks
|
208
|
+
Azure::ADHybridHealthService::Mgmt::V2014_01_01::Models::AlertFeedbacks
|
209
|
+
end
|
210
|
+
def global_configuration
|
211
|
+
Azure::ADHybridHealthService::Mgmt::V2014_01_01::Models::GlobalConfiguration
|
212
|
+
end
|
213
|
+
def associated_object
|
214
|
+
Azure::ADHybridHealthService::Mgmt::V2014_01_01::Models::AssociatedObject
|
215
|
+
end
|
216
|
+
def global_configurations
|
217
|
+
Azure::ADHybridHealthService::Mgmt::V2014_01_01::Models::GlobalConfigurations
|
218
|
+
end
|
219
|
+
def attribute_delta
|
220
|
+
Azure::ADHybridHealthService::Mgmt::V2014_01_01::Models::AttributeDelta
|
221
|
+
end
|
222
|
+
def hotfixes
|
223
|
+
Azure::ADHybridHealthService::Mgmt::V2014_01_01::Models::Hotfixes
|
224
|
+
end
|
225
|
+
def attribute_mapping
|
226
|
+
Azure::ADHybridHealthService::Mgmt::V2014_01_01::Models::AttributeMapping
|
227
|
+
end
|
228
|
+
def rule_error_info
|
229
|
+
Azure::ADHybridHealthService::Mgmt::V2014_01_01::Models::RuleErrorInfo
|
230
|
+
end
|
231
|
+
def change_not_reimported_entry
|
232
|
+
Azure::ADHybridHealthService::Mgmt::V2014_01_01::Models::ChangeNotReimportedEntry
|
233
|
+
end
|
234
|
+
def import_error
|
235
|
+
Azure::ADHybridHealthService::Mgmt::V2014_01_01::Models::ImportError
|
236
|
+
end
|
237
|
+
def partition_scope
|
238
|
+
Azure::ADHybridHealthService::Mgmt::V2014_01_01::Models::PartitionScope
|
239
|
+
end
|
240
|
+
def import_errors
|
241
|
+
Azure::ADHybridHealthService::Mgmt::V2014_01_01::Models::ImportErrors
|
242
|
+
end
|
243
|
+
def run_step
|
244
|
+
Azure::ADHybridHealthService::Mgmt::V2014_01_01::Models::RunStep
|
245
|
+
end
|
246
|
+
def inbound_replication_neighbor
|
247
|
+
Azure::ADHybridHealthService::Mgmt::V2014_01_01::Models::InboundReplicationNeighbor
|
248
|
+
end
|
249
|
+
def connector
|
250
|
+
Azure::ADHybridHealthService::Mgmt::V2014_01_01::Models::Connector
|
251
|
+
end
|
252
|
+
def inbound_replication_neighbors
|
253
|
+
Azure::ADHybridHealthService::Mgmt::V2014_01_01::Models::InboundReplicationNeighbors
|
254
|
+
end
|
255
|
+
def connector_connection_error
|
256
|
+
Azure::ADHybridHealthService::Mgmt::V2014_01_01::Models::ConnectorConnectionError
|
257
|
+
end
|
258
|
+
def items
|
259
|
+
Azure::ADHybridHealthService::Mgmt::V2014_01_01::Models::Items
|
260
|
+
end
|
261
|
+
def connector_metadata_details
|
262
|
+
Azure::ADHybridHealthService::Mgmt::V2014_01_01::Models::ConnectorMetadataDetails
|
263
|
+
end
|
264
|
+
def merged_export_errors
|
265
|
+
Azure::ADHybridHealthService::Mgmt::V2014_01_01::Models::MergedExportErrors
|
266
|
+
end
|
267
|
+
def connector_object_error
|
268
|
+
Azure::ADHybridHealthService::Mgmt::V2014_01_01::Models::ConnectorObjectError
|
269
|
+
end
|
270
|
+
def metric_group
|
271
|
+
Azure::ADHybridHealthService::Mgmt::V2014_01_01::Models::MetricGroup
|
272
|
+
end
|
273
|
+
def credential
|
274
|
+
Azure::ADHybridHealthService::Mgmt::V2014_01_01::Models::Credential
|
275
|
+
end
|
276
|
+
def metrics
|
277
|
+
Azure::ADHybridHealthService::Mgmt::V2014_01_01::Models::Metrics
|
278
|
+
end
|
279
|
+
def data_freshness_details
|
280
|
+
Azure::ADHybridHealthService::Mgmt::V2014_01_01::Models::DataFreshnessDetails
|
281
|
+
end
|
282
|
+
def metric_metadata
|
283
|
+
Azure::ADHybridHealthService::Mgmt::V2014_01_01::Models::MetricMetadata
|
284
|
+
end
|
285
|
+
def dimensions
|
286
|
+
Azure::ADHybridHealthService::Mgmt::V2014_01_01::Models::Dimensions
|
287
|
+
end
|
288
|
+
def metric_metadata_list
|
289
|
+
Azure::ADHybridHealthService::Mgmt::V2014_01_01::Models::MetricMetadataList
|
290
|
+
end
|
291
|
+
def error_count
|
292
|
+
Azure::ADHybridHealthService::Mgmt::V2014_01_01::Models::ErrorCount
|
293
|
+
end
|
294
|
+
def metric_set
|
295
|
+
Azure::ADHybridHealthService::Mgmt::V2014_01_01::Models::MetricSet
|
296
|
+
end
|
297
|
+
def object_with_sync_error
|
298
|
+
Azure::ADHybridHealthService::Mgmt::V2014_01_01::Models::ObjectWithSyncError
|
299
|
+
end
|
300
|
+
def metric_sets
|
301
|
+
Azure::ADHybridHealthService::Mgmt::V2014_01_01::Models::MetricSets
|
302
|
+
end
|
303
|
+
def error_detail
|
304
|
+
Azure::ADHybridHealthService::Mgmt::V2014_01_01::Models::ErrorDetail
|
305
|
+
end
|
306
|
+
def module_configuration
|
307
|
+
Azure::ADHybridHealthService::Mgmt::V2014_01_01::Models::ModuleConfiguration
|
308
|
+
end
|
309
|
+
def export_errors
|
310
|
+
Azure::ADHybridHealthService::Mgmt::V2014_01_01::Models::ExportErrors
|
311
|
+
end
|
312
|
+
def module_configurations
|
313
|
+
Azure::ADHybridHealthService::Mgmt::V2014_01_01::Models::ModuleConfigurations
|
314
|
+
end
|
315
|
+
def hotfix
|
316
|
+
Azure::ADHybridHealthService::Mgmt::V2014_01_01::Models::Hotfix
|
317
|
+
end
|
318
|
+
def operation
|
319
|
+
Azure::ADHybridHealthService::Mgmt::V2014_01_01::Models::Operation
|
320
|
+
end
|
321
|
+
def help_link
|
322
|
+
Azure::ADHybridHealthService::Mgmt::V2014_01_01::Models::HelpLink
|
323
|
+
end
|
324
|
+
def operation_list_response
|
325
|
+
Azure::ADHybridHealthService::Mgmt::V2014_01_01::Models::OperationListResponse
|
326
|
+
end
|
327
|
+
def alerts
|
328
|
+
Azure::ADHybridHealthService::Mgmt::V2014_01_01::Models::Alerts
|
329
|
+
end
|
330
|
+
def password_management_settings
|
331
|
+
Azure::ADHybridHealthService::Mgmt::V2014_01_01::Models::PasswordManagementSettings
|
332
|
+
end
|
333
|
+
def attribute_mpping_source
|
334
|
+
Azure::ADHybridHealthService::Mgmt::V2014_01_01::Models::AttributeMppingSource
|
335
|
+
end
|
336
|
+
def password_hash_sync_configuration
|
337
|
+
Azure::ADHybridHealthService::Mgmt::V2014_01_01::Models::PasswordHashSyncConfiguration
|
338
|
+
end
|
339
|
+
def change_not_reimported
|
340
|
+
Azure::ADHybridHealthService::Mgmt::V2014_01_01::Models::ChangeNotReimported
|
341
|
+
end
|
342
|
+
def replication_summary
|
343
|
+
Azure::ADHybridHealthService::Mgmt::V2014_01_01::Models::ReplicationSummary
|
344
|
+
end
|
345
|
+
def run_profile
|
346
|
+
Azure::ADHybridHealthService::Mgmt::V2014_01_01::Models::RunProfile
|
347
|
+
end
|
348
|
+
def replication_details_list
|
349
|
+
Azure::ADHybridHealthService::Mgmt::V2014_01_01::Models::ReplicationDetailsList
|
350
|
+
end
|
351
|
+
def connector_connection_errors
|
352
|
+
Azure::ADHybridHealthService::Mgmt::V2014_01_01::Models::ConnectorConnectionErrors
|
353
|
+
end
|
354
|
+
def replication_status
|
355
|
+
Azure::ADHybridHealthService::Mgmt::V2014_01_01::Models::ReplicationStatus
|
356
|
+
end
|
357
|
+
def connector_object_errors
|
358
|
+
Azure::ADHybridHealthService::Mgmt::V2014_01_01::Models::ConnectorObjectErrors
|
359
|
+
end
|
360
|
+
def replication_summary_list
|
361
|
+
Azure::ADHybridHealthService::Mgmt::V2014_01_01::Models::ReplicationSummaryList
|
362
|
+
end
|
363
|
+
def dimension
|
364
|
+
Azure::ADHybridHealthService::Mgmt::V2014_01_01::Models::Dimension
|
365
|
+
end
|
366
|
+
def result
|
367
|
+
Azure::ADHybridHealthService::Mgmt::V2014_01_01::Models::Result
|
368
|
+
end
|
369
|
+
def error_counts
|
370
|
+
Azure::ADHybridHealthService::Mgmt::V2014_01_01::Models::ErrorCounts
|
371
|
+
end
|
372
|
+
def risky_ipblob_uri
|
373
|
+
Azure::ADHybridHealthService::Mgmt::V2014_01_01::Models::RiskyIPBlobUri
|
374
|
+
end
|
375
|
+
def export_error
|
376
|
+
Azure::ADHybridHealthService::Mgmt::V2014_01_01::Models::ExportError
|
377
|
+
end
|
378
|
+
def risky_ipblob_uris
|
379
|
+
Azure::ADHybridHealthService::Mgmt::V2014_01_01::Models::RiskyIPBlobUris
|
380
|
+
end
|
381
|
+
def adds_service_members
|
382
|
+
Azure::ADHybridHealthService::Mgmt::V2014_01_01::Models::AddsServiceMembers
|
383
|
+
end
|
384
|
+
def run_profiles
|
385
|
+
Azure::ADHybridHealthService::Mgmt::V2014_01_01::Models::RunProfiles
|
386
|
+
end
|
387
|
+
def value_delta
|
388
|
+
Azure::ADHybridHealthService::Mgmt::V2014_01_01::Models::ValueDelta
|
389
|
+
end
|
390
|
+
def service_configuration
|
391
|
+
Azure::ADHybridHealthService::Mgmt::V2014_01_01::Models::ServiceConfiguration
|
392
|
+
end
|
393
|
+
def partition
|
394
|
+
Azure::ADHybridHealthService::Mgmt::V2014_01_01::Models::Partition
|
395
|
+
end
|
396
|
+
def service_properties
|
397
|
+
Azure::ADHybridHealthService::Mgmt::V2014_01_01::Models::ServiceProperties
|
398
|
+
end
|
399
|
+
def connector_metadata
|
400
|
+
Azure::ADHybridHealthService::Mgmt::V2014_01_01::Models::ConnectorMetadata
|
401
|
+
end
|
402
|
+
def services
|
403
|
+
Azure::ADHybridHealthService::Mgmt::V2014_01_01::Models::Services
|
404
|
+
end
|
405
|
+
def display
|
406
|
+
Azure::ADHybridHealthService::Mgmt::V2014_01_01::Models::Display
|
407
|
+
end
|
408
|
+
def service_member
|
409
|
+
Azure::ADHybridHealthService::Mgmt::V2014_01_01::Models::ServiceMember
|
410
|
+
end
|
411
|
+
def adds_configuration
|
412
|
+
Azure::ADHybridHealthService::Mgmt::V2014_01_01::Models::AddsConfiguration
|
413
|
+
end
|
414
|
+
def service_members
|
415
|
+
Azure::ADHybridHealthService::Mgmt::V2014_01_01::Models::ServiceMembers
|
416
|
+
end
|
417
|
+
def change_not_reimported_delta
|
418
|
+
Azure::ADHybridHealthService::Mgmt::V2014_01_01::Models::ChangeNotReimportedDelta
|
419
|
+
end
|
420
|
+
def tabular_export_error
|
421
|
+
Azure::ADHybridHealthService::Mgmt::V2014_01_01::Models::TabularExportError
|
422
|
+
end
|
423
|
+
def credentials
|
424
|
+
Azure::ADHybridHealthService::Mgmt::V2014_01_01::Models::Credentials
|
425
|
+
end
|
426
|
+
def tenant
|
427
|
+
Azure::ADHybridHealthService::Mgmt::V2014_01_01::Models::Tenant
|
428
|
+
end
|
429
|
+
def alert_feedback
|
430
|
+
Azure::ADHybridHealthService::Mgmt::V2014_01_01::Models::AlertFeedback
|
431
|
+
end
|
432
|
+
def tenant_onboarding_details
|
433
|
+
Azure::ADHybridHealthService::Mgmt::V2014_01_01::Models::TenantOnboardingDetails
|
434
|
+
end
|
435
|
+
def merged_export_error
|
436
|
+
Azure::ADHybridHealthService::Mgmt::V2014_01_01::Models::MergedExportError
|
437
|
+
end
|
438
|
+
def user_preference
|
439
|
+
Azure::ADHybridHealthService::Mgmt::V2014_01_01::Models::UserPreference
|
440
|
+
end
|
441
|
+
def connectors
|
442
|
+
Azure::ADHybridHealthService::Mgmt::V2014_01_01::Models::Connectors
|
443
|
+
end
|
444
|
+
def monitoring_level
|
445
|
+
Azure::ADHybridHealthService::Mgmt::V2014_01_01::Models::MonitoringLevel
|
446
|
+
end
|
447
|
+
def level
|
448
|
+
Azure::ADHybridHealthService::Mgmt::V2014_01_01::Models::Level
|
449
|
+
end
|
450
|
+
def state
|
451
|
+
Azure::ADHybridHealthService::Mgmt::V2014_01_01::Models::State
|
452
|
+
end
|
453
|
+
def value_delta_operation_type
|
454
|
+
Azure::ADHybridHealthService::Mgmt::V2014_01_01::Models::ValueDeltaOperationType
|
455
|
+
end
|
456
|
+
def attribute_delta_operation_type
|
457
|
+
Azure::ADHybridHealthService::Mgmt::V2014_01_01::Models::AttributeDeltaOperationType
|
458
|
+
end
|
459
|
+
def value_type
|
460
|
+
Azure::ADHybridHealthService::Mgmt::V2014_01_01::Models::ValueType
|
461
|
+
end
|
462
|
+
def attribute_mapping_type
|
463
|
+
Azure::ADHybridHealthService::Mgmt::V2014_01_01::Models::AttributeMappingType
|
464
|
+
end
|
465
|
+
def delta_operation_type
|
466
|
+
Azure::ADHybridHealthService::Mgmt::V2014_01_01::Models::DeltaOperationType
|
467
|
+
end
|
468
|
+
def health_status
|
469
|
+
Azure::ADHybridHealthService::Mgmt::V2014_01_01::Models::HealthStatus
|
470
|
+
end
|
471
|
+
def algorithm_step_type
|
472
|
+
Azure::ADHybridHealthService::Mgmt::V2014_01_01::Models::AlgorithmStepType
|
473
|
+
end
|
474
|
+
def password_operation_types
|
475
|
+
Azure::ADHybridHealthService::Mgmt::V2014_01_01::Models::PasswordOperationTypes
|
476
|
+
end
|
477
|
+
end
|
478
|
+
end
|
479
|
+
end
|
480
|
+
end
|
481
|
+
end
|