@@ -35,8 +35,8 @@ methods:
35
35
name : begin_create
36
36
summary : Creates a database.
37
37
signature : ' async begin_create(resource_group_name: str, cluster_name: str, database_name:
38
- str, parameters: azure.mgmt.redisenterprise.models._models_py3.Database, **kwargs)
39
- -> azure.core.polling._async_poller.AsyncLROPoller[azure.mgmt.redisenterprise.models._models_py3.Database]'
38
+ str, parameters: azure.mgmt.redisenterprise.models._models_py3.Database, **kwargs:
39
+ Any) -> azure.core.polling._async_poller.AsyncLROPoller[azure.mgmt.redisenterprise.models._models_py3.Database]'
40
40
parameters :
41
41
- name : resource_group_name
42
42
description : The name of the resource group. The name is case insensitive.
@@ -67,20 +67,27 @@ methods:
67
67
types :
68
68
- <xref:str>
69
69
- name : polling
70
- description : ' True for ARMPolling, False for no polling, or a
70
+ description : ' By default, your polling method will be AsyncARMPolling. Pass in
71
+ False for
71
72
72
- polling object for personal polling strategy'
73
+ this operation to not poll, or pass in your own initialized polling object for
74
+ a personal
75
+
76
+ polling strategy.'
73
77
types :
74
78
- <xref:bool>
75
79
- <xref:azure.core.polling.AsyncPollingMethod>
76
80
- name : polling_interval
77
- description : Default waiting time between two polls for LRO operations if no Retry-After
78
- header is present.
81
+ description : ' Default waiting time between two polls for LRO operations if no
82
+
83
+ Retry-After header is present.'
79
84
types :
80
85
- <xref:int>
81
86
return :
82
- description : An instance of AsyncLROPoller that returns either Database or the
83
- result of cls(response)
87
+ description : ' An instance of AsyncLROPoller that returns either Database or the
88
+ result of
89
+
90
+ cls(response)'
84
91
types :
85
92
- <xref:azure.core.polling.AsyncLROPoller>[<xref:azure.mgmt.redisenterprise.models.Database>]
86
93
exceptions :
@@ -89,7 +96,7 @@ methods:
89
96
name : begin_delete
90
97
summary : Deletes a single database.
91
98
signature : ' async begin_delete(resource_group_name: str, cluster_name: str, database_name:
92
- str, **kwargs) -> azure.core.polling._async_poller.AsyncLROPoller[None]'
99
+ str, **kwargs: Any ) -> azure.core.polling._async_poller.AsyncLROPoller[None]'
93
100
parameters :
94
101
- name : resource_group_name
95
102
description : The name of the resource group. The name is case insensitive.
@@ -115,15 +122,20 @@ methods:
115
122
types :
116
123
- <xref:str>
117
124
- name : polling
118
- description : ' True for ARMPolling, False for no polling, or a
125
+ description : ' By default, your polling method will be AsyncARMPolling. Pass in
126
+ False for
127
+
128
+ this operation to not poll, or pass in your own initialized polling object for
129
+ a personal
119
130
120
- polling object for personal polling strategy'
131
+ polling strategy. '
121
132
types :
122
133
- <xref:bool>
123
134
- <xref:azure.core.polling.AsyncPollingMethod>
124
135
- name : polling_interval
125
- description : Default waiting time between two polls for LRO operations if no Retry-After
126
- header is present.
136
+ description : ' Default waiting time between two polls for LRO operations if no
137
+
138
+ Retry-After header is present.'
127
139
types :
128
140
- <xref:int>
129
141
return :
@@ -138,7 +150,7 @@ methods:
138
150
summary : Exports a database file from target database.
139
151
signature : ' async begin_export(resource_group_name: str, cluster_name: str, database_name:
140
152
str, parameters: azure.mgmt.redisenterprise.models._models_py3.ExportClusterParameters,
141
- **kwargs) -> azure.core.polling._async_poller.AsyncLROPoller[None]'
153
+ **kwargs: Any ) -> azure.core.polling._async_poller.AsyncLROPoller[None]'
142
154
parameters :
143
155
- name : resource_group_name
144
156
description : The name of the resource group. The name is case insensitive.
@@ -169,15 +181,79 @@ methods:
169
181
types :
170
182
- <xref:str>
171
183
- name : polling
172
- description : ' True for ARMPolling, False for no polling, or a
184
+ description : ' By default, your polling method will be AsyncARMPolling. Pass in
185
+ False for
186
+
187
+ this operation to not poll, or pass in your own initialized polling object for
188
+ a personal
173
189
174
- polling object for personal polling strategy'
190
+ polling strategy. '
175
191
types :
176
192
- <xref:bool>
177
193
- <xref:azure.core.polling.AsyncPollingMethod>
178
194
- name : polling_interval
179
- description : Default waiting time between two polls for LRO operations if no Retry-After
180
- header is present.
195
+ description : ' Default waiting time between two polls for LRO operations if no
196
+
197
+ Retry-After header is present.'
198
+ types :
199
+ - <xref:int>
200
+ return :
201
+ description : An instance of AsyncLROPoller that returns either None or the result
202
+ of cls(response)
203
+ types :
204
+ - <xref:azure.core.polling.AsyncLROPoller>[<xref:None>]
205
+ exceptions :
206
+ - type : azure.core.exceptions.HttpResponseError
207
+ - uid : azure.mgmt.redisenterprise.aio.operations.DatabasesOperations.begin_force_unlink
208
+ name : begin_force_unlink
209
+ summary : Forcibly removes the link to the specified database resource.
210
+ signature : ' async begin_force_unlink(resource_group_name: str, cluster_name: str,
211
+ database_name: str, parameters: azure.mgmt.redisenterprise.models._models_py3.ForceUnlinkParameters,
212
+ **kwargs: Any) -> azure.core.polling._async_poller.AsyncLROPoller[None]'
213
+ parameters :
214
+ - name : resource_group_name
215
+ description : The name of the resource group. The name is case insensitive.
216
+ isRequired : true
217
+ types :
218
+ - <xref:str>
219
+ - name : cluster_name
220
+ description : The name of the RedisEnterprise cluster.
221
+ isRequired : true
222
+ types :
223
+ - <xref:str>
224
+ - name : database_name
225
+ description : The name of the database.
226
+ isRequired : true
227
+ types :
228
+ - <xref:str>
229
+ - name : parameters
230
+ description : Information identifying the database to be unlinked.
231
+ isRequired : true
232
+ types :
233
+ - <xref:azure.mgmt.redisenterprise.models.ForceUnlinkParameters>
234
+ - name : cls
235
+ description : A custom type or function that will be passed the direct response
236
+ types :
237
+ - <xref:callable>
238
+ - name : continuation_token
239
+ description : A continuation token to restart a poller from a saved state.
240
+ types :
241
+ - <xref:str>
242
+ - name : polling
243
+ description : ' By default, your polling method will be AsyncARMPolling. Pass in
244
+ False for
245
+
246
+ this operation to not poll, or pass in your own initialized polling object for
247
+ a personal
248
+
249
+ polling strategy.'
250
+ types :
251
+ - <xref:bool>
252
+ - <xref:azure.core.polling.AsyncPollingMethod>
253
+ - name : polling_interval
254
+ description : ' Default waiting time between two polls for LRO operations if no
255
+
256
+ Retry-After header is present.'
181
257
types :
182
258
- <xref:int>
183
259
return :
@@ -189,10 +265,10 @@ methods:
189
265
- type : azure.core.exceptions.HttpResponseError
190
266
- uid : azure.mgmt.redisenterprise.aio.operations.DatabasesOperations.begin_import_method
191
267
name : begin_import_method
192
- summary : Imports a database file to target database.
268
+ summary : Imports database files to target database.
193
269
signature : ' async begin_import_method(resource_group_name: str, cluster_name: str,
194
270
database_name: str, parameters: azure.mgmt.redisenterprise.models._models_py3.ImportClusterParameters,
195
- **kwargs) -> azure.core.polling._async_poller.AsyncLROPoller[None]'
271
+ **kwargs: Any ) -> azure.core.polling._async_poller.AsyncLROPoller[None]'
196
272
parameters :
197
273
- name : resource_group_name
198
274
description : The name of the resource group. The name is case insensitive.
@@ -223,15 +299,20 @@ methods:
223
299
types :
224
300
- <xref:str>
225
301
- name : polling
226
- description : ' True for ARMPolling, False for no polling, or a
302
+ description : ' By default, your polling method will be AsyncARMPolling. Pass in
303
+ False for
304
+
305
+ this operation to not poll, or pass in your own initialized polling object for
306
+ a personal
227
307
228
- polling object for personal polling strategy'
308
+ polling strategy. '
229
309
types :
230
310
- <xref:bool>
231
311
- <xref:azure.core.polling.AsyncPollingMethod>
232
312
- name : polling_interval
233
- description : Default waiting time between two polls for LRO operations if no Retry-After
234
- header is present.
313
+ description : ' Default waiting time between two polls for LRO operations if no
314
+
315
+ Retry-After header is present.'
235
316
types :
236
317
- <xref:int>
237
318
return :
@@ -246,7 +327,7 @@ methods:
246
327
summary : Regenerates the RedisEnterprise database's access keys.
247
328
signature : ' async begin_regenerate_key(resource_group_name: str, cluster_name: str,
248
329
database_name: str, parameters: azure.mgmt.redisenterprise.models._models_py3.RegenerateKeyParameters,
249
- **kwargs) -> azure.core.polling._async_poller.AsyncLROPoller[azure.mgmt.redisenterprise.models._models_py3.AccessKeys]'
330
+ **kwargs: Any ) -> azure.core.polling._async_poller.AsyncLROPoller[azure.mgmt.redisenterprise.models._models_py3.AccessKeys]'
250
331
parameters :
251
332
- name : resource_group_name
252
333
description : The name of the resource group. The name is case insensitive.
@@ -277,20 +358,27 @@ methods:
277
358
types :
278
359
- <xref:str>
279
360
- name : polling
280
- description : ' True for ARMPolling, False for no polling, or a
361
+ description : ' By default, your polling method will be AsyncARMPolling. Pass in
362
+ False for
363
+
364
+ this operation to not poll, or pass in your own initialized polling object for
365
+ a personal
281
366
282
- polling object for personal polling strategy'
367
+ polling strategy. '
283
368
types :
284
369
- <xref:bool>
285
370
- <xref:azure.core.polling.AsyncPollingMethod>
286
371
- name : polling_interval
287
- description : Default waiting time between two polls for LRO operations if no Retry-After
288
- header is present.
372
+ description : ' Default waiting time between two polls for LRO operations if no
373
+
374
+ Retry-After header is present.'
289
375
types :
290
376
- <xref:int>
291
377
return :
292
- description : An instance of AsyncLROPoller that returns either AccessKeys or the
293
- result of cls(response)
378
+ description : ' An instance of AsyncLROPoller that returns either AccessKeys or
379
+ the result of
380
+
381
+ cls(response)'
294
382
types :
295
383
- <xref:azure.core.polling.AsyncLROPoller>[<xref:azure.mgmt.redisenterprise.models.AccessKeys>]
296
384
exceptions :
@@ -300,7 +388,7 @@ methods:
300
388
summary : Updates a database.
301
389
signature : ' async begin_update(resource_group_name: str, cluster_name: str, database_name:
302
390
str, parameters: azure.mgmt.redisenterprise.models._models_py3.DatabaseUpdate,
303
- **kwargs) -> azure.core.polling._async_poller.AsyncLROPoller[azure.mgmt.redisenterprise.models._models_py3.Database]'
391
+ **kwargs: Any ) -> azure.core.polling._async_poller.AsyncLROPoller[azure.mgmt.redisenterprise.models._models_py3.Database]'
304
392
parameters :
305
393
- name : resource_group_name
306
394
description : The name of the resource group. The name is case insensitive.
@@ -331,20 +419,27 @@ methods:
331
419
types :
332
420
- <xref:str>
333
421
- name : polling
334
- description : ' True for ARMPolling, False for no polling, or a
422
+ description : ' By default, your polling method will be AsyncARMPolling. Pass in
423
+ False for
335
424
336
- polling object for personal polling strategy'
425
+ this operation to not poll, or pass in your own initialized polling object for
426
+ a personal
427
+
428
+ polling strategy.'
337
429
types :
338
430
- <xref:bool>
339
431
- <xref:azure.core.polling.AsyncPollingMethod>
340
432
- name : polling_interval
341
- description : Default waiting time between two polls for LRO operations if no Retry-After
342
- header is present.
433
+ description : ' Default waiting time between two polls for LRO operations if no
434
+
435
+ Retry-After header is present.'
343
436
types :
344
437
- <xref:int>
345
438
return :
346
- description : An instance of AsyncLROPoller that returns either Database or the
347
- result of cls(response)
439
+ description : ' An instance of AsyncLROPoller that returns either Database or the
440
+ result of
441
+
442
+ cls(response)'
348
443
types :
349
444
- <xref:azure.core.polling.AsyncLROPoller>[<xref:azure.mgmt.redisenterprise.models.Database>]
350
445
exceptions :
@@ -353,7 +448,7 @@ methods:
353
448
name : get
354
449
summary : Gets information about a database in a RedisEnterprise cluster.
355
450
signature : ' async get(resource_group_name: str, cluster_name: str, database_name:
356
- str, **kwargs) -> azure.mgmt.redisenterprise.models._models_py3.Database'
451
+ str, **kwargs: Any ) -> azure.mgmt.redisenterprise.models._models_py3.Database'
357
452
parameters :
358
453
- name : resource_group_name
359
454
description : The name of the resource group. The name is case insensitive.
@@ -383,8 +478,8 @@ methods:
383
478
- uid : azure.mgmt.redisenterprise.aio.operations.DatabasesOperations.list_by_cluster
384
479
name : list_by_cluster
385
480
summary : Gets all databases in the specified RedisEnterprise cluster.
386
- signature : ' list_by_cluster(resource_group_name: str, cluster_name: str, **kwargs)
387
- -> AsyncIterable[azure.mgmt.redisenterprise.models._models_py3.DatabaseList]'
481
+ signature : ' list_by_cluster(resource_group_name: str, cluster_name: str, **kwargs:
482
+ Any) -> AsyncIterable[azure.mgmt.redisenterprise.models._models_py3.DatabaseList]'
388
483
parameters :
389
484
- name : resource_group_name
390
485
description : The name of the resource group. The name is case insensitive.
@@ -411,7 +506,7 @@ methods:
411
506
name : list_keys
412
507
summary : Retrieves the access keys for the RedisEnterprise database.
413
508
signature : ' async list_keys(resource_group_name: str, cluster_name: str, database_name:
414
- str, **kwargs) -> azure.mgmt.redisenterprise.models._models_py3.AccessKeys'
509
+ str, **kwargs: Any ) -> azure.mgmt.redisenterprise.models._models_py3.AccessKeys'
415
510
parameters :
416
511
- name : resource_group_name
417
512
description : The name of the resource group. The name is case insensitive.
0 commit comments