Share via


ISqlSyncGroup.ListHubSchemasAsync(CancellationToken) Method

Definition

Gets a collection of hub database schemas asynchronously.

public System.Threading.Tasks.Task<System.Collections.Generic.IEnumerable<Microsoft.Azure.Management.Sql.Fluent.ISqlSyncFullSchemaProperty>> ListHubSchemasAsync (System.Threading.CancellationToken cancellationToken = default);
abstract member ListHubSchemasAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<seq<Microsoft.Azure.Management.Sql.Fluent.ISqlSyncFullSchemaProperty>>
Public Function ListHubSchemasAsync (Optional cancellationToken As CancellationToken = Nothing) As Task(Of IEnumerable(Of ISqlSyncFullSchemaProperty))

Parameters

cancellationToken
CancellationToken

Returns

Applies to