TopicsOperationsExtensions.ListByNamespaceNext メソッド

定義

名前空間内のすべてのトピックを取得します。 https://msdn.microsoft.com/en-us/library/azure/mt639388.aspx

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

パラメーター

operations
ITopicsOperations

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

nextPageLink
String

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

戻り値

適用対象