PostgreSqlServerCollection.GetReplicasAsync(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.DBforPostgreSQL/servers/{serverName}/replicas
- Operation Id: Replicas_ListByServer
- Default Api Version: 2017-12-01
public virtual Azure.AsyncPageable<Azure.ResourceManager.PostgreSql.PostgreSqlServerResource> GetReplicasAsync (string serverName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetReplicasAsync : string * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.PostgreSql.PostgreSqlServerResource>
override this.GetReplicasAsync : string * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.PostgreSql.PostgreSqlServerResource>
Public Overridable Function GetReplicasAsync (serverName As String, Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of PostgreSqlServerResource)
Parameters
- serverName
- String
The name of the server.
- cancellationToken
- CancellationToken
The cancellation token to use.
Returns
An async collection of PostgreSqlServerResource 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
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for .NET