Partager via


SyncGroupsOperationsExtensions.ListByStorageSyncService Méthode

Définition

Obtenez une liste SyncGroup.

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

Paramètres

operations
ISyncGroupsOperations

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.

Retours

S’applique à