azure_mgmt_notification_hubs 0.15.2 → 0.17.3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (33) hide show
  1. checksums.yaml +5 -5
  2. data/lib/2017-04-01/generated/azure_mgmt_notification_hubs.rb +15 -12
  3. data/lib/2017-04-01/generated/azure_mgmt_notification_hubs/models/check_availability_parameters.rb +1 -1
  4. data/lib/2017-04-01/generated/azure_mgmt_notification_hubs/models/check_availability_result.rb +1 -1
  5. data/lib/2017-04-01/generated/azure_mgmt_notification_hubs/models/debug_send_response.rb +128 -0
  6. data/lib/2017-04-01/generated/azure_mgmt_notification_hubs/models/error_response.rb +58 -0
  7. data/lib/2017-04-01/generated/azure_mgmt_notification_hubs/models/namespace_create_or_update_parameters.rb +35 -1
  8. data/lib/2017-04-01/generated/azure_mgmt_notification_hubs/models/namespace_list_result.rb +1 -1
  9. data/lib/2017-04-01/generated/azure_mgmt_notification_hubs/models/namespace_resource.rb +35 -1
  10. data/lib/2017-04-01/generated/azure_mgmt_notification_hubs/models/notification_hub_create_or_update_parameters.rb +1 -1
  11. data/lib/2017-04-01/generated/azure_mgmt_notification_hubs/models/notification_hub_list_result.rb +1 -1
  12. data/lib/2017-04-01/generated/azure_mgmt_notification_hubs/models/notification_hub_patch_parameters.rb +216 -0
  13. data/lib/2017-04-01/generated/azure_mgmt_notification_hubs/models/notification_hub_resource.rb +1 -1
  14. data/lib/2017-04-01/generated/azure_mgmt_notification_hubs/models/{check_name_availability_request_parameters.rb → operation.rb} +15 -15
  15. data/lib/2017-04-01/generated/azure_mgmt_notification_hubs/models/{check_name_availability_response.rb → operation_display.rb} +22 -21
  16. data/lib/2017-04-01/generated/azure_mgmt_notification_hubs/models/operation_list_result.rb +103 -0
  17. data/lib/2017-04-01/generated/azure_mgmt_notification_hubs/models/pns_credentials_resource.rb +1 -1
  18. data/lib/2017-04-01/generated/azure_mgmt_notification_hubs/models/resource.rb +10 -1
  19. data/lib/2017-04-01/generated/azure_mgmt_notification_hubs/models/shared_access_authorization_rule_create_or_update_parameters.rb +1 -61
  20. data/lib/2017-04-01/generated/azure_mgmt_notification_hubs/models/shared_access_authorization_rule_list_result.rb +1 -1
  21. data/lib/2017-04-01/generated/azure_mgmt_notification_hubs/models/shared_access_authorization_rule_properties.rb +98 -0
  22. data/lib/2017-04-01/generated/azure_mgmt_notification_hubs/models/shared_access_authorization_rule_resource.rb +99 -1
  23. data/lib/2017-04-01/generated/azure_mgmt_notification_hubs/namespaces.rb +116 -110
  24. data/lib/2017-04-01/generated/azure_mgmt_notification_hubs/notification_hubs.rb +313 -85
  25. data/lib/2017-04-01/generated/azure_mgmt_notification_hubs/notification_hubs_management_client.rb +14 -14
  26. data/lib/2017-04-01/generated/azure_mgmt_notification_hubs/operations.rb +215 -0
  27. data/lib/profiles/latest/modules/notificationhubs_profile_module.rb +148 -115
  28. data/lib/profiles/latest/notificationhubs_latest_profile_client.rb +28 -9
  29. data/lib/profiles/latest/notificationhubs_module_definition.rb +0 -1
  30. data/lib/version.rb +1 -1
  31. metadata +12 -9
  32. data/lib/2017-04-01/generated/azure_mgmt_notification_hubs/hubs.rb +0 -132
  33. data/lib/2017-04-01/generated/azure_mgmt_notification_hubs/name.rb +0 -130
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
- SHA1:
3
- metadata.gz: 20731451dc8ac0322822a55d3261fde099b5de2c
4
- data.tar.gz: 271b7a8b9ae545e64ff45a9c7f8680c1ac4b6847
2
+ SHA256:
3
+ metadata.gz: 3e85198c3fa5c06dd24f9fa12a7b7c317103915453a0bc5977f8658b2a22491c
4
+ data.tar.gz: 545e1f997cbdc454d181070d961008d2bf97760dcbc5e2d617a29ff08e635d52
5
5
  SHA512:
6
- metadata.gz: d98f48f5b3d0b7f173faeb1c5a41f3497b93066dc96a0f073edcc48e884e7f4bb01ba894eb62166923804e1d8b7035a68964b87fbfb16fec947289905375f725
7
- data.tar.gz: 364d94cbe1db925608520ebd818fbff756ed50582282382e20b04d9ec63119e7fc3b24c432f2a5aa3ab47c466008f153588a97586222c3fd4517221761ae129d
6
+ metadata.gz: af5622f357707a7790f804b7e799bab592e50b7d26fc7967f4db54bc85caccf88f80d594f58494cc8c19b3065bdfc2811e97737ff16cd4b81cc9832fcac0db32
7
+ data.tar.gz: 0dda54d51ce2ceffdc3a9b82027822af71327f0570c7d92b2950cd038459da1cd61b708bd1b7bbf13fd39b0d4a9eef605bb22e4cc9f6cd657625fa71ddeb5df2
@@ -20,39 +20,42 @@ require '2017-04-01/generated/azure_mgmt_notification_hubs/module_definition'
20
20
  require 'ms_rest_azure'
21
21
 
22
22
  module Azure::NotificationHubs::Mgmt::V2017_04_01
23
+ autoload :Operations, '2017-04-01/generated/azure_mgmt_notification_hubs/operations.rb'
23
24
  autoload :Namespaces, '2017-04-01/generated/azure_mgmt_notification_hubs/namespaces.rb'
24
- autoload :Name, '2017-04-01/generated/azure_mgmt_notification_hubs/name.rb'
25
25
  autoload :NotificationHubs, '2017-04-01/generated/azure_mgmt_notification_hubs/notification_hubs.rb'
26
- autoload :Hubs, '2017-04-01/generated/azure_mgmt_notification_hubs/hubs.rb'
27
26
  autoload :NotificationHubsManagementClient, '2017-04-01/generated/azure_mgmt_notification_hubs/notification_hubs_management_client.rb'
28
27
 
29
28
  module Models
30
29
  autoload :ResourceListKeys, '2017-04-01/generated/azure_mgmt_notification_hubs/models/resource_list_keys.rb'
31
30
  autoload :PolicykeyResource, '2017-04-01/generated/azure_mgmt_notification_hubs/models/policykey_resource.rb'
32
- autoload :CheckNameAvailabilityResponse, '2017-04-01/generated/azure_mgmt_notification_hubs/models/check_name_availability_response.rb'
31
+ autoload :Operation, '2017-04-01/generated/azure_mgmt_notification_hubs/models/operation.rb'
33
32
  autoload :ApnsCredential, '2017-04-01/generated/azure_mgmt_notification_hubs/models/apns_credential.rb'
34
- autoload :CheckAvailabilityParameters, '2017-04-01/generated/azure_mgmt_notification_hubs/models/check_availability_parameters.rb'
33
+ autoload :ErrorResponse, '2017-04-01/generated/azure_mgmt_notification_hubs/models/error_response.rb'
35
34
  autoload :WnsCredential, '2017-04-01/generated/azure_mgmt_notification_hubs/models/wns_credential.rb'
36
- autoload :CheckNameAvailabilityRequestParameters, '2017-04-01/generated/azure_mgmt_notification_hubs/models/check_name_availability_request_parameters.rb'
37
- autoload :NamespacePatchParameters, '2017-04-01/generated/azure_mgmt_notification_hubs/models/namespace_patch_parameters.rb'
35
+ autoload :CheckAvailabilityParameters, '2017-04-01/generated/azure_mgmt_notification_hubs/models/check_availability_parameters.rb'
36
+ autoload :GcmCredential, '2017-04-01/generated/azure_mgmt_notification_hubs/models/gcm_credential.rb'
37
+ autoload :OperationDisplay, '2017-04-01/generated/azure_mgmt_notification_hubs/models/operation_display.rb'
38
+ autoload :OperationListResult, '2017-04-01/generated/azure_mgmt_notification_hubs/models/operation_list_result.rb'
38
39
  autoload :Sku, '2017-04-01/generated/azure_mgmt_notification_hubs/models/sku.rb'
39
- autoload :SharedAccessAuthorizationRuleProperties, '2017-04-01/generated/azure_mgmt_notification_hubs/models/shared_access_authorization_rule_properties.rb'
40
+ autoload :SharedAccessAuthorizationRuleCreateOrUpdateParameters, '2017-04-01/generated/azure_mgmt_notification_hubs/models/shared_access_authorization_rule_create_or_update_parameters.rb'
40
41
  autoload :SubResource, '2017-04-01/generated/azure_mgmt_notification_hubs/models/sub_resource.rb'
41
- autoload :BaiduCredential, '2017-04-01/generated/azure_mgmt_notification_hubs/models/baidu_credential.rb'
42
- autoload :NamespaceListResult, '2017-04-01/generated/azure_mgmt_notification_hubs/models/namespace_list_result.rb'
43
42
  autoload :NotificationHubListResult, '2017-04-01/generated/azure_mgmt_notification_hubs/models/notification_hub_list_result.rb'
44
- autoload :GcmCredential, '2017-04-01/generated/azure_mgmt_notification_hubs/models/gcm_credential.rb'
45
43
  autoload :SharedAccessAuthorizationRuleListResult, '2017-04-01/generated/azure_mgmt_notification_hubs/models/shared_access_authorization_rule_list_result.rb'
46
- autoload :MpnsCredential, '2017-04-01/generated/azure_mgmt_notification_hubs/models/mpns_credential.rb'
47
44
  autoload :Resource, '2017-04-01/generated/azure_mgmt_notification_hubs/models/resource.rb'
45
+ autoload :SharedAccessAuthorizationRuleProperties, '2017-04-01/generated/azure_mgmt_notification_hubs/models/shared_access_authorization_rule_properties.rb'
46
+ autoload :MpnsCredential, '2017-04-01/generated/azure_mgmt_notification_hubs/models/mpns_credential.rb'
47
+ autoload :NamespacePatchParameters, '2017-04-01/generated/azure_mgmt_notification_hubs/models/namespace_patch_parameters.rb'
48
48
  autoload :AdmCredential, '2017-04-01/generated/azure_mgmt_notification_hubs/models/adm_credential.rb'
49
+ autoload :NamespaceListResult, '2017-04-01/generated/azure_mgmt_notification_hubs/models/namespace_list_result.rb'
50
+ autoload :BaiduCredential, '2017-04-01/generated/azure_mgmt_notification_hubs/models/baidu_credential.rb'
49
51
  autoload :CheckAvailabilityResult, '2017-04-01/generated/azure_mgmt_notification_hubs/models/check_availability_result.rb'
50
52
  autoload :NamespaceCreateOrUpdateParameters, '2017-04-01/generated/azure_mgmt_notification_hubs/models/namespace_create_or_update_parameters.rb'
51
53
  autoload :NamespaceResource, '2017-04-01/generated/azure_mgmt_notification_hubs/models/namespace_resource.rb'
52
- autoload :SharedAccessAuthorizationRuleCreateOrUpdateParameters, '2017-04-01/generated/azure_mgmt_notification_hubs/models/shared_access_authorization_rule_create_or_update_parameters.rb'
53
54
  autoload :SharedAccessAuthorizationRuleResource, '2017-04-01/generated/azure_mgmt_notification_hubs/models/shared_access_authorization_rule_resource.rb'
54
55
  autoload :NotificationHubCreateOrUpdateParameters, '2017-04-01/generated/azure_mgmt_notification_hubs/models/notification_hub_create_or_update_parameters.rb'
56
+ autoload :NotificationHubPatchParameters, '2017-04-01/generated/azure_mgmt_notification_hubs/models/notification_hub_patch_parameters.rb'
55
57
  autoload :NotificationHubResource, '2017-04-01/generated/azure_mgmt_notification_hubs/models/notification_hub_resource.rb'
58
+ autoload :DebugSendResponse, '2017-04-01/generated/azure_mgmt_notification_hubs/models/debug_send_response.rb'
56
59
  autoload :PnsCredentialsResource, '2017-04-01/generated/azure_mgmt_notification_hubs/models/pns_credentials_resource.rb'
57
60
  autoload :SkuName, '2017-04-01/generated/azure_mgmt_notification_hubs/models/sku_name.rb'
58
61
  autoload :NamespaceType, '2017-04-01/generated/azure_mgmt_notification_hubs/models/namespace_type.rb'
@@ -77,7 +77,7 @@ module Azure::NotificationHubs::Mgmt::V2017_04_01
77
77
  },
78
78
  location: {
79
79
  client_side_validation: true,
80
- required: true,
80
+ required: false,
81
81
  serialized_name: 'location',
82
82
  type: {
83
83
  name: 'String'
@@ -59,7 +59,7 @@ module Azure::NotificationHubs::Mgmt::V2017_04_01
59
59
  },
60
60
  location: {
61
61
  client_side_validation: true,
62
- required: true,
62
+ required: false,
63
63
  serialized_name: 'location',
64
64
  type: {
65
65
  name: 'String'
@@ -0,0 +1,128 @@
1
+ # encoding: utf-8
2
+ # Code generated by Microsoft (R) AutoRest Code Generator.
3
+ # Changes may cause incorrect behavior and will be lost if the code is
4
+ # regenerated.
5
+
6
+ module Azure::NotificationHubs::Mgmt::V2017_04_01
7
+ module Models
8
+ #
9
+ # Description of a NotificationHub Resource.
10
+ #
11
+ class DebugSendResponse < Resource
12
+
13
+ include MsRestAzure
14
+
15
+ # @return [Float] successful send
16
+ attr_accessor :success
17
+
18
+ # @return [Float] send failure
19
+ attr_accessor :failure
20
+
21
+ # @return actual failure description
22
+ attr_accessor :results
23
+
24
+
25
+ #
26
+ # Mapper for DebugSendResponse class as Ruby Hash.
27
+ # This will be used for serialization/deserialization.
28
+ #
29
+ def self.mapper()
30
+ {
31
+ client_side_validation: true,
32
+ required: false,
33
+ serialized_name: 'DebugSendResponse',
34
+ type: {
35
+ name: 'Composite',
36
+ class_name: 'DebugSendResponse',
37
+ model_properties: {
38
+ id: {
39
+ client_side_validation: true,
40
+ required: false,
41
+ read_only: true,
42
+ serialized_name: 'id',
43
+ type: {
44
+ name: 'String'
45
+ }
46
+ },
47
+ name: {
48
+ client_side_validation: true,
49
+ required: false,
50
+ read_only: true,
51
+ serialized_name: 'name',
52
+ type: {
53
+ name: 'String'
54
+ }
55
+ },
56
+ type: {
57
+ client_side_validation: true,
58
+ required: false,
59
+ read_only: true,
60
+ serialized_name: 'type',
61
+ type: {
62
+ name: 'String'
63
+ }
64
+ },
65
+ location: {
66
+ client_side_validation: true,
67
+ required: false,
68
+ serialized_name: 'location',
69
+ type: {
70
+ name: 'String'
71
+ }
72
+ },
73
+ tags: {
74
+ client_side_validation: true,
75
+ required: false,
76
+ serialized_name: 'tags',
77
+ type: {
78
+ name: 'Dictionary',
79
+ value: {
80
+ client_side_validation: true,
81
+ required: false,
82
+ serialized_name: 'StringElementType',
83
+ type: {
84
+ name: 'String'
85
+ }
86
+ }
87
+ }
88
+ },
89
+ sku: {
90
+ client_side_validation: true,
91
+ required: false,
92
+ serialized_name: 'sku',
93
+ type: {
94
+ name: 'Composite',
95
+ class_name: 'Sku'
96
+ }
97
+ },
98
+ success: {
99
+ client_side_validation: true,
100
+ required: false,
101
+ serialized_name: 'properties.success',
102
+ type: {
103
+ name: 'Double'
104
+ }
105
+ },
106
+ failure: {
107
+ client_side_validation: true,
108
+ required: false,
109
+ serialized_name: 'properties.failure',
110
+ type: {
111
+ name: 'Double'
112
+ }
113
+ },
114
+ results: {
115
+ client_side_validation: true,
116
+ required: false,
117
+ serialized_name: 'properties.results',
118
+ type: {
119
+ name: 'Object'
120
+ }
121
+ }
122
+ }
123
+ }
124
+ }
125
+ end
126
+ end
127
+ end
128
+ end
@@ -0,0 +1,58 @@
1
+ # encoding: utf-8
2
+ # Code generated by Microsoft (R) AutoRest Code Generator.
3
+ # Changes may cause incorrect behavior and will be lost if the code is
4
+ # regenerated.
5
+
6
+ module Azure::NotificationHubs::Mgmt::V2017_04_01
7
+ module Models
8
+ #
9
+ # Error reponse indicates NotificationHubs service is not able to process
10
+ # the incoming request. The reason is provided in the error message.
11
+ #
12
+ class ErrorResponse
13
+
14
+ include MsRestAzure
15
+
16
+ # @return [String] Error code.
17
+ attr_accessor :code
18
+
19
+ # @return [String] Error message indicating why the operation failed.
20
+ attr_accessor :message
21
+
22
+
23
+ #
24
+ # Mapper for ErrorResponse class as Ruby Hash.
25
+ # This will be used for serialization/deserialization.
26
+ #
27
+ def self.mapper()
28
+ {
29
+ client_side_validation: true,
30
+ required: false,
31
+ serialized_name: 'ErrorResponse',
32
+ type: {
33
+ name: 'Composite',
34
+ class_name: 'ErrorResponse',
35
+ model_properties: {
36
+ code: {
37
+ client_side_validation: true,
38
+ required: false,
39
+ serialized_name: 'code',
40
+ type: {
41
+ name: 'String'
42
+ }
43
+ },
44
+ message: {
45
+ client_side_validation: true,
46
+ required: false,
47
+ serialized_name: 'message',
48
+ type: {
49
+ name: 'String'
50
+ }
51
+ }
52
+ }
53
+ }
54
+ }
55
+ end
56
+ end
57
+ end
58
+ end
@@ -25,6 +25,9 @@ module Azure::NotificationHubs::Mgmt::V2017_04_01
25
25
  # WestNorth EuropeWest Europe
26
26
  attr_accessor :region
27
27
 
28
+ # @return [String] Identifier for Azure Insights metrics
29
+ attr_accessor :metric_id
30
+
28
31
  # @return [String] Status of the namespace. It can be any of these
29
32
  # values:1 = Created/Active2 = Creating3 = Suspended4 = Deleting
30
33
  attr_accessor :status
@@ -32,6 +35,9 @@ module Azure::NotificationHubs::Mgmt::V2017_04_01
32
35
  # @return [DateTime] The time the namespace was created.
33
36
  attr_accessor :created_at
34
37
 
38
+ # @return [DateTime] The time the namespace was updated.
39
+ attr_accessor :updated_at
40
+
35
41
  # @return [String] Endpoint you can use to perform NotificationHub
36
42
  # operations.
37
43
  attr_accessor :service_bus_endpoint
@@ -49,6 +55,9 @@ module Azure::NotificationHubs::Mgmt::V2017_04_01
49
55
  # @return [Boolean] Whether or not the namespace is set as Critical.
50
56
  attr_accessor :critical
51
57
 
58
+ # @return [String] Data center for the namespace
59
+ attr_accessor :data_center
60
+
52
61
  # @return [NamespaceType] The namespace type. Possible values include:
53
62
  # 'Messaging', 'NotificationHub'
54
63
  attr_accessor :namespace_type
@@ -96,7 +105,7 @@ module Azure::NotificationHubs::Mgmt::V2017_04_01
96
105
  },
97
106
  location: {
98
107
  client_side_validation: true,
99
- required: true,
108
+ required: false,
100
109
  serialized_name: 'location',
101
110
  type: {
102
111
  name: 'String'
@@ -151,6 +160,15 @@ module Azure::NotificationHubs::Mgmt::V2017_04_01
151
160
  name: 'String'
152
161
  }
153
162
  },
163
+ metric_id: {
164
+ client_side_validation: true,
165
+ required: false,
166
+ read_only: true,
167
+ serialized_name: 'properties.metricId',
168
+ type: {
169
+ name: 'String'
170
+ }
171
+ },
154
172
  status: {
155
173
  client_side_validation: true,
156
174
  required: false,
@@ -167,6 +185,14 @@ module Azure::NotificationHubs::Mgmt::V2017_04_01
167
185
  name: 'DateTime'
168
186
  }
169
187
  },
188
+ updated_at: {
189
+ client_side_validation: true,
190
+ required: false,
191
+ serialized_name: 'properties.updatedAt',
192
+ type: {
193
+ name: 'DateTime'
194
+ }
195
+ },
170
196
  service_bus_endpoint: {
171
197
  client_side_validation: true,
172
198
  required: false,
@@ -207,6 +233,14 @@ module Azure::NotificationHubs::Mgmt::V2017_04_01
207
233
  name: 'Boolean'
208
234
  }
209
235
  },
236
+ data_center: {
237
+ client_side_validation: true,
238
+ required: false,
239
+ serialized_name: 'properties.dataCenter',
240
+ type: {
241
+ name: 'String'
242
+ }
243
+ },
210
244
  namespace_type: {
211
245
  client_side_validation: true,
212
246
  required: false,
@@ -32,7 +32,7 @@ module Azure::NotificationHubs::Mgmt::V2017_04_01
32
32
  def get_all_items
33
33
  items = @value
34
34
  page = self
35
- while page.next_link != nil do
35
+ while page.next_link != nil && !page.next_link.strip.empty? do
36
36
  page = page.get_next_page
37
37
  items.concat(page.value)
38
38
  end
@@ -25,6 +25,9 @@ module Azure::NotificationHubs::Mgmt::V2017_04_01
25
25
  # WestNorth EuropeWest Europe
26
26
  attr_accessor :region
27
27
 
28
+ # @return [String] Identifier for Azure Insights metrics
29
+ attr_accessor :metric_id
30
+
28
31
  # @return [String] Status of the namespace. It can be any of these
29
32
  # values:1 = Created/Active2 = Creating3 = Suspended4 = Deleting
30
33
  attr_accessor :status
@@ -32,6 +35,9 @@ module Azure::NotificationHubs::Mgmt::V2017_04_01
32
35
  # @return [DateTime] The time the namespace was created.
33
36
  attr_accessor :created_at
34
37
 
38
+ # @return [DateTime] The time the namespace was updated.
39
+ attr_accessor :updated_at
40
+
35
41
  # @return [String] Endpoint you can use to perform NotificationHub
36
42
  # operations.
37
43
  attr_accessor :service_bus_endpoint
@@ -49,6 +55,9 @@ module Azure::NotificationHubs::Mgmt::V2017_04_01
49
55
  # @return [Boolean] Whether or not the namespace is set as Critical.
50
56
  attr_accessor :critical
51
57
 
58
+ # @return [String] Data center for the namespace
59
+ attr_accessor :data_center
60
+
52
61
  # @return [NamespaceType] The namespace type. Possible values include:
53
62
  # 'Messaging', 'NotificationHub'
54
63
  attr_accessor :namespace_type
@@ -96,7 +105,7 @@ module Azure::NotificationHubs::Mgmt::V2017_04_01
96
105
  },
97
106
  location: {
98
107
  client_side_validation: true,
99
- required: true,
108
+ required: false,
100
109
  serialized_name: 'location',
101
110
  type: {
102
111
  name: 'String'
@@ -151,6 +160,15 @@ module Azure::NotificationHubs::Mgmt::V2017_04_01
151
160
  name: 'String'
152
161
  }
153
162
  },
163
+ metric_id: {
164
+ client_side_validation: true,
165
+ required: false,
166
+ read_only: true,
167
+ serialized_name: 'properties.metricId',
168
+ type: {
169
+ name: 'String'
170
+ }
171
+ },
154
172
  status: {
155
173
  client_side_validation: true,
156
174
  required: false,
@@ -167,6 +185,14 @@ module Azure::NotificationHubs::Mgmt::V2017_04_01
167
185
  name: 'DateTime'
168
186
  }
169
187
  },
188
+ updated_at: {
189
+ client_side_validation: true,
190
+ required: false,
191
+ serialized_name: 'properties.updatedAt',
192
+ type: {
193
+ name: 'DateTime'
194
+ }
195
+ },
170
196
  service_bus_endpoint: {
171
197
  client_side_validation: true,
172
198
  required: false,
@@ -207,6 +233,14 @@ module Azure::NotificationHubs::Mgmt::V2017_04_01
207
233
  name: 'Boolean'
208
234
  }
209
235
  },
236
+ data_center: {
237
+ client_side_validation: true,
238
+ required: false,
239
+ serialized_name: 'properties.dataCenter',
240
+ type: {
241
+ name: 'String'
242
+ }
243
+ },
210
244
  namespace_type: {
211
245
  client_side_validation: true,
212
246
  required: false,