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

GalleryImagesOperations interface

表示 GalleryImages作的接口。

属性

createOrUpdate

用于创建或更新库映像的作。 请注意,某些属性只能在创建图库图像期间设置。

delete
get

获取图库图像

listAll

列出指定订阅中的所有库映像。 在响应中使用 nextLink 属性获取库图像的下一页。

listByResourceGroup

列出指定资源组中的所有库映像。 在响应中使用 nextLink 属性获取库图像的下一页。

update

更新库映像的作。

属性详细信息

createOrUpdate

用于创建或更新库映像的作。 请注意,某些属性只能在创建图库图像期间设置。

createOrUpdate: (resourceGroupName: string, galleryImageName: string, resource: GalleryImage, options?: GalleryImagesCreateOrUpdateOptionalParams) => PollerLike<OperationState<GalleryImage>, GalleryImage>

属性值

(resourceGroupName: string, galleryImageName: string, resource: GalleryImage, options?: GalleryImagesCreateOrUpdateOptionalParams) => PollerLike<OperationState<GalleryImage>, GalleryImage>

delete

delete: (resourceGroupName: string, galleryImageName: string, options?: GalleryImagesDeleteOptionalParams) => PollerLike<OperationState<void>, void>

属性值

(resourceGroupName: string, galleryImageName: string, options?: GalleryImagesDeleteOptionalParams) => PollerLike<OperationState<void>, void>

get

获取图库图像

get: (resourceGroupName: string, galleryImageName: string, options?: GalleryImagesGetOptionalParams) => Promise<GalleryImage>

属性值

(resourceGroupName: string, galleryImageName: string, options?: GalleryImagesGetOptionalParams) => Promise<GalleryImage>

listAll

列出指定订阅中的所有库映像。 在响应中使用 nextLink 属性获取库图像的下一页。

listAll: (options?: GalleryImagesListAllOptionalParams) => PagedAsyncIterableIterator<GalleryImage, GalleryImage[], PageSettings>

属性值

(options?: GalleryImagesListAllOptionalParams) => PagedAsyncIterableIterator<GalleryImage, GalleryImage[], PageSettings>

listByResourceGroup

列出指定资源组中的所有库映像。 在响应中使用 nextLink 属性获取库图像的下一页。

listByResourceGroup: (resourceGroupName: string, options?: GalleryImagesListByResourceGroupOptionalParams) => PagedAsyncIterableIterator<GalleryImage, GalleryImage[], PageSettings>

属性值

(resourceGroupName: string, options?: GalleryImagesListByResourceGroupOptionalParams) => PagedAsyncIterableIterator<GalleryImage, GalleryImage[], PageSettings>

update

更新库映像的作。

update: (resourceGroupName: string, galleryImageName: string, properties: GalleryImageTagsUpdate, options?: GalleryImagesUpdateOptionalParams) => PollerLike<OperationState<GalleryImage>, GalleryImage>

属性值

(resourceGroupName: string, galleryImageName: string, properties: GalleryImageTagsUpdate, options?: GalleryImagesUpdateOptionalParams) => PollerLike<OperationState<GalleryImage>, GalleryImage>