Partager via


ServerEndpointsOperationsExtensions.ListBySyncGroupAsync Méthode

Définition

Obtenir une liste ServerEndpoint.

public static System.Threading.Tasks.Task<System.Collections.Generic.IEnumerable<Microsoft.Azure.Management.StorageSync.Models.ServerEndpoint>> ListBySyncGroupAsync (this Microsoft.Azure.Management.StorageSync.IServerEndpointsOperations operations, string resourceGroupName, string storageSyncServiceName, string syncGroupName, System.Threading.CancellationToken cancellationToken = default);
static member ListBySyncGroupAsync : Microsoft.Azure.Management.StorageSync.IServerEndpointsOperations * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<seq<Microsoft.Azure.Management.StorageSync.Models.ServerEndpoint>>
<Extension()>
Public Function ListBySyncGroupAsync (operations As IServerEndpointsOperations, resourceGroupName As String, storageSyncServiceName As String, syncGroupName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of 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.

cancellationToken
CancellationToken

Jeton d'annulation.

Retours

S’applique à