Share via


SyncGroupsOperationsExtensions.ListSyncDatabaseIdsAsync Method

Definition

Gets a collection of sync database ids.

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

Parameters

operations
ISyncGroupsOperations

The operations group for this extension method.

locationName
String

The name of the region where the resource is located.

cancellationToken
CancellationToken

The cancellation token.

Returns

Applies to