VirtualMachineImagesEdgeZoneOperations interface

Interface representing a VirtualMachineImagesEdgeZone operations.

Properties

get

Gets a virtual machine image in an edge zone.

list

Gets a list of all virtual machine image versions for the specified location, edge zone, publisher, offer, and SKU.

listOffers

Gets a list of virtual machine image offers for the specified location, edge zone and publisher.

listPublishers

Gets a list of virtual machine image publishers for the specified Azure location and edge zone.

listSkus

Gets a list of virtual machine image SKUs for the specified location, edge zone, publisher, and offer.

Property Details

get

Gets a virtual machine image in an edge zone.

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

Property Value

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

list

Gets a list of all virtual machine image versions for the specified location, edge zone, publisher, offer, and SKU.

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

Property Value

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

listOffers

Gets a list of virtual machine image offers for the specified location, edge zone and publisher.

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

Property Value

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

listPublishers

Gets a list of virtual machine image publishers for the specified Azure location and edge zone.

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

Property Value

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

listSkus

Gets a list of virtual machine image SKUs for the specified location, edge zone, publisher, and offer.

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

Property Value

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