CloudLinksOperationsExtensions.ListNext(ICloudLinksOperations, String) 메서드

정의

프라이빗 클라우드의 클라우드 링크 나열

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Avs.Models.CloudLink> ListNext (this Microsoft.Azure.Management.Avs.ICloudLinksOperations operations, string nextPageLink);
static member ListNext : Microsoft.Azure.Management.Avs.ICloudLinksOperations * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Avs.Models.CloudLink>
<Extension()>
Public Function ListNext (operations As ICloudLinksOperations, nextPageLink As String) As IPage(Of CloudLink)

매개 변수

operations
ICloudLinksOperations

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

nextPageLink
String

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

반환

적용 대상