次の方法で共有


SyncGroupsOperationsExtensions.ListHubSchemasNext メソッド

定義

ハブ データベース スキーマのコレクションを取得します。

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Sql.Models.SyncFullSchemaProperties> ListHubSchemasNext(this Microsoft.Azure.Management.Sql.ISyncGroupsOperations operations, string nextPageLink);
static member ListHubSchemasNext : Microsoft.Azure.Management.Sql.ISyncGroupsOperations * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Sql.Models.SyncFullSchemaProperties>
<Extension()>
Public Function ListHubSchemasNext (operations As ISyncGroupsOperations, nextPageLink As String) As IPage(Of SyncFullSchemaProperties)

パラメーター

operations
ISyncGroupsOperations

この拡張メソッドの操作グループ。

nextPageLink
String

List 操作の前の正常な呼び出しからの NextLink。

戻り値

適用対象