共用方式為


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

有效的映像發行者供應專案。

傳回