Compartir a través de


RegisteredServersOperationsExtensions.ListByStorageSyncService Método

Definición

Obtiene una lista de servidores registrada determinada.

public static System.Collections.Generic.IEnumerable<Microsoft.Azure.Management.StorageSync.Models.RegisteredServer> ListByStorageSyncService (this Microsoft.Azure.Management.StorageSync.IRegisteredServersOperations operations, string resourceGroupName, string storageSyncServiceName);
static member ListByStorageSyncService : Microsoft.Azure.Management.StorageSync.IRegisteredServersOperations * string * string -> seq<Microsoft.Azure.Management.StorageSync.Models.RegisteredServer>
<Extension()>
Public Function ListByStorageSyncService (operations As IRegisteredServersOperations, resourceGroupName As String, storageSyncServiceName As String) As IEnumerable(Of RegisteredServer)

Parámetros

operations
IRegisteredServersOperations

El grupo de operaciones de este método de extensión.

resourceGroupName
String

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

storageSyncServiceName
String

Nombre del recurso del servicio de sincronización de almacenamiento.

Devoluciones

Se aplica a