ITarget Interface
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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview.TargetTypeConverter))]
public interface ITarget : Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview.TargetTypeConverter))>]
type ITarget = interface
interface IJsonSerializable
Public Interface ITarget
Implements IJsonSerializable
- Derived
- Attributes
- Implements
Properties
Digest |
The digest of the content, as defined by the Registry V2 HTTP API Specification. |
Length |
The number of bytes of the content. Same as Size field. |
MediaType |
The MIME type of the referenced object. |
Name |
The name of the artifact. |
Repository |
The repository name. |
Size |
The number of bytes of the content. Same as Length field. |
Tag |
The tag name. |
Url |
The direct URL to the content. |
Version |
The version of the artifact. |
Methods
ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |