次の方法で共有


RuleSetsOperationsExtensions.ListByProfileNext メソッド

定義

プロファイル内の既存の AzureFrontDoor ルール セットを一覧表示します。

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Cdn.Models.RuleSet> ListByProfileNext(this Microsoft.Azure.Management.Cdn.IRuleSetsOperations operations, string nextPageLink);
static member ListByProfileNext : Microsoft.Azure.Management.Cdn.IRuleSetsOperations * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Cdn.Models.RuleSet>
<Extension()>
Public Function ListByProfileNext (operations As IRuleSetsOperations, nextPageLink As String) As IPage(Of RuleSet)

パラメーター

operations
IRuleSetsOperations

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

nextPageLink
String

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

戻り値

適用対象