azure_sdk 0.17.11 → 0.18.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (46) hide show
  1. checksums.yaml +4 -4
  2. data/lib/azure_sdk/version.rb +1 -1
  3. data/lib/latest/latest_profile_client.rb +1 -21
  4. data/lib/latest/modules/apimanagement_profile_module.rb +616 -558
  5. data/lib/latest/modules/automation_profile_module.rb +364 -318
  6. data/lib/latest/modules/billing_profile_module.rb +43 -33
  7. data/lib/latest/modules/cognitiveservices_profile_module.rb +75 -29
  8. data/lib/latest/modules/compute_profile_module.rb +660 -530
  9. data/lib/latest/modules/computervision_profile_module.rb +103 -95
  10. data/lib/latest/modules/consumption_profile_module.rb +160 -78
  11. data/lib/latest/modules/containerinstance_profile_module.rb +116 -84
  12. data/lib/latest/modules/containerregistry_profile_module.rb +90 -50
  13. data/lib/latest/modules/containerservice_profile_module.rb +149 -49
  14. data/lib/latest/modules/contentmoderator_profile_module.rb +42 -30
  15. data/lib/latest/modules/datalakestore_profile_module.rb +61 -35
  16. data/lib/latest/modules/eventgrid_profile_module.rb +108 -36
  17. data/lib/latest/modules/eventhub_profile_module.rb +61 -111
  18. data/lib/latest/modules/face_profile_module.rb +0 -4
  19. data/lib/latest/modules/iotcentral_profile_module.rb +29 -29
  20. data/lib/latest/modules/iothub_profile_module.rb +240 -162
  21. data/lib/latest/modules/keyvault_profile_module.rb +361 -297
  22. data/lib/latest/modules/logic_profile_module.rb +359 -205
  23. data/lib/latest/modules/machinelearning_profile_module.rb +68 -54
  24. data/lib/latest/modules/managedapplications_profile_module.rb +39 -39
  25. data/lib/latest/modules/mediaservices_profile_module.rb +412 -416
  26. data/lib/latest/modules/monitor_profile_module.rb +0 -4
  27. data/lib/latest/modules/network_profile_module.rb +945 -705
  28. data/lib/latest/modules/notificationhubs_profile_module.rb +53 -39
  29. data/lib/latest/modules/operationalinsights_profile_module.rb +49 -29
  30. data/lib/latest/modules/policy_profile_module.rb +36 -44
  31. data/lib/latest/modules/recoveryservicesbackup_profile_module.rb +399 -313
  32. data/lib/latest/modules/recoveryservicessiterecovery_profile_module.rb +1071 -993
  33. data/lib/latest/modules/redis_profile_module.rb +107 -83
  34. data/lib/latest/modules/resources_profile_module.rb +138 -122
  35. data/lib/latest/modules/resourcesmanagement_profile_module.rb +99 -37
  36. data/lib/latest/modules/search_profile_module.rb +23 -19
  37. data/lib/latest/modules/security_profile_module.rb +3 -3
  38. data/lib/latest/modules/servicebus_profile_module.rb +64 -54
  39. data/lib/latest/modules/servicefabric_profile_module.rb +136 -112
  40. data/lib/latest/modules/sql_profile_module.rb +855 -411
  41. data/lib/latest/modules/textanalytics_profile_module.rb +39 -27
  42. data/lib/latest/modules/trafficmanager_profile_module.rb +98 -86
  43. data/lib/latest/modules/web_profile_module.rb +1045 -969
  44. metadata +151 -181
  45. data/lib/latest/modules/mobileengagement_profile_module.rb +0 -417
  46. data/lib/latest/modules/servermanagement_profile_module.rb +0 -175
@@ -7,84 +7,105 @@ require 'azure_mgmt_iot_hub'
7
7
  module Azure::Profiles::Latest
8
8
  module IotHub
9
9
  module Mgmt
10
- Operations = Azure::IotHub::Mgmt::V2017_07_01::Operations
11
- IotHubResource = Azure::IotHub::Mgmt::V2017_07_01::IotHubResource
12
- Certificates = Azure::IotHub::Mgmt::V2017_07_01::Certificates
10
+ Operations = Azure::IotHub::Mgmt::V2018_04_01::Operations
11
+ IotHubResource = Azure::IotHub::Mgmt::V2018_04_01::IotHubResource
12
+ ResourceProviderCommon = Azure::IotHub::Mgmt::V2018_04_01::ResourceProviderCommon
13
+ Certificates = Azure::IotHub::Mgmt::V2018_04_01::Certificates
13
14
 
14
15
  module Models
15
- IotHubProperties = Azure::IotHub::Mgmt::V2017_07_01::Models::IotHubProperties
16
- IotHubSkuInfo = Azure::IotHub::Mgmt::V2017_07_01::Models::IotHubSkuInfo
17
- CertificateBodyDescription = Azure::IotHub::Mgmt::V2017_07_01::Models::CertificateBodyDescription
18
- CertificateProperties = Azure::IotHub::Mgmt::V2017_07_01::Models::CertificateProperties
19
- CertificateListDescription = Azure::IotHub::Mgmt::V2017_07_01::Models::CertificateListDescription
20
- Resource = Azure::IotHub::Mgmt::V2017_07_01::Models::Resource
21
- CertificateWithNonceDescription = Azure::IotHub::Mgmt::V2017_07_01::Models::CertificateWithNonceDescription
22
- SharedAccessSignatureAuthorizationRuleListResult = Azure::IotHub::Mgmt::V2017_07_01::Models::SharedAccessSignatureAuthorizationRuleListResult
23
- IpFilterRule = Azure::IotHub::Mgmt::V2017_07_01::Models::IpFilterRule
24
- OperationDisplay = Azure::IotHub::Mgmt::V2017_07_01::Models::OperationDisplay
25
- RoutingServiceBusQueueEndpointProperties = Azure::IotHub::Mgmt::V2017_07_01::Models::RoutingServiceBusQueueEndpointProperties
26
- Operation = Azure::IotHub::Mgmt::V2017_07_01::Models::Operation
27
- RoutingEventHubProperties = Azure::IotHub::Mgmt::V2017_07_01::Models::RoutingEventHubProperties
28
- OperationListResult = Azure::IotHub::Mgmt::V2017_07_01::Models::OperationListResult
29
- RoutingEndpoints = Azure::IotHub::Mgmt::V2017_07_01::Models::RoutingEndpoints
30
- ErrorDetails = Azure::IotHub::Mgmt::V2017_07_01::Models::ErrorDetails
31
- FallbackRouteProperties = Azure::IotHub::Mgmt::V2017_07_01::Models::FallbackRouteProperties
32
- IotHubQuotaMetricInfo = Azure::IotHub::Mgmt::V2017_07_01::Models::IotHubQuotaMetricInfo
33
- StorageEndpointProperties = Azure::IotHub::Mgmt::V2017_07_01::Models::StorageEndpointProperties
34
- IotHubQuotaMetricInfoListResult = Azure::IotHub::Mgmt::V2017_07_01::Models::IotHubQuotaMetricInfoListResult
35
- FeedbackProperties = Azure::IotHub::Mgmt::V2017_07_01::Models::FeedbackProperties
36
- RegistryStatistics = Azure::IotHub::Mgmt::V2017_07_01::Models::RegistryStatistics
37
- OperationsMonitoringProperties = Azure::IotHub::Mgmt::V2017_07_01::Models::OperationsMonitoringProperties
38
- JobResponse = Azure::IotHub::Mgmt::V2017_07_01::Models::JobResponse
39
- CertificateDescription = Azure::IotHub::Mgmt::V2017_07_01::Models::CertificateDescription
40
- JobResponseListResult = Azure::IotHub::Mgmt::V2017_07_01::Models::JobResponseListResult
41
- SharedAccessSignatureAuthorizationRule = Azure::IotHub::Mgmt::V2017_07_01::Models::SharedAccessSignatureAuthorizationRule
42
- IotHubCapacity = Azure::IotHub::Mgmt::V2017_07_01::Models::IotHubCapacity
43
- RoutingServiceBusTopicEndpointProperties = Azure::IotHub::Mgmt::V2017_07_01::Models::RoutingServiceBusTopicEndpointProperties
44
- IotHubSkuDescription = Azure::IotHub::Mgmt::V2017_07_01::Models::IotHubSkuDescription
45
- RouteProperties = Azure::IotHub::Mgmt::V2017_07_01::Models::RouteProperties
46
- EventHubConsumerGroupsListResult = Azure::IotHub::Mgmt::V2017_07_01::Models::EventHubConsumerGroupsListResult
47
- MessagingEndpointProperties = Azure::IotHub::Mgmt::V2017_07_01::Models::MessagingEndpointProperties
48
- EventHubConsumerGroupInfo = Azure::IotHub::Mgmt::V2017_07_01::Models::EventHubConsumerGroupInfo
49
- CertificateVerificationDescription = Azure::IotHub::Mgmt::V2017_07_01::Models::CertificateVerificationDescription
50
- IotHubSkuDescriptionListResult = Azure::IotHub::Mgmt::V2017_07_01::Models::IotHubSkuDescriptionListResult
51
- EventHubProperties = Azure::IotHub::Mgmt::V2017_07_01::Models::EventHubProperties
52
- IotHubDescriptionListResult = Azure::IotHub::Mgmt::V2017_07_01::Models::IotHubDescriptionListResult
53
- RoutingProperties = Azure::IotHub::Mgmt::V2017_07_01::Models::RoutingProperties
54
- OperationInputs = Azure::IotHub::Mgmt::V2017_07_01::Models::OperationInputs
55
- CertificatePropertiesWithNonce = Azure::IotHub::Mgmt::V2017_07_01::Models::CertificatePropertiesWithNonce
56
- IotHubNameAvailabilityInfo = Azure::IotHub::Mgmt::V2017_07_01::Models::IotHubNameAvailabilityInfo
57
- CloudToDeviceProperties = Azure::IotHub::Mgmt::V2017_07_01::Models::CloudToDeviceProperties
58
- ExportDevicesRequest = Azure::IotHub::Mgmt::V2017_07_01::Models::ExportDevicesRequest
59
- RoutingStorageContainerProperties = Azure::IotHub::Mgmt::V2017_07_01::Models::RoutingStorageContainerProperties
60
- ImportDevicesRequest = Azure::IotHub::Mgmt::V2017_07_01::Models::ImportDevicesRequest
61
- IotHubDescription = Azure::IotHub::Mgmt::V2017_07_01::Models::IotHubDescription
62
- AccessRights = Azure::IotHub::Mgmt::V2017_07_01::Models::AccessRights
63
- IpFilterActionType = Azure::IotHub::Mgmt::V2017_07_01::Models::IpFilterActionType
64
- RoutingSource = Azure::IotHub::Mgmt::V2017_07_01::Models::RoutingSource
65
- OperationMonitoringLevel = Azure::IotHub::Mgmt::V2017_07_01::Models::OperationMonitoringLevel
66
- Capabilities = Azure::IotHub::Mgmt::V2017_07_01::Models::Capabilities
67
- IotHubSku = Azure::IotHub::Mgmt::V2017_07_01::Models::IotHubSku
68
- IotHubSkuTier = Azure::IotHub::Mgmt::V2017_07_01::Models::IotHubSkuTier
69
- JobType = Azure::IotHub::Mgmt::V2017_07_01::Models::JobType
70
- JobStatus = Azure::IotHub::Mgmt::V2017_07_01::Models::JobStatus
71
- IotHubScaleType = Azure::IotHub::Mgmt::V2017_07_01::Models::IotHubScaleType
72
- IotHubNameUnavailabilityReason = Azure::IotHub::Mgmt::V2017_07_01::Models::IotHubNameUnavailabilityReason
16
+ ErrorDetails = Azure::IotHub::Mgmt::V2018_04_01::Models::ErrorDetails
17
+ IotHubQuotaMetricInfo = Azure::IotHub::Mgmt::V2018_04_01::Models::IotHubQuotaMetricInfo
18
+ CertificateProperties = Azure::IotHub::Mgmt::V2018_04_01::Models::CertificateProperties
19
+ IotHubQuotaMetricInfoListResult = Azure::IotHub::Mgmt::V2018_04_01::Models::IotHubQuotaMetricInfoListResult
20
+ CertificateListDescription = Azure::IotHub::Mgmt::V2018_04_01::Models::CertificateListDescription
21
+ EndpointHealthData = Azure::IotHub::Mgmt::V2018_04_01::Models::EndpointHealthData
22
+ CertificatePropertiesWithNonce = Azure::IotHub::Mgmt::V2018_04_01::Models::CertificatePropertiesWithNonce
23
+ EndpointHealthDataListResult = Azure::IotHub::Mgmt::V2018_04_01::Models::EndpointHealthDataListResult
24
+ SharedAccessSignatureAuthorizationRule = Azure::IotHub::Mgmt::V2018_04_01::Models::SharedAccessSignatureAuthorizationRule
25
+ RegistryStatistics = Azure::IotHub::Mgmt::V2018_04_01::Models::RegistryStatistics
26
+ EventHubProperties = Azure::IotHub::Mgmt::V2018_04_01::Models::EventHubProperties
27
+ JobResponse = Azure::IotHub::Mgmt::V2018_04_01::Models::JobResponse
28
+ RoutingServiceBusTopicEndpointProperties = Azure::IotHub::Mgmt::V2018_04_01::Models::RoutingServiceBusTopicEndpointProperties
29
+ JobResponseListResult = Azure::IotHub::Mgmt::V2018_04_01::Models::JobResponseListResult
30
+ RoutingStorageContainerProperties = Azure::IotHub::Mgmt::V2018_04_01::Models::RoutingStorageContainerProperties
31
+ IotHubCapacity = Azure::IotHub::Mgmt::V2018_04_01::Models::IotHubCapacity
32
+ RouteProperties = Azure::IotHub::Mgmt::V2018_04_01::Models::RouteProperties
33
+ IotHubSkuDescription = Azure::IotHub::Mgmt::V2018_04_01::Models::IotHubSkuDescription
34
+ RoutingProperties = Azure::IotHub::Mgmt::V2018_04_01::Models::RoutingProperties
35
+ TagsResource = Azure::IotHub::Mgmt::V2018_04_01::Models::TagsResource
36
+ MessagingEndpointProperties = Azure::IotHub::Mgmt::V2018_04_01::Models::MessagingEndpointProperties
37
+ EventHubConsumerGroupInfo = Azure::IotHub::Mgmt::V2018_04_01::Models::EventHubConsumerGroupInfo
38
+ CloudToDeviceProperties = Azure::IotHub::Mgmt::V2018_04_01::Models::CloudToDeviceProperties
39
+ EventHubConsumerGroupsListResult = Azure::IotHub::Mgmt::V2018_04_01::Models::EventHubConsumerGroupsListResult
40
+ IotHubProperties = Azure::IotHub::Mgmt::V2018_04_01::Models::IotHubProperties
41
+ IotHubSkuDescriptionListResult = Azure::IotHub::Mgmt::V2018_04_01::Models::IotHubSkuDescriptionListResult
42
+ Resource = Azure::IotHub::Mgmt::V2018_04_01::Models::Resource
43
+ IotHubDescriptionListResult = Azure::IotHub::Mgmt::V2018_04_01::Models::IotHubDescriptionListResult
44
+ OperationDisplay = Azure::IotHub::Mgmt::V2018_04_01::Models::OperationDisplay
45
+ OperationInputs = Azure::IotHub::Mgmt::V2018_04_01::Models::OperationInputs
46
+ OperationListResult = Azure::IotHub::Mgmt::V2018_04_01::Models::OperationListResult
47
+ IotHubNameAvailabilityInfo = Azure::IotHub::Mgmt::V2018_04_01::Models::IotHubNameAvailabilityInfo
48
+ CertificateDescription = Azure::IotHub::Mgmt::V2018_04_01::Models::CertificateDescription
49
+ Name = Azure::IotHub::Mgmt::V2018_04_01::Models::Name
50
+ CertificateWithNonceDescription = Azure::IotHub::Mgmt::V2018_04_01::Models::CertificateWithNonceDescription
51
+ UserSubscriptionQuota = Azure::IotHub::Mgmt::V2018_04_01::Models::UserSubscriptionQuota
52
+ RoutingServiceBusQueueEndpointProperties = Azure::IotHub::Mgmt::V2018_04_01::Models::RoutingServiceBusQueueEndpointProperties
53
+ UserSubscriptionQuotaListResult = Azure::IotHub::Mgmt::V2018_04_01::Models::UserSubscriptionQuotaListResult
54
+ RoutingEndpoints = Azure::IotHub::Mgmt::V2018_04_01::Models::RoutingEndpoints
55
+ RoutingMessage = Azure::IotHub::Mgmt::V2018_04_01::Models::RoutingMessage
56
+ StorageEndpointProperties = Azure::IotHub::Mgmt::V2018_04_01::Models::StorageEndpointProperties
57
+ TestAllRoutesInput = Azure::IotHub::Mgmt::V2018_04_01::Models::TestAllRoutesInput
58
+ OperationsMonitoringProperties = Azure::IotHub::Mgmt::V2018_04_01::Models::OperationsMonitoringProperties
59
+ MatchedRoute = Azure::IotHub::Mgmt::V2018_04_01::Models::MatchedRoute
60
+ SharedAccessSignatureAuthorizationRuleListResult = Azure::IotHub::Mgmt::V2018_04_01::Models::SharedAccessSignatureAuthorizationRuleListResult
61
+ TestAllRoutesResult = Azure::IotHub::Mgmt::V2018_04_01::Models::TestAllRoutesResult
62
+ CertificateVerificationDescription = Azure::IotHub::Mgmt::V2018_04_01::Models::CertificateVerificationDescription
63
+ TestRouteInput = Azure::IotHub::Mgmt::V2018_04_01::Models::TestRouteInput
64
+ IpFilterRule = Azure::IotHub::Mgmt::V2018_04_01::Models::IpFilterRule
65
+ RouteErrorPosition = Azure::IotHub::Mgmt::V2018_04_01::Models::RouteErrorPosition
66
+ FallbackRouteProperties = Azure::IotHub::Mgmt::V2018_04_01::Models::FallbackRouteProperties
67
+ RouteErrorRange = Azure::IotHub::Mgmt::V2018_04_01::Models::RouteErrorRange
68
+ IotHubSkuInfo = Azure::IotHub::Mgmt::V2018_04_01::Models::IotHubSkuInfo
69
+ RouteCompilationError = Azure::IotHub::Mgmt::V2018_04_01::Models::RouteCompilationError
70
+ CertificateBodyDescription = Azure::IotHub::Mgmt::V2018_04_01::Models::CertificateBodyDescription
71
+ TestRouteResultDetails = Azure::IotHub::Mgmt::V2018_04_01::Models::TestRouteResultDetails
72
+ FeedbackProperties = Azure::IotHub::Mgmt::V2018_04_01::Models::FeedbackProperties
73
+ TestRouteResult = Azure::IotHub::Mgmt::V2018_04_01::Models::TestRouteResult
74
+ RoutingEventHubProperties = Azure::IotHub::Mgmt::V2018_04_01::Models::RoutingEventHubProperties
75
+ ExportDevicesRequest = Azure::IotHub::Mgmt::V2018_04_01::Models::ExportDevicesRequest
76
+ Operation = Azure::IotHub::Mgmt::V2018_04_01::Models::Operation
77
+ ImportDevicesRequest = Azure::IotHub::Mgmt::V2018_04_01::Models::ImportDevicesRequest
78
+ IotHubDescription = Azure::IotHub::Mgmt::V2018_04_01::Models::IotHubDescription
79
+ AccessRights = Azure::IotHub::Mgmt::V2018_04_01::Models::AccessRights
80
+ IpFilterActionType = Azure::IotHub::Mgmt::V2018_04_01::Models::IpFilterActionType
81
+ RoutingSource = Azure::IotHub::Mgmt::V2018_04_01::Models::RoutingSource
82
+ OperationMonitoringLevel = Azure::IotHub::Mgmt::V2018_04_01::Models::OperationMonitoringLevel
83
+ Capabilities = Azure::IotHub::Mgmt::V2018_04_01::Models::Capabilities
84
+ IotHubSku = Azure::IotHub::Mgmt::V2018_04_01::Models::IotHubSku
85
+ IotHubSkuTier = Azure::IotHub::Mgmt::V2018_04_01::Models::IotHubSkuTier
86
+ EndpointHealthStatus = Azure::IotHub::Mgmt::V2018_04_01::Models::EndpointHealthStatus
87
+ JobType = Azure::IotHub::Mgmt::V2018_04_01::Models::JobType
88
+ JobStatus = Azure::IotHub::Mgmt::V2018_04_01::Models::JobStatus
89
+ IotHubScaleType = Azure::IotHub::Mgmt::V2018_04_01::Models::IotHubScaleType
90
+ IotHubNameUnavailabilityReason = Azure::IotHub::Mgmt::V2018_04_01::Models::IotHubNameUnavailabilityReason
91
+ TestResultStatus = Azure::IotHub::Mgmt::V2018_04_01::Models::TestResultStatus
92
+ RouteErrorSeverity = Azure::IotHub::Mgmt::V2018_04_01::Models::RouteErrorSeverity
73
93
  end
74
94
 
75
95
  class IotHubManagementClass
76
- attr_reader :operations, :iot_hub_resource, :certificates, :configurable, :base_url, :options, :model_classes
96
+ attr_reader :operations, :iot_hub_resource, :resource_provider_common, :certificates, :configurable, :base_url, :options, :model_classes
77
97
 
78
98
  def initialize(configurable, base_url=nil, options=nil)
79
99
  @configurable, @base_url, @options = configurable, base_url, options
80
100
 
81
- @client_0 = Azure::IotHub::Mgmt::V2017_07_01::IotHubClient.new(configurable.credentials, base_url, options)
101
+ @client_0 = Azure::IotHub::Mgmt::V2018_04_01::IotHubClient.new(configurable.credentials, base_url, options)
82
102
  if(@client_0.respond_to?(:subscription_id))
83
103
  @client_0.subscription_id = configurable.subscription_id
84
104
  end
85
105
  add_telemetry(@client_0)
86
106
  @operations = @client_0.operations
87
107
  @iot_hub_resource = @client_0.iot_hub_resource
108
+ @resource_provider_common = @client_0.resource_provider_common
88
109
  @certificates = @client_0.certificates
89
110
 
90
111
  @model_classes = ModelClasses.new
@@ -104,179 +125,236 @@ module Azure::Profiles::Latest
104
125
  end
105
126
 
106
127
  class ModelClasses
107
- def iot_hub_properties
108
- Azure::IotHub::Mgmt::V2017_07_01::Models::IotHubProperties
109
- end
110
- def iot_hub_sku_info
111
- Azure::IotHub::Mgmt::V2017_07_01::Models::IotHubSkuInfo
128
+ def error_details
129
+ Azure::IotHub::Mgmt::V2018_04_01::Models::ErrorDetails
112
130
  end
113
- def certificate_body_description
114
- Azure::IotHub::Mgmt::V2017_07_01::Models::CertificateBodyDescription
131
+ def iot_hub_quota_metric_info
132
+ Azure::IotHub::Mgmt::V2018_04_01::Models::IotHubQuotaMetricInfo
115
133
  end
116
134
  def certificate_properties
117
- Azure::IotHub::Mgmt::V2017_07_01::Models::CertificateProperties
135
+ Azure::IotHub::Mgmt::V2018_04_01::Models::CertificateProperties
136
+ end
137
+ def iot_hub_quota_metric_info_list_result
138
+ Azure::IotHub::Mgmt::V2018_04_01::Models::IotHubQuotaMetricInfoListResult
118
139
  end
119
140
  def certificate_list_description
120
- Azure::IotHub::Mgmt::V2017_07_01::Models::CertificateListDescription
141
+ Azure::IotHub::Mgmt::V2018_04_01::Models::CertificateListDescription
121
142
  end
122
- def resource
123
- Azure::IotHub::Mgmt::V2017_07_01::Models::Resource
143
+ def endpoint_health_data
144
+ Azure::IotHub::Mgmt::V2018_04_01::Models::EndpointHealthData
124
145
  end
125
- def certificate_with_nonce_description
126
- Azure::IotHub::Mgmt::V2017_07_01::Models::CertificateWithNonceDescription
146
+ def certificate_properties_with_nonce
147
+ Azure::IotHub::Mgmt::V2018_04_01::Models::CertificatePropertiesWithNonce
127
148
  end
128
- def shared_access_signature_authorization_rule_list_result
129
- Azure::IotHub::Mgmt::V2017_07_01::Models::SharedAccessSignatureAuthorizationRuleListResult
149
+ def endpoint_health_data_list_result
150
+ Azure::IotHub::Mgmt::V2018_04_01::Models::EndpointHealthDataListResult
130
151
  end
131
- def ip_filter_rule
132
- Azure::IotHub::Mgmt::V2017_07_01::Models::IpFilterRule
152
+ def shared_access_signature_authorization_rule
153
+ Azure::IotHub::Mgmt::V2018_04_01::Models::SharedAccessSignatureAuthorizationRule
133
154
  end
134
- def operation_display
135
- Azure::IotHub::Mgmt::V2017_07_01::Models::OperationDisplay
155
+ def registry_statistics
156
+ Azure::IotHub::Mgmt::V2018_04_01::Models::RegistryStatistics
136
157
  end
137
- def routing_service_bus_queue_endpoint_properties
138
- Azure::IotHub::Mgmt::V2017_07_01::Models::RoutingServiceBusQueueEndpointProperties
158
+ def event_hub_properties
159
+ Azure::IotHub::Mgmt::V2018_04_01::Models::EventHubProperties
139
160
  end
140
- def operation
141
- Azure::IotHub::Mgmt::V2017_07_01::Models::Operation
161
+ def job_response
162
+ Azure::IotHub::Mgmt::V2018_04_01::Models::JobResponse
142
163
  end
143
- def routing_event_hub_properties
144
- Azure::IotHub::Mgmt::V2017_07_01::Models::RoutingEventHubProperties
164
+ def routing_service_bus_topic_endpoint_properties
165
+ Azure::IotHub::Mgmt::V2018_04_01::Models::RoutingServiceBusTopicEndpointProperties
145
166
  end
146
- def operation_list_result
147
- Azure::IotHub::Mgmt::V2017_07_01::Models::OperationListResult
167
+ def job_response_list_result
168
+ Azure::IotHub::Mgmt::V2018_04_01::Models::JobResponseListResult
148
169
  end
149
- def routing_endpoints
150
- Azure::IotHub::Mgmt::V2017_07_01::Models::RoutingEndpoints
170
+ def routing_storage_container_properties
171
+ Azure::IotHub::Mgmt::V2018_04_01::Models::RoutingStorageContainerProperties
151
172
  end
152
- def error_details
153
- Azure::IotHub::Mgmt::V2017_07_01::Models::ErrorDetails
173
+ def iot_hub_capacity
174
+ Azure::IotHub::Mgmt::V2018_04_01::Models::IotHubCapacity
154
175
  end
155
- def fallback_route_properties
156
- Azure::IotHub::Mgmt::V2017_07_01::Models::FallbackRouteProperties
176
+ def route_properties
177
+ Azure::IotHub::Mgmt::V2018_04_01::Models::RouteProperties
157
178
  end
158
- def iot_hub_quota_metric_info
159
- Azure::IotHub::Mgmt::V2017_07_01::Models::IotHubQuotaMetricInfo
179
+ def iot_hub_sku_description
180
+ Azure::IotHub::Mgmt::V2018_04_01::Models::IotHubSkuDescription
160
181
  end
161
- def storage_endpoint_properties
162
- Azure::IotHub::Mgmt::V2017_07_01::Models::StorageEndpointProperties
182
+ def routing_properties
183
+ Azure::IotHub::Mgmt::V2018_04_01::Models::RoutingProperties
163
184
  end
164
- def iot_hub_quota_metric_info_list_result
165
- Azure::IotHub::Mgmt::V2017_07_01::Models::IotHubQuotaMetricInfoListResult
185
+ def tags_resource
186
+ Azure::IotHub::Mgmt::V2018_04_01::Models::TagsResource
166
187
  end
167
- def feedback_properties
168
- Azure::IotHub::Mgmt::V2017_07_01::Models::FeedbackProperties
188
+ def messaging_endpoint_properties
189
+ Azure::IotHub::Mgmt::V2018_04_01::Models::MessagingEndpointProperties
169
190
  end
170
- def registry_statistics
171
- Azure::IotHub::Mgmt::V2017_07_01::Models::RegistryStatistics
191
+ def event_hub_consumer_group_info
192
+ Azure::IotHub::Mgmt::V2018_04_01::Models::EventHubConsumerGroupInfo
172
193
  end
173
- def operations_monitoring_properties
174
- Azure::IotHub::Mgmt::V2017_07_01::Models::OperationsMonitoringProperties
194
+ def cloud_to_device_properties
195
+ Azure::IotHub::Mgmt::V2018_04_01::Models::CloudToDeviceProperties
175
196
  end
176
- def job_response
177
- Azure::IotHub::Mgmt::V2017_07_01::Models::JobResponse
197
+ def event_hub_consumer_groups_list_result
198
+ Azure::IotHub::Mgmt::V2018_04_01::Models::EventHubConsumerGroupsListResult
199
+ end
200
+ def iot_hub_properties
201
+ Azure::IotHub::Mgmt::V2018_04_01::Models::IotHubProperties
202
+ end
203
+ def iot_hub_sku_description_list_result
204
+ Azure::IotHub::Mgmt::V2018_04_01::Models::IotHubSkuDescriptionListResult
205
+ end
206
+ def resource
207
+ Azure::IotHub::Mgmt::V2018_04_01::Models::Resource
208
+ end
209
+ def iot_hub_description_list_result
210
+ Azure::IotHub::Mgmt::V2018_04_01::Models::IotHubDescriptionListResult
211
+ end
212
+ def operation_display
213
+ Azure::IotHub::Mgmt::V2018_04_01::Models::OperationDisplay
214
+ end
215
+ def operation_inputs
216
+ Azure::IotHub::Mgmt::V2018_04_01::Models::OperationInputs
217
+ end
218
+ def operation_list_result
219
+ Azure::IotHub::Mgmt::V2018_04_01::Models::OperationListResult
220
+ end
221
+ def iot_hub_name_availability_info
222
+ Azure::IotHub::Mgmt::V2018_04_01::Models::IotHubNameAvailabilityInfo
178
223
  end
179
224
  def certificate_description
180
- Azure::IotHub::Mgmt::V2017_07_01::Models::CertificateDescription
225
+ Azure::IotHub::Mgmt::V2018_04_01::Models::CertificateDescription
181
226
  end
182
- def job_response_list_result
183
- Azure::IotHub::Mgmt::V2017_07_01::Models::JobResponseListResult
227
+ def name
228
+ Azure::IotHub::Mgmt::V2018_04_01::Models::Name
184
229
  end
185
- def shared_access_signature_authorization_rule
186
- Azure::IotHub::Mgmt::V2017_07_01::Models::SharedAccessSignatureAuthorizationRule
230
+ def certificate_with_nonce_description
231
+ Azure::IotHub::Mgmt::V2018_04_01::Models::CertificateWithNonceDescription
187
232
  end
188
- def iot_hub_capacity
189
- Azure::IotHub::Mgmt::V2017_07_01::Models::IotHubCapacity
233
+ def user_subscription_quota
234
+ Azure::IotHub::Mgmt::V2018_04_01::Models::UserSubscriptionQuota
190
235
  end
191
- def routing_service_bus_topic_endpoint_properties
192
- Azure::IotHub::Mgmt::V2017_07_01::Models::RoutingServiceBusTopicEndpointProperties
236
+ def routing_service_bus_queue_endpoint_properties
237
+ Azure::IotHub::Mgmt::V2018_04_01::Models::RoutingServiceBusQueueEndpointProperties
193
238
  end
194
- def iot_hub_sku_description
195
- Azure::IotHub::Mgmt::V2017_07_01::Models::IotHubSkuDescription
239
+ def user_subscription_quota_list_result
240
+ Azure::IotHub::Mgmt::V2018_04_01::Models::UserSubscriptionQuotaListResult
196
241
  end
197
- def route_properties
198
- Azure::IotHub::Mgmt::V2017_07_01::Models::RouteProperties
242
+ def routing_endpoints
243
+ Azure::IotHub::Mgmt::V2018_04_01::Models::RoutingEndpoints
199
244
  end
200
- def event_hub_consumer_groups_list_result
201
- Azure::IotHub::Mgmt::V2017_07_01::Models::EventHubConsumerGroupsListResult
245
+ def routing_message
246
+ Azure::IotHub::Mgmt::V2018_04_01::Models::RoutingMessage
202
247
  end
203
- def messaging_endpoint_properties
204
- Azure::IotHub::Mgmt::V2017_07_01::Models::MessagingEndpointProperties
248
+ def storage_endpoint_properties
249
+ Azure::IotHub::Mgmt::V2018_04_01::Models::StorageEndpointProperties
205
250
  end
206
- def event_hub_consumer_group_info
207
- Azure::IotHub::Mgmt::V2017_07_01::Models::EventHubConsumerGroupInfo
251
+ def test_all_routes_input
252
+ Azure::IotHub::Mgmt::V2018_04_01::Models::TestAllRoutesInput
253
+ end
254
+ def operations_monitoring_properties
255
+ Azure::IotHub::Mgmt::V2018_04_01::Models::OperationsMonitoringProperties
256
+ end
257
+ def matched_route
258
+ Azure::IotHub::Mgmt::V2018_04_01::Models::MatchedRoute
259
+ end
260
+ def shared_access_signature_authorization_rule_list_result
261
+ Azure::IotHub::Mgmt::V2018_04_01::Models::SharedAccessSignatureAuthorizationRuleListResult
262
+ end
263
+ def test_all_routes_result
264
+ Azure::IotHub::Mgmt::V2018_04_01::Models::TestAllRoutesResult
208
265
  end
209
266
  def certificate_verification_description
210
- Azure::IotHub::Mgmt::V2017_07_01::Models::CertificateVerificationDescription
267
+ Azure::IotHub::Mgmt::V2018_04_01::Models::CertificateVerificationDescription
211
268
  end
212
- def iot_hub_sku_description_list_result
213
- Azure::IotHub::Mgmt::V2017_07_01::Models::IotHubSkuDescriptionListResult
269
+ def test_route_input
270
+ Azure::IotHub::Mgmt::V2018_04_01::Models::TestRouteInput
214
271
  end
215
- def event_hub_properties
216
- Azure::IotHub::Mgmt::V2017_07_01::Models::EventHubProperties
272
+ def ip_filter_rule
273
+ Azure::IotHub::Mgmt::V2018_04_01::Models::IpFilterRule
217
274
  end
218
- def iot_hub_description_list_result
219
- Azure::IotHub::Mgmt::V2017_07_01::Models::IotHubDescriptionListResult
275
+ def route_error_position
276
+ Azure::IotHub::Mgmt::V2018_04_01::Models::RouteErrorPosition
220
277
  end
221
- def routing_properties
222
- Azure::IotHub::Mgmt::V2017_07_01::Models::RoutingProperties
278
+ def fallback_route_properties
279
+ Azure::IotHub::Mgmt::V2018_04_01::Models::FallbackRouteProperties
223
280
  end
224
- def operation_inputs
225
- Azure::IotHub::Mgmt::V2017_07_01::Models::OperationInputs
281
+ def route_error_range
282
+ Azure::IotHub::Mgmt::V2018_04_01::Models::RouteErrorRange
226
283
  end
227
- def certificate_properties_with_nonce
228
- Azure::IotHub::Mgmt::V2017_07_01::Models::CertificatePropertiesWithNonce
284
+ def iot_hub_sku_info
285
+ Azure::IotHub::Mgmt::V2018_04_01::Models::IotHubSkuInfo
229
286
  end
230
- def iot_hub_name_availability_info
231
- Azure::IotHub::Mgmt::V2017_07_01::Models::IotHubNameAvailabilityInfo
287
+ def route_compilation_error
288
+ Azure::IotHub::Mgmt::V2018_04_01::Models::RouteCompilationError
232
289
  end
233
- def cloud_to_device_properties
234
- Azure::IotHub::Mgmt::V2017_07_01::Models::CloudToDeviceProperties
290
+ def certificate_body_description
291
+ Azure::IotHub::Mgmt::V2018_04_01::Models::CertificateBodyDescription
292
+ end
293
+ def test_route_result_details
294
+ Azure::IotHub::Mgmt::V2018_04_01::Models::TestRouteResultDetails
295
+ end
296
+ def feedback_properties
297
+ Azure::IotHub::Mgmt::V2018_04_01::Models::FeedbackProperties
298
+ end
299
+ def test_route_result
300
+ Azure::IotHub::Mgmt::V2018_04_01::Models::TestRouteResult
301
+ end
302
+ def routing_event_hub_properties
303
+ Azure::IotHub::Mgmt::V2018_04_01::Models::RoutingEventHubProperties
235
304
  end
236
305
  def export_devices_request
237
- Azure::IotHub::Mgmt::V2017_07_01::Models::ExportDevicesRequest
306
+ Azure::IotHub::Mgmt::V2018_04_01::Models::ExportDevicesRequest
238
307
  end
239
- def routing_storage_container_properties
240
- Azure::IotHub::Mgmt::V2017_07_01::Models::RoutingStorageContainerProperties
308
+ def operation
309
+ Azure::IotHub::Mgmt::V2018_04_01::Models::Operation
241
310
  end
242
311
  def import_devices_request
243
- Azure::IotHub::Mgmt::V2017_07_01::Models::ImportDevicesRequest
312
+ Azure::IotHub::Mgmt::V2018_04_01::Models::ImportDevicesRequest
244
313
  end
245
314
  def iot_hub_description
246
- Azure::IotHub::Mgmt::V2017_07_01::Models::IotHubDescription
315
+ Azure::IotHub::Mgmt::V2018_04_01::Models::IotHubDescription
247
316
  end
248
317
  def access_rights
249
- Azure::IotHub::Mgmt::V2017_07_01::Models::AccessRights
318
+ Azure::IotHub::Mgmt::V2018_04_01::Models::AccessRights
250
319
  end
251
320
  def ip_filter_action_type
252
- Azure::IotHub::Mgmt::V2017_07_01::Models::IpFilterActionType
321
+ Azure::IotHub::Mgmt::V2018_04_01::Models::IpFilterActionType
253
322
  end
254
323
  def routing_source
255
- Azure::IotHub::Mgmt::V2017_07_01::Models::RoutingSource
324
+ Azure::IotHub::Mgmt::V2018_04_01::Models::RoutingSource
256
325
  end
257
326
  def operation_monitoring_level
258
- Azure::IotHub::Mgmt::V2017_07_01::Models::OperationMonitoringLevel
327
+ Azure::IotHub::Mgmt::V2018_04_01::Models::OperationMonitoringLevel
259
328
  end
260
329
  def capabilities
261
- Azure::IotHub::Mgmt::V2017_07_01::Models::Capabilities
330
+ Azure::IotHub::Mgmt::V2018_04_01::Models::Capabilities
262
331
  end
263
332
  def iot_hub_sku
264
- Azure::IotHub::Mgmt::V2017_07_01::Models::IotHubSku
333
+ Azure::IotHub::Mgmt::V2018_04_01::Models::IotHubSku
265
334
  end
266
335
  def iot_hub_sku_tier
267
- Azure::IotHub::Mgmt::V2017_07_01::Models::IotHubSkuTier
336
+ Azure::IotHub::Mgmt::V2018_04_01::Models::IotHubSkuTier
337
+ end
338
+ def endpoint_health_status
339
+ Azure::IotHub::Mgmt::V2018_04_01::Models::EndpointHealthStatus
268
340
  end
269
341
  def job_type
270
- Azure::IotHub::Mgmt::V2017_07_01::Models::JobType
342
+ Azure::IotHub::Mgmt::V2018_04_01::Models::JobType
271
343
  end
272
344
  def job_status
273
- Azure::IotHub::Mgmt::V2017_07_01::Models::JobStatus
345
+ Azure::IotHub::Mgmt::V2018_04_01::Models::JobStatus
274
346
  end
275
347
  def iot_hub_scale_type
276
- Azure::IotHub::Mgmt::V2017_07_01::Models::IotHubScaleType
348
+ Azure::IotHub::Mgmt::V2018_04_01::Models::IotHubScaleType
277
349
  end
278
350
  def iot_hub_name_unavailability_reason
279
- Azure::IotHub::Mgmt::V2017_07_01::Models::IotHubNameUnavailabilityReason
351
+ Azure::IotHub::Mgmt::V2018_04_01::Models::IotHubNameUnavailabilityReason
352
+ end
353
+ def test_result_status
354
+ Azure::IotHub::Mgmt::V2018_04_01::Models::TestResultStatus
355
+ end
356
+ def route_error_severity
357
+ Azure::IotHub::Mgmt::V2018_04_01::Models::RouteErrorSeverity
280
358
  end
281
359
  end
282
360
  end