Interface ServerParametersClient
-
public interface ServerParametersClientAn instance of this class provides access to all the operations defined in ServerParametersClient.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<ConfigurationListResultInner>,ConfigurationListResultInner>beginListUpdateConfigurations(String resourceGroupName, String serverName, ConfigurationListResultInner value)Update a list of configurations in a given server.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<ConfigurationListResultInner>,ConfigurationListResultInner>beginListUpdateConfigurations(String resourceGroupName, String serverName, ConfigurationListResultInner value, com.azure.core.util.Context context)Update a list of configurations in a given server.ConfigurationListResultInnerlistUpdateConfigurations(String resourceGroupName, String serverName, ConfigurationListResultInner value)Update a list of configurations in a given server.ConfigurationListResultInnerlistUpdateConfigurations(String resourceGroupName, String serverName, ConfigurationListResultInner value, com.azure.core.util.Context context)Update a list of configurations in a given server.
-
-
-
Method Detail
-
beginListUpdateConfigurations
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<ConfigurationListResultInner>,ConfigurationListResultInner> beginListUpdateConfigurations(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 along with
Responseon successful completion ofMono. - 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.
-
beginListUpdateConfigurations
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<ConfigurationListResultInner>,ConfigurationListResultInner> beginListUpdateConfigurations(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 along with
Responseon successful completion ofMono. - 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
ConfigurationListResultInner 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
ConfigurationListResultInner 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.
-
-