IVirtualMachineImage Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
An immutable client-side representation of an Azure virtual machine image.
public interface IVirtualMachineImage : Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasInner<Microsoft.Azure.Management.Compute.Fluent.Models.VirtualMachineImageInner>
type IVirtualMachineImage = interface
interface IHasInner<VirtualMachineImageInner>
Public Interface IVirtualMachineImage
Implements IHasInner(Of VirtualMachineImageInner)
- Implements
Properties
DataDiskImages |
Gets data disk images in the virtual machine image, indexed by the disk LUN. |
Id |
Gets the resource ID of this image. |
ImageReference |
Gets the image reference representing the publisher, offer, SKU and version of the virtual machine image. |
Inner | (Inherited from IHasInner<T>) |
Location |
Gets the region in which virtual machine image is available. |
Offer |
Gets the name of the virtual machine image offer this image is part of. |
OSDiskImage |
Gets OS disk image in the virtual machine image. |
Plan |
Gets the purchase plan for the virtual machine image. |
PublisherName |
Gets the publisher name of the virtual machine image. |
Sku |
Gets the commercial name of the virtual machine image (SKU). |
Version |
Gets the version of the virtual machine image. |
Applies to
Azure SDK for .NET