Partager via


CloudEndpointsOperationsExtensions.ListBySyncGroupAsync Méthode

Définition

Obtenez une liste CloudEndpoint.

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

cancellationToken
CancellationToken

Jeton d'annulation.

Retours

S’applique à