다음을 통해 공유


JobOperationsExtensions.ListByAutomationAccountNext 메서드

정의

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

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

매개 변수

operations
IJobOperations

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

nextPageLink
String

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

clientRequestId
String

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

반환

적용 대상