ReplicasOperationsExtensions.ListByServer Método

Definição

Liste todas as réplicas de um determinado servidor.

public static System.Collections.Generic.IEnumerable<Microsoft.Azure.Management.PostgreSQL.Models.Server> ListByServer (this Microsoft.Azure.Management.PostgreSQL.IReplicasOperations operations, string resourceGroupName, string serverName);
static member ListByServer : Microsoft.Azure.Management.PostgreSQL.IReplicasOperations * string * string -> seq<Microsoft.Azure.Management.PostgreSQL.Models.Server>
<Extension()>
Public Function ListByServer (operations As IReplicasOperations, resourceGroupName As String, serverName As String) As IEnumerable(Of Server)

Parâmetros

operations
IReplicasOperations

O grupo de operações para esse método de extensão.

resourceGroupName
String

O nome do grupo de recursos. O nome diferencia maiúsculas de minúsculas.

serverName
String

O nome do servidor.

Retornos

Aplica-se a