Share via


CachedImagesListResult Class

Definition

The response containing cached images.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview.CachedImagesListResultTypeConverter))]
public class CachedImagesListResult : Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview.ICachedImagesListResult
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview.CachedImagesListResultTypeConverter))>]
type CachedImagesListResult = class
    interface ICachedImagesListResult
    interface IJsonSerializable
Public Class CachedImagesListResult
Implements ICachedImagesListResult
Inheritance
CachedImagesListResult
Attributes
Implements

Constructors

Name Description
CachedImagesListResult()

Creates an new CachedImagesListResult instance.

Properties

Name Description
NextLink

The URI to fetch the next page of cached images.

Value

The list of cached images.

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of CachedImagesListResult.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of CachedImagesListResult.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview.ICachedImagesListResult.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of CachedImagesListResult into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to