Interface ServerParametersClient


public interface ServerParametersClient
An instance of this class provides access to all the operations defined in ServerParametersClient.
  • Method Details

    • 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:
      the SyncPoller for polling of 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.
    • 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:
      the SyncPoller for polling of 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)
      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.