Share via


CachedImages Class

Definition

The cached image and OS type.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20221001Preview.CachedImagesTypeConverter))]
public class CachedImages : Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20221001Preview.ICachedImages
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20221001Preview.CachedImagesTypeConverter))>]
type CachedImages = class
    interface ICachedImages
    interface IJsonSerializable
Public Class CachedImages
Implements ICachedImages
Inheritance
CachedImages
Attributes
Implements

Constructors

CachedImages()

Creates an new CachedImages instance.

Properties

Image

The cached image name.

OSType

The OS type of the cached image.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of CachedImages.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of CachedImages.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20221001Preview.ICachedImages.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of CachedImages into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to