Interface ServerParameters
-
public interface ServerParametersResource collection API of ServerParameters.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ConfigurationListResultlistUpdateConfigurations(String resourceGroupName, String serverName, ConfigurationListResultInner value)Update a list of configurations in a given server.ConfigurationListResultlistUpdateConfigurations(String resourceGroupName, String serverName, ConfigurationListResultInner value, com.azure.core.util.Context context)Update a list of configurations in a given server.
-
-
-
Method Detail
-
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.
-
-