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

ITarget Interface

Definition

[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)

Applies to