Freigeben über


SyncGroupsOperationsExtensions.ListSyncDatabaseIdsAsync Methode

Definition

Ruft eine Sammlung von Synchronisierungsdatenbank-IDs ab.

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Sql.Fluent.Models.SyncDatabaseIdProperties>> ListSyncDatabaseIdsAsync (this Microsoft.Azure.Management.Sql.Fluent.ISyncGroupsOperations operations, string locationName, System.Threading.CancellationToken cancellationToken = default);
static member ListSyncDatabaseIdsAsync : Microsoft.Azure.Management.Sql.Fluent.ISyncGroupsOperations * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Sql.Fluent.Models.SyncDatabaseIdProperties>>
<Extension()>
Public Function ListSyncDatabaseIdsAsync (operations As ISyncGroupsOperations, locationName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of SyncDatabaseIdProperties))

Parameter

operations
ISyncGroupsOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

locationName
String

Der Name der Region, in der sich die Ressource befindet.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Gilt für: