次の方法で共有


ManagedInstancePrivateLinkResourcesOperationsExtensions.ListByManagedInstanceNextAsync メソッド

定義

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

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

パラメーター

operations
IManagedInstancePrivateLinkResourcesOperations

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

nextPageLink
String

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

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

適用対象