【发布时间】:2018-07-23 03:48:37
【问题描述】:
我将使用公共镜像创建VM,但我无法从Azure API获取公共镜像列表,那么如何获取Azure公共镜像,我们可以使用哪个url?
【问题讨论】:
-
this 是您要查找的内容吗?
-
看来是对的,谢谢
标签: azure
我将使用公共镜像创建VM,但我无法从Azure API获取公共镜像列表,那么如何获取Azure公共镜像,我们可以使用哪个url?
【问题讨论】:
标签: azure
您可以使用此 URL 获取指定位置、发布者、报价和 SKU 的所有虚拟机映像版本的列表。
GET https://management.azure.com/subscriptions/{subscriptionId}/providers/Microsoft.Compute/locations/{location}/publishers/{publisherName}/artifacttypes/vmimage/offers/{offer}/skus/{skus}/versions?api-version=2017-12-01
【讨论】: