ImageDescriptor Class
Properties for a registry image.
- Inheritance
-
azure.mgmt.containerregistry._serialization.ModelImageDescriptor
Constructor
ImageDescriptor(*, registry: str | None = None, repository: str | None = None, tag: str | None = None, digest: str | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
registry
|
The registry login server. |
repository
|
The repository name. |
tag
|
The tag name. |
digest
|
The sha256-based digest of the image manifest. |
Variables
Name | Description |
---|---|
registry
|
The registry login server. |
repository
|
The repository name. |
tag
|
The tag name. |
digest
|
The sha256-based digest of the image manifest. |
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Python