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>
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for JavaScript