次の方法で共有


FirewallRulesOperationsExtensions.ListNextAsync メソッド

定義

指定した Redis キャッシュ内のすべてのファイアウォール規則を取得します。

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Redis.Models.RedisFirewallRule>> ListNextAsync (this Microsoft.Azure.Management.Redis.IFirewallRulesOperations operations, string nextPageLink, System.Threading.CancellationToken cancellationToken = default);
static member ListNextAsync : Microsoft.Azure.Management.Redis.IFirewallRulesOperations * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Redis.Models.RedisFirewallRule>>
<Extension()>
Public Function ListNextAsync (operations As IFirewallRulesOperations, nextPageLink As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of RedisFirewallRule))

パラメーター

operations
IFirewallRulesOperations

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

nextPageLink
String

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

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

適用対象