你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

CachedImagesListResult Class

Definition

The response containing cached images.

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

Constructors

CachedImagesListResult()

Creates an new CachedImagesListResult instance.

Properties

NextLink

The URI to fetch the next page of cached images.

Value

The list of cached images.

Methods

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.Api20221001Preview.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