다음을 통해 공유


PrivateEndpointConnectionOperationsExtensions.ListByBatchAccountNext 메서드

정의

지정된 계정의 모든 프라이빗 엔드포인트 연결을 나열합니다.

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Batch.Models.PrivateEndpointConnection> ListByBatchAccountNext (this Microsoft.Azure.Management.Batch.IPrivateEndpointConnectionOperations operations, string nextPageLink);
static member ListByBatchAccountNext : Microsoft.Azure.Management.Batch.IPrivateEndpointConnectionOperations * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Batch.Models.PrivateEndpointConnection>
<Extension()>
Public Function ListByBatchAccountNext (operations As IPrivateEndpointConnectionOperations, nextPageLink As String) As IPage(Of PrivateEndpointConnection)

매개 변수

operations
IPrivateEndpointConnectionOperations

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

nextPageLink
String

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

반환

적용 대상