VirtualMachineImagesEdgeZone interface
Interface representing a VirtualMachineImagesEdgeZone.
Methods
get(string, string, string, string, string, string, Virtual |
Gets a virtual machine image in an edge zone. |
list(string, string, string, string, string, Virtual |
Gets a list of all virtual machine image versions for the specified location, edge zone, publisher, offer, and SKU. |
list |
Gets a list of virtual machine image offers for the specified location, edge zone and publisher. |
list |
Gets a list of virtual machine image publishers for the specified Azure location and edge zone. |
list |
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.
The options parameters.
Returns
Promise<VirtualMachineImage>
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.
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.
The options parameters.
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.
The options parameters.
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.
The options parameters.