次の方法で共有


NamespacesOperationsExtensions.ListNetworkRuleSetsNext メソッド

定義

名前空間の NetworkRuleSet の一覧を取得します。

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.ServiceBus.Models.NetworkRuleSet> ListNetworkRuleSetsNext (this Microsoft.Azure.Management.ServiceBus.INamespacesOperations operations, string nextPageLink);
static member ListNetworkRuleSetsNext : Microsoft.Azure.Management.ServiceBus.INamespacesOperations * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.ServiceBus.Models.NetworkRuleSet>
<Extension()>
Public Function ListNetworkRuleSetsNext (operations As INamespacesOperations, nextPageLink As String) As IPage(Of NetworkRuleSet)

パラメーター

operations
INamespacesOperations

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

nextPageLink
String

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

戻り値

適用対象