다음을 통해 공유


NodeReportsOperationsExtensions.ListByNodeNext 메서드

정의

노드 ID별로 Dsc 노드 보고서 목록을 검색합니다. http://aka.ms/azureautomationsdk/dscnodereportoperations

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Automation.Models.DscNodeReport> ListByNodeNext (this Microsoft.Azure.Management.Automation.INodeReportsOperations operations, string nextPageLink);
static member ListByNodeNext : Microsoft.Azure.Management.Automation.INodeReportsOperations * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Automation.Models.DscNodeReport>
<Extension()>
Public Function ListByNodeNext (operations As INodeReportsOperations, nextPageLink As String) As IPage(Of DscNodeReport)

매개 변수

operations
INodeReportsOperations

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

nextPageLink
String

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

반환

적용 대상