CachedImagesListResult Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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() |