Replicas Interface
public interface Replicas
Resource collection API of Replicas.
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. |
Method Details
listByServer
public abstract PagedIterable<Server> listByServer(String resourceGroupName, String serverName)
List all the replicas for a given server.
Parameters:
Returns:
listByServer
public abstract PagedIterable<Server> listByServer(String resourceGroupName, String serverName, Context context)
List all the replicas for a given server.
Parameters:
Returns: