次の方法で共有


PrivateLinkResourcesOperationsExtensions.ListNext メソッド

定義

Backup と SiteRecovery 用に作成する必要があるプライベート リンク リソースの一覧を返します。

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.RecoveryServices.Models.PrivateLinkResource> ListNext (this Microsoft.Azure.Management.RecoveryServices.IPrivateLinkResourcesOperations operations, string nextPageLink);
static member ListNext : Microsoft.Azure.Management.RecoveryServices.IPrivateLinkResourcesOperations * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.RecoveryServices.Models.PrivateLinkResource>
<Extension()>
Public Function ListNext (operations As IPrivateLinkResourcesOperations, nextPageLink As String) As IPage(Of PrivateLinkResource)

パラメーター

operations
IPrivateLinkResourcesOperations

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

nextPageLink
String

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

戻り値

適用対象