VirtualMachineImagesEdgeZoneOperations interface

VirtualMachineImagesEdgeZone 작업을 나타내는 인터페이스입니다.

속성

get

에지 영역에서 가상 머신 이미지를 가져옵니다.

list

지정된 위치, 에지 영역, 게시자, 제품 및 SKU에 대한 모든 가상 머신 이미지 버전 목록을 가져옵니다.

listOffers

지정된 위치, 에지 영역 및 게시자에 대한 가상 머신 이미지 제품 목록을 가져옵니다.

listPublishers

지정된 Azure 위치 및 에지 영역에 대한 가상 머신 이미지 게시자 목록을 가져옵니다.

listSkus

지정된 위치, 에지 영역, 게시자 및 제품에 대한 가상 머신 이미지 SKU 목록을 가져옵니다.

속성 세부 정보

get

에지 영역에서 가상 머신 이미지를 가져옵니다.

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

속성 값

(location: string, edgeZone: string, publisherName: string, offer: string, skus: string, version: string, options?: VirtualMachineImagesEdgeZoneGetOptionalParams) => Promise<VirtualMachineImage>

list

지정된 위치, 에지 영역, 게시자, 제품 및 SKU에 대한 모든 가상 머신 이미지 버전 목록을 가져옵니다.

list: (location: string, edgeZone: string, publisherName: string, offer: string, skus: string, options?: VirtualMachineImagesEdgeZoneListOptionalParams) => Promise<VirtualMachineImageResource[]>

속성 값

(location: string, edgeZone: string, publisherName: string, offer: string, skus: string, options?: VirtualMachineImagesEdgeZoneListOptionalParams) => Promise<VirtualMachineImageResource[]>

listOffers

지정된 위치, 에지 영역 및 게시자에 대한 가상 머신 이미지 제품 목록을 가져옵니다.

listOffers: (location: string, edgeZone: string, publisherName: string, options?: VirtualMachineImagesEdgeZoneListOffersOptionalParams) => Promise<VirtualMachineImageResource[]>

속성 값

(location: string, edgeZone: string, publisherName: string, options?: VirtualMachineImagesEdgeZoneListOffersOptionalParams) => Promise<VirtualMachineImageResource[]>

listPublishers

지정된 Azure 위치 및 에지 영역에 대한 가상 머신 이미지 게시자 목록을 가져옵니다.

listPublishers: (location: string, edgeZone: string, options?: VirtualMachineImagesEdgeZoneListPublishersOptionalParams) => Promise<VirtualMachineImageResource[]>

속성 값

(location: string, edgeZone: string, options?: VirtualMachineImagesEdgeZoneListPublishersOptionalParams) => Promise<VirtualMachineImageResource[]>

listSkus

지정된 위치, 에지 영역, 게시자 및 제품에 대한 가상 머신 이미지 SKU 목록을 가져옵니다.

listSkus: (location: string, edgeZone: string, publisherName: string, offer: string, options?: VirtualMachineImagesEdgeZoneListSkusOptionalParams) => Promise<VirtualMachineImageResource[]>

속성 값

(location: string, edgeZone: string, publisherName: string, offer: string, options?: VirtualMachineImagesEdgeZoneListSkusOptionalParams) => Promise<VirtualMachineImageResource[]>