MySqlServerCollection.GetReplicas(String, CancellationToken) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
List all the replicas for a given server.
- Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DBforMySQL/servers/{serverName}/replicas
- Operation Id: Replicas_ListByServer
- Default Api Version: 2017-12-01
public virtual Azure.Pageable<Azure.ResourceManager.MySql.MySqlServerResource> GetReplicas (string serverName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetReplicas : string * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.MySql.MySqlServerResource>
override this.GetReplicas : string * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.MySql.MySqlServerResource>
Public Overridable Function GetReplicas (serverName As String, Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of MySqlServerResource)
Parameters
- serverName
- String
The name of the server.
- cancellationToken
- CancellationToken
The cancellation token to use.
Returns
A collection of MySqlServerResource that may take multiple service requests to iterate over.
Exceptions
serverName
is an empty string, and was expected to be non-empty.
serverName
is null.
Applies to
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 .NET