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

VirtualMachineImagesEdgeZone interface

表示 VirtualMachineImagesEdgeZone 的接口。

方法

get(string, string, string, string, string, string, VirtualMachineImagesEdgeZoneGetOptionalParams)

获取边缘区域中的虚拟机映像。

list(string, string, string, string, string, VirtualMachineImagesEdgeZoneListOptionalParams)

获取指定位置、边缘区域、发布者、套餐和 SKU 的所有虚拟机映像版本的列表。

listOffers(string, string, string, VirtualMachineImagesEdgeZoneListOffersOptionalParams)

获取指定位置、边缘区域和发布服务器的虚拟机映像产品/服务列表。

listPublishers(string, string, VirtualMachineImagesEdgeZoneListPublishersOptionalParams)

获取指定 Azure 位置和边缘区域的虚拟机映像发布者列表。

listSkus(string, string, string, string, VirtualMachineImagesEdgeZoneListSkusOptionalParams)

获取指定位置、边缘区域、发布者和产品/服务虚拟机映像 SKU 的列表。

方法详细信息

get(string, string, string, string, string, string, VirtualMachineImagesEdgeZoneGetOptionalParams)

获取边缘区域中的虚拟机映像。

function get(___location: string, edgeZone: string, publisherName: string, offer: string, skus: string, version: string, options?: VirtualMachineImagesEdgeZoneGetOptionalParams): Promise<VirtualMachineImage>

参数

___location

string

支持的 Azure 区域的名称。

edgeZone

string

边缘区域的名称。

publisherName

string

有效的映像发布者。

offer

string

有效的映像发布者产品/服务。

skus

string

有效的映像 SKU。

version

string

有效的映像 SKU 版本。

返回

list(string, string, string, string, string, VirtualMachineImagesEdgeZoneListOptionalParams)

获取指定位置、边缘区域、发布者、套餐和 SKU 的所有虚拟机映像版本的列表。

function list(___location: string, edgeZone: string, publisherName: string, offer: string, skus: string, options?: VirtualMachineImagesEdgeZoneListOptionalParams): Promise<VirtualMachineImagesEdgeZoneListResponse>

参数

___location

string

支持的 Azure 区域的名称。

edgeZone

string

边缘区域的名称。

publisherName

string

有效的映像发布者。

offer

string

有效的映像发布者产品/服务。

skus

string

有效的映像 SKU。

返回

listOffers(string, string, string, VirtualMachineImagesEdgeZoneListOffersOptionalParams)

获取指定位置、边缘区域和发布服务器的虚拟机映像产品/服务列表。

function listOffers(___location: string, edgeZone: string, publisherName: string, options?: VirtualMachineImagesEdgeZoneListOffersOptionalParams): Promise<VirtualMachineImagesEdgeZoneListOffersResponse>

参数

___location

string

支持的 Azure 区域的名称。

edgeZone

string

边缘区域的名称。

publisherName

string

有效的映像发布者。

返回

listPublishers(string, string, VirtualMachineImagesEdgeZoneListPublishersOptionalParams)

获取指定 Azure 位置和边缘区域的虚拟机映像发布者列表。

function listPublishers(___location: string, edgeZone: string, options?: VirtualMachineImagesEdgeZoneListPublishersOptionalParams): Promise<VirtualMachineImagesEdgeZoneListPublishersResponse>

参数

___location

string

支持的 Azure 区域的名称。

edgeZone

string

边缘区域的名称。

返回

listSkus(string, string, string, string, VirtualMachineImagesEdgeZoneListSkusOptionalParams)

获取指定位置、边缘区域、发布者和产品/服务虚拟机映像 SKU 的列表。

function listSkus(___location: string, edgeZone: string, publisherName: string, offer: string, options?: VirtualMachineImagesEdgeZoneListSkusOptionalParams): Promise<VirtualMachineImagesEdgeZoneListSkusResponse>

参数

___location

string

支持的 Azure 区域的名称。

edgeZone

string

边缘区域的名称。

publisherName

string

有效的映像发布者。

offer

string

有效的映像发布者产品/服务。

返回