ContainerImagePropertiesResponse

data class ContainerImagePropertiesResponse(val dockerfile: String? = null, val id: String, val imageName: String? = null, val imageTag: String? = null, val registryProperties: ACRPropertiesResponse? = null, val runId: String? = null, val runStatus: String? = null)

Class for container image properties.

Constructors

Link copied to clipboard
constructor(dockerfile: String? = null, id: String, imageName: String? = null, imageTag: String? = null, registryProperties: ACRPropertiesResponse? = null, runId: String? = null, runStatus: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val dockerfile: String? = null

Gets or sets the dockerfile for the container image.

Link copied to clipboard
val id: String

Gets the ID.

Link copied to clipboard
val imageName: String? = null

Gets or sets the container image name.

Link copied to clipboard
val imageTag: String? = null

Gets or sets the container image tag.

Link copied to clipboard

Class for ACR Properties.

Link copied to clipboard
val runId: String? = null

Gets or sets the RunId.

Link copied to clipboard
val runStatus: String? = null

Gets or sets the RunStatus.