Partager via


ServerEndpointsOperationsExtensions.ListBySyncGroup Méthode

Définition

Obtenez une liste ServerEndpoint.

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

Paramètres

operations
IServerEndpointsOperations

Groupe d’opérations pour cette méthode d’extension.

resourceGroupName
String

Nom du groupe de ressources. Le nom ne respecte pas la casse.

storageSyncServiceName
String

Nom de la ressource du service de synchronisation de stockage.

syncGroupName
String

Nom de la ressource de groupe de synchronisation.

Retours

S’applique à