ImageReferenceInner Class
Definition
The image reference.
public class ImageReferenceInner : Microsoft.Azure.Management.ResourceManager.Fluent.SubResource
type ImageReferenceInner = class
inherit SubResource
Public Class ImageReferenceInner
Inherits SubResource
- Inheritance
Constructors
ImageReferenceInner() |
Initializes a new instance of the ImageReferenceInner class. |
ImageReferenceInner(String, String, String, String, String) |
Initializes a new instance of the ImageReferenceInner class. |
Properties
Id |
Resource Id (Inherited from SubResource) |
Offer |
Gets or sets the image offer. |
Publisher |
Gets or sets the image publisher. |
Sku |
Gets or sets the image SKU. |
Version |
Gets or sets the image version. The allowed formats are Major.Minor.Build or 'latest'. Major, Minor and Build are decimal numbers. Specify 'latest' to use the latest version of the image. |