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
Paged |
listByServer(String resourceGroupName, String serverName)
List all the replicas for a given server. |
|
abstract
Paged |
listByServer(String resourceGroupName, String serverName, Context context)
List all the replicas for a given server. |
|
abstract
Paged |
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:
Returns:
listByServer
public abstract PagedIterable<ServerInner> listByServer(String resourceGroupName, String serverName, Context context)
List all the replicas for a given server.
Parameters:
Returns:
listByServerAsync
public abstract PagedFlux<ServerInner> listByServerAsync(String resourceGroupName, String serverName)
List all the replicas for a given server.
Parameters:
Returns: