다음을 통해 공유


RestorePointCollectionListResult interface

목록 복원 지점 컬렉션 작업 응답입니다.

속성

nextLink

RestorePointCollections의 다음 페이지를 가져올 URI입니다. ListNext()를 호출하여 RestorePointCollections의 다음 페이지를 가져옵니다.

value

복원 지점 컬렉션의 목록을 가져옵니다.

속성 세부 정보

RestorePointCollections의 다음 페이지를 가져올 URI입니다. ListNext()를 호출하여 RestorePointCollections의 다음 페이지를 가져옵니다.

nextLink?: string

속성 값

string

value

복원 지점 컬렉션의 목록을 가져옵니다.

value?: RestorePointCollection[]

속성 값