Compartir a través de


ReplicasOperationsExtensions.ListByServer Método

Definición

Enumere todas las réplicas de un servidor determinado.

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

Parámetros

operations
IReplicasOperations

Grupo de operaciones para este método de extensión.

resourceGroupName
String

Nombre del grupo de recursos. El nombre distingue mayúsculas de minúsculas.

serverName
String

El nombre del servidor.

Devoluciones

Se aplica a