次の方法で共有


PrivateLinkScopesOperationsExtensions.ListByResourceGroupNext メソッド

定義

リソース グループ内の Azure Monitor PrivateLinkScopes の一覧を取得します。

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

パラメーター

operations
IPrivateLinkScopesOperations

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

nextPageLink
String

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

戻り値

適用対象