ImageArgs

data class ImageArgs(val reference: Output<String>? = null, val type: Output<Either<String, ImageType>>? = null) : ConvertibleToJava<ImageArgs>

Describes the Image Specifications

Constructors

Link copied to clipboard
constructor(reference: Output<String>? = null, type: Output<Either<String, ImageType>>? = null)

Properties

Link copied to clipboard
val reference: Output<String>? = null

Image reference

Link copied to clipboard
val type: Output<Either<String, ImageType>>? = null

Type of the image. Possible values are: docker - For docker images. azureml - For AzureML images

Functions

Link copied to clipboard
open override fun toJava(): ImageArgs