GalleryArtifactVersionSourceArgs

data class GalleryArtifactVersionSourceArgs(val id: Output<String>? = null, val uri: Output<String>? = null) : ConvertibleToJava<GalleryArtifactVersionSourceArgs>

The gallery artifact version source.

Constructors

Link copied to clipboard
constructor(id: Output<String>? = null, uri: Output<String>? = null)

Properties

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

The id of the gallery artifact version source. Can specify a disk uri, snapshot uri, user image or storage account resource.

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

The uri of the gallery artifact version source. Currently used to specify vhd/blob source.

Functions

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