Partager via


CloudEndpointsOperationsExtensions.ListBySyncGroup Méthode

Définition

Obtenir une liste CloudEndpoint.

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

Paramètres

operations
ICloudEndpointsOperations

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 à