你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
Images interface
表示图像的接口。
方法
方法详细信息
get(string, string, string, string, ImagesGetOptionalParams)
获取库映像。
function get(resourceGroupName: string, devCenterName: string, galleryName: string, imageName: string, options?: ImagesGetOptionalParams): Promise<Image_2>
参数
- resourceGroupName
-
string
资源组的名称。 此名称不区分大小写。
- devCenterName
-
string
开发中心的名称。
- galleryName
-
string
库的名称。
- imageName
-
string
图像的名称。
- options
- ImagesGetOptionalParams
选项参数。
返回
Promise<Image>
listByDevCenter(string, string, ImagesListByDevCenterOptionalParams)
列出开发中心的图像。
function listByDevCenter(resourceGroupName: string, devCenterName: string, options?: ImagesListByDevCenterOptionalParams): PagedAsyncIterableIterator<Image_2, Image_2[], PageSettings>
参数
- resourceGroupName
-
string
资源组的名称。 此名称不区分大小写。
- devCenterName
-
string
开发中心的名称。
选项参数。
返回
listByGallery(string, string, string, ImagesListByGalleryOptionalParams)
列出库的图像。
function listByGallery(resourceGroupName: string, devCenterName: string, galleryName: string, options?: ImagesListByGalleryOptionalParams): PagedAsyncIterableIterator<Image_2, Image_2[], PageSettings>
参数
- resourceGroupName
-
string
资源组的名称。 此名称不区分大小写。
- devCenterName
-
string
开发中心的名称。
- galleryName
-
string
库的名称。
选项参数。