VirtualMachineImagesEdgeZone interface

Interface representing a VirtualMachineImagesEdgeZone.

Methods

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

Gets a virtual machine image in an edge zone.

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

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

listOffers(string, string, string, VirtualMachineImagesEdgeZoneListOffersOptionalParams)

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

listPublishers(string, string, VirtualMachineImagesEdgeZoneListPublishersOptionalParams)

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

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

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

Method Details

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

Gets a virtual machine image in an edge zone.

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

Parameters

location

string

The name of a supported Azure region.

edgeZone

string

The name of the edge zone.

publisherName

string

A valid image publisher.

offer

string

A valid image publisher offer.

skus

string

A valid image SKU.

version

string

A valid image SKU version.

options
VirtualMachineImagesEdgeZoneGetOptionalParams

The options parameters.

Returns

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

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

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

Parameters

location

string

The name of a supported Azure region.

edgeZone

string

The name of the edge zone.

publisherName

string

A valid image publisher.

offer

string

A valid image publisher offer.

skus

string

A valid image SKU.

options
VirtualMachineImagesEdgeZoneListOptionalParams

The options parameters.

Returns

listOffers(string, string, string, VirtualMachineImagesEdgeZoneListOffersOptionalParams)

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

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

Parameters

location

string

The name of a supported Azure region.

edgeZone

string

The name of the edge zone.

publisherName

string

A valid image publisher.

Returns

listPublishers(string, string, VirtualMachineImagesEdgeZoneListPublishersOptionalParams)

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

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

Parameters

location

string

The name of a supported Azure region.

edgeZone

string

The name of the edge zone.

Returns

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

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

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

Parameters

location

string

The name of a supported Azure region.

edgeZone

string

The name of the edge zone.

publisherName

string

A valid image publisher.

offer

string

A valid image publisher offer.

options
VirtualMachineImagesEdgeZoneListSkusOptionalParams

The options parameters.

Returns