ServiceOciArtifactEntry Class

An Open Container Initiative (OCI) artifact.

Inheritance
azure.mgmt.healthcareapis._serialization.Model
ServiceOciArtifactEntry

Constructor

ServiceOciArtifactEntry(*, login_server: str | None = None, image_name: str | None = None, digest: str | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
login_server
str

The Azure Container Registry login server.

image_name
str

The artifact name.

digest
str

The artifact digest.

Variables

Name Description
login_server
str

The Azure Container Registry login server.

image_name
str

The artifact name.

digest
str

The artifact digest.