Freigeben über


CloudEndpointsOperationsExtensions.ListBySyncGroupAsync Methode

Definition

Rufen Sie eine CloudEndpoint-Liste ab.

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))

Parameter

operations
ICloudEndpointsOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

resourceGroupName
String

Der Name der Ressourcengruppe. Für den Namen wird die Groß-/Kleinschreibung nicht beachtet.

storageSyncServiceName
String

Name der Speichersynchronisierungsdienstressource.

syncGroupName
String

Name der Synchronisierungsgruppenressource.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Gilt für: