azure_sdk 0.22.2 → 0.22.3
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/latest/latest_profile_client.rb +31 -1
- data/lib/latest/modules/edgegateway_profile_module.rb +463 -0
- data/lib/latest/modules/mixedreality_profile_module.rb +115 -0
- data/lib/latest/modules/privatedns_profile_module.rb +137 -0
- metadata +5 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 86a8392c4360732910187d8508f649eb8c975e7a
|
|
4
|
+
data.tar.gz: 9098584a9ccff0d561a7b69931ebf682691342fd
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 34e879ccd0626c3453fac7a38e6faf4ea712c0a0672f9f55b8c8a857c0674d70cd4dffc44ede2adb018f4d849af2013a482ddf1708eaa2befb0541dc40bcf26a
|
|
7
|
+
data.tar.gz: 46430ee6c5a92f129b1afb0659b509f1de8132bb591122a9ef52544f9a7d4311afd36695242af82b246e96a05899ef1084db84f576180c989dc537315fc437f0
|
data/lib/azure_sdk/version.rb
CHANGED
|
@@ -24,6 +24,7 @@ require 'latest/modules/datamigration_profile_module'
|
|
|
24
24
|
require 'latest/modules/devspaces_profile_module'
|
|
25
25
|
require 'latest/modules/devtestlabs_profile_module'
|
|
26
26
|
require 'latest/modules/dns_profile_module'
|
|
27
|
+
require 'latest/modules/edgegateway_profile_module'
|
|
27
28
|
require 'latest/modules/eventgrid_profile_module'
|
|
28
29
|
require 'latest/modules/eventhub_profile_module'
|
|
29
30
|
require 'latest/modules/features_profile_module'
|
|
@@ -42,6 +43,7 @@ require 'latest/modules/machinelearningservices_profile_module'
|
|
|
42
43
|
require 'latest/modules/managedapplications_profile_module'
|
|
43
44
|
require 'latest/modules/marketplaceordering_profile_module'
|
|
44
45
|
require 'latest/modules/mediaservices_profile_module'
|
|
46
|
+
require 'latest/modules/mixedreality_profile_module'
|
|
45
47
|
require 'latest/modules/monitor_profile_module'
|
|
46
48
|
require 'latest/modules/managedserviceidentity_profile_module'
|
|
47
49
|
require 'latest/modules/network_profile_module'
|
|
@@ -50,6 +52,7 @@ require 'latest/modules/operationalinsights_profile_module'
|
|
|
50
52
|
require 'latest/modules/policy_profile_module'
|
|
51
53
|
require 'latest/modules/policyinsights_profile_module'
|
|
52
54
|
require 'latest/modules/powerbiembedded_profile_module'
|
|
55
|
+
require 'latest/modules/privatedns_profile_module'
|
|
53
56
|
require 'latest/modules/recoveryservices_profile_module'
|
|
54
57
|
require 'latest/modules/recoveryservicesbackup_profile_module'
|
|
55
58
|
require 'latest/modules/recoveryservicessiterecovery_profile_module'
|
|
@@ -99,7 +102,7 @@ module Azure::Profiles::Latest
|
|
|
99
102
|
class Client
|
|
100
103
|
include MsRestAzure::Common::Configurable
|
|
101
104
|
|
|
102
|
-
attr_reader :analysis_services, :api_management, :authorization, :automation, :batch, :billing, :cdn, :cognitive_services, :commerce, :compute, :consumption, :container_instance, :container_registry, :container_service, :customer_insights, :data_lake_analytics, :data_lake_store, :data_migration, :dev_spaces, :dev_test_labs, :dns, :event_grid, :event_hub, :features, :hdinsight, :graph_rbac, :iot_central, :iot_hub, :key_vault, :kusto, :labservices, :links, :locks, :logic, :machine_learning, :machine_learning_services, :managed_applications, :marketplace_ordering, :media_services, :monitor, :managed_service_identity, :network, :notification_hubs, :operational_insights, :policy, :policy_insights, :power_bi_embedded, :recovery_services, :recovery_services_backup, :recovery_services_site_recovery, :redis, :relay, :resources, :resources_management, :scheduler, :search, :security, :service_bus, :service_fabric, :signalr, :sql, :sqlvirtualmachine, :stor_simple8000_series, :storage, :stream_analytics, :subscriptions, :traffic_manager, :web, :autosuggest, :customimagesearch, :computer_vision, :content_moderator, :custom_search, :customvisiontraining, :customvisionprediction, :entity_search, :face, :image_search, :local_search, :luis_runtime, :luis_authoring, :news_search, :qnamaker, :spell_check, :text_analytics, :video_search, :web_search, :visual_search
|
|
105
|
+
attr_reader :analysis_services, :api_management, :authorization, :automation, :batch, :billing, :cdn, :cognitive_services, :commerce, :compute, :consumption, :container_instance, :container_registry, :container_service, :customer_insights, :data_lake_analytics, :data_lake_store, :data_migration, :dev_spaces, :dev_test_labs, :dns, :edge_gateway, :event_grid, :event_hub, :features, :hdinsight, :graph_rbac, :iot_central, :iot_hub, :key_vault, :kusto, :labservices, :links, :locks, :logic, :machine_learning, :machine_learning_services, :managed_applications, :marketplace_ordering, :media_services, :mixed_reality, :monitor, :managed_service_identity, :network, :notification_hubs, :operational_insights, :policy, :policy_insights, :power_bi_embedded, :private_dns, :recovery_services, :recovery_services_backup, :recovery_services_site_recovery, :redis, :relay, :resources, :resources_management, :scheduler, :search, :security, :service_bus, :service_fabric, :signalr, :sql, :sqlvirtualmachine, :stor_simple8000_series, :storage, :stream_analytics, :subscriptions, :traffic_manager, :web, :autosuggest, :customimagesearch, :computer_vision, :content_moderator, :custom_search, :customvisiontraining, :customvisionprediction, :entity_search, :face, :image_search, :local_search, :luis_runtime, :luis_authoring, :news_search, :qnamaker, :spell_check, :text_analytics, :video_search, :web_search, :visual_search
|
|
103
106
|
|
|
104
107
|
#
|
|
105
108
|
# Initializes a new instance of the Client class.
|
|
@@ -152,6 +155,7 @@ module Azure::Profiles::Latest
|
|
|
152
155
|
@dev_spaces = DevSpacesAdapter.new(self, base_url, sdk_options)
|
|
153
156
|
@dev_test_labs = DevTestLabsAdapter.new(self, base_url, sdk_options)
|
|
154
157
|
@dns = DnsAdapter.new(self, base_url, sdk_options)
|
|
158
|
+
@edge_gateway = EdgeGatewayAdapter.new(self, base_url, sdk_options)
|
|
155
159
|
@event_grid = EventGridAdapter.new(self, base_url, sdk_options)
|
|
156
160
|
@event_hub = EventHubAdapter.new(self, base_url, sdk_options)
|
|
157
161
|
@features = FeaturesAdapter.new(self, base_url, sdk_options)
|
|
@@ -170,6 +174,7 @@ module Azure::Profiles::Latest
|
|
|
170
174
|
@managed_applications = ManagedApplicationsAdapter.new(self, base_url, sdk_options)
|
|
171
175
|
@marketplace_ordering = MarketplaceOrderingAdapter.new(self, base_url, sdk_options)
|
|
172
176
|
@media_services = MediaServicesAdapter.new(self, base_url, sdk_options)
|
|
177
|
+
@mixed_reality = MixedRealityAdapter.new(self, base_url, sdk_options)
|
|
173
178
|
@monitor = MonitorAdapter.new(self, base_url, sdk_options)
|
|
174
179
|
@managed_service_identity = ManagedServiceIdentityAdapter.new(self, base_url, sdk_options)
|
|
175
180
|
@network = NetworkAdapter.new(self, base_url, sdk_options)
|
|
@@ -178,6 +183,7 @@ module Azure::Profiles::Latest
|
|
|
178
183
|
@policy = PolicyAdapter.new(self, base_url, sdk_options)
|
|
179
184
|
@policy_insights = PolicyInsightsAdapter.new(self, base_url, sdk_options)
|
|
180
185
|
@power_bi_embedded = PowerBiEmbeddedAdapter.new(self, base_url, sdk_options)
|
|
186
|
+
@private_dns = PrivateDnsAdapter.new(self, base_url, sdk_options)
|
|
181
187
|
@recovery_services = RecoveryServicesAdapter.new(self, base_url, sdk_options)
|
|
182
188
|
@recovery_services_backup = RecoveryServicesBackupAdapter.new(self, base_url, sdk_options)
|
|
183
189
|
@recovery_services_site_recovery = RecoveryServicesSiteRecoveryAdapter.new(self, base_url, sdk_options)
|
|
@@ -389,6 +395,14 @@ module Azure::Profiles::Latest
|
|
|
389
395
|
end
|
|
390
396
|
end
|
|
391
397
|
|
|
398
|
+
class EdgeGatewayAdapter
|
|
399
|
+
attr_accessor :mgmt
|
|
400
|
+
|
|
401
|
+
def initialize(context, base_url, options)
|
|
402
|
+
@mgmt = Azure::Profiles::Latest::EdgeGateway::Mgmt::EdgeGatewayManagementClass.new(context, base_url, options)
|
|
403
|
+
end
|
|
404
|
+
end
|
|
405
|
+
|
|
392
406
|
class EventGridAdapter < Azure::Profiles::Latest::EventGrid::EventGridDataClass
|
|
393
407
|
attr_accessor :mgmt
|
|
394
408
|
|
|
@@ -534,6 +548,14 @@ module Azure::Profiles::Latest
|
|
|
534
548
|
end
|
|
535
549
|
end
|
|
536
550
|
|
|
551
|
+
class MixedRealityAdapter
|
|
552
|
+
attr_accessor :mgmt
|
|
553
|
+
|
|
554
|
+
def initialize(context, base_url, options)
|
|
555
|
+
@mgmt = Azure::Profiles::Latest::MixedReality::Mgmt::MixedRealityManagementClass.new(context, base_url, options)
|
|
556
|
+
end
|
|
557
|
+
end
|
|
558
|
+
|
|
537
559
|
class MonitorAdapter
|
|
538
560
|
attr_accessor :mgmt
|
|
539
561
|
|
|
@@ -598,6 +620,14 @@ module Azure::Profiles::Latest
|
|
|
598
620
|
end
|
|
599
621
|
end
|
|
600
622
|
|
|
623
|
+
class PrivateDnsAdapter
|
|
624
|
+
attr_accessor :mgmt
|
|
625
|
+
|
|
626
|
+
def initialize(context, base_url, options)
|
|
627
|
+
@mgmt = Azure::Profiles::Latest::PrivateDns::Mgmt::PrivateDnsManagementClass.new(context, base_url, options)
|
|
628
|
+
end
|
|
629
|
+
end
|
|
630
|
+
|
|
601
631
|
class RecoveryServicesAdapter
|
|
602
632
|
attr_accessor :mgmt
|
|
603
633
|
|
|
@@ -0,0 +1,463 @@
|
|
|
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_edgegateway'
|
|
6
|
+
|
|
7
|
+
module Azure::Profiles::Latest
|
|
8
|
+
module EdgeGateway
|
|
9
|
+
module Mgmt
|
|
10
|
+
Operations = Azure::EdgeGateway::Mgmt::V2019_03_01::Operations
|
|
11
|
+
Devices = Azure::EdgeGateway::Mgmt::V2019_03_01::Devices
|
|
12
|
+
Alerts = Azure::EdgeGateway::Mgmt::V2019_03_01::Alerts
|
|
13
|
+
BandwidthSchedules = Azure::EdgeGateway::Mgmt::V2019_03_01::BandwidthSchedules
|
|
14
|
+
Jobs = Azure::EdgeGateway::Mgmt::V2019_03_01::Jobs
|
|
15
|
+
OperationsStatus = Azure::EdgeGateway::Mgmt::V2019_03_01::OperationsStatus
|
|
16
|
+
Orders = Azure::EdgeGateway::Mgmt::V2019_03_01::Orders
|
|
17
|
+
Roles = Azure::EdgeGateway::Mgmt::V2019_03_01::Roles
|
|
18
|
+
Shares = Azure::EdgeGateway::Mgmt::V2019_03_01::Shares
|
|
19
|
+
StorageAccountCredentials = Azure::EdgeGateway::Mgmt::V2019_03_01::StorageAccountCredentials
|
|
20
|
+
Triggers = Azure::EdgeGateway::Mgmt::V2019_03_01::Triggers
|
|
21
|
+
Users = Azure::EdgeGateway::Mgmt::V2019_03_01::Users
|
|
22
|
+
|
|
23
|
+
module Models
|
|
24
|
+
Job = Azure::EdgeGateway::Mgmt::V2019_03_01::Models::Job
|
|
25
|
+
Address = Azure::EdgeGateway::Mgmt::V2019_03_01::Models::Address
|
|
26
|
+
MetricDimensionV1 = Azure::EdgeGateway::Mgmt::V2019_03_01::Models::MetricDimensionV1
|
|
27
|
+
StorageAccountCredentialList = Azure::EdgeGateway::Mgmt::V2019_03_01::Models::StorageAccountCredentialList
|
|
28
|
+
Ipv4Config = Azure::EdgeGateway::Mgmt::V2019_03_01::Models::Ipv4Config
|
|
29
|
+
ARMBaseModel = Azure::EdgeGateway::Mgmt::V2019_03_01::Models::ARMBaseModel
|
|
30
|
+
Ipv6Config = Azure::EdgeGateway::Mgmt::V2019_03_01::Models::Ipv6Config
|
|
31
|
+
SymmetricKey = Azure::EdgeGateway::Mgmt::V2019_03_01::Models::SymmetricKey
|
|
32
|
+
JobErrorItem = Azure::EdgeGateway::Mgmt::V2019_03_01::Models::JobErrorItem
|
|
33
|
+
AzureContainerInfo = Azure::EdgeGateway::Mgmt::V2019_03_01::Models::AzureContainerInfo
|
|
34
|
+
JobErrorDetails = Azure::EdgeGateway::Mgmt::V2019_03_01::Models::JobErrorDetails
|
|
35
|
+
BandwidthSchedulesList = Azure::EdgeGateway::Mgmt::V2019_03_01::Models::BandwidthSchedulesList
|
|
36
|
+
UpdateDownloadProgress = Azure::EdgeGateway::Mgmt::V2019_03_01::Models::UpdateDownloadProgress
|
|
37
|
+
UpdateInstallProgress = Azure::EdgeGateway::Mgmt::V2019_03_01::Models::UpdateInstallProgress
|
|
38
|
+
ContactDetails = Azure::EdgeGateway::Mgmt::V2019_03_01::Models::ContactDetails
|
|
39
|
+
AlertErrorDetails = Azure::EdgeGateway::Mgmt::V2019_03_01::Models::AlertErrorDetails
|
|
40
|
+
UploadCertificateResponse = Azure::EdgeGateway::Mgmt::V2019_03_01::Models::UploadCertificateResponse
|
|
41
|
+
ShareList = Azure::EdgeGateway::Mgmt::V2019_03_01::Models::ShareList
|
|
42
|
+
DataBoxEdgeDeviceList = Azure::EdgeGateway::Mgmt::V2019_03_01::Models::DataBoxEdgeDeviceList
|
|
43
|
+
MetricSpecificationV1 = Azure::EdgeGateway::Mgmt::V2019_03_01::Models::MetricSpecificationV1
|
|
44
|
+
FileSourceInfo = Azure::EdgeGateway::Mgmt::V2019_03_01::Models::FileSourceInfo
|
|
45
|
+
NetworkAdapterPosition = Azure::EdgeGateway::Mgmt::V2019_03_01::Models::NetworkAdapterPosition
|
|
46
|
+
TriggerList = Azure::EdgeGateway::Mgmt::V2019_03_01::Models::TriggerList
|
|
47
|
+
NetworkAdapter = Azure::EdgeGateway::Mgmt::V2019_03_01::Models::NetworkAdapter
|
|
48
|
+
MountPointMap = Azure::EdgeGateway::Mgmt::V2019_03_01::Models::MountPointMap
|
|
49
|
+
ShareAccessRight = Azure::EdgeGateway::Mgmt::V2019_03_01::Models::ShareAccessRight
|
|
50
|
+
AsymmetricEncryptedSecret = Azure::EdgeGateway::Mgmt::V2019_03_01::Models::AsymmetricEncryptedSecret
|
|
51
|
+
OperationDisplay = Azure::EdgeGateway::Mgmt::V2019_03_01::Models::OperationDisplay
|
|
52
|
+
UserList = Azure::EdgeGateway::Mgmt::V2019_03_01::Models::UserList
|
|
53
|
+
ServiceSpecification = Azure::EdgeGateway::Mgmt::V2019_03_01::Models::ServiceSpecification
|
|
54
|
+
Operation = Azure::EdgeGateway::Mgmt::V2019_03_01::Models::Operation
|
|
55
|
+
UploadCertificateRequest = Azure::EdgeGateway::Mgmt::V2019_03_01::Models::UploadCertificateRequest
|
|
56
|
+
OperationsList = Azure::EdgeGateway::Mgmt::V2019_03_01::Models::OperationsList
|
|
57
|
+
RoleSinkInfo = Azure::EdgeGateway::Mgmt::V2019_03_01::Models::RoleSinkInfo
|
|
58
|
+
OrderStatus = Azure::EdgeGateway::Mgmt::V2019_03_01::Models::OrderStatus
|
|
59
|
+
AlertList = Azure::EdgeGateway::Mgmt::V2019_03_01::Models::AlertList
|
|
60
|
+
TrackingInfo = Azure::EdgeGateway::Mgmt::V2019_03_01::Models::TrackingInfo
|
|
61
|
+
ClientAccessRight = Azure::EdgeGateway::Mgmt::V2019_03_01::Models::ClientAccessRight
|
|
62
|
+
UserAccessRight = Azure::EdgeGateway::Mgmt::V2019_03_01::Models::UserAccessRight
|
|
63
|
+
DataBoxEdgeDevicePatch = Azure::EdgeGateway::Mgmt::V2019_03_01::Models::DataBoxEdgeDevicePatch
|
|
64
|
+
OrderList = Azure::EdgeGateway::Mgmt::V2019_03_01::Models::OrderList
|
|
65
|
+
Authentication = Azure::EdgeGateway::Mgmt::V2019_03_01::Models::Authentication
|
|
66
|
+
PeriodicTimerSourceInfo = Azure::EdgeGateway::Mgmt::V2019_03_01::Models::PeriodicTimerSourceInfo
|
|
67
|
+
IoTDeviceInfo = Azure::EdgeGateway::Mgmt::V2019_03_01::Models::IoTDeviceInfo
|
|
68
|
+
RoleList = Azure::EdgeGateway::Mgmt::V2019_03_01::Models::RoleList
|
|
69
|
+
Sku = Azure::EdgeGateway::Mgmt::V2019_03_01::Models::Sku
|
|
70
|
+
RefreshDetails = Azure::EdgeGateway::Mgmt::V2019_03_01::Models::RefreshDetails
|
|
71
|
+
Alert = Azure::EdgeGateway::Mgmt::V2019_03_01::Models::Alert
|
|
72
|
+
BandwidthSchedule = Azure::EdgeGateway::Mgmt::V2019_03_01::Models::BandwidthSchedule
|
|
73
|
+
DataBoxEdgeDevice = Azure::EdgeGateway::Mgmt::V2019_03_01::Models::DataBoxEdgeDevice
|
|
74
|
+
DataBoxEdgeDeviceExtendedInfo = Azure::EdgeGateway::Mgmt::V2019_03_01::Models::DataBoxEdgeDeviceExtendedInfo
|
|
75
|
+
FileEventTrigger = Azure::EdgeGateway::Mgmt::V2019_03_01::Models::FileEventTrigger
|
|
76
|
+
IoTRole = Azure::EdgeGateway::Mgmt::V2019_03_01::Models::IoTRole
|
|
77
|
+
NetworkSettings = Azure::EdgeGateway::Mgmt::V2019_03_01::Models::NetworkSettings
|
|
78
|
+
Order = Azure::EdgeGateway::Mgmt::V2019_03_01::Models::Order
|
|
79
|
+
PeriodicTimerEventTrigger = Azure::EdgeGateway::Mgmt::V2019_03_01::Models::PeriodicTimerEventTrigger
|
|
80
|
+
Role = Azure::EdgeGateway::Mgmt::V2019_03_01::Models::Role
|
|
81
|
+
SecuritySettings = Azure::EdgeGateway::Mgmt::V2019_03_01::Models::SecuritySettings
|
|
82
|
+
Share = Azure::EdgeGateway::Mgmt::V2019_03_01::Models::Share
|
|
83
|
+
StorageAccountCredential = Azure::EdgeGateway::Mgmt::V2019_03_01::Models::StorageAccountCredential
|
|
84
|
+
Trigger = Azure::EdgeGateway::Mgmt::V2019_03_01::Models::Trigger
|
|
85
|
+
UpdateSummary = Azure::EdgeGateway::Mgmt::V2019_03_01::Models::UpdateSummary
|
|
86
|
+
User = Azure::EdgeGateway::Mgmt::V2019_03_01::Models::User
|
|
87
|
+
AlertSeverity = Azure::EdgeGateway::Mgmt::V2019_03_01::Models::AlertSeverity
|
|
88
|
+
EncryptionAlgorithm = Azure::EdgeGateway::Mgmt::V2019_03_01::Models::EncryptionAlgorithm
|
|
89
|
+
AzureContainerDataFormat = Azure::EdgeGateway::Mgmt::V2019_03_01::Models::AzureContainerDataFormat
|
|
90
|
+
DayOfWeek = Azure::EdgeGateway::Mgmt::V2019_03_01::Models::DayOfWeek
|
|
91
|
+
ClientPermissionType = Azure::EdgeGateway::Mgmt::V2019_03_01::Models::ClientPermissionType
|
|
92
|
+
SkuName = Azure::EdgeGateway::Mgmt::V2019_03_01::Models::SkuName
|
|
93
|
+
SkuTier = Azure::EdgeGateway::Mgmt::V2019_03_01::Models::SkuTier
|
|
94
|
+
DataBoxEdgeDeviceStatus = Azure::EdgeGateway::Mgmt::V2019_03_01::Models::DataBoxEdgeDeviceStatus
|
|
95
|
+
DeviceType = Azure::EdgeGateway::Mgmt::V2019_03_01::Models::DeviceType
|
|
96
|
+
RoleTypes = Azure::EdgeGateway::Mgmt::V2019_03_01::Models::RoleTypes
|
|
97
|
+
PlatformType = Azure::EdgeGateway::Mgmt::V2019_03_01::Models::PlatformType
|
|
98
|
+
RoleStatus = Azure::EdgeGateway::Mgmt::V2019_03_01::Models::RoleStatus
|
|
99
|
+
JobStatus = Azure::EdgeGateway::Mgmt::V2019_03_01::Models::JobStatus
|
|
100
|
+
JobType = Azure::EdgeGateway::Mgmt::V2019_03_01::Models::JobType
|
|
101
|
+
UpdateOperationStage = Azure::EdgeGateway::Mgmt::V2019_03_01::Models::UpdateOperationStage
|
|
102
|
+
DownloadPhase = Azure::EdgeGateway::Mgmt::V2019_03_01::Models::DownloadPhase
|
|
103
|
+
MetricUnit = Azure::EdgeGateway::Mgmt::V2019_03_01::Models::MetricUnit
|
|
104
|
+
MetricAggregationType = Azure::EdgeGateway::Mgmt::V2019_03_01::Models::MetricAggregationType
|
|
105
|
+
MetricCategory = Azure::EdgeGateway::Mgmt::V2019_03_01::Models::MetricCategory
|
|
106
|
+
TimeGrain = Azure::EdgeGateway::Mgmt::V2019_03_01::Models::TimeGrain
|
|
107
|
+
NetworkGroup = Azure::EdgeGateway::Mgmt::V2019_03_01::Models::NetworkGroup
|
|
108
|
+
NetworkAdapterStatus = Azure::EdgeGateway::Mgmt::V2019_03_01::Models::NetworkAdapterStatus
|
|
109
|
+
NetworkAdapterRDMAStatus = Azure::EdgeGateway::Mgmt::V2019_03_01::Models::NetworkAdapterRDMAStatus
|
|
110
|
+
NetworkAdapterDHCPStatus = Azure::EdgeGateway::Mgmt::V2019_03_01::Models::NetworkAdapterDHCPStatus
|
|
111
|
+
OrderState = Azure::EdgeGateway::Mgmt::V2019_03_01::Models::OrderState
|
|
112
|
+
AuthenticationType = Azure::EdgeGateway::Mgmt::V2019_03_01::Models::AuthenticationType
|
|
113
|
+
ShareStatus = Azure::EdgeGateway::Mgmt::V2019_03_01::Models::ShareStatus
|
|
114
|
+
MonitoringStatus = Azure::EdgeGateway::Mgmt::V2019_03_01::Models::MonitoringStatus
|
|
115
|
+
ShareAccessProtocol = Azure::EdgeGateway::Mgmt::V2019_03_01::Models::ShareAccessProtocol
|
|
116
|
+
ShareAccessType = Azure::EdgeGateway::Mgmt::V2019_03_01::Models::ShareAccessType
|
|
117
|
+
DataPolicy = Azure::EdgeGateway::Mgmt::V2019_03_01::Models::DataPolicy
|
|
118
|
+
SSLStatus = Azure::EdgeGateway::Mgmt::V2019_03_01::Models::SSLStatus
|
|
119
|
+
AccountType = Azure::EdgeGateway::Mgmt::V2019_03_01::Models::AccountType
|
|
120
|
+
InstallRebootBehavior = Azure::EdgeGateway::Mgmt::V2019_03_01::Models::InstallRebootBehavior
|
|
121
|
+
UpdateOperation = Azure::EdgeGateway::Mgmt::V2019_03_01::Models::UpdateOperation
|
|
122
|
+
end
|
|
123
|
+
|
|
124
|
+
class EdgeGatewayManagementClass
|
|
125
|
+
attr_reader :operations, :devices, :alerts, :bandwidth_schedules, :jobs, :operations_status, :orders, :roles, :shares, :storage_account_credentials, :triggers, :users, :configurable, :base_url, :options, :model_classes
|
|
126
|
+
|
|
127
|
+
def initialize(configurable, base_url=nil, options=nil)
|
|
128
|
+
@configurable, @base_url, @options = configurable, base_url, options
|
|
129
|
+
|
|
130
|
+
@client_0 = Azure::EdgeGateway::Mgmt::V2019_03_01::DataBoxEdgeManagementClient.new(configurable.credentials, base_url, options)
|
|
131
|
+
if(@client_0.respond_to?(:subscription_id))
|
|
132
|
+
@client_0.subscription_id = configurable.subscription_id
|
|
133
|
+
end
|
|
134
|
+
add_telemetry(@client_0)
|
|
135
|
+
@operations = @client_0.operations
|
|
136
|
+
@devices = @client_0.devices
|
|
137
|
+
@alerts = @client_0.alerts
|
|
138
|
+
@bandwidth_schedules = @client_0.bandwidth_schedules
|
|
139
|
+
@jobs = @client_0.jobs
|
|
140
|
+
@operations_status = @client_0.operations_status
|
|
141
|
+
@orders = @client_0.orders
|
|
142
|
+
@roles = @client_0.roles
|
|
143
|
+
@shares = @client_0.shares
|
|
144
|
+
@storage_account_credentials = @client_0.storage_account_credentials
|
|
145
|
+
@triggers = @client_0.triggers
|
|
146
|
+
@users = @client_0.users
|
|
147
|
+
|
|
148
|
+
@model_classes = ModelClasses.new
|
|
149
|
+
end
|
|
150
|
+
|
|
151
|
+
def add_telemetry(client)
|
|
152
|
+
profile_information = "Profiles/azure_sdk/#{Azure::VERSION}/Latest/EdgeGateway/Mgmt"
|
|
153
|
+
client.add_user_agent_information(profile_information)
|
|
154
|
+
end
|
|
155
|
+
|
|
156
|
+
def method_missing(method, *args)
|
|
157
|
+
if @client_0.respond_to?method
|
|
158
|
+
@client_0.send(method, *args)
|
|
159
|
+
else
|
|
160
|
+
super
|
|
161
|
+
end
|
|
162
|
+
end
|
|
163
|
+
|
|
164
|
+
class ModelClasses
|
|
165
|
+
def job
|
|
166
|
+
Azure::EdgeGateway::Mgmt::V2019_03_01::Models::Job
|
|
167
|
+
end
|
|
168
|
+
def address
|
|
169
|
+
Azure::EdgeGateway::Mgmt::V2019_03_01::Models::Address
|
|
170
|
+
end
|
|
171
|
+
def metric_dimension_v1
|
|
172
|
+
Azure::EdgeGateway::Mgmt::V2019_03_01::Models::MetricDimensionV1
|
|
173
|
+
end
|
|
174
|
+
def storage_account_credential_list
|
|
175
|
+
Azure::EdgeGateway::Mgmt::V2019_03_01::Models::StorageAccountCredentialList
|
|
176
|
+
end
|
|
177
|
+
def ipv4_config
|
|
178
|
+
Azure::EdgeGateway::Mgmt::V2019_03_01::Models::Ipv4Config
|
|
179
|
+
end
|
|
180
|
+
def armbase_model
|
|
181
|
+
Azure::EdgeGateway::Mgmt::V2019_03_01::Models::ARMBaseModel
|
|
182
|
+
end
|
|
183
|
+
def ipv6_config
|
|
184
|
+
Azure::EdgeGateway::Mgmt::V2019_03_01::Models::Ipv6Config
|
|
185
|
+
end
|
|
186
|
+
def symmetric_key
|
|
187
|
+
Azure::EdgeGateway::Mgmt::V2019_03_01::Models::SymmetricKey
|
|
188
|
+
end
|
|
189
|
+
def job_error_item
|
|
190
|
+
Azure::EdgeGateway::Mgmt::V2019_03_01::Models::JobErrorItem
|
|
191
|
+
end
|
|
192
|
+
def azure_container_info
|
|
193
|
+
Azure::EdgeGateway::Mgmt::V2019_03_01::Models::AzureContainerInfo
|
|
194
|
+
end
|
|
195
|
+
def job_error_details
|
|
196
|
+
Azure::EdgeGateway::Mgmt::V2019_03_01::Models::JobErrorDetails
|
|
197
|
+
end
|
|
198
|
+
def bandwidth_schedules_list
|
|
199
|
+
Azure::EdgeGateway::Mgmt::V2019_03_01::Models::BandwidthSchedulesList
|
|
200
|
+
end
|
|
201
|
+
def update_download_progress
|
|
202
|
+
Azure::EdgeGateway::Mgmt::V2019_03_01::Models::UpdateDownloadProgress
|
|
203
|
+
end
|
|
204
|
+
def update_install_progress
|
|
205
|
+
Azure::EdgeGateway::Mgmt::V2019_03_01::Models::UpdateInstallProgress
|
|
206
|
+
end
|
|
207
|
+
def contact_details
|
|
208
|
+
Azure::EdgeGateway::Mgmt::V2019_03_01::Models::ContactDetails
|
|
209
|
+
end
|
|
210
|
+
def alert_error_details
|
|
211
|
+
Azure::EdgeGateway::Mgmt::V2019_03_01::Models::AlertErrorDetails
|
|
212
|
+
end
|
|
213
|
+
def upload_certificate_response
|
|
214
|
+
Azure::EdgeGateway::Mgmt::V2019_03_01::Models::UploadCertificateResponse
|
|
215
|
+
end
|
|
216
|
+
def share_list
|
|
217
|
+
Azure::EdgeGateway::Mgmt::V2019_03_01::Models::ShareList
|
|
218
|
+
end
|
|
219
|
+
def data_box_edge_device_list
|
|
220
|
+
Azure::EdgeGateway::Mgmt::V2019_03_01::Models::DataBoxEdgeDeviceList
|
|
221
|
+
end
|
|
222
|
+
def metric_specification_v1
|
|
223
|
+
Azure::EdgeGateway::Mgmt::V2019_03_01::Models::MetricSpecificationV1
|
|
224
|
+
end
|
|
225
|
+
def file_source_info
|
|
226
|
+
Azure::EdgeGateway::Mgmt::V2019_03_01::Models::FileSourceInfo
|
|
227
|
+
end
|
|
228
|
+
def network_adapter_position
|
|
229
|
+
Azure::EdgeGateway::Mgmt::V2019_03_01::Models::NetworkAdapterPosition
|
|
230
|
+
end
|
|
231
|
+
def trigger_list
|
|
232
|
+
Azure::EdgeGateway::Mgmt::V2019_03_01::Models::TriggerList
|
|
233
|
+
end
|
|
234
|
+
def network_adapter
|
|
235
|
+
Azure::EdgeGateway::Mgmt::V2019_03_01::Models::NetworkAdapter
|
|
236
|
+
end
|
|
237
|
+
def mount_point_map
|
|
238
|
+
Azure::EdgeGateway::Mgmt::V2019_03_01::Models::MountPointMap
|
|
239
|
+
end
|
|
240
|
+
def share_access_right
|
|
241
|
+
Azure::EdgeGateway::Mgmt::V2019_03_01::Models::ShareAccessRight
|
|
242
|
+
end
|
|
243
|
+
def asymmetric_encrypted_secret
|
|
244
|
+
Azure::EdgeGateway::Mgmt::V2019_03_01::Models::AsymmetricEncryptedSecret
|
|
245
|
+
end
|
|
246
|
+
def operation_display
|
|
247
|
+
Azure::EdgeGateway::Mgmt::V2019_03_01::Models::OperationDisplay
|
|
248
|
+
end
|
|
249
|
+
def user_list
|
|
250
|
+
Azure::EdgeGateway::Mgmt::V2019_03_01::Models::UserList
|
|
251
|
+
end
|
|
252
|
+
def service_specification
|
|
253
|
+
Azure::EdgeGateway::Mgmt::V2019_03_01::Models::ServiceSpecification
|
|
254
|
+
end
|
|
255
|
+
def operation
|
|
256
|
+
Azure::EdgeGateway::Mgmt::V2019_03_01::Models::Operation
|
|
257
|
+
end
|
|
258
|
+
def upload_certificate_request
|
|
259
|
+
Azure::EdgeGateway::Mgmt::V2019_03_01::Models::UploadCertificateRequest
|
|
260
|
+
end
|
|
261
|
+
def operations_list
|
|
262
|
+
Azure::EdgeGateway::Mgmt::V2019_03_01::Models::OperationsList
|
|
263
|
+
end
|
|
264
|
+
def role_sink_info
|
|
265
|
+
Azure::EdgeGateway::Mgmt::V2019_03_01::Models::RoleSinkInfo
|
|
266
|
+
end
|
|
267
|
+
def order_status
|
|
268
|
+
Azure::EdgeGateway::Mgmt::V2019_03_01::Models::OrderStatus
|
|
269
|
+
end
|
|
270
|
+
def alert_list
|
|
271
|
+
Azure::EdgeGateway::Mgmt::V2019_03_01::Models::AlertList
|
|
272
|
+
end
|
|
273
|
+
def tracking_info
|
|
274
|
+
Azure::EdgeGateway::Mgmt::V2019_03_01::Models::TrackingInfo
|
|
275
|
+
end
|
|
276
|
+
def client_access_right
|
|
277
|
+
Azure::EdgeGateway::Mgmt::V2019_03_01::Models::ClientAccessRight
|
|
278
|
+
end
|
|
279
|
+
def user_access_right
|
|
280
|
+
Azure::EdgeGateway::Mgmt::V2019_03_01::Models::UserAccessRight
|
|
281
|
+
end
|
|
282
|
+
def data_box_edge_device_patch
|
|
283
|
+
Azure::EdgeGateway::Mgmt::V2019_03_01::Models::DataBoxEdgeDevicePatch
|
|
284
|
+
end
|
|
285
|
+
def order_list
|
|
286
|
+
Azure::EdgeGateway::Mgmt::V2019_03_01::Models::OrderList
|
|
287
|
+
end
|
|
288
|
+
def authentication
|
|
289
|
+
Azure::EdgeGateway::Mgmt::V2019_03_01::Models::Authentication
|
|
290
|
+
end
|
|
291
|
+
def periodic_timer_source_info
|
|
292
|
+
Azure::EdgeGateway::Mgmt::V2019_03_01::Models::PeriodicTimerSourceInfo
|
|
293
|
+
end
|
|
294
|
+
def io_tdevice_info
|
|
295
|
+
Azure::EdgeGateway::Mgmt::V2019_03_01::Models::IoTDeviceInfo
|
|
296
|
+
end
|
|
297
|
+
def role_list
|
|
298
|
+
Azure::EdgeGateway::Mgmt::V2019_03_01::Models::RoleList
|
|
299
|
+
end
|
|
300
|
+
def sku
|
|
301
|
+
Azure::EdgeGateway::Mgmt::V2019_03_01::Models::Sku
|
|
302
|
+
end
|
|
303
|
+
def refresh_details
|
|
304
|
+
Azure::EdgeGateway::Mgmt::V2019_03_01::Models::RefreshDetails
|
|
305
|
+
end
|
|
306
|
+
def alert
|
|
307
|
+
Azure::EdgeGateway::Mgmt::V2019_03_01::Models::Alert
|
|
308
|
+
end
|
|
309
|
+
def bandwidth_schedule
|
|
310
|
+
Azure::EdgeGateway::Mgmt::V2019_03_01::Models::BandwidthSchedule
|
|
311
|
+
end
|
|
312
|
+
def data_box_edge_device
|
|
313
|
+
Azure::EdgeGateway::Mgmt::V2019_03_01::Models::DataBoxEdgeDevice
|
|
314
|
+
end
|
|
315
|
+
def data_box_edge_device_extended_info
|
|
316
|
+
Azure::EdgeGateway::Mgmt::V2019_03_01::Models::DataBoxEdgeDeviceExtendedInfo
|
|
317
|
+
end
|
|
318
|
+
def file_event_trigger
|
|
319
|
+
Azure::EdgeGateway::Mgmt::V2019_03_01::Models::FileEventTrigger
|
|
320
|
+
end
|
|
321
|
+
def io_trole
|
|
322
|
+
Azure::EdgeGateway::Mgmt::V2019_03_01::Models::IoTRole
|
|
323
|
+
end
|
|
324
|
+
def network_settings
|
|
325
|
+
Azure::EdgeGateway::Mgmt::V2019_03_01::Models::NetworkSettings
|
|
326
|
+
end
|
|
327
|
+
def order
|
|
328
|
+
Azure::EdgeGateway::Mgmt::V2019_03_01::Models::Order
|
|
329
|
+
end
|
|
330
|
+
def periodic_timer_event_trigger
|
|
331
|
+
Azure::EdgeGateway::Mgmt::V2019_03_01::Models::PeriodicTimerEventTrigger
|
|
332
|
+
end
|
|
333
|
+
def role
|
|
334
|
+
Azure::EdgeGateway::Mgmt::V2019_03_01::Models::Role
|
|
335
|
+
end
|
|
336
|
+
def security_settings
|
|
337
|
+
Azure::EdgeGateway::Mgmt::V2019_03_01::Models::SecuritySettings
|
|
338
|
+
end
|
|
339
|
+
def share
|
|
340
|
+
Azure::EdgeGateway::Mgmt::V2019_03_01::Models::Share
|
|
341
|
+
end
|
|
342
|
+
def storage_account_credential
|
|
343
|
+
Azure::EdgeGateway::Mgmt::V2019_03_01::Models::StorageAccountCredential
|
|
344
|
+
end
|
|
345
|
+
def trigger
|
|
346
|
+
Azure::EdgeGateway::Mgmt::V2019_03_01::Models::Trigger
|
|
347
|
+
end
|
|
348
|
+
def update_summary
|
|
349
|
+
Azure::EdgeGateway::Mgmt::V2019_03_01::Models::UpdateSummary
|
|
350
|
+
end
|
|
351
|
+
def user
|
|
352
|
+
Azure::EdgeGateway::Mgmt::V2019_03_01::Models::User
|
|
353
|
+
end
|
|
354
|
+
def alert_severity
|
|
355
|
+
Azure::EdgeGateway::Mgmt::V2019_03_01::Models::AlertSeverity
|
|
356
|
+
end
|
|
357
|
+
def encryption_algorithm
|
|
358
|
+
Azure::EdgeGateway::Mgmt::V2019_03_01::Models::EncryptionAlgorithm
|
|
359
|
+
end
|
|
360
|
+
def azure_container_data_format
|
|
361
|
+
Azure::EdgeGateway::Mgmt::V2019_03_01::Models::AzureContainerDataFormat
|
|
362
|
+
end
|
|
363
|
+
def day_of_week
|
|
364
|
+
Azure::EdgeGateway::Mgmt::V2019_03_01::Models::DayOfWeek
|
|
365
|
+
end
|
|
366
|
+
def client_permission_type
|
|
367
|
+
Azure::EdgeGateway::Mgmt::V2019_03_01::Models::ClientPermissionType
|
|
368
|
+
end
|
|
369
|
+
def sku_name
|
|
370
|
+
Azure::EdgeGateway::Mgmt::V2019_03_01::Models::SkuName
|
|
371
|
+
end
|
|
372
|
+
def sku_tier
|
|
373
|
+
Azure::EdgeGateway::Mgmt::V2019_03_01::Models::SkuTier
|
|
374
|
+
end
|
|
375
|
+
def data_box_edge_device_status
|
|
376
|
+
Azure::EdgeGateway::Mgmt::V2019_03_01::Models::DataBoxEdgeDeviceStatus
|
|
377
|
+
end
|
|
378
|
+
def device_type
|
|
379
|
+
Azure::EdgeGateway::Mgmt::V2019_03_01::Models::DeviceType
|
|
380
|
+
end
|
|
381
|
+
def role_types
|
|
382
|
+
Azure::EdgeGateway::Mgmt::V2019_03_01::Models::RoleTypes
|
|
383
|
+
end
|
|
384
|
+
def platform_type
|
|
385
|
+
Azure::EdgeGateway::Mgmt::V2019_03_01::Models::PlatformType
|
|
386
|
+
end
|
|
387
|
+
def role_status
|
|
388
|
+
Azure::EdgeGateway::Mgmt::V2019_03_01::Models::RoleStatus
|
|
389
|
+
end
|
|
390
|
+
def job_status
|
|
391
|
+
Azure::EdgeGateway::Mgmt::V2019_03_01::Models::JobStatus
|
|
392
|
+
end
|
|
393
|
+
def job_type
|
|
394
|
+
Azure::EdgeGateway::Mgmt::V2019_03_01::Models::JobType
|
|
395
|
+
end
|
|
396
|
+
def update_operation_stage
|
|
397
|
+
Azure::EdgeGateway::Mgmt::V2019_03_01::Models::UpdateOperationStage
|
|
398
|
+
end
|
|
399
|
+
def download_phase
|
|
400
|
+
Azure::EdgeGateway::Mgmt::V2019_03_01::Models::DownloadPhase
|
|
401
|
+
end
|
|
402
|
+
def metric_unit
|
|
403
|
+
Azure::EdgeGateway::Mgmt::V2019_03_01::Models::MetricUnit
|
|
404
|
+
end
|
|
405
|
+
def metric_aggregation_type
|
|
406
|
+
Azure::EdgeGateway::Mgmt::V2019_03_01::Models::MetricAggregationType
|
|
407
|
+
end
|
|
408
|
+
def metric_category
|
|
409
|
+
Azure::EdgeGateway::Mgmt::V2019_03_01::Models::MetricCategory
|
|
410
|
+
end
|
|
411
|
+
def time_grain
|
|
412
|
+
Azure::EdgeGateway::Mgmt::V2019_03_01::Models::TimeGrain
|
|
413
|
+
end
|
|
414
|
+
def network_group
|
|
415
|
+
Azure::EdgeGateway::Mgmt::V2019_03_01::Models::NetworkGroup
|
|
416
|
+
end
|
|
417
|
+
def network_adapter_status
|
|
418
|
+
Azure::EdgeGateway::Mgmt::V2019_03_01::Models::NetworkAdapterStatus
|
|
419
|
+
end
|
|
420
|
+
def network_adapter_rdmastatus
|
|
421
|
+
Azure::EdgeGateway::Mgmt::V2019_03_01::Models::NetworkAdapterRDMAStatus
|
|
422
|
+
end
|
|
423
|
+
def network_adapter_dhcpstatus
|
|
424
|
+
Azure::EdgeGateway::Mgmt::V2019_03_01::Models::NetworkAdapterDHCPStatus
|
|
425
|
+
end
|
|
426
|
+
def order_state
|
|
427
|
+
Azure::EdgeGateway::Mgmt::V2019_03_01::Models::OrderState
|
|
428
|
+
end
|
|
429
|
+
def authentication_type
|
|
430
|
+
Azure::EdgeGateway::Mgmt::V2019_03_01::Models::AuthenticationType
|
|
431
|
+
end
|
|
432
|
+
def share_status
|
|
433
|
+
Azure::EdgeGateway::Mgmt::V2019_03_01::Models::ShareStatus
|
|
434
|
+
end
|
|
435
|
+
def monitoring_status
|
|
436
|
+
Azure::EdgeGateway::Mgmt::V2019_03_01::Models::MonitoringStatus
|
|
437
|
+
end
|
|
438
|
+
def share_access_protocol
|
|
439
|
+
Azure::EdgeGateway::Mgmt::V2019_03_01::Models::ShareAccessProtocol
|
|
440
|
+
end
|
|
441
|
+
def share_access_type
|
|
442
|
+
Azure::EdgeGateway::Mgmt::V2019_03_01::Models::ShareAccessType
|
|
443
|
+
end
|
|
444
|
+
def data_policy
|
|
445
|
+
Azure::EdgeGateway::Mgmt::V2019_03_01::Models::DataPolicy
|
|
446
|
+
end
|
|
447
|
+
def sslstatus
|
|
448
|
+
Azure::EdgeGateway::Mgmt::V2019_03_01::Models::SSLStatus
|
|
449
|
+
end
|
|
450
|
+
def account_type
|
|
451
|
+
Azure::EdgeGateway::Mgmt::V2019_03_01::Models::AccountType
|
|
452
|
+
end
|
|
453
|
+
def install_reboot_behavior
|
|
454
|
+
Azure::EdgeGateway::Mgmt::V2019_03_01::Models::InstallRebootBehavior
|
|
455
|
+
end
|
|
456
|
+
def update_operation
|
|
457
|
+
Azure::EdgeGateway::Mgmt::V2019_03_01::Models::UpdateOperation
|
|
458
|
+
end
|
|
459
|
+
end
|
|
460
|
+
end
|
|
461
|
+
end
|
|
462
|
+
end
|
|
463
|
+
end
|
|
@@ -0,0 +1,115 @@
|
|
|
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_mixedreality'
|
|
6
|
+
|
|
7
|
+
module Azure::Profiles::Latest
|
|
8
|
+
module MixedReality
|
|
9
|
+
module Mgmt
|
|
10
|
+
Operations = Azure::MixedReality::Mgmt::V2019_02_28_preview::Operations
|
|
11
|
+
SpatialAnchorsAccounts = Azure::MixedReality::Mgmt::V2019_02_28_preview::SpatialAnchorsAccounts
|
|
12
|
+
|
|
13
|
+
module Models
|
|
14
|
+
SpatialAnchorsAccountKeys = Azure::MixedReality::Mgmt::V2019_02_28_preview::Models::SpatialAnchorsAccountKeys
|
|
15
|
+
CheckNameAvailabilityRequest = Azure::MixedReality::Mgmt::V2019_02_28_preview::Models::CheckNameAvailabilityRequest
|
|
16
|
+
SpatialAnchorsAccountKeyRegenerateRequest = Azure::MixedReality::Mgmt::V2019_02_28_preview::Models::SpatialAnchorsAccountKeyRegenerateRequest
|
|
17
|
+
ErrorResponse = Azure::MixedReality::Mgmt::V2019_02_28_preview::Models::ErrorResponse
|
|
18
|
+
SpatialAnchorsAccountList = Azure::MixedReality::Mgmt::V2019_02_28_preview::Models::SpatialAnchorsAccountList
|
|
19
|
+
Operation = Azure::MixedReality::Mgmt::V2019_02_28_preview::Models::Operation
|
|
20
|
+
OperationDisplay = Azure::MixedReality::Mgmt::V2019_02_28_preview::Models::OperationDisplay
|
|
21
|
+
OperationList = Azure::MixedReality::Mgmt::V2019_02_28_preview::Models::OperationList
|
|
22
|
+
CheckNameAvailabilityResponse = Azure::MixedReality::Mgmt::V2019_02_28_preview::Models::CheckNameAvailabilityResponse
|
|
23
|
+
Resource = Azure::MixedReality::Mgmt::V2019_02_28_preview::Models::Resource
|
|
24
|
+
SpatialAnchorsAccount = Azure::MixedReality::Mgmt::V2019_02_28_preview::Models::SpatialAnchorsAccount
|
|
25
|
+
ProxyResource = Azure::MixedReality::Mgmt::V2019_02_28_preview::Models::ProxyResource
|
|
26
|
+
AzureEntityResource = Azure::MixedReality::Mgmt::V2019_02_28_preview::Models::AzureEntityResource
|
|
27
|
+
TrackedResource = Azure::MixedReality::Mgmt::V2019_02_28_preview::Models::TrackedResource
|
|
28
|
+
NameAvailability = Azure::MixedReality::Mgmt::V2019_02_28_preview::Models::NameAvailability
|
|
29
|
+
NameUnavailableReason = Azure::MixedReality::Mgmt::V2019_02_28_preview::Models::NameUnavailableReason
|
|
30
|
+
end
|
|
31
|
+
|
|
32
|
+
class MixedRealityManagementClass
|
|
33
|
+
attr_reader :operations, :spatial_anchors_accounts, :configurable, :base_url, :options, :model_classes
|
|
34
|
+
|
|
35
|
+
def initialize(configurable, base_url=nil, options=nil)
|
|
36
|
+
@configurable, @base_url, @options = configurable, base_url, options
|
|
37
|
+
|
|
38
|
+
@client_0 = Azure::MixedReality::Mgmt::V2019_02_28_preview::MixedRealityClient.new(configurable.credentials, base_url, options)
|
|
39
|
+
if(@client_0.respond_to?(:subscription_id))
|
|
40
|
+
@client_0.subscription_id = configurable.subscription_id
|
|
41
|
+
end
|
|
42
|
+
add_telemetry(@client_0)
|
|
43
|
+
@operations = @client_0.operations
|
|
44
|
+
@spatial_anchors_accounts = @client_0.spatial_anchors_accounts
|
|
45
|
+
|
|
46
|
+
@model_classes = ModelClasses.new
|
|
47
|
+
end
|
|
48
|
+
|
|
49
|
+
def add_telemetry(client)
|
|
50
|
+
profile_information = "Profiles/azure_sdk/#{Azure::VERSION}/Latest/MixedReality/Mgmt"
|
|
51
|
+
client.add_user_agent_information(profile_information)
|
|
52
|
+
end
|
|
53
|
+
|
|
54
|
+
def method_missing(method, *args)
|
|
55
|
+
if @client_0.respond_to?method
|
|
56
|
+
@client_0.send(method, *args)
|
|
57
|
+
else
|
|
58
|
+
super
|
|
59
|
+
end
|
|
60
|
+
end
|
|
61
|
+
|
|
62
|
+
class ModelClasses
|
|
63
|
+
def spatial_anchors_account_keys
|
|
64
|
+
Azure::MixedReality::Mgmt::V2019_02_28_preview::Models::SpatialAnchorsAccountKeys
|
|
65
|
+
end
|
|
66
|
+
def check_name_availability_request
|
|
67
|
+
Azure::MixedReality::Mgmt::V2019_02_28_preview::Models::CheckNameAvailabilityRequest
|
|
68
|
+
end
|
|
69
|
+
def spatial_anchors_account_key_regenerate_request
|
|
70
|
+
Azure::MixedReality::Mgmt::V2019_02_28_preview::Models::SpatialAnchorsAccountKeyRegenerateRequest
|
|
71
|
+
end
|
|
72
|
+
def error_response
|
|
73
|
+
Azure::MixedReality::Mgmt::V2019_02_28_preview::Models::ErrorResponse
|
|
74
|
+
end
|
|
75
|
+
def spatial_anchors_account_list
|
|
76
|
+
Azure::MixedReality::Mgmt::V2019_02_28_preview::Models::SpatialAnchorsAccountList
|
|
77
|
+
end
|
|
78
|
+
def operation
|
|
79
|
+
Azure::MixedReality::Mgmt::V2019_02_28_preview::Models::Operation
|
|
80
|
+
end
|
|
81
|
+
def operation_display
|
|
82
|
+
Azure::MixedReality::Mgmt::V2019_02_28_preview::Models::OperationDisplay
|
|
83
|
+
end
|
|
84
|
+
def operation_list
|
|
85
|
+
Azure::MixedReality::Mgmt::V2019_02_28_preview::Models::OperationList
|
|
86
|
+
end
|
|
87
|
+
def check_name_availability_response
|
|
88
|
+
Azure::MixedReality::Mgmt::V2019_02_28_preview::Models::CheckNameAvailabilityResponse
|
|
89
|
+
end
|
|
90
|
+
def resource
|
|
91
|
+
Azure::MixedReality::Mgmt::V2019_02_28_preview::Models::Resource
|
|
92
|
+
end
|
|
93
|
+
def spatial_anchors_account
|
|
94
|
+
Azure::MixedReality::Mgmt::V2019_02_28_preview::Models::SpatialAnchorsAccount
|
|
95
|
+
end
|
|
96
|
+
def proxy_resource
|
|
97
|
+
Azure::MixedReality::Mgmt::V2019_02_28_preview::Models::ProxyResource
|
|
98
|
+
end
|
|
99
|
+
def azure_entity_resource
|
|
100
|
+
Azure::MixedReality::Mgmt::V2019_02_28_preview::Models::AzureEntityResource
|
|
101
|
+
end
|
|
102
|
+
def tracked_resource
|
|
103
|
+
Azure::MixedReality::Mgmt::V2019_02_28_preview::Models::TrackedResource
|
|
104
|
+
end
|
|
105
|
+
def name_availability
|
|
106
|
+
Azure::MixedReality::Mgmt::V2019_02_28_preview::Models::NameAvailability
|
|
107
|
+
end
|
|
108
|
+
def name_unavailable_reason
|
|
109
|
+
Azure::MixedReality::Mgmt::V2019_02_28_preview::Models::NameUnavailableReason
|
|
110
|
+
end
|
|
111
|
+
end
|
|
112
|
+
end
|
|
113
|
+
end
|
|
114
|
+
end
|
|
115
|
+
end
|
|
@@ -0,0 +1,137 @@
|
|
|
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_privatedns'
|
|
6
|
+
|
|
7
|
+
module Azure::Profiles::Latest
|
|
8
|
+
module PrivateDns
|
|
9
|
+
module Mgmt
|
|
10
|
+
PrivateZones = Azure::PrivateDns::Mgmt::V2018_09_01::PrivateZones
|
|
11
|
+
VirtualNetworkLinks = Azure::PrivateDns::Mgmt::V2018_09_01::VirtualNetworkLinks
|
|
12
|
+
RecordSets = Azure::PrivateDns::Mgmt::V2018_09_01::RecordSets
|
|
13
|
+
|
|
14
|
+
module Models
|
|
15
|
+
PtrRecord = Azure::PrivateDns::Mgmt::V2018_09_01::Models::PtrRecord
|
|
16
|
+
SoaRecord = Azure::PrivateDns::Mgmt::V2018_09_01::Models::SoaRecord
|
|
17
|
+
PrivateZoneListResult = Azure::PrivateDns::Mgmt::V2018_09_01::Models::PrivateZoneListResult
|
|
18
|
+
SrvRecord = Azure::PrivateDns::Mgmt::V2018_09_01::Models::SrvRecord
|
|
19
|
+
SubResource = Azure::PrivateDns::Mgmt::V2018_09_01::Models::SubResource
|
|
20
|
+
VirtualNetworkLinkListResult = Azure::PrivateDns::Mgmt::V2018_09_01::Models::VirtualNetworkLinkListResult
|
|
21
|
+
AaaaRecord = Azure::PrivateDns::Mgmt::V2018_09_01::Models::AaaaRecord
|
|
22
|
+
TxtRecord = Azure::PrivateDns::Mgmt::V2018_09_01::Models::TxtRecord
|
|
23
|
+
MxRecord = Azure::PrivateDns::Mgmt::V2018_09_01::Models::MxRecord
|
|
24
|
+
ARecord = Azure::PrivateDns::Mgmt::V2018_09_01::Models::ARecord
|
|
25
|
+
RecordSetListResult = Azure::PrivateDns::Mgmt::V2018_09_01::Models::RecordSetListResult
|
|
26
|
+
CnameRecord = Azure::PrivateDns::Mgmt::V2018_09_01::Models::CnameRecord
|
|
27
|
+
Resource = Azure::PrivateDns::Mgmt::V2018_09_01::Models::Resource
|
|
28
|
+
TrackedResource = Azure::PrivateDns::Mgmt::V2018_09_01::Models::TrackedResource
|
|
29
|
+
PrivateZone = Azure::PrivateDns::Mgmt::V2018_09_01::Models::PrivateZone
|
|
30
|
+
VirtualNetworkLink = Azure::PrivateDns::Mgmt::V2018_09_01::Models::VirtualNetworkLink
|
|
31
|
+
ProxyResource = Azure::PrivateDns::Mgmt::V2018_09_01::Models::ProxyResource
|
|
32
|
+
RecordSet = Azure::PrivateDns::Mgmt::V2018_09_01::Models::RecordSet
|
|
33
|
+
ProvisioningState = Azure::PrivateDns::Mgmt::V2018_09_01::Models::ProvisioningState
|
|
34
|
+
VirtualNetworkLinkState = Azure::PrivateDns::Mgmt::V2018_09_01::Models::VirtualNetworkLinkState
|
|
35
|
+
RecordType = Azure::PrivateDns::Mgmt::V2018_09_01::Models::RecordType
|
|
36
|
+
end
|
|
37
|
+
|
|
38
|
+
class PrivateDnsManagementClass
|
|
39
|
+
attr_reader :private_zones, :virtual_network_links, :record_sets, :configurable, :base_url, :options, :model_classes
|
|
40
|
+
|
|
41
|
+
def initialize(configurable, base_url=nil, options=nil)
|
|
42
|
+
@configurable, @base_url, @options = configurable, base_url, options
|
|
43
|
+
|
|
44
|
+
@client_0 = Azure::PrivateDns::Mgmt::V2018_09_01::PrivateDnsManagementClient.new(configurable.credentials, base_url, options)
|
|
45
|
+
if(@client_0.respond_to?(:subscription_id))
|
|
46
|
+
@client_0.subscription_id = configurable.subscription_id
|
|
47
|
+
end
|
|
48
|
+
add_telemetry(@client_0)
|
|
49
|
+
@private_zones = @client_0.private_zones
|
|
50
|
+
@virtual_network_links = @client_0.virtual_network_links
|
|
51
|
+
@record_sets = @client_0.record_sets
|
|
52
|
+
|
|
53
|
+
@model_classes = ModelClasses.new
|
|
54
|
+
end
|
|
55
|
+
|
|
56
|
+
def add_telemetry(client)
|
|
57
|
+
profile_information = "Profiles/azure_sdk/#{Azure::VERSION}/Latest/PrivateDns/Mgmt"
|
|
58
|
+
client.add_user_agent_information(profile_information)
|
|
59
|
+
end
|
|
60
|
+
|
|
61
|
+
def method_missing(method, *args)
|
|
62
|
+
if @client_0.respond_to?method
|
|
63
|
+
@client_0.send(method, *args)
|
|
64
|
+
else
|
|
65
|
+
super
|
|
66
|
+
end
|
|
67
|
+
end
|
|
68
|
+
|
|
69
|
+
class ModelClasses
|
|
70
|
+
def ptr_record
|
|
71
|
+
Azure::PrivateDns::Mgmt::V2018_09_01::Models::PtrRecord
|
|
72
|
+
end
|
|
73
|
+
def soa_record
|
|
74
|
+
Azure::PrivateDns::Mgmt::V2018_09_01::Models::SoaRecord
|
|
75
|
+
end
|
|
76
|
+
def private_zone_list_result
|
|
77
|
+
Azure::PrivateDns::Mgmt::V2018_09_01::Models::PrivateZoneListResult
|
|
78
|
+
end
|
|
79
|
+
def srv_record
|
|
80
|
+
Azure::PrivateDns::Mgmt::V2018_09_01::Models::SrvRecord
|
|
81
|
+
end
|
|
82
|
+
def sub_resource
|
|
83
|
+
Azure::PrivateDns::Mgmt::V2018_09_01::Models::SubResource
|
|
84
|
+
end
|
|
85
|
+
def virtual_network_link_list_result
|
|
86
|
+
Azure::PrivateDns::Mgmt::V2018_09_01::Models::VirtualNetworkLinkListResult
|
|
87
|
+
end
|
|
88
|
+
def aaaa_record
|
|
89
|
+
Azure::PrivateDns::Mgmt::V2018_09_01::Models::AaaaRecord
|
|
90
|
+
end
|
|
91
|
+
def txt_record
|
|
92
|
+
Azure::PrivateDns::Mgmt::V2018_09_01::Models::TxtRecord
|
|
93
|
+
end
|
|
94
|
+
def mx_record
|
|
95
|
+
Azure::PrivateDns::Mgmt::V2018_09_01::Models::MxRecord
|
|
96
|
+
end
|
|
97
|
+
def arecord
|
|
98
|
+
Azure::PrivateDns::Mgmt::V2018_09_01::Models::ARecord
|
|
99
|
+
end
|
|
100
|
+
def record_set_list_result
|
|
101
|
+
Azure::PrivateDns::Mgmt::V2018_09_01::Models::RecordSetListResult
|
|
102
|
+
end
|
|
103
|
+
def cname_record
|
|
104
|
+
Azure::PrivateDns::Mgmt::V2018_09_01::Models::CnameRecord
|
|
105
|
+
end
|
|
106
|
+
def resource
|
|
107
|
+
Azure::PrivateDns::Mgmt::V2018_09_01::Models::Resource
|
|
108
|
+
end
|
|
109
|
+
def tracked_resource
|
|
110
|
+
Azure::PrivateDns::Mgmt::V2018_09_01::Models::TrackedResource
|
|
111
|
+
end
|
|
112
|
+
def private_zone
|
|
113
|
+
Azure::PrivateDns::Mgmt::V2018_09_01::Models::PrivateZone
|
|
114
|
+
end
|
|
115
|
+
def virtual_network_link
|
|
116
|
+
Azure::PrivateDns::Mgmt::V2018_09_01::Models::VirtualNetworkLink
|
|
117
|
+
end
|
|
118
|
+
def proxy_resource
|
|
119
|
+
Azure::PrivateDns::Mgmt::V2018_09_01::Models::ProxyResource
|
|
120
|
+
end
|
|
121
|
+
def record_set
|
|
122
|
+
Azure::PrivateDns::Mgmt::V2018_09_01::Models::RecordSet
|
|
123
|
+
end
|
|
124
|
+
def provisioning_state
|
|
125
|
+
Azure::PrivateDns::Mgmt::V2018_09_01::Models::ProvisioningState
|
|
126
|
+
end
|
|
127
|
+
def virtual_network_link_state
|
|
128
|
+
Azure::PrivateDns::Mgmt::V2018_09_01::Models::VirtualNetworkLinkState
|
|
129
|
+
end
|
|
130
|
+
def record_type
|
|
131
|
+
Azure::PrivateDns::Mgmt::V2018_09_01::Models::RecordType
|
|
132
|
+
end
|
|
133
|
+
end
|
|
134
|
+
end
|
|
135
|
+
end
|
|
136
|
+
end
|
|
137
|
+
end
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: azure_sdk
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.22.
|
|
4
|
+
version: 0.22.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Microsoft Corporation
|
|
@@ -1169,6 +1169,7 @@ files:
|
|
|
1169
1169
|
- lib/latest/modules/devspaces_profile_module.rb
|
|
1170
1170
|
- lib/latest/modules/devtestlabs_profile_module.rb
|
|
1171
1171
|
- lib/latest/modules/dns_profile_module.rb
|
|
1172
|
+
- lib/latest/modules/edgegateway_profile_module.rb
|
|
1172
1173
|
- lib/latest/modules/entitysearch_profile_module.rb
|
|
1173
1174
|
- lib/latest/modules/eventgrid_profile_module.rb
|
|
1174
1175
|
- lib/latest/modules/eventhub_profile_module.rb
|
|
@@ -1194,6 +1195,7 @@ files:
|
|
|
1194
1195
|
- lib/latest/modules/managedserviceidentity_profile_module.rb
|
|
1195
1196
|
- lib/latest/modules/marketplaceordering_profile_module.rb
|
|
1196
1197
|
- lib/latest/modules/mediaservices_profile_module.rb
|
|
1198
|
+
- lib/latest/modules/mixedreality_profile_module.rb
|
|
1197
1199
|
- lib/latest/modules/monitor_profile_module.rb
|
|
1198
1200
|
- lib/latest/modules/network_profile_module.rb
|
|
1199
1201
|
- lib/latest/modules/newssearch_profile_module.rb
|
|
@@ -1202,6 +1204,7 @@ files:
|
|
|
1202
1204
|
- lib/latest/modules/policy_profile_module.rb
|
|
1203
1205
|
- lib/latest/modules/policyinsights_profile_module.rb
|
|
1204
1206
|
- lib/latest/modules/powerbiembedded_profile_module.rb
|
|
1207
|
+
- lib/latest/modules/privatedns_profile_module.rb
|
|
1205
1208
|
- lib/latest/modules/qnamaker_profile_module.rb
|
|
1206
1209
|
- lib/latest/modules/recoveryservices_profile_module.rb
|
|
1207
1210
|
- lib/latest/modules/recoveryservicesbackup_profile_module.rb
|
|
@@ -1264,7 +1267,7 @@ metadata:
|
|
|
1264
1267
|
changelog_uri: https://github.com/Azure/azure-sdk-for-ruby/blob/master/ChangeLog.md
|
|
1265
1268
|
documentation_uri: https://azure.microsoft.com/en-us/develop/ruby/
|
|
1266
1269
|
homepage_uri: https://aka.ms/azure-sdk-for-ruby
|
|
1267
|
-
source_code_uri: https://github.com/Azure/azure-sdk-for-ruby/tree/ARM-0.22.
|
|
1270
|
+
source_code_uri: https://github.com/Azure/azure-sdk-for-ruby/tree/ARM-0.22.3
|
|
1268
1271
|
wiki_uri: https://github.com/Azure/azure-sdk-for-ruby/wiki
|
|
1269
1272
|
post_install_message:
|
|
1270
1273
|
rdoc_options: []
|