ConfigurationsClient Interface

public interface ConfigurationsClient

An instance of this class provides access to all the operations defined in ConfigurationsClient.

Method Summary

Modifier and Type Method and Description
abstract SyncPoller<PollResult<ConfigurationInner>,ConfigurationInner> beginCreateOrUpdate(String resourceGroupName, String serverName, String configurationName, ConfigurationInner parameters)

Updates a configuration of a server.

abstract SyncPoller<PollResult<ConfigurationInner>,ConfigurationInner> beginCreateOrUpdate(String resourceGroupName, String serverName, String configurationName, ConfigurationInner parameters, Context context)

Updates a configuration of a server.

abstract ConfigurationInner createOrUpdate(String resourceGroupName, String serverName, String configurationName, ConfigurationInner parameters)

Updates a configuration of a server.

abstract ConfigurationInner createOrUpdate(String resourceGroupName, String serverName, String configurationName, ConfigurationInner parameters, Context context)

Updates a configuration of a server.

abstract ConfigurationInner get(String resourceGroupName, String serverName, String configurationName)

Gets information about a configuration of server.

abstract Response<ConfigurationInner> getWithResponse(String resourceGroupName, String serverName, String configurationName, Context context)

Gets information about a configuration of server.

abstract PagedIterable<ConfigurationInner> listByServer(String resourceGroupName, String serverName)

List all the configurations in a given server.

abstract PagedIterable<ConfigurationInner> listByServer(String resourceGroupName, String serverName, Context context)

List all the configurations in a given server.

Method Details

beginCreateOrUpdate

public abstract SyncPoller<PollResult<ConfigurationInner>,ConfigurationInner> beginCreateOrUpdate(String resourceGroupName, String serverName, String configurationName, ConfigurationInner parameters)

Updates a configuration of a server.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
serverName - The name of the server.
configurationName - The name of the server configuration.
parameters - The required parameters for updating a server configuration.

Returns:

represents a Configuration along with Response<T> on successful completion of Mono.

beginCreateOrUpdate

public abstract SyncPoller<PollResult<ConfigurationInner>,ConfigurationInner> beginCreateOrUpdate(String resourceGroupName, String serverName, String configurationName, ConfigurationInner parameters, Context context)

Updates a configuration of a server.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
serverName - The name of the server.
configurationName - The name of the server configuration.
parameters - The required parameters for updating a server configuration.
context - The context to associate with this operation.

Returns:

represents a Configuration along with Response<T> on successful completion of Mono.

createOrUpdate

public abstract ConfigurationInner createOrUpdate(String resourceGroupName, String serverName, String configurationName, ConfigurationInner parameters)

Updates a configuration of a server.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
serverName - The name of the server.
configurationName - The name of the server configuration.
parameters - The required parameters for updating a server configuration.

Returns:

represents a Configuration.

createOrUpdate

public abstract ConfigurationInner createOrUpdate(String resourceGroupName, String serverName, String configurationName, ConfigurationInner parameters, Context context)

Updates a configuration of a server.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
serverName - The name of the server.
configurationName - The name of the server configuration.
parameters - The required parameters for updating a server configuration.
context - The context to associate with this operation.

Returns:

represents a Configuration.

get

public abstract ConfigurationInner get(String resourceGroupName, String serverName, String configurationName)

Gets information about a configuration of server.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
serverName - The name of the server.
configurationName - The name of the server configuration.

Returns:

information about a configuration of server.

getWithResponse

public abstract Response<ConfigurationInner> getWithResponse(String resourceGroupName, String serverName, String configurationName, Context context)

Gets information about a configuration of server.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
serverName - The name of the server.
configurationName - The name of the server configuration.
context - The context to associate with this operation.

Returns:

information about a configuration of server along with Response<T>.

listByServer

public abstract PagedIterable<ConfigurationInner> listByServer(String resourceGroupName, String serverName)

List all the configurations in a given server.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
serverName - The name of the server.

Returns:

a list of server configurations.

listByServer

public abstract PagedIterable<ConfigurationInner> listByServer(String resourceGroupName, String serverName, Context context)

List all the configurations in a given server.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
serverName - The name of the server.
context - The context to associate with this operation.

Returns:

a list of server configurations.

Applies to