FirewallRulesOperationsExtensions.ListByServerNext メソッド

定義

ファイアウォール規則の一覧を取得します。

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Sql.Models.FirewallRule> ListByServerNext (this Microsoft.Azure.Management.Sql.IFirewallRulesOperations operations, string nextPageLink);
static member ListByServerNext : Microsoft.Azure.Management.Sql.IFirewallRulesOperations * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Sql.Models.FirewallRule>
<Extension()>
Public Function ListByServerNext (operations As IFirewallRulesOperations, nextPageLink As String) As IPage(Of FirewallRule)

パラメーター

operations
IFirewallRulesOperations

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

nextPageLink
String

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

戻り値

適用対象