azure_sdk 0.14.0 → 0.15.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (77) hide show
  1. checksums.yaml +4 -4
  2. data/lib/azure_sdk.rb +2 -27
  3. data/lib/azure_sdk/version.rb +1 -1
  4. data/lib/{azure_sdk → common}/configurable.rb +0 -0
  5. data/lib/{azure_sdk → common}/default.rb +0 -0
  6. data/lib/latest/latest_profile_client.rb +154 -0
  7. data/lib/latest/module_definition.rb +122 -0
  8. data/lib/latest/modules/analysisservices_profile_module.rb +104 -0
  9. data/lib/latest/modules/authorization_profile_module.rb +120 -0
  10. data/lib/latest/modules/automation_profile_module.rb +600 -0
  11. data/lib/latest/modules/batch_profile_module.rb +152 -0
  12. data/lib/latest/modules/billing_profile_module.rb +84 -0
  13. data/lib/latest/modules/cdn_profile_module.rb +236 -0
  14. data/lib/latest/modules/cognitiveservices_profile_module.rb +128 -0
  15. data/lib/latest/modules/commerce_profile_module.rb +86 -0
  16. data/lib/latest/modules/compute_profile_module.rb +734 -0
  17. data/lib/latest/modules/consumption_profile_module.rb +74 -0
  18. data/lib/latest/modules/containerinstance_profile_module.rb +126 -0
  19. data/lib/latest/modules/containerregistry_profile_module.rb +210 -0
  20. data/lib/latest/modules/containerservice_profile_module.rb +100 -0
  21. data/lib/latest/modules/customerinsights_profile_module.rb +484 -0
  22. data/lib/latest/modules/datalakeanalytics_profile_module.rb +172 -0
  23. data/lib/latest/modules/datalakestore_profile_module.rb +148 -0
  24. data/lib/latest/modules/devtestlabs_profile_module.rb +676 -0
  25. data/lib/latest/modules/dns_profile_module.rb +114 -0
  26. data/lib/latest/modules/eventgrid_profile_module.rb +146 -0
  27. data/lib/latest/modules/eventhub_profile_module.rb +172 -0
  28. data/lib/latest/modules/features_profile_module.rb +48 -0
  29. data/lib/latest/modules/graph_profile_module.rb +202 -0
  30. data/lib/latest/modules/iothub_profile_module.rb +272 -0
  31. data/lib/latest/modules/keyvault_profile_module.rb +108 -0
  32. data/lib/latest/modules/links_profile_module.rb +56 -0
  33. data/lib/latest/modules/locks_profile_module.rb +52 -0
  34. data/lib/latest/modules/logic_profile_module.rb +600 -0
  35. data/lib/latest/modules/machinelearning_profile_module.rb +184 -0
  36. data/lib/latest/modules/managedapplications_profile_module.rb +110 -0
  37. data/lib/latest/modules/marketplaceordering_profile_module.rb +66 -0
  38. data/lib/latest/modules/mediaservices_profile_module.rb +110 -0
  39. data/lib/latest/modules/mobileengagement_profile_module.rb +404 -0
  40. data/lib/latest/modules/monitor_profile_module.rb +347 -0
  41. data/lib/latest/modules/network_profile_module.rb +1168 -0
  42. data/lib/latest/modules/notificationhubs_profile_module.rb +162 -0
  43. data/lib/latest/modules/operationalinsights_profile_module.rb +209 -0
  44. data/lib/latest/modules/policy_profile_module.rb +89 -0
  45. data/lib/latest/modules/powerbiembedded_profile_module.rb +114 -0
  46. data/lib/latest/modules/recoveryservices_profile_module.rb +209 -0
  47. data/lib/latest/modules/recoveryservicesbackup_profile_module.rb +750 -0
  48. data/lib/latest/modules/recoveryservicessiterecovery_profile_module.rb +1374 -0
  49. data/lib/latest/modules/redis_profile_module.rb +172 -0
  50. data/lib/latest/modules/relay_profile_module.rb +150 -0
  51. data/lib/latest/modules/resources_profile_module.rb +234 -0
  52. data/lib/latest/modules/resourcesmanagement_profile_module.rb +94 -0
  53. data/lib/latest/modules/scheduler_profile_module.rb +218 -0
  54. data/lib/latest/modules/search_profile_module.rb +96 -0
  55. data/lib/latest/modules/servermanagement_profile_module.rb +162 -0
  56. data/lib/latest/modules/servicebus_profile_module.rb +254 -0
  57. data/lib/latest/modules/servicefabric_profile_module.rb +140 -0
  58. data/lib/latest/modules/sql_profile_module.rb +940 -0
  59. data/lib/latest/modules/storage_profile_module.rb +270 -0
  60. data/lib/latest/modules/storsimple8000series_profile_module.rb +702 -0
  61. data/lib/latest/modules/streamanalytics_profile_module.rb +336 -0
  62. data/lib/latest/modules/subscriptions_profile_module.rb +74 -0
  63. data/lib/latest/modules/trafficmanager_profile_module.rb +145 -0
  64. data/lib/latest/modules/web_profile_module.rb +1162 -0
  65. data/lib/v2017_03_09/module_definition.rb +26 -0
  66. data/lib/v2017_03_09/modules/compute_profile_module.rb +444 -0
  67. data/lib/v2017_03_09/modules/features_profile_module.rb +48 -0
  68. data/lib/v2017_03_09/modules/links_profile_module.rb +56 -0
  69. data/lib/v2017_03_09/modules/locks_profile_module.rb +48 -0
  70. data/lib/v2017_03_09/modules/network_profile_module.rb +542 -0
  71. data/lib/v2017_03_09/modules/policy_profile_module.rb +58 -0
  72. data/lib/v2017_03_09/modules/resources_profile_module.rb +230 -0
  73. data/lib/v2017_03_09/modules/storage_profile_module.rb +114 -0
  74. data/lib/v2017_03_09/modules/subscriptions_profile_module.rb +74 -0
  75. data/lib/v2017_03_09/v2017_03_09_profile_client.rb +58 -0
  76. metadata +210 -127
  77. data/lib/azure_sdk/client.rb +0 -207
@@ -0,0 +1,202 @@
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_graph'
6
+
7
+ module Azure::Profiles::Latest
8
+ module Graph::Mgmt
9
+ Objects = Azure::Graph::Mgmt::V1_6::Objects
10
+ Applications = Azure::Graph::Mgmt::V1_6::Applications
11
+ Groups = Azure::Graph::Mgmt::V1_6::Groups
12
+ ServicePrincipals = Azure::Graph::Mgmt::V1_6::ServicePrincipals
13
+ Users = Azure::Graph::Mgmt::V1_6::Users
14
+ Domains = Azure::Graph::Mgmt::V1_6::Domains
15
+
16
+ module Models
17
+ GroupGetMemberGroupsParameters = Azure::Graph::Mgmt::V1_6::Models::GroupGetMemberGroupsParameters
18
+ GraphError = Azure::Graph::Mgmt::V1_6::Models::GraphError
19
+ GroupGetMemberGroupsResult = Azure::Graph::Mgmt::V1_6::Models::GroupGetMemberGroupsResult
20
+ PasswordCredential = Azure::Graph::Mgmt::V1_6::Models::PasswordCredential
21
+ CheckGroupMembershipParameters = Azure::Graph::Mgmt::V1_6::Models::CheckGroupMembershipParameters
22
+ RequiredResourceAccess = Azure::Graph::Mgmt::V1_6::Models::RequiredResourceAccess
23
+ CheckGroupMembershipResult = Azure::Graph::Mgmt::V1_6::Models::CheckGroupMembershipResult
24
+ ApplicationUpdateParameters = Azure::Graph::Mgmt::V1_6::Models::ApplicationUpdateParameters
25
+ ServicePrincipalCreateParameters = Azure::Graph::Mgmt::V1_6::Models::ServicePrincipalCreateParameters
26
+ ApplicationListResult = Azure::Graph::Mgmt::V1_6::Models::ApplicationListResult
27
+ ServicePrincipal = Azure::Graph::Mgmt::V1_6::Models::ServicePrincipal
28
+ KeyCredentialsUpdateParameters = Azure::Graph::Mgmt::V1_6::Models::KeyCredentialsUpdateParameters
29
+ ServicePrincipalListResult = Azure::Graph::Mgmt::V1_6::Models::ServicePrincipalListResult
30
+ PasswordCredentialsUpdateParameters = Azure::Graph::Mgmt::V1_6::Models::PasswordCredentialsUpdateParameters
31
+ PasswordProfile = Azure::Graph::Mgmt::V1_6::Models::PasswordProfile
32
+ GetObjectsResult = Azure::Graph::Mgmt::V1_6::Models::GetObjectsResult
33
+ UserBase = Azure::Graph::Mgmt::V1_6::Models::UserBase
34
+ GroupCreateParameters = Azure::Graph::Mgmt::V1_6::Models::GroupCreateParameters
35
+ GroupAddMemberParameters = Azure::Graph::Mgmt::V1_6::Models::GroupAddMemberParameters
36
+ ADGroup = Azure::Graph::Mgmt::V1_6::Models::ADGroup
37
+ KeyCredential = Azure::Graph::Mgmt::V1_6::Models::KeyCredential
38
+ ApplicationCreateParameters = Azure::Graph::Mgmt::V1_6::Models::ApplicationCreateParameters
39
+ DomainListResult = Azure::Graph::Mgmt::V1_6::Models::DomainListResult
40
+ KeyCredentialListResult = Azure::Graph::Mgmt::V1_6::Models::KeyCredentialListResult
41
+ SignInName = Azure::Graph::Mgmt::V1_6::Models::SignInName
42
+ AADObject = Azure::Graph::Mgmt::V1_6::Models::AADObject
43
+ Domain = Azure::Graph::Mgmt::V1_6::Models::Domain
44
+ ResourceAccess = Azure::Graph::Mgmt::V1_6::Models::ResourceAccess
45
+ UserGetMemberGroupsParameters = Azure::Graph::Mgmt::V1_6::Models::UserGetMemberGroupsParameters
46
+ PasswordCredentialListResult = Azure::Graph::Mgmt::V1_6::Models::PasswordCredentialListResult
47
+ UserGetMemberGroupsResult = Azure::Graph::Mgmt::V1_6::Models::UserGetMemberGroupsResult
48
+ Application = Azure::Graph::Mgmt::V1_6::Models::Application
49
+ UserListResult = Azure::Graph::Mgmt::V1_6::Models::UserListResult
50
+ GroupListResult = Azure::Graph::Mgmt::V1_6::Models::GroupListResult
51
+ GetObjectsParameters = Azure::Graph::Mgmt::V1_6::Models::GetObjectsParameters
52
+ UserCreateParameters = Azure::Graph::Mgmt::V1_6::Models::UserCreateParameters
53
+ UserUpdateParameters = Azure::Graph::Mgmt::V1_6::Models::UserUpdateParameters
54
+ User = Azure::Graph::Mgmt::V1_6::Models::User
55
+ UserType = Azure::Graph::Mgmt::V1_6::Models::UserType
56
+ end
57
+
58
+ #
59
+ # Graph
60
+ #
61
+ class GraphClass
62
+ attr_reader :objects, :applications, :groups, :service_principals, :users, :domains, :configurable, :base_url, :options, :model_classes
63
+
64
+ def initialize(configurable, base_url=nil, options=nil)
65
+ @configurable, @base_url, @options = configurable, base_url, options
66
+
67
+ client_0 = Azure::Graph::Mgmt::V1_6::GraphRbacManagementClient.new(configurable.credentials, base_url, options)
68
+ if(client_0.respond_to?(:subscription_id))
69
+ client_0.subscription_id = configurable.subscription_id
70
+ end
71
+ @objects = client_0.objects
72
+ @applications = client_0.applications
73
+ @groups = client_0.groups
74
+ @service_principals = client_0.service_principals
75
+ @users = client_0.users
76
+ @domains = client_0.domains
77
+
78
+ @model_classes = ModelClasses.new
79
+ end
80
+
81
+ class ModelClasses
82
+ def group_get_member_groups_parameters
83
+ Azure::Graph::Mgmt::V1_6::Models::GroupGetMemberGroupsParameters
84
+ end
85
+ def graph_error
86
+ Azure::Graph::Mgmt::V1_6::Models::GraphError
87
+ end
88
+ def group_get_member_groups_result
89
+ Azure::Graph::Mgmt::V1_6::Models::GroupGetMemberGroupsResult
90
+ end
91
+ def password_credential
92
+ Azure::Graph::Mgmt::V1_6::Models::PasswordCredential
93
+ end
94
+ def check_group_membership_parameters
95
+ Azure::Graph::Mgmt::V1_6::Models::CheckGroupMembershipParameters
96
+ end
97
+ def required_resource_access
98
+ Azure::Graph::Mgmt::V1_6::Models::RequiredResourceAccess
99
+ end
100
+ def check_group_membership_result
101
+ Azure::Graph::Mgmt::V1_6::Models::CheckGroupMembershipResult
102
+ end
103
+ def application_update_parameters
104
+ Azure::Graph::Mgmt::V1_6::Models::ApplicationUpdateParameters
105
+ end
106
+ def service_principal_create_parameters
107
+ Azure::Graph::Mgmt::V1_6::Models::ServicePrincipalCreateParameters
108
+ end
109
+ def application_list_result
110
+ Azure::Graph::Mgmt::V1_6::Models::ApplicationListResult
111
+ end
112
+ def service_principal
113
+ Azure::Graph::Mgmt::V1_6::Models::ServicePrincipal
114
+ end
115
+ def key_credentials_update_parameters
116
+ Azure::Graph::Mgmt::V1_6::Models::KeyCredentialsUpdateParameters
117
+ end
118
+ def service_principal_list_result
119
+ Azure::Graph::Mgmt::V1_6::Models::ServicePrincipalListResult
120
+ end
121
+ def password_credentials_update_parameters
122
+ Azure::Graph::Mgmt::V1_6::Models::PasswordCredentialsUpdateParameters
123
+ end
124
+ def password_profile
125
+ Azure::Graph::Mgmt::V1_6::Models::PasswordProfile
126
+ end
127
+ def get_objects_result
128
+ Azure::Graph::Mgmt::V1_6::Models::GetObjectsResult
129
+ end
130
+ def user_base
131
+ Azure::Graph::Mgmt::V1_6::Models::UserBase
132
+ end
133
+ def group_create_parameters
134
+ Azure::Graph::Mgmt::V1_6::Models::GroupCreateParameters
135
+ end
136
+ def group_add_member_parameters
137
+ Azure::Graph::Mgmt::V1_6::Models::GroupAddMemberParameters
138
+ end
139
+ def adgroup
140
+ Azure::Graph::Mgmt::V1_6::Models::ADGroup
141
+ end
142
+ def key_credential
143
+ Azure::Graph::Mgmt::V1_6::Models::KeyCredential
144
+ end
145
+ def application_create_parameters
146
+ Azure::Graph::Mgmt::V1_6::Models::ApplicationCreateParameters
147
+ end
148
+ def domain_list_result
149
+ Azure::Graph::Mgmt::V1_6::Models::DomainListResult
150
+ end
151
+ def key_credential_list_result
152
+ Azure::Graph::Mgmt::V1_6::Models::KeyCredentialListResult
153
+ end
154
+ def sign_in_name
155
+ Azure::Graph::Mgmt::V1_6::Models::SignInName
156
+ end
157
+ def aadobject
158
+ Azure::Graph::Mgmt::V1_6::Models::AADObject
159
+ end
160
+ def domain
161
+ Azure::Graph::Mgmt::V1_6::Models::Domain
162
+ end
163
+ def resource_access
164
+ Azure::Graph::Mgmt::V1_6::Models::ResourceAccess
165
+ end
166
+ def user_get_member_groups_parameters
167
+ Azure::Graph::Mgmt::V1_6::Models::UserGetMemberGroupsParameters
168
+ end
169
+ def password_credential_list_result
170
+ Azure::Graph::Mgmt::V1_6::Models::PasswordCredentialListResult
171
+ end
172
+ def user_get_member_groups_result
173
+ Azure::Graph::Mgmt::V1_6::Models::UserGetMemberGroupsResult
174
+ end
175
+ def application
176
+ Azure::Graph::Mgmt::V1_6::Models::Application
177
+ end
178
+ def user_list_result
179
+ Azure::Graph::Mgmt::V1_6::Models::UserListResult
180
+ end
181
+ def group_list_result
182
+ Azure::Graph::Mgmt::V1_6::Models::GroupListResult
183
+ end
184
+ def get_objects_parameters
185
+ Azure::Graph::Mgmt::V1_6::Models::GetObjectsParameters
186
+ end
187
+ def user_create_parameters
188
+ Azure::Graph::Mgmt::V1_6::Models::UserCreateParameters
189
+ end
190
+ def user_update_parameters
191
+ Azure::Graph::Mgmt::V1_6::Models::UserUpdateParameters
192
+ end
193
+ def user
194
+ Azure::Graph::Mgmt::V1_6::Models::User
195
+ end
196
+ def user_type
197
+ Azure::Graph::Mgmt::V1_6::Models::UserType
198
+ end
199
+ end
200
+ end
201
+ end
202
+ end
@@ -0,0 +1,272 @@
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_iot_hub'
6
+
7
+ module Azure::Profiles::Latest
8
+ module IotHub::Mgmt
9
+ Operations = Azure::IotHub::Mgmt::V2017_07_01::Operations
10
+ IotHubResource = Azure::IotHub::Mgmt::V2017_07_01::IotHubResource
11
+ Certificates = Azure::IotHub::Mgmt::V2017_07_01::Certificates
12
+
13
+ module Models
14
+ IotHubProperties = Azure::IotHub::Mgmt::V2017_07_01::Models::IotHubProperties
15
+ IotHubSkuInfo = Azure::IotHub::Mgmt::V2017_07_01::Models::IotHubSkuInfo
16
+ CertificateBodyDescription = Azure::IotHub::Mgmt::V2017_07_01::Models::CertificateBodyDescription
17
+ CertificateProperties = Azure::IotHub::Mgmt::V2017_07_01::Models::CertificateProperties
18
+ CertificateListDescription = Azure::IotHub::Mgmt::V2017_07_01::Models::CertificateListDescription
19
+ Resource = Azure::IotHub::Mgmt::V2017_07_01::Models::Resource
20
+ CertificateWithNonceDescription = Azure::IotHub::Mgmt::V2017_07_01::Models::CertificateWithNonceDescription
21
+ SharedAccessSignatureAuthorizationRuleListResult = Azure::IotHub::Mgmt::V2017_07_01::Models::SharedAccessSignatureAuthorizationRuleListResult
22
+ IpFilterRule = Azure::IotHub::Mgmt::V2017_07_01::Models::IpFilterRule
23
+ OperationDisplay = Azure::IotHub::Mgmt::V2017_07_01::Models::OperationDisplay
24
+ RoutingServiceBusQueueEndpointProperties = Azure::IotHub::Mgmt::V2017_07_01::Models::RoutingServiceBusQueueEndpointProperties
25
+ Operation = Azure::IotHub::Mgmt::V2017_07_01::Models::Operation
26
+ RoutingEventHubProperties = Azure::IotHub::Mgmt::V2017_07_01::Models::RoutingEventHubProperties
27
+ OperationListResult = Azure::IotHub::Mgmt::V2017_07_01::Models::OperationListResult
28
+ RoutingEndpoints = Azure::IotHub::Mgmt::V2017_07_01::Models::RoutingEndpoints
29
+ ErrorDetails = Azure::IotHub::Mgmt::V2017_07_01::Models::ErrorDetails
30
+ FallbackRouteProperties = Azure::IotHub::Mgmt::V2017_07_01::Models::FallbackRouteProperties
31
+ IotHubQuotaMetricInfo = Azure::IotHub::Mgmt::V2017_07_01::Models::IotHubQuotaMetricInfo
32
+ StorageEndpointProperties = Azure::IotHub::Mgmt::V2017_07_01::Models::StorageEndpointProperties
33
+ IotHubQuotaMetricInfoListResult = Azure::IotHub::Mgmt::V2017_07_01::Models::IotHubQuotaMetricInfoListResult
34
+ FeedbackProperties = Azure::IotHub::Mgmt::V2017_07_01::Models::FeedbackProperties
35
+ RegistryStatistics = Azure::IotHub::Mgmt::V2017_07_01::Models::RegistryStatistics
36
+ OperationsMonitoringProperties = Azure::IotHub::Mgmt::V2017_07_01::Models::OperationsMonitoringProperties
37
+ JobResponse = Azure::IotHub::Mgmt::V2017_07_01::Models::JobResponse
38
+ CertificateDescription = Azure::IotHub::Mgmt::V2017_07_01::Models::CertificateDescription
39
+ JobResponseListResult = Azure::IotHub::Mgmt::V2017_07_01::Models::JobResponseListResult
40
+ SharedAccessSignatureAuthorizationRule = Azure::IotHub::Mgmt::V2017_07_01::Models::SharedAccessSignatureAuthorizationRule
41
+ IotHubCapacity = Azure::IotHub::Mgmt::V2017_07_01::Models::IotHubCapacity
42
+ RoutingServiceBusTopicEndpointProperties = Azure::IotHub::Mgmt::V2017_07_01::Models::RoutingServiceBusTopicEndpointProperties
43
+ IotHubSkuDescription = Azure::IotHub::Mgmt::V2017_07_01::Models::IotHubSkuDescription
44
+ RouteProperties = Azure::IotHub::Mgmt::V2017_07_01::Models::RouteProperties
45
+ EventHubConsumerGroupsListResult = Azure::IotHub::Mgmt::V2017_07_01::Models::EventHubConsumerGroupsListResult
46
+ MessagingEndpointProperties = Azure::IotHub::Mgmt::V2017_07_01::Models::MessagingEndpointProperties
47
+ EventHubConsumerGroupInfo = Azure::IotHub::Mgmt::V2017_07_01::Models::EventHubConsumerGroupInfo
48
+ CertificateVerificationDescription = Azure::IotHub::Mgmt::V2017_07_01::Models::CertificateVerificationDescription
49
+ IotHubSkuDescriptionListResult = Azure::IotHub::Mgmt::V2017_07_01::Models::IotHubSkuDescriptionListResult
50
+ EventHubProperties = Azure::IotHub::Mgmt::V2017_07_01::Models::EventHubProperties
51
+ IotHubDescriptionListResult = Azure::IotHub::Mgmt::V2017_07_01::Models::IotHubDescriptionListResult
52
+ RoutingProperties = Azure::IotHub::Mgmt::V2017_07_01::Models::RoutingProperties
53
+ OperationInputs = Azure::IotHub::Mgmt::V2017_07_01::Models::OperationInputs
54
+ CertificatePropertiesWithNonce = Azure::IotHub::Mgmt::V2017_07_01::Models::CertificatePropertiesWithNonce
55
+ IotHubNameAvailabilityInfo = Azure::IotHub::Mgmt::V2017_07_01::Models::IotHubNameAvailabilityInfo
56
+ CloudToDeviceProperties = Azure::IotHub::Mgmt::V2017_07_01::Models::CloudToDeviceProperties
57
+ ExportDevicesRequest = Azure::IotHub::Mgmt::V2017_07_01::Models::ExportDevicesRequest
58
+ RoutingStorageContainerProperties = Azure::IotHub::Mgmt::V2017_07_01::Models::RoutingStorageContainerProperties
59
+ ImportDevicesRequest = Azure::IotHub::Mgmt::V2017_07_01::Models::ImportDevicesRequest
60
+ IotHubDescription = Azure::IotHub::Mgmt::V2017_07_01::Models::IotHubDescription
61
+ AccessRights = Azure::IotHub::Mgmt::V2017_07_01::Models::AccessRights
62
+ IpFilterActionType = Azure::IotHub::Mgmt::V2017_07_01::Models::IpFilterActionType
63
+ RoutingSource = Azure::IotHub::Mgmt::V2017_07_01::Models::RoutingSource
64
+ OperationMonitoringLevel = Azure::IotHub::Mgmt::V2017_07_01::Models::OperationMonitoringLevel
65
+ Capabilities = Azure::IotHub::Mgmt::V2017_07_01::Models::Capabilities
66
+ IotHubSku = Azure::IotHub::Mgmt::V2017_07_01::Models::IotHubSku
67
+ IotHubSkuTier = Azure::IotHub::Mgmt::V2017_07_01::Models::IotHubSkuTier
68
+ JobType = Azure::IotHub::Mgmt::V2017_07_01::Models::JobType
69
+ JobStatus = Azure::IotHub::Mgmt::V2017_07_01::Models::JobStatus
70
+ IotHubScaleType = Azure::IotHub::Mgmt::V2017_07_01::Models::IotHubScaleType
71
+ IotHubNameUnavailabilityReason = Azure::IotHub::Mgmt::V2017_07_01::Models::IotHubNameUnavailabilityReason
72
+ end
73
+
74
+ #
75
+ # IotHub
76
+ #
77
+ class IotHubClass
78
+ attr_reader :operations, :iot_hub_resource, :certificates, :configurable, :base_url, :options, :model_classes
79
+
80
+ def initialize(configurable, base_url=nil, options=nil)
81
+ @configurable, @base_url, @options = configurable, base_url, options
82
+
83
+ client_0 = Azure::IotHub::Mgmt::V2017_07_01::IotHubClient.new(configurable.credentials, base_url, options)
84
+ if(client_0.respond_to?(:subscription_id))
85
+ client_0.subscription_id = configurable.subscription_id
86
+ end
87
+ @operations = client_0.operations
88
+ @iot_hub_resource = client_0.iot_hub_resource
89
+ @certificates = client_0.certificates
90
+
91
+ @model_classes = ModelClasses.new
92
+ end
93
+
94
+ class ModelClasses
95
+ def iot_hub_properties
96
+ Azure::IotHub::Mgmt::V2017_07_01::Models::IotHubProperties
97
+ end
98
+ def iot_hub_sku_info
99
+ Azure::IotHub::Mgmt::V2017_07_01::Models::IotHubSkuInfo
100
+ end
101
+ def certificate_body_description
102
+ Azure::IotHub::Mgmt::V2017_07_01::Models::CertificateBodyDescription
103
+ end
104
+ def certificate_properties
105
+ Azure::IotHub::Mgmt::V2017_07_01::Models::CertificateProperties
106
+ end
107
+ def certificate_list_description
108
+ Azure::IotHub::Mgmt::V2017_07_01::Models::CertificateListDescription
109
+ end
110
+ def resource
111
+ Azure::IotHub::Mgmt::V2017_07_01::Models::Resource
112
+ end
113
+ def certificate_with_nonce_description
114
+ Azure::IotHub::Mgmt::V2017_07_01::Models::CertificateWithNonceDescription
115
+ end
116
+ def shared_access_signature_authorization_rule_list_result
117
+ Azure::IotHub::Mgmt::V2017_07_01::Models::SharedAccessSignatureAuthorizationRuleListResult
118
+ end
119
+ def ip_filter_rule
120
+ Azure::IotHub::Mgmt::V2017_07_01::Models::IpFilterRule
121
+ end
122
+ def operation_display
123
+ Azure::IotHub::Mgmt::V2017_07_01::Models::OperationDisplay
124
+ end
125
+ def routing_service_bus_queue_endpoint_properties
126
+ Azure::IotHub::Mgmt::V2017_07_01::Models::RoutingServiceBusQueueEndpointProperties
127
+ end
128
+ def operation
129
+ Azure::IotHub::Mgmt::V2017_07_01::Models::Operation
130
+ end
131
+ def routing_event_hub_properties
132
+ Azure::IotHub::Mgmt::V2017_07_01::Models::RoutingEventHubProperties
133
+ end
134
+ def operation_list_result
135
+ Azure::IotHub::Mgmt::V2017_07_01::Models::OperationListResult
136
+ end
137
+ def routing_endpoints
138
+ Azure::IotHub::Mgmt::V2017_07_01::Models::RoutingEndpoints
139
+ end
140
+ def error_details
141
+ Azure::IotHub::Mgmt::V2017_07_01::Models::ErrorDetails
142
+ end
143
+ def fallback_route_properties
144
+ Azure::IotHub::Mgmt::V2017_07_01::Models::FallbackRouteProperties
145
+ end
146
+ def iot_hub_quota_metric_info
147
+ Azure::IotHub::Mgmt::V2017_07_01::Models::IotHubQuotaMetricInfo
148
+ end
149
+ def storage_endpoint_properties
150
+ Azure::IotHub::Mgmt::V2017_07_01::Models::StorageEndpointProperties
151
+ end
152
+ def iot_hub_quota_metric_info_list_result
153
+ Azure::IotHub::Mgmt::V2017_07_01::Models::IotHubQuotaMetricInfoListResult
154
+ end
155
+ def feedback_properties
156
+ Azure::IotHub::Mgmt::V2017_07_01::Models::FeedbackProperties
157
+ end
158
+ def registry_statistics
159
+ Azure::IotHub::Mgmt::V2017_07_01::Models::RegistryStatistics
160
+ end
161
+ def operations_monitoring_properties
162
+ Azure::IotHub::Mgmt::V2017_07_01::Models::OperationsMonitoringProperties
163
+ end
164
+ def job_response
165
+ Azure::IotHub::Mgmt::V2017_07_01::Models::JobResponse
166
+ end
167
+ def certificate_description
168
+ Azure::IotHub::Mgmt::V2017_07_01::Models::CertificateDescription
169
+ end
170
+ def job_response_list_result
171
+ Azure::IotHub::Mgmt::V2017_07_01::Models::JobResponseListResult
172
+ end
173
+ def shared_access_signature_authorization_rule
174
+ Azure::IotHub::Mgmt::V2017_07_01::Models::SharedAccessSignatureAuthorizationRule
175
+ end
176
+ def iot_hub_capacity
177
+ Azure::IotHub::Mgmt::V2017_07_01::Models::IotHubCapacity
178
+ end
179
+ def routing_service_bus_topic_endpoint_properties
180
+ Azure::IotHub::Mgmt::V2017_07_01::Models::RoutingServiceBusTopicEndpointProperties
181
+ end
182
+ def iot_hub_sku_description
183
+ Azure::IotHub::Mgmt::V2017_07_01::Models::IotHubSkuDescription
184
+ end
185
+ def route_properties
186
+ Azure::IotHub::Mgmt::V2017_07_01::Models::RouteProperties
187
+ end
188
+ def event_hub_consumer_groups_list_result
189
+ Azure::IotHub::Mgmt::V2017_07_01::Models::EventHubConsumerGroupsListResult
190
+ end
191
+ def messaging_endpoint_properties
192
+ Azure::IotHub::Mgmt::V2017_07_01::Models::MessagingEndpointProperties
193
+ end
194
+ def event_hub_consumer_group_info
195
+ Azure::IotHub::Mgmt::V2017_07_01::Models::EventHubConsumerGroupInfo
196
+ end
197
+ def certificate_verification_description
198
+ Azure::IotHub::Mgmt::V2017_07_01::Models::CertificateVerificationDescription
199
+ end
200
+ def iot_hub_sku_description_list_result
201
+ Azure::IotHub::Mgmt::V2017_07_01::Models::IotHubSkuDescriptionListResult
202
+ end
203
+ def event_hub_properties
204
+ Azure::IotHub::Mgmt::V2017_07_01::Models::EventHubProperties
205
+ end
206
+ def iot_hub_description_list_result
207
+ Azure::IotHub::Mgmt::V2017_07_01::Models::IotHubDescriptionListResult
208
+ end
209
+ def routing_properties
210
+ Azure::IotHub::Mgmt::V2017_07_01::Models::RoutingProperties
211
+ end
212
+ def operation_inputs
213
+ Azure::IotHub::Mgmt::V2017_07_01::Models::OperationInputs
214
+ end
215
+ def certificate_properties_with_nonce
216
+ Azure::IotHub::Mgmt::V2017_07_01::Models::CertificatePropertiesWithNonce
217
+ end
218
+ def iot_hub_name_availability_info
219
+ Azure::IotHub::Mgmt::V2017_07_01::Models::IotHubNameAvailabilityInfo
220
+ end
221
+ def cloud_to_device_properties
222
+ Azure::IotHub::Mgmt::V2017_07_01::Models::CloudToDeviceProperties
223
+ end
224
+ def export_devices_request
225
+ Azure::IotHub::Mgmt::V2017_07_01::Models::ExportDevicesRequest
226
+ end
227
+ def routing_storage_container_properties
228
+ Azure::IotHub::Mgmt::V2017_07_01::Models::RoutingStorageContainerProperties
229
+ end
230
+ def import_devices_request
231
+ Azure::IotHub::Mgmt::V2017_07_01::Models::ImportDevicesRequest
232
+ end
233
+ def iot_hub_description
234
+ Azure::IotHub::Mgmt::V2017_07_01::Models::IotHubDescription
235
+ end
236
+ def access_rights
237
+ Azure::IotHub::Mgmt::V2017_07_01::Models::AccessRights
238
+ end
239
+ def ip_filter_action_type
240
+ Azure::IotHub::Mgmt::V2017_07_01::Models::IpFilterActionType
241
+ end
242
+ def routing_source
243
+ Azure::IotHub::Mgmt::V2017_07_01::Models::RoutingSource
244
+ end
245
+ def operation_monitoring_level
246
+ Azure::IotHub::Mgmt::V2017_07_01::Models::OperationMonitoringLevel
247
+ end
248
+ def capabilities
249
+ Azure::IotHub::Mgmt::V2017_07_01::Models::Capabilities
250
+ end
251
+ def iot_hub_sku
252
+ Azure::IotHub::Mgmt::V2017_07_01::Models::IotHubSku
253
+ end
254
+ def iot_hub_sku_tier
255
+ Azure::IotHub::Mgmt::V2017_07_01::Models::IotHubSkuTier
256
+ end
257
+ def job_type
258
+ Azure::IotHub::Mgmt::V2017_07_01::Models::JobType
259
+ end
260
+ def job_status
261
+ Azure::IotHub::Mgmt::V2017_07_01::Models::JobStatus
262
+ end
263
+ def iot_hub_scale_type
264
+ Azure::IotHub::Mgmt::V2017_07_01::Models::IotHubScaleType
265
+ end
266
+ def iot_hub_name_unavailability_reason
267
+ Azure::IotHub::Mgmt::V2017_07_01::Models::IotHubNameUnavailabilityReason
268
+ end
269
+ end
270
+ end
271
+ end
272
+ end