Share via


ActivityOperationsExtensions.ListByModuleNextAsync メソッド

定義

モジュール名で識別されるモジュール内のアクティビティの一覧を取得します。 http://aka.ms/azureautomationsdk/activityoperations

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Automation.Models.Activity>> ListByModuleNextAsync (this Microsoft.Azure.Management.Automation.IActivityOperations operations, string nextPageLink, System.Threading.CancellationToken cancellationToken = default);
static member ListByModuleNextAsync : Microsoft.Azure.Management.Automation.IActivityOperations * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Automation.Models.Activity>>
<Extension()>
Public Function ListByModuleNextAsync (operations As IActivityOperations, nextPageLink As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of Activity))

パラメーター

operations
IActivityOperations

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

nextPageLink
String

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

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

適用対象