SyncGroupsOperationsExtensions.ListSyncDatabaseIdsAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.