次の方法で共有


TopicsOperationsExtensions.ListBySubscriptionNext メソッド

定義

Azure サブスクリプションのトピックを一覧表示します。

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

パラメーター

operations
ITopicsOperations

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

nextPageLink
String

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

戻り値

注釈

Azure サブスクリプションのすべてのトピックを一覧表示します。

適用対象