ReplicasOperations interface
Interface representing a Replicas operations.
Properties
| list |
List all the replicas for a given server. |
Property Details
listByServer
List all the replicas for a given server.
listByServer: (resourceGroupName: string, serverName: string, options?: ReplicasListByServerOptionalParams) => PagedAsyncIterableIterator<Server, Server[], PageSettings>
Property Value
(resourceGroupName: string, serverName: string, options?: ReplicasListByServerOptionalParams) => PagedAsyncIterableIterator<Server, Server[], PageSettings>