NamespacesOperationsExtensions.ListByResourceGroupNext メソッド

定義

リソース グループ内の使用可能な名前空間を取得します。 https://msdn.microsoft.com/en-us/library/azure/mt639412.aspx

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

パラメーター

operations
INamespacesOperations

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

nextPageLink
String

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

戻り値

適用対象