다음을 통해 공유


JobStreamOperationsExtensions.ListByJobNext 메서드

정의

작업 이름으로 식별된 작업 스트림 목록을 검색합니다. http://aka.ms/azureautomationsdk/jobstreamoperations

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

매개 변수

operations
IJobStreamOperations

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

nextPageLink
String

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

clientRequestId
String

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

반환

적용 대상