Replicas interface
Interface representing a Replicas.
Methods
list |
List all the replicas for a given server. |
Method Details
listByServer(string, string, ReplicasListByServerOptionalParams)
List all the replicas for a given server.
function listByServer(resourceGroupName: string, serverName: string, options?: ReplicasListByServerOptionalParams): PagedAsyncIterableIterator<Server, Server[], PageSettings>
Parameters
- resourceGroupName
-
string
The name of the resource group. The name is case insensitive.
- serverName
-
string
The name of the server.
The options parameters.