ReplicasOperations interface
Interface representing a Replicas operations.
Properties
list |
List all the replicas for the mongo cluster. |
Property Details
listByParent
List all the replicas for the mongo cluster.
listByParent: (resourceGroupName: string, mongoClusterName: string, options?: ReplicasListByParentOptionalParams) => PagedAsyncIterableIterator<Replica, Replica[], PageSettings>
Property Value
(resourceGroupName: string, mongoClusterName: string, options?: ReplicasListByParentOptionalParams) => PagedAsyncIterableIterator<Replica, Replica[], PageSettings>