ServerParametersOperations Class
Warning
DO NOT instantiate this class directly.
Instead, you should access the following operations through
<xref:server_parameters> attribute.
Constructor
ServerParametersOperations(*args, **kwargs)
Methods
| begin_list_update_configurations |
Update a list of configurations in a given server. |
begin_list_update_configurations
Update a list of configurations in a given server.
begin_list_update_configurations(resource_group_name: str, server_name: str, value: _models.ConfigurationListResult, *, content_type: str = 'application/json', **kwargs: Any) -> LROPoller[_models.ConfigurationListResult]
Parameters
| Name | Description |
|---|---|
|
resource_group_name
Required
|
The name of the resource group. The name is case insensitive. Required. |
|
server_name
Required
|
The name of the server. Required. |
|
value
Required
|
The parameters for updating a list of server configuration. Is either a ConfigurationListResult type or a IO[bytes] type. Required. |
Returns
| Type | Description |
|---|---|
|
An instance of LROPoller that returns either ConfigurationListResult or the result of cls(response) |
Exceptions
| Type | Description |
|---|---|
Attributes
models
models = <module 'azure.mgmt.rdbms.mariadb.models' from 'C:\\ToolCache\\Python\\3.11.9\\x64\\Lib\\site-packages\\py2docfx\\venv\\venv198\\Lib\\site-packages\\azure\\mgmt\\rdbms\\mariadb\\models\\__init__.py'>