ImageReference Class
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.
Image reference information. Used in the virtual machine profile.
public class ImageReference
type ImageReference = class
Public Class ImageReference
- Inheritance
-
ImageReference
Constructors
ImageReference() |
Initializes a new instance of the ImageReference class. |
ImageReference(String, String, String, String, String, String) |
Initializes a new instance of the ImageReference class. |
Properties
ExactVersion |
Gets the actual version of the image after use. |
Id |
Gets or sets image resource ID |
Offer |
Gets or sets the image offer if applicable. |
Publisher |
Gets or sets the image publisher |
Sku |
Gets or sets the image SKU |
Version |
Gets or sets the image version specified on creation. |
Applies to
Azure SDK for .NET