ImageDescriptor 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.
Properties for a registry image.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api20190601Preview.ImageDescriptorTypeConverter))]
public class ImageDescriptor : Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api20190601Preview.IImageDescriptor
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api20190601Preview.ImageDescriptorTypeConverter))>]
type ImageDescriptor = class
interface IImageDescriptor
interface IJsonSerializable
Public Class ImageDescriptor
Implements IImageDescriptor
- Inheritance
-
ImageDescriptor
- Attributes
- Implements
Constructors
ImageDescriptor() |
Creates an new ImageDescriptor instance. |
Properties
Digest |
The sha256-based digest of the image manifest. |
Registry |
The registry login server. |
Repository |
The repository name. |
Tag |
The tag name. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of ImageDescriptor. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of ImageDescriptor. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api20190601Preview.IImageDescriptor. |
FromJsonString(String) |
Creates a new instance of ImageDescriptor, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of ImageDescriptor into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |