@@ -36,8 +36,8 @@ methods:
36
36
name : begin_create
37
37
summary : Creates a configuration store with the specified parameters.
38
38
signature : ' begin_create(resource_group_name: str, config_store_name: str, config_store_creation_parameters:
39
- azure.mgmt.appconfiguration.models._models_py3.ConfigurationStore, **kwargs) ->
40
- azure.core.polling._async_poller.AsyncLROPoller[_ForwardRef('' models .ConfigurationStore'' )]'
39
+ azure.mgmt.appconfiguration.models._models_py3.ConfigurationStore, **kwargs: typing.Any)
40
+ -> azure.core.polling._async_poller.AsyncLROPoller[_ForwardRef('' _models .ConfigurationStore'' )]'
41
41
parameters :
42
42
- name : resource_group_name
43
43
description : ' The name of the resource group to which the container registry
@@ -65,9 +65,10 @@ methods:
65
65
types :
66
66
- <xref:str>
67
67
- name : polling
68
- description : ' True for ARMPolling, False for no polling, or a
68
+ description : ' By default, your polling method will be AsyncARMPolling.
69
69
70
- polling object for personal polling strategy'
70
+ Pass in False for this operation to not poll, or pass in your own initialized
71
+ polling object for a personal polling strategy.'
71
72
types :
72
73
- <xref:bool>
73
74
- <xref:azure.core.polling.AsyncPollingMethod>
@@ -87,8 +88,8 @@ methods:
87
88
- uid : azure.mgmt.appconfiguration.aio.operations.ConfigurationStoresOperations.begin_delete
88
89
name : begin_delete
89
90
summary : Deletes a configuration store.
90
- signature : ' begin_delete(resource_group_name: str, config_store_name: str, **kwargs)
91
- -> azure.core.polling._async_poller.AsyncLROPoller[NoneType]'
91
+ signature : ' begin_delete(resource_group_name: str, config_store_name: str, **kwargs:
92
+ typing.Any) -> azure.core.polling._async_poller.AsyncLROPoller[NoneType]'
92
93
parameters :
93
94
- name : resource_group_name
94
95
description : ' The name of the resource group to which the container registry
@@ -111,9 +112,10 @@ methods:
111
112
types :
112
113
- <xref:str>
113
114
- name : polling
114
- description : ' True for ARMPolling, False for no polling, or a
115
+ description : ' By default, your polling method will be AsyncARMPolling.
115
116
116
- polling object for personal polling strategy'
117
+ Pass in False for this operation to not poll, or pass in your own initialized
118
+ polling object for a personal polling strategy.'
117
119
types :
118
120
- <xref:bool>
119
121
- <xref:azure.core.polling.AsyncPollingMethod>
@@ -135,7 +137,7 @@ methods:
135
137
summary : Updates a configuration store with the specified parameters.
136
138
signature : ' begin_update(resource_group_name: str, config_store_name: str, config_store_update_parameters:
137
139
azure.mgmt.appconfiguration.models._models_py3.ConfigurationStoreUpdateParameters,
138
- **kwargs) -> azure.core.polling._async_poller.AsyncLROPoller[_ForwardRef('' models .ConfigurationStore'' )]'
140
+ **kwargs: typing.Any ) -> azure.core.polling._async_poller.AsyncLROPoller[_ForwardRef('' _models .ConfigurationStore'' )]'
139
141
parameters :
140
142
- name : resource_group_name
141
143
description : ' The name of the resource group to which the container registry
@@ -163,9 +165,10 @@ methods:
163
165
types :
164
166
- <xref:str>
165
167
- name : polling
166
- description : ' True for ARMPolling, False for no polling, or a
168
+ description : ' By default, your polling method will be AsyncARMPolling.
167
169
168
- polling object for personal polling strategy'
170
+ Pass in False for this operation to not poll, or pass in your own initialized
171
+ polling object for a personal polling strategy.'
169
172
types :
170
173
- <xref:bool>
171
174
- <xref:azure.core.polling.AsyncPollingMethod>
@@ -185,7 +188,8 @@ methods:
185
188
- uid : azure.mgmt.appconfiguration.aio.operations.ConfigurationStoresOperations.get
186
189
name : get
187
190
summary : Gets the properties of the specified configuration store.
188
- signature : ' get(resource_group_name: str, config_store_name: str, **kwargs) -> azure.mgmt.appconfiguration.models._models_py3.ConfigurationStore'
191
+ signature : ' get(resource_group_name: str, config_store_name: str, **kwargs: typing.Any)
192
+ -> azure.mgmt.appconfiguration.models._models_py3.ConfigurationStore'
189
193
parameters :
190
194
- name : resource_group_name
191
195
description : ' The name of the resource group to which the container registry
@@ -210,7 +214,8 @@ methods:
210
214
- uid : azure.mgmt.appconfiguration.aio.operations.ConfigurationStoresOperations.list
211
215
name : list
212
216
summary : Lists the configuration stores for a given subscription.
213
- signature : ' list(skip_token: typing.Union[str, NoneType] = None, **kwargs) -> typing.AsyncIterable[_ForwardRef('' models.ConfigurationStoreListResult'' )]'
217
+ signature : ' list(skip_token: typing.Union[str, NoneType] = None, **kwargs: typing.Any)
218
+ -> typing.AsyncIterable[_ForwardRef('' _models.ConfigurationStoreListResult'' )]'
214
219
parameters :
215
220
- name : skip_token
216
221
description : ' A skip token is used to continue retrieving items after an operation
@@ -239,7 +244,7 @@ methods:
239
244
name : list_by_resource_group
240
245
summary : Lists the configuration stores for a given resource group.
241
246
signature : ' list_by_resource_group(resource_group_name: str, skip_token: typing.Union[str,
242
- NoneType] = None, **kwargs) -> typing.AsyncIterable[_ForwardRef('' models .ConfigurationStoreListResult'' )]'
247
+ NoneType] = None, **kwargs: typing.Any ) -> typing.AsyncIterable[_ForwardRef('' _models .ConfigurationStoreListResult'' )]'
243
248
parameters :
244
249
- name : resource_group_name
245
250
description : ' The name of the resource group to which the container registry
@@ -271,43 +276,11 @@ methods:
271
276
or the result of cls(response)
272
277
types :
273
278
- <xref:azure.core.async_paging.AsyncItemPaged>[<xref:app_configuration_management_client.models.ConfigurationStoreListResult>]
274
- - uid : azure.mgmt.appconfiguration.aio.operations.ConfigurationStoresOperations.list_key_value
275
- name : list_key_value
276
- summary : Lists a configuration store key-value.
277
- signature : ' list_key_value(resource_group_name: str, config_store_name: str, list_key_value_parameters:
278
- azure.mgmt.appconfiguration.models._models_py3.ListKeyValueParameters, **kwargs)
279
- -> azure.mgmt.appconfiguration.models._models_py3.KeyValue'
280
- parameters :
281
- - name : resource_group_name
282
- description : ' The name of the resource group to which the container registry
283
-
284
- belongs.'
285
- isRequired : true
286
- types :
287
- - <xref:str>
288
- - name : config_store_name
289
- description : The name of the configuration store.
290
- isRequired : true
291
- types :
292
- - <xref:str>
293
- - name : list_key_value_parameters
294
- description : The parameters for retrieving a key-value.
295
- isRequired : true
296
- types :
297
- - <xref:app_configuration_management_client.models.ListKeyValueParameters>
298
- - name : cls
299
- description : A custom type or function that will be passed the direct response
300
- types :
301
- - <xref:callable>
302
- return :
303
- description : KeyValue, or the result of cls(response)
304
- types :
305
- - <xref:app_configuration_management_client.models.KeyValue>
306
279
- uid : azure.mgmt.appconfiguration.aio.operations.ConfigurationStoresOperations.list_keys
307
280
name : list_keys
308
281
summary : Lists the access key for the specified configuration store.
309
282
signature : ' list_keys(resource_group_name: str, config_store_name: str, skip_token:
310
- typing.Union[str, NoneType] = None, **kwargs) -> typing.AsyncIterable[_ForwardRef('' models .ApiKeyListResult'' )]'
283
+ typing.Union[str, NoneType] = None, **kwargs: typing.Any ) -> typing.AsyncIterable[_ForwardRef('' _models .ApiKeyListResult'' )]'
311
284
parameters :
312
285
- name : resource_group_name
313
286
description : ' The name of the resource group to which the container registry
@@ -348,8 +321,8 @@ methods:
348
321
name : regenerate_key
349
322
summary : Regenerates an access key for the specified configuration store.
350
323
signature : ' regenerate_key(resource_group_name: str, config_store_name: str, regenerate_key_parameters:
351
- azure.mgmt.appconfiguration.models._models_py3.RegenerateKeyParameters, **kwargs)
352
- -> azure.mgmt.appconfiguration.models._models_py3.ApiKey'
324
+ azure.mgmt.appconfiguration.models._models_py3.RegenerateKeyParameters, **kwargs:
325
+ typing.Any) -> azure.mgmt.appconfiguration.models._models_py3.ApiKey'
353
326
parameters :
354
327
- name : resource_group_name
355
328
description : ' The name of the resource group to which the container registry
0 commit comments