次の方法で共有


RulesOperationsExtensions.ListByRuleSetNext(IRulesOperations, String) メソッド

定義

ルール セット内のすべての既存の配信ルールを一覧表示します。

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

パラメーター

operations
IRulesOperations

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

nextPageLink
String

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

戻り値

適用対象