VirtualMachineImages interface
代表 VirtualMachineImages 的介面。
方法
get(string, string, string, string, string, Virtual |
取得虛擬機器映射。 |
list(string, string, string, string, Virtual |
取得指定位置、發行者、供應專案和 SKU 的所有虛擬機器映射版本清單。 |
list |
取得指定邊緣區域的所有虛擬機器映射版本清單 |
list |
取得指定位置和發行者的虛擬機器映射供應專案清單。 |
list |
取得指定 Azure 位置的虛擬機器映射發行者清單。 |
list |
取得指定位置、發行者和供應專案的虛擬機器映射 SKU 清單。 |
方法詳細資料
get(string, string, string, string, string, VirtualMachineImagesGetOptionalParams)
取得虛擬機器映射。
function get(location: string, publisherName: string, offer: string, skus: string, version: string, options?: VirtualMachineImagesGetOptionalParams): Promise<VirtualMachineImage>
參數
- location
-
string
支援的 Azure 區功能變數名稱稱。
- publisherName
-
string
有效的映射發行者。
- offer
-
string
有效的映射發行者供應專案。
- skus
-
string
有效的映射 SKU。
- version
-
string
有效的映射 SKU 版本。
選項參數。
傳回
Promise<VirtualMachineImage>
list(string, string, string, string, VirtualMachineImagesListOptionalParams)
取得指定位置、發行者、供應專案和 SKU 的所有虛擬機器映射版本清單。
function list(location: string, publisherName: string, offer: string, skus: string, options?: VirtualMachineImagesListOptionalParams): Promise<VirtualMachineImagesListResponse>
參數
- location
-
string
支援的 Azure 區功能變數名稱稱。
- publisherName
-
string
有效的映射發行者。
- offer
-
string
有效的映射發行者供應專案。
- skus
-
string
有效的映射 SKU。
選項參數。
傳回
Promise<VirtualMachineImagesListResponse>
listByEdgeZone(string, string, VirtualMachineImagesListByEdgeZoneOptionalParams)
取得指定邊緣區域的所有虛擬機器映射版本清單
function listByEdgeZone(location: string, edgeZone: string, options?: VirtualMachineImagesListByEdgeZoneOptionalParams): Promise<VmImagesInEdgeZoneListResult>
參數
- location
-
string
支援的 Azure 區功能變數名稱稱。
- edgeZone
-
string
邊緣區域的名稱。
選項參數。
傳回
Promise<VmImagesInEdgeZoneListResult>
listOffers(string, string, VirtualMachineImagesListOffersOptionalParams)
取得指定位置和發行者的虛擬機器映射供應專案清單。
function listOffers(location: string, publisherName: string, options?: VirtualMachineImagesListOffersOptionalParams): Promise<VirtualMachineImagesListOffersResponse>
參數
- location
-
string
支援的 Azure 區功能變數名稱稱。
- publisherName
-
string
有效的映射發行者。
選項參數。
傳回
listPublishers(string, VirtualMachineImagesListPublishersOptionalParams)
取得指定 Azure 位置的虛擬機器映射發行者清單。
function listPublishers(location: string, options?: VirtualMachineImagesListPublishersOptionalParams): Promise<VirtualMachineImagesListPublishersResponse>
參數
- location
-
string
支援的 Azure 區功能變數名稱稱。
選項參數。
傳回
listSkus(string, string, string, VirtualMachineImagesListSkusOptionalParams)
取得指定位置、發行者和供應專案的虛擬機器映射 SKU 清單。
function listSkus(location: string, publisherName: string, offer: string, options?: VirtualMachineImagesListSkusOptionalParams): Promise<VirtualMachineImagesListSkusResponse>
參數
- location
-
string
支援的 Azure 區功能變數名稱稱。
- publisherName
-
string
有效的映射發行者。
- offer
-
string
有效的映射發行者供應專案。
選項參數。
傳回
Promise<VirtualMachineImagesListSkusResponse>