다음을 통해 공유


GalleryImageList 클래스

갤러리 이미지 나열 작업 응답입니다.

Azure로 보내려면 모든 필수 매개 변수를 채워야 합니다.

상속
azure.mgmt.compute._serialization.Model
GalleryImageList

생성자

GalleryImageList(*, value: List[_models.GalleryImage], next_link: str | None = None, **kwargs: Any)

Keyword-Only Parameters

value
list[GalleryImage]

Shared Image Gallery 이미지 목록입니다. 필수 요소.

next_link
str

Shared Image Gallery 이미지 정의의 다음 페이지를 가져올 URI입니다. 이 를 사용하여 ListNext()를 호출하여 갤러리 이미지 정의의 다음 페이지를 가져옵니다.

변수

value
list[GalleryImage]

Shared Image Gallery 이미지 목록입니다. 필수 요소.

next_link
str

Shared Image Gallery 이미지 정의의 다음 페이지를 가져올 URI입니다. 이 를 사용하여 ListNext()를 호출하여 갤러리 이미지 정의의 다음 페이지를 가져옵니다.