次の方法で共有


PrivateLinkResourcesOperationsExtensions.ListByPrivateLinkScopeNext メソッド

定義

Azure Monitor PrivateLinkScope 用に作成する必要があるプライベート リンク リソースを取得します。

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

パラメーター

operations
IPrivateLinkResourcesOperations

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

nextPageLink
String

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

戻り値

適用対象