azure_mgmt_storage 0.19.3 → 0.21.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (69) hide show
  1. checksums.yaml +4 -4
  2. data/lib/2015-05-01-preview/generated/azure_mgmt_storage/storage_management_client.rb +1 -1
  3. data/lib/2015-06-15/generated/azure_mgmt_storage/storage_management_client.rb +1 -1
  4. data/lib/2016-01-01/generated/azure_mgmt_storage/storage_management_client.rb +1 -1
  5. data/lib/2016-12-01/generated/azure_mgmt_storage.rb +2 -0
  6. data/lib/2016-12-01/generated/azure_mgmt_storage/models/permissions.rb +22 -0
  7. data/lib/2016-12-01/generated/azure_mgmt_storage/models/service_sas_parameters.rb +7 -7
  8. data/lib/2016-12-01/generated/azure_mgmt_storage/models/signed_resource.rb +18 -0
  9. data/lib/2016-12-01/generated/azure_mgmt_storage/storage_management_client.rb +1 -1
  10. data/lib/2017-06-01/generated/azure_mgmt_storage/storage_management_client.rb +1 -1
  11. data/lib/2017-10-01/generated/azure_mgmt_storage/storage_management_client.rb +1 -1
  12. data/lib/2018-02-01/generated/azure_mgmt_storage/storage_management_client.rb +1 -1
  13. data/lib/2018-03-01-preview/generated/azure_mgmt_storage/storage_management_client.rb +1 -1
  14. data/lib/2018-07-01/generated/azure_mgmt_storage/storage_management_client.rb +1 -1
  15. data/lib/2018-11-01/generated/azure_mgmt_storage/storage_management_client.rb +1 -1
  16. data/lib/2019-04-01/generated/azure_mgmt_storage.rb +1 -0
  17. data/lib/2019-04-01/generated/azure_mgmt_storage/models/minimum_tls_version.rb +17 -0
  18. data/lib/2019-04-01/generated/azure_mgmt_storage/models/storage_account.rb +26 -0
  19. data/lib/2019-04-01/generated/azure_mgmt_storage/models/storage_account_create_parameters.rb +26 -0
  20. data/lib/2019-04-01/generated/azure_mgmt_storage/models/storage_account_update_parameters.rb +26 -0
  21. data/lib/2019-04-01/generated/azure_mgmt_storage/storage_management_client.rb +1 -1
  22. data/lib/2019-06-01/generated/azure_mgmt_storage.rb +80 -52
  23. data/lib/2019-06-01/generated/azure_mgmt_storage/blob_containers.rb +20 -8
  24. data/lib/2019-06-01/generated/azure_mgmt_storage/file_shares.rb +156 -14
  25. data/lib/2019-06-01/generated/azure_mgmt_storage/models/blob_container.rb +73 -0
  26. data/lib/2019-06-01/generated/azure_mgmt_storage/models/blob_restore_range.rb +4 -2
  27. data/lib/2019-06-01/generated/azure_mgmt_storage/models/deleted_share.rb +59 -0
  28. data/lib/2019-06-01/generated/azure_mgmt_storage/models/enabled_protocols.rb +16 -0
  29. data/lib/2019-06-01/generated/azure_mgmt_storage/models/encryption.rb +13 -0
  30. data/lib/2019-06-01/generated/azure_mgmt_storage/models/file_share.rb +129 -0
  31. data/lib/2019-06-01/generated/azure_mgmt_storage/models/file_share_item.rb +129 -0
  32. data/lib/2019-06-01/generated/azure_mgmt_storage/models/get_share_expand.rb +15 -0
  33. data/lib/2019-06-01/generated/azure_mgmt_storage/models/key_vault_properties.rb +25 -0
  34. data/lib/2019-06-01/generated/azure_mgmt_storage/models/list_container_item.rb +73 -0
  35. data/lib/2019-06-01/generated/azure_mgmt_storage/models/list_containers_include.rb +15 -0
  36. data/lib/2019-06-01/generated/azure_mgmt_storage/models/list_queue.rb +83 -0
  37. data/lib/2019-06-01/generated/azure_mgmt_storage/models/list_queue_resource.rb +101 -0
  38. data/lib/2019-06-01/generated/azure_mgmt_storage/models/list_queue_services.rb +58 -0
  39. data/lib/2019-06-01/generated/azure_mgmt_storage/models/list_shares_expand.rb +15 -0
  40. data/lib/2019-06-01/generated/azure_mgmt_storage/models/list_table_resource.rb +101 -0
  41. data/lib/2019-06-01/generated/azure_mgmt_storage/models/list_table_services.rb +58 -0
  42. data/lib/2019-06-01/generated/azure_mgmt_storage/models/management_policy_filter.rb +21 -0
  43. data/lib/2019-06-01/generated/azure_mgmt_storage/models/minimum_tls_version.rb +17 -0
  44. data/lib/2019-06-01/generated/azure_mgmt_storage/models/object_replication_policies.rb +56 -0
  45. data/lib/2019-06-01/generated/azure_mgmt_storage/models/object_replication_policy.rb +131 -0
  46. data/lib/2019-06-01/generated/azure_mgmt_storage/models/object_replication_policy_filter.rb +70 -0
  47. data/lib/2019-06-01/generated/azure_mgmt_storage/models/object_replication_policy_rule.rb +82 -0
  48. data/lib/2019-06-01/generated/azure_mgmt_storage/models/private_endpoint_connection_list_result.rb +57 -0
  49. data/lib/2019-06-01/generated/azure_mgmt_storage/models/queue_service_properties.rb +77 -0
  50. data/lib/2019-06-01/generated/azure_mgmt_storage/models/restore_policy_properties.rb +13 -0
  51. data/lib/2019-06-01/generated/azure_mgmt_storage/models/root_squash_type.rb +17 -0
  52. data/lib/2019-06-01/generated/azure_mgmt_storage/models/share_access_tier.rb +18 -0
  53. data/lib/2019-06-01/generated/azure_mgmt_storage/models/storage_account.rb +26 -0
  54. data/lib/2019-06-01/generated/azure_mgmt_storage/models/storage_account_create_parameters.rb +26 -0
  55. data/lib/2019-06-01/generated/azure_mgmt_storage/models/storage_account_update_parameters.rb +26 -0
  56. data/lib/2019-06-01/generated/azure_mgmt_storage/models/storage_queue.rb +97 -0
  57. data/lib/2019-06-01/generated/azure_mgmt_storage/models/table.rb +74 -0
  58. data/lib/2019-06-01/generated/azure_mgmt_storage/models/table_service_properties.rb +77 -0
  59. data/lib/2019-06-01/generated/azure_mgmt_storage/models/tag_filter.rb +80 -0
  60. data/lib/2019-06-01/generated/azure_mgmt_storage/object_replication_policies_operations.rb +495 -0
  61. data/lib/2019-06-01/generated/azure_mgmt_storage/private_endpoint_connections.rb +122 -9
  62. data/lib/2019-06-01/generated/azure_mgmt_storage/queue.rb +805 -0
  63. data/lib/2019-06-01/generated/azure_mgmt_storage/queue_services.rb +386 -0
  64. data/lib/2019-06-01/generated/azure_mgmt_storage/storage_management_client.rb +22 -1
  65. data/lib/2019-06-01/generated/azure_mgmt_storage/table_operations.rb +743 -0
  66. data/lib/2019-06-01/generated/azure_mgmt_storage/table_services.rb +386 -0
  67. data/lib/profiles/latest/modules/storage_profile_module.rb +266 -164
  68. data/lib/version.rb +1 -1
  69. metadata +35 -4
@@ -0,0 +1,386 @@
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::Storage::Mgmt::V2019_06_01
7
+ #
8
+ # The Azure Storage Management API.
9
+ #
10
+ class TableServices
11
+ include MsRestAzure
12
+
13
+ #
14
+ # Creates and initializes a new instance of the TableServices class.
15
+ # @param client service class for accessing basic functionality.
16
+ #
17
+ def initialize(client)
18
+ @client = client
19
+ end
20
+
21
+ # @return [StorageManagementClient] reference to the StorageManagementClient
22
+ attr_reader :client
23
+
24
+ #
25
+ # List all table services for the storage account.
26
+ #
27
+ # @param resource_group_name [String] The name of the resource group within the
28
+ # user's subscription. The name is case insensitive.
29
+ # @param account_name [String] The name of the storage account within the
30
+ # specified resource group. Storage account names must be between 3 and 24
31
+ # characters in length and use numbers and lower-case letters only.
32
+ # @param custom_headers [Hash{String => String}] A hash of custom headers that
33
+ # will be added to the HTTP request.
34
+ #
35
+ # @return [ListTableServices] operation results.
36
+ #
37
+ def list(resource_group_name, account_name, custom_headers:nil)
38
+ response = list_async(resource_group_name, account_name, custom_headers:custom_headers).value!
39
+ response.body unless response.nil?
40
+ end
41
+
42
+ #
43
+ # List all table services for the storage account.
44
+ #
45
+ # @param resource_group_name [String] The name of the resource group within the
46
+ # user's subscription. The name is case insensitive.
47
+ # @param account_name [String] The name of the storage account within the
48
+ # specified resource group. Storage account names must be between 3 and 24
49
+ # characters in length and use numbers and lower-case letters only.
50
+ # @param custom_headers [Hash{String => String}] A hash of custom headers that
51
+ # will be added to the HTTP request.
52
+ #
53
+ # @return [MsRestAzure::AzureOperationResponse] HTTP response information.
54
+ #
55
+ def list_with_http_info(resource_group_name, account_name, custom_headers:nil)
56
+ list_async(resource_group_name, account_name, custom_headers:custom_headers).value!
57
+ end
58
+
59
+ #
60
+ # List all table services for the storage account.
61
+ #
62
+ # @param resource_group_name [String] The name of the resource group within the
63
+ # user's subscription. The name is case insensitive.
64
+ # @param account_name [String] The name of the storage account within the
65
+ # specified resource group. Storage account names must be between 3 and 24
66
+ # characters in length and use numbers and lower-case letters only.
67
+ # @param [Hash{String => String}] A hash of custom headers that will be added
68
+ # to the HTTP request.
69
+ #
70
+ # @return [Concurrent::Promise] Promise object which holds the HTTP response.
71
+ #
72
+ def list_async(resource_group_name, account_name, custom_headers:nil)
73
+ fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil?
74
+ fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MaxLength': '90'" if !resource_group_name.nil? && resource_group_name.length > 90
75
+ fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MinLength': '1'" if !resource_group_name.nil? && resource_group_name.length < 1
76
+ fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'Pattern': '^[-\w\._\(\)]+$'" if !resource_group_name.nil? && resource_group_name.match(Regexp.new('^^[-\w\._\(\)]+$$')).nil?
77
+ fail ArgumentError, 'account_name is nil' if account_name.nil?
78
+ fail ArgumentError, "'account_name' should satisfy the constraint - 'MaxLength': '24'" if !account_name.nil? && account_name.length > 24
79
+ fail ArgumentError, "'account_name' should satisfy the constraint - 'MinLength': '3'" if !account_name.nil? && account_name.length < 3
80
+ fail ArgumentError, '@client.api_version is nil' if @client.api_version.nil?
81
+ fail ArgumentError, "'@client.api_version' should satisfy the constraint - 'MinLength': '1'" if !@client.api_version.nil? && @client.api_version.length < 1
82
+ fail ArgumentError, '@client.subscription_id is nil' if @client.subscription_id.nil?
83
+ fail ArgumentError, "'@client.subscription_id' should satisfy the constraint - 'MinLength': '1'" if !@client.subscription_id.nil? && @client.subscription_id.length < 1
84
+
85
+
86
+ request_headers = {}
87
+ request_headers['Content-Type'] = 'application/json; charset=utf-8'
88
+
89
+ # Set Headers
90
+ request_headers['x-ms-client-request-id'] = SecureRandom.uuid
91
+ request_headers['accept-language'] = @client.accept_language unless @client.accept_language.nil?
92
+ path_template = 'subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Storage/storageAccounts/{accountName}/tableServices'
93
+
94
+ request_url = @base_url || @client.base_url
95
+
96
+ options = {
97
+ middlewares: [[MsRest::RetryPolicyMiddleware, times: 3, retry: 0.02], [:cookie_jar]],
98
+ path_params: {'resourceGroupName' => resource_group_name,'accountName' => account_name,'subscriptionId' => @client.subscription_id},
99
+ query_params: {'api-version' => @client.api_version},
100
+ headers: request_headers.merge(custom_headers || {}),
101
+ base_url: request_url
102
+ }
103
+ promise = @client.make_request_async(:get, path_template, options)
104
+
105
+ promise = promise.then do |result|
106
+ http_response = result.response
107
+ status_code = http_response.status
108
+ response_content = http_response.body
109
+ unless status_code == 200
110
+ error_model = JSON.load(response_content)
111
+ fail MsRestAzure::AzureOperationError.new(result.request, http_response, error_model)
112
+ end
113
+
114
+ result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
115
+ result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
116
+ result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
117
+ # Deserialize Response
118
+ if status_code == 200
119
+ begin
120
+ parsed_response = response_content.to_s.empty? ? nil : JSON.load(response_content)
121
+ result_mapper = Azure::Storage::Mgmt::V2019_06_01::Models::ListTableServices.mapper()
122
+ result.body = @client.deserialize(result_mapper, parsed_response)
123
+ rescue Exception => e
124
+ fail MsRest::DeserializationError.new('Error occurred in deserializing the response', e.message, e.backtrace, result)
125
+ end
126
+ end
127
+
128
+ result
129
+ end
130
+
131
+ promise.execute
132
+ end
133
+
134
+ #
135
+ # Sets the properties of a storage account’s Table service, including
136
+ # properties for Storage Analytics and CORS (Cross-Origin Resource Sharing)
137
+ # rules.
138
+ #
139
+ # @param resource_group_name [String] The name of the resource group within the
140
+ # user's subscription. The name is case insensitive.
141
+ # @param account_name [String] The name of the storage account within the
142
+ # specified resource group. Storage account names must be between 3 and 24
143
+ # characters in length and use numbers and lower-case letters only.
144
+ # @param parameters [TableServiceProperties] The properties of a storage
145
+ # account’s Table service, only properties for Storage Analytics and CORS
146
+ # (Cross-Origin Resource Sharing) rules can be specified.
147
+ # @param custom_headers [Hash{String => String}] A hash of custom headers that
148
+ # will be added to the HTTP request.
149
+ #
150
+ # @return [TableServiceProperties] operation results.
151
+ #
152
+ def set_service_properties(resource_group_name, account_name, parameters, custom_headers:nil)
153
+ response = set_service_properties_async(resource_group_name, account_name, parameters, custom_headers:custom_headers).value!
154
+ response.body unless response.nil?
155
+ end
156
+
157
+ #
158
+ # Sets the properties of a storage account’s Table service, including
159
+ # properties for Storage Analytics and CORS (Cross-Origin Resource Sharing)
160
+ # rules.
161
+ #
162
+ # @param resource_group_name [String] The name of the resource group within the
163
+ # user's subscription. The name is case insensitive.
164
+ # @param account_name [String] The name of the storage account within the
165
+ # specified resource group. Storage account names must be between 3 and 24
166
+ # characters in length and use numbers and lower-case letters only.
167
+ # @param parameters [TableServiceProperties] The properties of a storage
168
+ # account’s Table service, only properties for Storage Analytics and CORS
169
+ # (Cross-Origin Resource Sharing) rules can be specified.
170
+ # @param custom_headers [Hash{String => String}] A hash of custom headers that
171
+ # will be added to the HTTP request.
172
+ #
173
+ # @return [MsRestAzure::AzureOperationResponse] HTTP response information.
174
+ #
175
+ def set_service_properties_with_http_info(resource_group_name, account_name, parameters, custom_headers:nil)
176
+ set_service_properties_async(resource_group_name, account_name, parameters, custom_headers:custom_headers).value!
177
+ end
178
+
179
+ #
180
+ # Sets the properties of a storage account’s Table service, including
181
+ # properties for Storage Analytics and CORS (Cross-Origin Resource Sharing)
182
+ # rules.
183
+ #
184
+ # @param resource_group_name [String] The name of the resource group within the
185
+ # user's subscription. The name is case insensitive.
186
+ # @param account_name [String] The name of the storage account within the
187
+ # specified resource group. Storage account names must be between 3 and 24
188
+ # characters in length and use numbers and lower-case letters only.
189
+ # @param parameters [TableServiceProperties] The properties of a storage
190
+ # account’s Table service, only properties for Storage Analytics and CORS
191
+ # (Cross-Origin Resource Sharing) rules can be specified.
192
+ # @param [Hash{String => String}] A hash of custom headers that will be added
193
+ # to the HTTP request.
194
+ #
195
+ # @return [Concurrent::Promise] Promise object which holds the HTTP response.
196
+ #
197
+ def set_service_properties_async(resource_group_name, account_name, parameters, custom_headers:nil)
198
+ fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil?
199
+ fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MaxLength': '90'" if !resource_group_name.nil? && resource_group_name.length > 90
200
+ fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MinLength': '1'" if !resource_group_name.nil? && resource_group_name.length < 1
201
+ fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'Pattern': '^[-\w\._\(\)]+$'" if !resource_group_name.nil? && resource_group_name.match(Regexp.new('^^[-\w\._\(\)]+$$')).nil?
202
+ fail ArgumentError, 'account_name is nil' if account_name.nil?
203
+ fail ArgumentError, "'account_name' should satisfy the constraint - 'MaxLength': '24'" if !account_name.nil? && account_name.length > 24
204
+ fail ArgumentError, "'account_name' should satisfy the constraint - 'MinLength': '3'" if !account_name.nil? && account_name.length < 3
205
+ fail ArgumentError, '@client.api_version is nil' if @client.api_version.nil?
206
+ fail ArgumentError, "'@client.api_version' should satisfy the constraint - 'MinLength': '1'" if !@client.api_version.nil? && @client.api_version.length < 1
207
+ fail ArgumentError, '@client.subscription_id is nil' if @client.subscription_id.nil?
208
+ fail ArgumentError, "'@client.subscription_id' should satisfy the constraint - 'MinLength': '1'" if !@client.subscription_id.nil? && @client.subscription_id.length < 1
209
+ table_service_name = 'default'
210
+ fail ArgumentError, 'parameters is nil' if parameters.nil?
211
+
212
+
213
+ request_headers = {}
214
+ request_headers['Content-Type'] = 'application/json; charset=utf-8'
215
+
216
+ # Set Headers
217
+ request_headers['x-ms-client-request-id'] = SecureRandom.uuid
218
+ request_headers['accept-language'] = @client.accept_language unless @client.accept_language.nil?
219
+
220
+ # Serialize Request
221
+ request_mapper = Azure::Storage::Mgmt::V2019_06_01::Models::TableServiceProperties.mapper()
222
+ request_content = @client.serialize(request_mapper, parameters)
223
+ request_content = request_content != nil ? JSON.generate(request_content, quirks_mode: true) : nil
224
+
225
+ path_template = 'subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Storage/storageAccounts/{accountName}/tableServices/{tableServiceName}'
226
+
227
+ request_url = @base_url || @client.base_url
228
+
229
+ options = {
230
+ middlewares: [[MsRest::RetryPolicyMiddleware, times: 3, retry: 0.02], [:cookie_jar]],
231
+ path_params: {'resourceGroupName' => resource_group_name,'accountName' => account_name,'subscriptionId' => @client.subscription_id,'tableServiceName' => table_service_name},
232
+ query_params: {'api-version' => @client.api_version},
233
+ body: request_content,
234
+ headers: request_headers.merge(custom_headers || {}),
235
+ base_url: request_url
236
+ }
237
+ promise = @client.make_request_async(:put, path_template, options)
238
+
239
+ promise = promise.then do |result|
240
+ http_response = result.response
241
+ status_code = http_response.status
242
+ response_content = http_response.body
243
+ unless status_code == 200
244
+ error_model = JSON.load(response_content)
245
+ fail MsRestAzure::AzureOperationError.new(result.request, http_response, error_model)
246
+ end
247
+
248
+ result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
249
+ result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
250
+ result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
251
+ # Deserialize Response
252
+ if status_code == 200
253
+ begin
254
+ parsed_response = response_content.to_s.empty? ? nil : JSON.load(response_content)
255
+ result_mapper = Azure::Storage::Mgmt::V2019_06_01::Models::TableServiceProperties.mapper()
256
+ result.body = @client.deserialize(result_mapper, parsed_response)
257
+ rescue Exception => e
258
+ fail MsRest::DeserializationError.new('Error occurred in deserializing the response', e.message, e.backtrace, result)
259
+ end
260
+ end
261
+
262
+ result
263
+ end
264
+
265
+ promise.execute
266
+ end
267
+
268
+ #
269
+ # Gets the properties of a storage account’s Table service, including
270
+ # properties for Storage Analytics and CORS (Cross-Origin Resource Sharing)
271
+ # rules.
272
+ #
273
+ # @param resource_group_name [String] The name of the resource group within the
274
+ # user's subscription. The name is case insensitive.
275
+ # @param account_name [String] The name of the storage account within the
276
+ # specified resource group. Storage account names must be between 3 and 24
277
+ # characters in length and use numbers and lower-case letters only.
278
+ # @param custom_headers [Hash{String => String}] A hash of custom headers that
279
+ # will be added to the HTTP request.
280
+ #
281
+ # @return [TableServiceProperties] operation results.
282
+ #
283
+ def get_service_properties(resource_group_name, account_name, custom_headers:nil)
284
+ response = get_service_properties_async(resource_group_name, account_name, custom_headers:custom_headers).value!
285
+ response.body unless response.nil?
286
+ end
287
+
288
+ #
289
+ # Gets the properties of a storage account’s Table service, including
290
+ # properties for Storage Analytics and CORS (Cross-Origin Resource Sharing)
291
+ # rules.
292
+ #
293
+ # @param resource_group_name [String] The name of the resource group within the
294
+ # user's subscription. The name is case insensitive.
295
+ # @param account_name [String] The name of the storage account within the
296
+ # specified resource group. Storage account names must be between 3 and 24
297
+ # characters in length and use numbers and lower-case letters only.
298
+ # @param custom_headers [Hash{String => String}] A hash of custom headers that
299
+ # will be added to the HTTP request.
300
+ #
301
+ # @return [MsRestAzure::AzureOperationResponse] HTTP response information.
302
+ #
303
+ def get_service_properties_with_http_info(resource_group_name, account_name, custom_headers:nil)
304
+ get_service_properties_async(resource_group_name, account_name, custom_headers:custom_headers).value!
305
+ end
306
+
307
+ #
308
+ # Gets the properties of a storage account’s Table service, including
309
+ # properties for Storage Analytics and CORS (Cross-Origin Resource Sharing)
310
+ # rules.
311
+ #
312
+ # @param resource_group_name [String] The name of the resource group within the
313
+ # user's subscription. The name is case insensitive.
314
+ # @param account_name [String] The name of the storage account within the
315
+ # specified resource group. Storage account names must be between 3 and 24
316
+ # characters in length and use numbers and lower-case letters only.
317
+ # @param [Hash{String => String}] A hash of custom headers that will be added
318
+ # to the HTTP request.
319
+ #
320
+ # @return [Concurrent::Promise] Promise object which holds the HTTP response.
321
+ #
322
+ def get_service_properties_async(resource_group_name, account_name, custom_headers:nil)
323
+ fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil?
324
+ fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MaxLength': '90'" if !resource_group_name.nil? && resource_group_name.length > 90
325
+ fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MinLength': '1'" if !resource_group_name.nil? && resource_group_name.length < 1
326
+ fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'Pattern': '^[-\w\._\(\)]+$'" if !resource_group_name.nil? && resource_group_name.match(Regexp.new('^^[-\w\._\(\)]+$$')).nil?
327
+ fail ArgumentError, 'account_name is nil' if account_name.nil?
328
+ fail ArgumentError, "'account_name' should satisfy the constraint - 'MaxLength': '24'" if !account_name.nil? && account_name.length > 24
329
+ fail ArgumentError, "'account_name' should satisfy the constraint - 'MinLength': '3'" if !account_name.nil? && account_name.length < 3
330
+ fail ArgumentError, '@client.api_version is nil' if @client.api_version.nil?
331
+ fail ArgumentError, "'@client.api_version' should satisfy the constraint - 'MinLength': '1'" if !@client.api_version.nil? && @client.api_version.length < 1
332
+ fail ArgumentError, '@client.subscription_id is nil' if @client.subscription_id.nil?
333
+ fail ArgumentError, "'@client.subscription_id' should satisfy the constraint - 'MinLength': '1'" if !@client.subscription_id.nil? && @client.subscription_id.length < 1
334
+ table_service_name = 'default'
335
+
336
+
337
+ request_headers = {}
338
+ request_headers['Content-Type'] = 'application/json; charset=utf-8'
339
+
340
+ # Set Headers
341
+ request_headers['x-ms-client-request-id'] = SecureRandom.uuid
342
+ request_headers['accept-language'] = @client.accept_language unless @client.accept_language.nil?
343
+ path_template = 'subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Storage/storageAccounts/{accountName}/tableServices/{tableServiceName}'
344
+
345
+ request_url = @base_url || @client.base_url
346
+
347
+ options = {
348
+ middlewares: [[MsRest::RetryPolicyMiddleware, times: 3, retry: 0.02], [:cookie_jar]],
349
+ path_params: {'resourceGroupName' => resource_group_name,'accountName' => account_name,'subscriptionId' => @client.subscription_id,'tableServiceName' => table_service_name},
350
+ query_params: {'api-version' => @client.api_version},
351
+ headers: request_headers.merge(custom_headers || {}),
352
+ base_url: request_url
353
+ }
354
+ promise = @client.make_request_async(:get, path_template, options)
355
+
356
+ promise = promise.then do |result|
357
+ http_response = result.response
358
+ status_code = http_response.status
359
+ response_content = http_response.body
360
+ unless status_code == 200
361
+ error_model = JSON.load(response_content)
362
+ fail MsRestAzure::AzureOperationError.new(result.request, http_response, error_model)
363
+ end
364
+
365
+ result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
366
+ result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
367
+ result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
368
+ # Deserialize Response
369
+ if status_code == 200
370
+ begin
371
+ parsed_response = response_content.to_s.empty? ? nil : JSON.load(response_content)
372
+ result_mapper = Azure::Storage::Mgmt::V2019_06_01::Models::TableServiceProperties.mapper()
373
+ result.body = @client.deserialize(result_mapper, parsed_response)
374
+ rescue Exception => e
375
+ fail MsRest::DeserializationError.new('Error occurred in deserializing the response', e.message, e.backtrace, result)
376
+ end
377
+ end
378
+
379
+ result
380
+ end
381
+
382
+ promise.execute
383
+ end
384
+
385
+ end
386
+ end
@@ -13,98 +13,114 @@ module Azure::Storage::Profiles::Latest
13
13
  ManagementPolicies = Azure::Storage::Mgmt::V2019_06_01::ManagementPolicies
14
14
  PrivateEndpointConnections = Azure::Storage::Mgmt::V2019_06_01::PrivateEndpointConnections
15
15
  PrivateLinkResources = Azure::Storage::Mgmt::V2019_06_01::PrivateLinkResources
16
+ ObjectReplicationPoliciesOperations = Azure::Storage::Mgmt::V2019_06_01::ObjectReplicationPoliciesOperations
16
17
  EncryptionScopes = Azure::Storage::Mgmt::V2019_06_01::EncryptionScopes
17
18
  BlobServices = Azure::Storage::Mgmt::V2019_06_01::BlobServices
18
19
  BlobContainers = Azure::Storage::Mgmt::V2019_06_01::BlobContainers
19
20
  FileServices = Azure::Storage::Mgmt::V2019_06_01::FileServices
20
21
  FileShares = Azure::Storage::Mgmt::V2019_06_01::FileShares
22
+ QueueServices = Azure::Storage::Mgmt::V2019_06_01::QueueServices
23
+ Queue = Azure::Storage::Mgmt::V2019_06_01::Queue
24
+ TableServices = Azure::Storage::Mgmt::V2019_06_01::TableServices
25
+ TableOperations = Azure::Storage::Mgmt::V2019_06_01::TableOperations
21
26
 
22
27
  module Models
23
- ListAccountSasResponse = Azure::Storage::Mgmt::V2019_06_01::Models::ListAccountSasResponse
24
- ServiceSasParameters = Azure::Storage::Mgmt::V2019_06_01::Models::ServiceSasParameters
28
+ TagFilter = Azure::Storage::Mgmt::V2019_06_01::Models::TagFilter
29
+ ManagementPolicyFilter = Azure::Storage::Mgmt::V2019_06_01::Models::ManagementPolicyFilter
25
30
  Dimension = Azure::Storage::Mgmt::V2019_06_01::Models::Dimension
26
- ListServiceSasResponse = Azure::Storage::Mgmt::V2019_06_01::Models::ListServiceSasResponse
31
+ ManagementPolicyDefinition = Azure::Storage::Mgmt::V2019_06_01::Models::ManagementPolicyDefinition
27
32
  ServiceSpecification = Azure::Storage::Mgmt::V2019_06_01::Models::ServiceSpecification
28
- DateAfterModification = Azure::Storage::Mgmt::V2019_06_01::Models::DateAfterModification
33
+ ManagementPolicyRule = Azure::Storage::Mgmt::V2019_06_01::Models::ManagementPolicyRule
29
34
  OperationListResult = Azure::Storage::Mgmt::V2019_06_01::Models::OperationListResult
30
- ManagementPolicyBaseBlob = Azure::Storage::Mgmt::V2019_06_01::Models::ManagementPolicyBaseBlob
35
+ ManagementPolicySchema = Azure::Storage::Mgmt::V2019_06_01::Models::ManagementPolicySchema
31
36
  SKUCapability = Azure::Storage::Mgmt::V2019_06_01::Models::SKUCapability
37
+ DateAfterModification = Azure::Storage::Mgmt::V2019_06_01::Models::DateAfterModification
38
+ ManagementPolicyBaseBlob = Azure::Storage::Mgmt::V2019_06_01::Models::ManagementPolicyBaseBlob
39
+ StorageSkuListResult = Azure::Storage::Mgmt::V2019_06_01::Models::StorageSkuListResult
32
40
  DateAfterCreation = Azure::Storage::Mgmt::V2019_06_01::Models::DateAfterCreation
33
- SkuInformation = Azure::Storage::Mgmt::V2019_06_01::Models::SkuInformation
41
+ CustomDomain = Azure::Storage::Mgmt::V2019_06_01::Models::CustomDomain
34
42
  ManagementPolicySnapShot = Azure::Storage::Mgmt::V2019_06_01::Models::ManagementPolicySnapShot
35
- CheckNameAvailabilityResult = Azure::Storage::Mgmt::V2019_06_01::Models::CheckNameAvailabilityResult
43
+ EncryptionServices = Azure::Storage::Mgmt::V2019_06_01::Models::EncryptionServices
36
44
  ManagementPolicyAction = Azure::Storage::Mgmt::V2019_06_01::Models::ManagementPolicyAction
37
- EncryptionService = Azure::Storage::Mgmt::V2019_06_01::Models::EncryptionService
38
- ManagementPolicyFilter = Azure::Storage::Mgmt::V2019_06_01::Models::ManagementPolicyFilter
39
- KeyVaultProperties = Azure::Storage::Mgmt::V2019_06_01::Models::KeyVaultProperties
40
- ManagementPolicyDefinition = Azure::Storage::Mgmt::V2019_06_01::Models::ManagementPolicyDefinition
41
- VirtualNetworkRule = Azure::Storage::Mgmt::V2019_06_01::Models::VirtualNetworkRule
42
- ManagementPolicyRule = Azure::Storage::Mgmt::V2019_06_01::Models::ManagementPolicyRule
43
- NetworkRuleSet = Azure::Storage::Mgmt::V2019_06_01::Models::NetworkRuleSet
44
- ManagementPolicySchema = Azure::Storage::Mgmt::V2019_06_01::Models::ManagementPolicySchema
45
- AzureFilesIdentityBasedAuthentication = Azure::Storage::Mgmt::V2019_06_01::Models::AzureFilesIdentityBasedAuthentication
46
- StorageSkuListResult = Azure::Storage::Mgmt::V2019_06_01::Models::StorageSkuListResult
47
- CustomDomain = Azure::Storage::Mgmt::V2019_06_01::Models::CustomDomain
45
+ Encryption = Azure::Storage::Mgmt::V2019_06_01::Models::Encryption
46
+ OperationDisplay = Azure::Storage::Mgmt::V2019_06_01::Models::OperationDisplay
47
+ IPRule = Azure::Storage::Mgmt::V2019_06_01::Models::IPRule
48
+ MetricSpecification = Azure::Storage::Mgmt::V2019_06_01::Models::MetricSpecification
49
+ ActiveDirectoryProperties = Azure::Storage::Mgmt::V2019_06_01::Models::ActiveDirectoryProperties
50
+ Operation = Azure::Storage::Mgmt::V2019_06_01::Models::Operation
51
+ RoutingPreference = Azure::Storage::Mgmt::V2019_06_01::Models::RoutingPreference
52
+ StorageAccountCheckNameAvailabilityParameters = Azure::Storage::Mgmt::V2019_06_01::Models::StorageAccountCheckNameAvailabilityParameters
48
53
  Sku = Azure::Storage::Mgmt::V2019_06_01::Models::Sku
49
- EncryptionServices = Azure::Storage::Mgmt::V2019_06_01::Models::EncryptionServices
54
+ Restriction = Azure::Storage::Mgmt::V2019_06_01::Models::Restriction
50
55
  StorageAccountMicrosoftEndpoints = Azure::Storage::Mgmt::V2019_06_01::Models::StorageAccountMicrosoftEndpoints
51
- Encryption = Azure::Storage::Mgmt::V2019_06_01::Models::Encryption
56
+ ListTableResource = Azure::Storage::Mgmt::V2019_06_01::Models::ListTableResource
52
57
  Endpoints = Azure::Storage::Mgmt::V2019_06_01::Models::Endpoints
53
- IPRule = Azure::Storage::Mgmt::V2019_06_01::Models::IPRule
58
+ EncryptionScopeKeyVaultProperties = Azure::Storage::Mgmt::V2019_06_01::Models::EncryptionScopeKeyVaultProperties
54
59
  BlobRestoreRange = Azure::Storage::Mgmt::V2019_06_01::Models::BlobRestoreRange
55
- ActiveDirectoryProperties = Azure::Storage::Mgmt::V2019_06_01::Models::ActiveDirectoryProperties
60
+ ListTableServices = Azure::Storage::Mgmt::V2019_06_01::Models::ListTableServices
56
61
  BlobRestoreStatus = Azure::Storage::Mgmt::V2019_06_01::Models::BlobRestoreStatus
57
- RoutingPreference = Azure::Storage::Mgmt::V2019_06_01::Models::RoutingPreference
62
+ EncryptionScopeListResult = Azure::Storage::Mgmt::V2019_06_01::Models::EncryptionScopeListResult
58
63
  PrivateLinkServiceConnectionState = Azure::Storage::Mgmt::V2019_06_01::Models::PrivateLinkServiceConnectionState
59
- DeleteRetentionPolicy = Azure::Storage::Mgmt::V2019_06_01::Models::DeleteRetentionPolicy
64
+ ObjectReplicationPolicyFilter = Azure::Storage::Mgmt::V2019_06_01::Models::ObjectReplicationPolicyFilter
65
+ BlobServiceItems = Azure::Storage::Mgmt::V2019_06_01::Models::BlobServiceItems
60
66
  StorageAccountKey = Azure::Storage::Mgmt::V2019_06_01::Models::StorageAccountKey
67
+ ObjectReplicationPolicyRule = Azure::Storage::Mgmt::V2019_06_01::Models::ObjectReplicationPolicyRule
61
68
  StorageAccountListKeysResult = Azure::Storage::Mgmt::V2019_06_01::Models::StorageAccountListKeysResult
62
- PrivateLinkResourceListResult = Azure::Storage::Mgmt::V2019_06_01::Models::PrivateLinkResourceListResult
69
+ ListQueueResource = Azure::Storage::Mgmt::V2019_06_01::Models::ListQueueResource
63
70
  StorageAccountUpdateParameters = Azure::Storage::Mgmt::V2019_06_01::Models::StorageAccountUpdateParameters
64
- EncryptionScopeKeyVaultProperties = Azure::Storage::Mgmt::V2019_06_01::Models::EncryptionScopeKeyVaultProperties
71
+ ObjectReplicationPolicies = Azure::Storage::Mgmt::V2019_06_01::Models::ObjectReplicationPolicies
65
72
  Usage = Azure::Storage::Mgmt::V2019_06_01::Models::Usage
66
- FileShareItems = Azure::Storage::Mgmt::V2019_06_01::Models::FileShareItems
67
- AccountSasParameters = Azure::Storage::Mgmt::V2019_06_01::Models::AccountSasParameters
68
- EncryptionScopeListResult = Azure::Storage::Mgmt::V2019_06_01::Models::EncryptionScopeListResult
69
- MetricSpecification = Azure::Storage::Mgmt::V2019_06_01::Models::MetricSpecification
70
73
  ErrorResponse = Azure::Storage::Mgmt::V2019_06_01::Models::ErrorResponse
71
- StorageAccountCheckNameAvailabilityParameters = Azure::Storage::Mgmt::V2019_06_01::Models::StorageAccountCheckNameAvailabilityParameters
72
- FileServiceItems = Azure::Storage::Mgmt::V2019_06_01::Models::FileServiceItems
73
- Identity = Azure::Storage::Mgmt::V2019_06_01::Models::Identity
74
- LeaseContainerResponse = Azure::Storage::Mgmt::V2019_06_01::Models::LeaseContainerResponse
75
- StorageAccountInternetEndpoints = Azure::Storage::Mgmt::V2019_06_01::Models::StorageAccountInternetEndpoints
76
- LeaseContainerRequest = Azure::Storage::Mgmt::V2019_06_01::Models::LeaseContainerRequest
77
- BlobRestoreParameters = Azure::Storage::Mgmt::V2019_06_01::Models::BlobRestoreParameters
74
+ AccountSasParameters = Azure::Storage::Mgmt::V2019_06_01::Models::AccountSasParameters
75
+ ListQueueServices = Azure::Storage::Mgmt::V2019_06_01::Models::ListQueueServices
76
+ ServiceSasParameters = Azure::Storage::Mgmt::V2019_06_01::Models::ServiceSasParameters
77
+ SkuInformation = Azure::Storage::Mgmt::V2019_06_01::Models::SkuInformation
78
+ EncryptionService = Azure::Storage::Mgmt::V2019_06_01::Models::EncryptionService
78
79
  Resource = Azure::Storage::Mgmt::V2019_06_01::Models::Resource
79
- CorsRules = Azure::Storage::Mgmt::V2019_06_01::Models::CorsRules
80
- StorageAccountListResult = Azure::Storage::Mgmt::V2019_06_01::Models::StorageAccountListResult
80
+ VirtualNetworkRule = Azure::Storage::Mgmt::V2019_06_01::Models::VirtualNetworkRule
81
+ FileShareItems = Azure::Storage::Mgmt::V2019_06_01::Models::FileShareItems
82
+ AzureFilesIdentityBasedAuthentication = Azure::Storage::Mgmt::V2019_06_01::Models::AzureFilesIdentityBasedAuthentication
83
+ PrivateLinkResourceListResult = Azure::Storage::Mgmt::V2019_06_01::Models::PrivateLinkResourceListResult
84
+ StorageAccountCreateParameters = Azure::Storage::Mgmt::V2019_06_01::Models::StorageAccountCreateParameters
85
+ PrivateEndpointConnectionListResult = Azure::Storage::Mgmt::V2019_06_01::Models::PrivateEndpointConnectionListResult
86
+ GeoReplicationStats = Azure::Storage::Mgmt::V2019_06_01::Models::GeoReplicationStats
81
87
  UpdateHistoryProperty = Azure::Storage::Mgmt::V2019_06_01::Models::UpdateHistoryProperty
82
- UsageName = Azure::Storage::Mgmt::V2019_06_01::Models::UsageName
88
+ PrivateEndpoint = Azure::Storage::Mgmt::V2019_06_01::Models::PrivateEndpoint
83
89
  ImmutabilityPolicyProperties = Azure::Storage::Mgmt::V2019_06_01::Models::ImmutabilityPolicyProperties
84
- OperationDisplay = Azure::Storage::Mgmt::V2019_06_01::Models::OperationDisplay
90
+ StorageAccountListResult = Azure::Storage::Mgmt::V2019_06_01::Models::StorageAccountListResult
85
91
  TagProperty = Azure::Storage::Mgmt::V2019_06_01::Models::TagProperty
86
- Restriction = Azure::Storage::Mgmt::V2019_06_01::Models::Restriction
92
+ UsageName = Azure::Storage::Mgmt::V2019_06_01::Models::UsageName
87
93
  LegalHoldProperties = Azure::Storage::Mgmt::V2019_06_01::Models::LegalHoldProperties
88
- GeoReplicationStats = Azure::Storage::Mgmt::V2019_06_01::Models::GeoReplicationStats
89
- BlobServiceItems = Azure::Storage::Mgmt::V2019_06_01::Models::BlobServiceItems
90
- StorageAccountRegenerateKeyParameters = Azure::Storage::Mgmt::V2019_06_01::Models::StorageAccountRegenerateKeyParameters
91
- RestorePolicyProperties = Azure::Storage::Mgmt::V2019_06_01::Models::RestorePolicyProperties
92
- Operation = Azure::Storage::Mgmt::V2019_06_01::Models::Operation
94
+ ListAccountSasResponse = Azure::Storage::Mgmt::V2019_06_01::Models::ListAccountSasResponse
95
+ DeletedShare = Azure::Storage::Mgmt::V2019_06_01::Models::DeletedShare
96
+ CheckNameAvailabilityResult = Azure::Storage::Mgmt::V2019_06_01::Models::CheckNameAvailabilityResult
97
+ FileServiceItems = Azure::Storage::Mgmt::V2019_06_01::Models::FileServiceItems
98
+ NetworkRuleSet = Azure::Storage::Mgmt::V2019_06_01::Models::NetworkRuleSet
93
99
  LegalHold = Azure::Storage::Mgmt::V2019_06_01::Models::LegalHold
94
- PrivateEndpoint = Azure::Storage::Mgmt::V2019_06_01::Models::PrivateEndpoint
95
- ChangeFeed = Azure::Storage::Mgmt::V2019_06_01::Models::ChangeFeed
96
- StorageAccountCreateParameters = Azure::Storage::Mgmt::V2019_06_01::Models::StorageAccountCreateParameters
100
+ StorageAccountInternetEndpoints = Azure::Storage::Mgmt::V2019_06_01::Models::StorageAccountInternetEndpoints
101
+ LeaseContainerResponse = Azure::Storage::Mgmt::V2019_06_01::Models::LeaseContainerResponse
102
+ LeaseContainerRequest = Azure::Storage::Mgmt::V2019_06_01::Models::LeaseContainerRequest
103
+ StorageAccountRegenerateKeyParameters = Azure::Storage::Mgmt::V2019_06_01::Models::StorageAccountRegenerateKeyParameters
97
104
  ListContainerItems = Azure::Storage::Mgmt::V2019_06_01::Models::ListContainerItems
98
- UsageListResult = Azure::Storage::Mgmt::V2019_06_01::Models::UsageListResult
105
+ ListServiceSasResponse = Azure::Storage::Mgmt::V2019_06_01::Models::ListServiceSasResponse
99
106
  CorsRule = Azure::Storage::Mgmt::V2019_06_01::Models::CorsRule
107
+ Identity = Azure::Storage::Mgmt::V2019_06_01::Models::Identity
108
+ CorsRules = Azure::Storage::Mgmt::V2019_06_01::Models::CorsRules
109
+ UsageListResult = Azure::Storage::Mgmt::V2019_06_01::Models::UsageListResult
110
+ DeleteRetentionPolicy = Azure::Storage::Mgmt::V2019_06_01::Models::DeleteRetentionPolicy
111
+ BlobRestoreParameters = Azure::Storage::Mgmt::V2019_06_01::Models::BlobRestoreParameters
112
+ ChangeFeed = Azure::Storage::Mgmt::V2019_06_01::Models::ChangeFeed
113
+ KeyVaultProperties = Azure::Storage::Mgmt::V2019_06_01::Models::KeyVaultProperties
114
+ RestorePolicyProperties = Azure::Storage::Mgmt::V2019_06_01::Models::RestorePolicyProperties
100
115
  PrivateEndpointConnection = Azure::Storage::Mgmt::V2019_06_01::Models::PrivateEndpointConnection
101
116
  StorageAccount = Azure::Storage::Mgmt::V2019_06_01::Models::StorageAccount
102
117
  ManagementPolicy = Azure::Storage::Mgmt::V2019_06_01::Models::ManagementPolicy
103
- PrivateLinkResource = Azure::Storage::Mgmt::V2019_06_01::Models::PrivateLinkResource
104
118
  EncryptionScope = Azure::Storage::Mgmt::V2019_06_01::Models::EncryptionScope
119
+ ObjectReplicationPolicy = Azure::Storage::Mgmt::V2019_06_01::Models::ObjectReplicationPolicy
105
120
  ProxyResource = Azure::Storage::Mgmt::V2019_06_01::Models::ProxyResource
106
121
  TrackedResource = Azure::Storage::Mgmt::V2019_06_01::Models::TrackedResource
107
122
  AzureEntityResource = Azure::Storage::Mgmt::V2019_06_01::Models::AzureEntityResource
123
+ PrivateLinkResource = Azure::Storage::Mgmt::V2019_06_01::Models::PrivateLinkResource
108
124
  BlobContainer = Azure::Storage::Mgmt::V2019_06_01::Models::BlobContainer
109
125
  ImmutabilityPolicy = Azure::Storage::Mgmt::V2019_06_01::Models::ImmutabilityPolicy
110
126
  ListContainerItem = Azure::Storage::Mgmt::V2019_06_01::Models::ListContainerItem
@@ -112,6 +128,11 @@ module Azure::Storage::Profiles::Latest
112
128
  FileServiceProperties = Azure::Storage::Mgmt::V2019_06_01::Models::FileServiceProperties
113
129
  FileShare = Azure::Storage::Mgmt::V2019_06_01::Models::FileShare
114
130
  FileShareItem = Azure::Storage::Mgmt::V2019_06_01::Models::FileShareItem
131
+ QueueServiceProperties = Azure::Storage::Mgmt::V2019_06_01::Models::QueueServiceProperties
132
+ StorageQueue = Azure::Storage::Mgmt::V2019_06_01::Models::StorageQueue
133
+ ListQueue = Azure::Storage::Mgmt::V2019_06_01::Models::ListQueue
134
+ TableServiceProperties = Azure::Storage::Mgmt::V2019_06_01::Models::TableServiceProperties
135
+ Table = Azure::Storage::Mgmt::V2019_06_01::Models::Table
115
136
  ReasonCode = Azure::Storage::Mgmt::V2019_06_01::Models::ReasonCode
116
137
  SkuName = Azure::Storage::Mgmt::V2019_06_01::Models::SkuName
117
138
  SkuTier = Azure::Storage::Mgmt::V2019_06_01::Models::SkuTier
@@ -127,6 +148,7 @@ module Azure::Storage::Profiles::Latest
127
148
  AccessTier = Azure::Storage::Mgmt::V2019_06_01::Models::AccessTier
128
149
  LargeFileSharesState = Azure::Storage::Mgmt::V2019_06_01::Models::LargeFileSharesState
129
150
  RoutingChoice = Azure::Storage::Mgmt::V2019_06_01::Models::RoutingChoice
151
+ MinimumTlsVersion = Azure::Storage::Mgmt::V2019_06_01::Models::MinimumTlsVersion
130
152
  GeoReplicationStatus = Azure::Storage::Mgmt::V2019_06_01::Models::GeoReplicationStatus
131
153
  BlobRestoreProgressStatus = Azure::Storage::Mgmt::V2019_06_01::Models::BlobRestoreProgressStatus
132
154
  ProvisioningState = Azure::Storage::Mgmt::V2019_06_01::Models::ProvisioningState
@@ -148,15 +170,21 @@ module Azure::Storage::Profiles::Latest
148
170
  LeaseDuration = Azure::Storage::Mgmt::V2019_06_01::Models::LeaseDuration
149
171
  ImmutabilityPolicyState = Azure::Storage::Mgmt::V2019_06_01::Models::ImmutabilityPolicyState
150
172
  ImmutabilityPolicyUpdateType = Azure::Storage::Mgmt::V2019_06_01::Models::ImmutabilityPolicyUpdateType
173
+ EnabledProtocols = Azure::Storage::Mgmt::V2019_06_01::Models::EnabledProtocols
174
+ RootSquashType = Azure::Storage::Mgmt::V2019_06_01::Models::RootSquashType
175
+ ShareAccessTier = Azure::Storage::Mgmt::V2019_06_01::Models::ShareAccessTier
151
176
  StorageAccountExpand = Azure::Storage::Mgmt::V2019_06_01::Models::StorageAccountExpand
152
177
  ListKeyExpand = Azure::Storage::Mgmt::V2019_06_01::Models::ListKeyExpand
178
+ ListContainersInclude = Azure::Storage::Mgmt::V2019_06_01::Models::ListContainersInclude
179
+ ListSharesExpand = Azure::Storage::Mgmt::V2019_06_01::Models::ListSharesExpand
180
+ GetShareExpand = Azure::Storage::Mgmt::V2019_06_01::Models::GetShareExpand
153
181
  end
154
182
 
155
183
  #
156
184
  # StorageManagementClass
157
185
  #
158
186
  class StorageManagementClass
159
- attr_reader :operations, :skus, :storage_accounts, :usages, :management_policies, :private_endpoint_connections, :private_link_resources, :encryption_scopes, :blob_services, :blob_containers, :file_services, :file_shares, :configurable, :base_url, :options, :model_classes
187
+ attr_reader :operations, :skus, :storage_accounts, :usages, :management_policies, :private_endpoint_connections, :private_link_resources, :object_replication_policies_operations, :encryption_scopes, :blob_services, :blob_containers, :file_services, :file_shares, :queue_services, :queue, :table_services, :table_operations, :configurable, :base_url, :options, :model_classes
160
188
 
161
189
  def initialize(options = {})
162
190
  if options.is_a?(Hash) && options.length == 0
@@ -183,11 +211,16 @@ module Azure::Storage::Profiles::Latest
183
211
  @management_policies = @client_0.management_policies
184
212
  @private_endpoint_connections = @client_0.private_endpoint_connections
185
213
  @private_link_resources = @client_0.private_link_resources
214
+ @object_replication_policies_operations = @client_0.object_replication_policies_operations
186
215
  @encryption_scopes = @client_0.encryption_scopes
187
216
  @blob_services = @client_0.blob_services
188
217
  @blob_containers = @client_0.blob_containers
189
218
  @file_services = @client_0.file_services
190
219
  @file_shares = @client_0.file_shares
220
+ @queue_services = @client_0.queue_services
221
+ @queue = @client_0.queue
222
+ @table_services = @client_0.table_services
223
+ @table_operations = @client_0.table_operations
191
224
 
192
225
  @model_classes = ModelClasses.new
193
226
  end
@@ -208,237 +241,267 @@ module Azure::Storage::Profiles::Latest
208
241
  end
209
242
 
210
243
  class ModelClasses
211
- def list_account_sas_response
212
- Azure::Storage::Mgmt::V2019_06_01::Models::ListAccountSasResponse
244
+ def tag_filter
245
+ Azure::Storage::Mgmt::V2019_06_01::Models::TagFilter
213
246
  end
214
- def service_sas_parameters
215
- Azure::Storage::Mgmt::V2019_06_01::Models::ServiceSasParameters
247
+ def management_policy_filter
248
+ Azure::Storage::Mgmt::V2019_06_01::Models::ManagementPolicyFilter
216
249
  end
217
250
  def dimension
218
251
  Azure::Storage::Mgmt::V2019_06_01::Models::Dimension
219
252
  end
220
- def list_service_sas_response
221
- Azure::Storage::Mgmt::V2019_06_01::Models::ListServiceSasResponse
253
+ def management_policy_definition
254
+ Azure::Storage::Mgmt::V2019_06_01::Models::ManagementPolicyDefinition
222
255
  end
223
256
  def service_specification
224
257
  Azure::Storage::Mgmt::V2019_06_01::Models::ServiceSpecification
225
258
  end
226
- def date_after_modification
227
- Azure::Storage::Mgmt::V2019_06_01::Models::DateAfterModification
259
+ def management_policy_rule
260
+ Azure::Storage::Mgmt::V2019_06_01::Models::ManagementPolicyRule
228
261
  end
229
262
  def operation_list_result
230
263
  Azure::Storage::Mgmt::V2019_06_01::Models::OperationListResult
231
264
  end
232
- def management_policy_base_blob
233
- Azure::Storage::Mgmt::V2019_06_01::Models::ManagementPolicyBaseBlob
265
+ def management_policy_schema
266
+ Azure::Storage::Mgmt::V2019_06_01::Models::ManagementPolicySchema
234
267
  end
235
268
  def skucapability
236
269
  Azure::Storage::Mgmt::V2019_06_01::Models::SKUCapability
237
270
  end
271
+ def date_after_modification
272
+ Azure::Storage::Mgmt::V2019_06_01::Models::DateAfterModification
273
+ end
274
+ def management_policy_base_blob
275
+ Azure::Storage::Mgmt::V2019_06_01::Models::ManagementPolicyBaseBlob
276
+ end
277
+ def storage_sku_list_result
278
+ Azure::Storage::Mgmt::V2019_06_01::Models::StorageSkuListResult
279
+ end
238
280
  def date_after_creation
239
281
  Azure::Storage::Mgmt::V2019_06_01::Models::DateAfterCreation
240
282
  end
241
- def sku_information
242
- Azure::Storage::Mgmt::V2019_06_01::Models::SkuInformation
283
+ def custom_domain
284
+ Azure::Storage::Mgmt::V2019_06_01::Models::CustomDomain
243
285
  end
244
286
  def management_policy_snap_shot
245
287
  Azure::Storage::Mgmt::V2019_06_01::Models::ManagementPolicySnapShot
246
288
  end
247
- def check_name_availability_result
248
- Azure::Storage::Mgmt::V2019_06_01::Models::CheckNameAvailabilityResult
289
+ def encryption_services
290
+ Azure::Storage::Mgmt::V2019_06_01::Models::EncryptionServices
249
291
  end
250
292
  def management_policy_action
251
293
  Azure::Storage::Mgmt::V2019_06_01::Models::ManagementPolicyAction
252
294
  end
253
- def encryption_service
254
- Azure::Storage::Mgmt::V2019_06_01::Models::EncryptionService
255
- end
256
- def management_policy_filter
257
- Azure::Storage::Mgmt::V2019_06_01::Models::ManagementPolicyFilter
258
- end
259
- def key_vault_properties
260
- Azure::Storage::Mgmt::V2019_06_01::Models::KeyVaultProperties
261
- end
262
- def management_policy_definition
263
- Azure::Storage::Mgmt::V2019_06_01::Models::ManagementPolicyDefinition
295
+ def encryption
296
+ Azure::Storage::Mgmt::V2019_06_01::Models::Encryption
264
297
  end
265
- def virtual_network_rule
266
- Azure::Storage::Mgmt::V2019_06_01::Models::VirtualNetworkRule
298
+ def operation_display
299
+ Azure::Storage::Mgmt::V2019_06_01::Models::OperationDisplay
267
300
  end
268
- def management_policy_rule
269
- Azure::Storage::Mgmt::V2019_06_01::Models::ManagementPolicyRule
301
+ def iprule
302
+ Azure::Storage::Mgmt::V2019_06_01::Models::IPRule
270
303
  end
271
- def network_rule_set
272
- Azure::Storage::Mgmt::V2019_06_01::Models::NetworkRuleSet
304
+ def metric_specification
305
+ Azure::Storage::Mgmt::V2019_06_01::Models::MetricSpecification
273
306
  end
274
- def management_policy_schema
275
- Azure::Storage::Mgmt::V2019_06_01::Models::ManagementPolicySchema
307
+ def active_directory_properties
308
+ Azure::Storage::Mgmt::V2019_06_01::Models::ActiveDirectoryProperties
276
309
  end
277
- def azure_files_identity_based_authentication
278
- Azure::Storage::Mgmt::V2019_06_01::Models::AzureFilesIdentityBasedAuthentication
310
+ def operation
311
+ Azure::Storage::Mgmt::V2019_06_01::Models::Operation
279
312
  end
280
- def storage_sku_list_result
281
- Azure::Storage::Mgmt::V2019_06_01::Models::StorageSkuListResult
313
+ def routing_preference
314
+ Azure::Storage::Mgmt::V2019_06_01::Models::RoutingPreference
282
315
  end
283
- def custom_domain
284
- Azure::Storage::Mgmt::V2019_06_01::Models::CustomDomain
316
+ def storage_account_check_name_availability_parameters
317
+ Azure::Storage::Mgmt::V2019_06_01::Models::StorageAccountCheckNameAvailabilityParameters
285
318
  end
286
319
  def sku
287
320
  Azure::Storage::Mgmt::V2019_06_01::Models::Sku
288
321
  end
289
- def encryption_services
290
- Azure::Storage::Mgmt::V2019_06_01::Models::EncryptionServices
322
+ def restriction
323
+ Azure::Storage::Mgmt::V2019_06_01::Models::Restriction
291
324
  end
292
325
  def storage_account_microsoft_endpoints
293
326
  Azure::Storage::Mgmt::V2019_06_01::Models::StorageAccountMicrosoftEndpoints
294
327
  end
295
- def encryption
296
- Azure::Storage::Mgmt::V2019_06_01::Models::Encryption
328
+ def list_table_resource
329
+ Azure::Storage::Mgmt::V2019_06_01::Models::ListTableResource
297
330
  end
298
331
  def endpoints
299
332
  Azure::Storage::Mgmt::V2019_06_01::Models::Endpoints
300
333
  end
301
- def iprule
302
- Azure::Storage::Mgmt::V2019_06_01::Models::IPRule
334
+ def encryption_scope_key_vault_properties
335
+ Azure::Storage::Mgmt::V2019_06_01::Models::EncryptionScopeKeyVaultProperties
303
336
  end
304
337
  def blob_restore_range
305
338
  Azure::Storage::Mgmt::V2019_06_01::Models::BlobRestoreRange
306
339
  end
307
- def active_directory_properties
308
- Azure::Storage::Mgmt::V2019_06_01::Models::ActiveDirectoryProperties
340
+ def list_table_services
341
+ Azure::Storage::Mgmt::V2019_06_01::Models::ListTableServices
309
342
  end
310
343
  def blob_restore_status
311
344
  Azure::Storage::Mgmt::V2019_06_01::Models::BlobRestoreStatus
312
345
  end
313
- def routing_preference
314
- Azure::Storage::Mgmt::V2019_06_01::Models::RoutingPreference
346
+ def encryption_scope_list_result
347
+ Azure::Storage::Mgmt::V2019_06_01::Models::EncryptionScopeListResult
315
348
  end
316
349
  def private_link_service_connection_state
317
350
  Azure::Storage::Mgmt::V2019_06_01::Models::PrivateLinkServiceConnectionState
318
351
  end
319
- def delete_retention_policy
320
- Azure::Storage::Mgmt::V2019_06_01::Models::DeleteRetentionPolicy
352
+ def object_replication_policy_filter
353
+ Azure::Storage::Mgmt::V2019_06_01::Models::ObjectReplicationPolicyFilter
354
+ end
355
+ def blob_service_items
356
+ Azure::Storage::Mgmt::V2019_06_01::Models::BlobServiceItems
321
357
  end
322
358
  def storage_account_key
323
359
  Azure::Storage::Mgmt::V2019_06_01::Models::StorageAccountKey
324
360
  end
361
+ def object_replication_policy_rule
362
+ Azure::Storage::Mgmt::V2019_06_01::Models::ObjectReplicationPolicyRule
363
+ end
325
364
  def storage_account_list_keys_result
326
365
  Azure::Storage::Mgmt::V2019_06_01::Models::StorageAccountListKeysResult
327
366
  end
328
- def private_link_resource_list_result
329
- Azure::Storage::Mgmt::V2019_06_01::Models::PrivateLinkResourceListResult
367
+ def list_queue_resource
368
+ Azure::Storage::Mgmt::V2019_06_01::Models::ListQueueResource
330
369
  end
331
370
  def storage_account_update_parameters
332
371
  Azure::Storage::Mgmt::V2019_06_01::Models::StorageAccountUpdateParameters
333
372
  end
334
- def encryption_scope_key_vault_properties
335
- Azure::Storage::Mgmt::V2019_06_01::Models::EncryptionScopeKeyVaultProperties
373
+ def object_replication_policies
374
+ Azure::Storage::Mgmt::V2019_06_01::Models::ObjectReplicationPolicies
336
375
  end
337
376
  def usage
338
377
  Azure::Storage::Mgmt::V2019_06_01::Models::Usage
339
378
  end
340
- def file_share_items
341
- Azure::Storage::Mgmt::V2019_06_01::Models::FileShareItems
379
+ def error_response
380
+ Azure::Storage::Mgmt::V2019_06_01::Models::ErrorResponse
342
381
  end
343
382
  def account_sas_parameters
344
383
  Azure::Storage::Mgmt::V2019_06_01::Models::AccountSasParameters
345
384
  end
346
- def encryption_scope_list_result
347
- Azure::Storage::Mgmt::V2019_06_01::Models::EncryptionScopeListResult
385
+ def list_queue_services
386
+ Azure::Storage::Mgmt::V2019_06_01::Models::ListQueueServices
348
387
  end
349
- def metric_specification
350
- Azure::Storage::Mgmt::V2019_06_01::Models::MetricSpecification
351
- end
352
- def error_response
353
- Azure::Storage::Mgmt::V2019_06_01::Models::ErrorResponse
388
+ def service_sas_parameters
389
+ Azure::Storage::Mgmt::V2019_06_01::Models::ServiceSasParameters
354
390
  end
355
- def storage_account_check_name_availability_parameters
356
- Azure::Storage::Mgmt::V2019_06_01::Models::StorageAccountCheckNameAvailabilityParameters
391
+ def sku_information
392
+ Azure::Storage::Mgmt::V2019_06_01::Models::SkuInformation
357
393
  end
358
- def file_service_items
359
- Azure::Storage::Mgmt::V2019_06_01::Models::FileServiceItems
394
+ def encryption_service
395
+ Azure::Storage::Mgmt::V2019_06_01::Models::EncryptionService
360
396
  end
361
- def identity
362
- Azure::Storage::Mgmt::V2019_06_01::Models::Identity
397
+ def resource
398
+ Azure::Storage::Mgmt::V2019_06_01::Models::Resource
363
399
  end
364
- def lease_container_response
365
- Azure::Storage::Mgmt::V2019_06_01::Models::LeaseContainerResponse
400
+ def virtual_network_rule
401
+ Azure::Storage::Mgmt::V2019_06_01::Models::VirtualNetworkRule
366
402
  end
367
- def storage_account_internet_endpoints
368
- Azure::Storage::Mgmt::V2019_06_01::Models::StorageAccountInternetEndpoints
403
+ def file_share_items
404
+ Azure::Storage::Mgmt::V2019_06_01::Models::FileShareItems
369
405
  end
370
- def lease_container_request
371
- Azure::Storage::Mgmt::V2019_06_01::Models::LeaseContainerRequest
406
+ def azure_files_identity_based_authentication
407
+ Azure::Storage::Mgmt::V2019_06_01::Models::AzureFilesIdentityBasedAuthentication
372
408
  end
373
- def blob_restore_parameters
374
- Azure::Storage::Mgmt::V2019_06_01::Models::BlobRestoreParameters
409
+ def private_link_resource_list_result
410
+ Azure::Storage::Mgmt::V2019_06_01::Models::PrivateLinkResourceListResult
375
411
  end
376
- def resource
377
- Azure::Storage::Mgmt::V2019_06_01::Models::Resource
412
+ def storage_account_create_parameters
413
+ Azure::Storage::Mgmt::V2019_06_01::Models::StorageAccountCreateParameters
378
414
  end
379
- def cors_rules
380
- Azure::Storage::Mgmt::V2019_06_01::Models::CorsRules
415
+ def private_endpoint_connection_list_result
416
+ Azure::Storage::Mgmt::V2019_06_01::Models::PrivateEndpointConnectionListResult
381
417
  end
382
- def storage_account_list_result
383
- Azure::Storage::Mgmt::V2019_06_01::Models::StorageAccountListResult
418
+ def geo_replication_stats
419
+ Azure::Storage::Mgmt::V2019_06_01::Models::GeoReplicationStats
384
420
  end
385
421
  def update_history_property
386
422
  Azure::Storage::Mgmt::V2019_06_01::Models::UpdateHistoryProperty
387
423
  end
388
- def usage_name
389
- Azure::Storage::Mgmt::V2019_06_01::Models::UsageName
424
+ def private_endpoint
425
+ Azure::Storage::Mgmt::V2019_06_01::Models::PrivateEndpoint
390
426
  end
391
427
  def immutability_policy_properties
392
428
  Azure::Storage::Mgmt::V2019_06_01::Models::ImmutabilityPolicyProperties
393
429
  end
394
- def operation_display
395
- Azure::Storage::Mgmt::V2019_06_01::Models::OperationDisplay
430
+ def storage_account_list_result
431
+ Azure::Storage::Mgmt::V2019_06_01::Models::StorageAccountListResult
396
432
  end
397
433
  def tag_property
398
434
  Azure::Storage::Mgmt::V2019_06_01::Models::TagProperty
399
435
  end
400
- def restriction
401
- Azure::Storage::Mgmt::V2019_06_01::Models::Restriction
436
+ def usage_name
437
+ Azure::Storage::Mgmt::V2019_06_01::Models::UsageName
402
438
  end
403
439
  def legal_hold_properties
404
440
  Azure::Storage::Mgmt::V2019_06_01::Models::LegalHoldProperties
405
441
  end
406
- def geo_replication_stats
407
- Azure::Storage::Mgmt::V2019_06_01::Models::GeoReplicationStats
442
+ def list_account_sas_response
443
+ Azure::Storage::Mgmt::V2019_06_01::Models::ListAccountSasResponse
408
444
  end
409
- def blob_service_items
410
- Azure::Storage::Mgmt::V2019_06_01::Models::BlobServiceItems
445
+ def deleted_share
446
+ Azure::Storage::Mgmt::V2019_06_01::Models::DeletedShare
411
447
  end
412
- def storage_account_regenerate_key_parameters
413
- Azure::Storage::Mgmt::V2019_06_01::Models::StorageAccountRegenerateKeyParameters
448
+ def check_name_availability_result
449
+ Azure::Storage::Mgmt::V2019_06_01::Models::CheckNameAvailabilityResult
414
450
  end
415
- def restore_policy_properties
416
- Azure::Storage::Mgmt::V2019_06_01::Models::RestorePolicyProperties
451
+ def file_service_items
452
+ Azure::Storage::Mgmt::V2019_06_01::Models::FileServiceItems
417
453
  end
418
- def operation
419
- Azure::Storage::Mgmt::V2019_06_01::Models::Operation
454
+ def network_rule_set
455
+ Azure::Storage::Mgmt::V2019_06_01::Models::NetworkRuleSet
420
456
  end
421
457
  def legal_hold
422
458
  Azure::Storage::Mgmt::V2019_06_01::Models::LegalHold
423
459
  end
424
- def private_endpoint
425
- Azure::Storage::Mgmt::V2019_06_01::Models::PrivateEndpoint
460
+ def storage_account_internet_endpoints
461
+ Azure::Storage::Mgmt::V2019_06_01::Models::StorageAccountInternetEndpoints
426
462
  end
427
- def change_feed
428
- Azure::Storage::Mgmt::V2019_06_01::Models::ChangeFeed
463
+ def lease_container_response
464
+ Azure::Storage::Mgmt::V2019_06_01::Models::LeaseContainerResponse
429
465
  end
430
- def storage_account_create_parameters
431
- Azure::Storage::Mgmt::V2019_06_01::Models::StorageAccountCreateParameters
466
+ def lease_container_request
467
+ Azure::Storage::Mgmt::V2019_06_01::Models::LeaseContainerRequest
468
+ end
469
+ def storage_account_regenerate_key_parameters
470
+ Azure::Storage::Mgmt::V2019_06_01::Models::StorageAccountRegenerateKeyParameters
432
471
  end
433
472
  def list_container_items
434
473
  Azure::Storage::Mgmt::V2019_06_01::Models::ListContainerItems
435
474
  end
436
- def usage_list_result
437
- Azure::Storage::Mgmt::V2019_06_01::Models::UsageListResult
475
+ def list_service_sas_response
476
+ Azure::Storage::Mgmt::V2019_06_01::Models::ListServiceSasResponse
438
477
  end
439
478
  def cors_rule
440
479
  Azure::Storage::Mgmt::V2019_06_01::Models::CorsRule
441
480
  end
481
+ def identity
482
+ Azure::Storage::Mgmt::V2019_06_01::Models::Identity
483
+ end
484
+ def cors_rules
485
+ Azure::Storage::Mgmt::V2019_06_01::Models::CorsRules
486
+ end
487
+ def usage_list_result
488
+ Azure::Storage::Mgmt::V2019_06_01::Models::UsageListResult
489
+ end
490
+ def delete_retention_policy
491
+ Azure::Storage::Mgmt::V2019_06_01::Models::DeleteRetentionPolicy
492
+ end
493
+ def blob_restore_parameters
494
+ Azure::Storage::Mgmt::V2019_06_01::Models::BlobRestoreParameters
495
+ end
496
+ def change_feed
497
+ Azure::Storage::Mgmt::V2019_06_01::Models::ChangeFeed
498
+ end
499
+ def key_vault_properties
500
+ Azure::Storage::Mgmt::V2019_06_01::Models::KeyVaultProperties
501
+ end
502
+ def restore_policy_properties
503
+ Azure::Storage::Mgmt::V2019_06_01::Models::RestorePolicyProperties
504
+ end
442
505
  def private_endpoint_connection
443
506
  Azure::Storage::Mgmt::V2019_06_01::Models::PrivateEndpointConnection
444
507
  end
@@ -448,12 +511,12 @@ module Azure::Storage::Profiles::Latest
448
511
  def management_policy
449
512
  Azure::Storage::Mgmt::V2019_06_01::Models::ManagementPolicy
450
513
  end
451
- def private_link_resource
452
- Azure::Storage::Mgmt::V2019_06_01::Models::PrivateLinkResource
453
- end
454
514
  def encryption_scope
455
515
  Azure::Storage::Mgmt::V2019_06_01::Models::EncryptionScope
456
516
  end
517
+ def object_replication_policy
518
+ Azure::Storage::Mgmt::V2019_06_01::Models::ObjectReplicationPolicy
519
+ end
457
520
  def proxy_resource
458
521
  Azure::Storage::Mgmt::V2019_06_01::Models::ProxyResource
459
522
  end
@@ -463,6 +526,9 @@ module Azure::Storage::Profiles::Latest
463
526
  def azure_entity_resource
464
527
  Azure::Storage::Mgmt::V2019_06_01::Models::AzureEntityResource
465
528
  end
529
+ def private_link_resource
530
+ Azure::Storage::Mgmt::V2019_06_01::Models::PrivateLinkResource
531
+ end
466
532
  def blob_container
467
533
  Azure::Storage::Mgmt::V2019_06_01::Models::BlobContainer
468
534
  end
@@ -484,6 +550,21 @@ module Azure::Storage::Profiles::Latest
484
550
  def file_share_item
485
551
  Azure::Storage::Mgmt::V2019_06_01::Models::FileShareItem
486
552
  end
553
+ def queue_service_properties
554
+ Azure::Storage::Mgmt::V2019_06_01::Models::QueueServiceProperties
555
+ end
556
+ def storage_queue
557
+ Azure::Storage::Mgmt::V2019_06_01::Models::StorageQueue
558
+ end
559
+ def list_queue
560
+ Azure::Storage::Mgmt::V2019_06_01::Models::ListQueue
561
+ end
562
+ def table_service_properties
563
+ Azure::Storage::Mgmt::V2019_06_01::Models::TableServiceProperties
564
+ end
565
+ def table
566
+ Azure::Storage::Mgmt::V2019_06_01::Models::Table
567
+ end
487
568
  def reason_code
488
569
  Azure::Storage::Mgmt::V2019_06_01::Models::ReasonCode
489
570
  end
@@ -529,6 +610,9 @@ module Azure::Storage::Profiles::Latest
529
610
  def routing_choice
530
611
  Azure::Storage::Mgmt::V2019_06_01::Models::RoutingChoice
531
612
  end
613
+ def minimum_tls_version
614
+ Azure::Storage::Mgmt::V2019_06_01::Models::MinimumTlsVersion
615
+ end
532
616
  def geo_replication_status
533
617
  Azure::Storage::Mgmt::V2019_06_01::Models::GeoReplicationStatus
534
618
  end
@@ -592,12 +676,30 @@ module Azure::Storage::Profiles::Latest
592
676
  def immutability_policy_update_type
593
677
  Azure::Storage::Mgmt::V2019_06_01::Models::ImmutabilityPolicyUpdateType
594
678
  end
679
+ def enabled_protocols
680
+ Azure::Storage::Mgmt::V2019_06_01::Models::EnabledProtocols
681
+ end
682
+ def root_squash_type
683
+ Azure::Storage::Mgmt::V2019_06_01::Models::RootSquashType
684
+ end
685
+ def share_access_tier
686
+ Azure::Storage::Mgmt::V2019_06_01::Models::ShareAccessTier
687
+ end
595
688
  def storage_account_expand
596
689
  Azure::Storage::Mgmt::V2019_06_01::Models::StorageAccountExpand
597
690
  end
598
691
  def list_key_expand
599
692
  Azure::Storage::Mgmt::V2019_06_01::Models::ListKeyExpand
600
693
  end
694
+ def list_containers_include
695
+ Azure::Storage::Mgmt::V2019_06_01::Models::ListContainersInclude
696
+ end
697
+ def list_shares_expand
698
+ Azure::Storage::Mgmt::V2019_06_01::Models::ListSharesExpand
699
+ end
700
+ def get_share_expand
701
+ Azure::Storage::Mgmt::V2019_06_01::Models::GetShareExpand
702
+ end
601
703
  end
602
704
  end
603
705
  end