Target Class
The target of the event.
- Inheritance
-
azure.mgmt.containerregistry._serialization.ModelTarget
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
|
The MIME type of the referenced object. |
size
|
The number of bytes of the content. Same as Length field. |
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. |
repository
|
The repository name. |
url
|
The direct URL to the content. |
tag
|
The tag name. |
name
|
The name of the artifact. |
version
|
The version of the artifact. |
Variables
Name | Description |
---|---|
media_type
|
The MIME type of the referenced object. |
size
|
The number of bytes of the content. Same as Length field. |
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. |
repository
|
The repository name. |
url
|
The direct URL to the content. |
tag
|
The tag name. |
name
|
The name of the artifact. |
version
|
The version of the artifact. |
Azure SDK for Python