SettingsOperations Class
SettingsOperations operations.
You should not instantiate directly this class, but create a Client instance that will create it for you and attach it as attribute.
- Inheritance
-
builtins.objectSettingsOperations
Constructor
SettingsOperations(client, config, serializer, deserializer)
Parameters
- client
Client for service requests.
- config
Configuration of service client.
- serializer
An object model serializer.
- deserializer
An object model deserializer.
Methods
| list |
Gets the settings in a version of the application. |
| update |
Updates the settings in a version of the application. |
list
Gets the settings in a version of the application.
list(app_id, version_id, custom_headers=None, raw=False, **operation_config)
Parameters
- operation_config
Operation configuration overrides.
Returns
list or ClientRawResponse if raw=true
Return type
Exceptions
update
Updates the settings in a version of the application.
update(app_id, version_id, list_of_app_version_setting_object, custom_headers=None, raw=False, **operation_config)
Parameters
- list_of_app_version_setting_object
- list[AppVersionSettingObject]
A list of the updated application version settings.
- operation_config
Operation configuration overrides.
Returns
OperationStatus or ClientRawResponse if raw=true
Return type
Exceptions
Attributes
models
models = <module 'azure.cognitiveservices.language.luis.authoring.models' from 'C:\\hostedtoolcache\\windows\\Python\\3.9.13\\x64\\lib\\site-packages\\azure\\cognitiveservices\\language\\luis\\authoring\\models\\__init__.py'>
Feedback
Submit and view feedback for