다음을 통해 공유


JobOperationsExtensions.ListByAutomationAccountNextAsync 메서드

정의

작업 목록을 검색합니다. http://aka.ms/azureautomationsdk/joboperations

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

매개 변수

operations
IJobOperations

이 확장 메서드에 대한 작업 그룹입니다.

nextPageLink
String

이전에 성공한 목록 작업 호출의 NextLink입니다.

clientRequestId
String

이 특정 클라이언트 요청을 식별합니다.

cancellationToken
CancellationToken

취소 토큰입니다.

반환

적용 대상