次の方法で共有


ManagedInstancePrivateLinkResourcesOperationsExtensions.ListByManagedInstanceNext メソッド

定義

SQL Server のプライベート リンク リソースを取得します。

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

パラメーター

operations
IManagedInstancePrivateLinkResourcesOperations

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

nextPageLink
String

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

戻り値

適用対象