Interface ServerParameters
public interface ServerParameters
Resource collection API of ServerParameters.
-
Method Summary
Modifier and TypeMethodDescriptionlistUpdateConfigurations
(String resourceGroupName, String serverName, ConfigurationListResultInner value) Update a list of configurations in a given server.listUpdateConfigurations
(String resourceGroupName, String serverName, ConfigurationListResultInner value, com.azure.core.util.Context context) Update a list of configurations in a given server.
-
Method Details
-
listUpdateConfigurations
ConfigurationListResult listUpdateConfigurations(String resourceGroupName, String serverName, ConfigurationListResultInner value) Update a list of configurations in a given server.- Parameters:
resourceGroupName
- The name of the resource group. The name is case insensitive.serverName
- The name of the server.value
- The parameters for updating a list of server configuration.- Returns:
- a list of server configurations.
- Throws:
IllegalArgumentException
- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException
- thrown if the request is rejected by server.RuntimeException
- all other wrapped checked exceptions if the request fails to be sent.
-
listUpdateConfigurations
ConfigurationListResult listUpdateConfigurations(String resourceGroupName, String serverName, ConfigurationListResultInner value, com.azure.core.util.Context context) Update a list of configurations in a given server.- Parameters:
resourceGroupName
- The name of the resource group. The name is case insensitive.serverName
- The name of the server.value
- The parameters for updating a list of server configuration.context
- The context to associate with this operation.- Returns:
- a list of server configurations.
- Throws:
IllegalArgumentException
- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException
- thrown if the request is rejected by server.RuntimeException
- all other wrapped checked exceptions if the request fails to be sent.
-