Target Class

The target of the event.

Inheritance
azure.mgmt.containerregistry._serialization.Model
Target

Constructor

Target(*, media_type: str | None = None, size: int | None = None, digest: str | None = None, length: int | None = None, repository: str | None = None, url: str | None = None, tag: str | None = None, name: str | None = None, version: str | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
media_type
str

The MIME type of the referenced object.

size
int

The number of bytes of the content. Same as Length field.

digest
str

The digest of the content, as defined by the Registry V2 HTTP API Specification.

length
int

The number of bytes of the content. Same as Size field.

repository
str

The repository name.

url
str

The direct URL to the content.

tag
str

The tag name.

name
str

The name of the artifact.

version
str

The version of the artifact.

Variables

Name Description
media_type
str

The MIME type of the referenced object.

size
int

The number of bytes of the content. Same as Length field.

digest
str

The digest of the content, as defined by the Registry V2 HTTP API Specification.

length
int

The number of bytes of the content. Same as Size field.

repository
str

The repository name.

url
str

The direct URL to the content.

tag
str

The tag name.

name
str

The name of the artifact.

version
str

The version of the artifact.