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