你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

CommunityGalleryImageVersionList 类

列出社区库映像版本操作响应。

必须填充所有必需的参数才能发送到 Azure。

继承
azure.mgmt.compute._serialization.Model
CommunityGalleryImageVersionList

构造函数

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

Keyword-Only Parameters

value
list[CommunityGalleryImageVersion]

社区库映像版本的列表。 必需。

next_link
str

用于提取社区库映像版本的下一页的 URI。 使用此调用 ListNext () 以提取社区库映像版本的下一页。

变量

value
list[CommunityGalleryImageVersion]

社区库映像版本的列表。 必需。

next_link
str

用于提取社区库映像版本的下一页的 URI。 使用此调用 ListNext () 以提取社区库映像版本的下一页。