FhirServiceOciArtifact

data class FhirServiceOciArtifact(val digest: String? = null, val imageName: String? = null, val loginServer: String)

Constructors

Link copied to clipboard
constructor(digest: String? = null, imageName: String? = null, loginServer: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val digest: String? = null

A digest of an image within Azure container registry used for export operations of the service instance to narrow the artifacts down.

Link copied to clipboard
val imageName: String? = null

An image within Azure container registry used for export operations of the service instance.

Link copied to clipboard

An Azure container registry used for export operations of the service instance.