ReplicasClient Interface

public interface ReplicasClient

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

Method Summary

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

List all the replicas for a given server.

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

List all the replicas for a given server.

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

List all the replicas for a given server.

Method Details

listByServer

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

List all the replicas for 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 servers as paginated response with PagedIterable<T>.

listByServer

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

List all the replicas for 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 servers as paginated response with PagedIterable<T>.

listByServerAsync

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

List all the replicas for 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 servers as paginated response with PagedFlux<T>.

Applies to