Partager via


ImageReference Class

Definition

Specifies information about the image used

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.Api20231001Preview.ImageReferenceTypeConverter))]
public class ImageReference : Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.Api20231001Preview.IImageReference
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.Api20231001Preview.ImageReferenceTypeConverter))>]
type ImageReference = class
    interface IImageReference
    interface IJsonSerializable
Public Class ImageReference
Implements IImageReference
Inheritance
ImageReference
Attributes
Implements

Constructors

ImageReference()

Creates an new ImageReference instance.

Properties

Name

The name of the image used.

OperatingSystem

The operating system of the image.

OSBuildNumber

The operating system build number of the image.

PublishedDate

The datetime that the backing image version was published.

Version

The version of the image.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of ImageReference.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ImageReference.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.Api20231001Preview.IImageReference.

FromJsonString(String)

Creates a new instance of ImageReference, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of ImageReference into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to