ServerOperationsClient Interface

public interface ServerOperationsClient

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

Method Summary

Modifier and Type Method and Description
abstract PagedIterable<ServerOperationInner> listByServer(String resourceGroupName, String serverName)

Gets a list of operations performed on the server.

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

Gets a list of operations performed on the server.

abstract PagedFlux<ServerOperationInner> listByServerAsync(String resourceGroupName, String serverName)

Gets a list of operations performed on the server.

Method Details

listByServer

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

Gets a list of operations performed on the server.

Parameters:

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

Returns:

a list of operations performed on the server as paginated response with PagedIterable<T>.

listByServer

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

Gets a list of operations performed on the 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 operations performed on the server as paginated response with PagedIterable<T>.

listByServerAsync

public abstract PagedFlux<ServerOperationInner> listByServerAsync(String resourceGroupName, String serverName)

Gets a list of operations performed on the server.

Parameters:

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

Returns:

a list of operations performed on the server as paginated response with PagedFlux<T>.

Applies to