Interface VirtualMachineImage
- All Superinterfaces:
HasInner<com.microsoft.azure.management.compute.implementation.VirtualMachineImageInner>
public interface VirtualMachineImage
extends HasInner<com.microsoft.azure.management.compute.implementation.VirtualMachineImageInner>
An immutable client-side representation of an Azure virtual machine image.
-
Method Details
-
id
String id()- Returns:
- the resource ID of this image
-
location
Region location()- Returns:
- the region in which virtual machine image is available
-
publisherName
String publisherName()- Returns:
- the publisher name of the virtual machine image
-
offer
String offer()- Returns:
- the name of the virtual machine image offer this image is part of
-
sku
String sku()- Returns:
- the commercial name of the virtual machine image (SKU)
-
version
String version()- Returns:
- the version of the virtual machine image
-
imageReference
ImageReference imageReference()- Returns:
- the image reference representing the publisher, offer, SKU and version of the virtual machine image
-
plan
PurchasePlan plan()- Returns:
- the purchase plan for the virtual machine image
-
osDiskImage
OSDiskImage osDiskImage()- Returns:
- OS disk image in the virtual machine image
-
dataDiskImages
Map<Integer,DataDiskImage> dataDiskImages()- Returns:
- data disk images in the virtual machine image, indexed by the disk LUN
-