GalleryApplicationVersionSourceArgs

data class GalleryApplicationVersionSourceArgs(val defaultConfigurationLink: Output<String>? = null, val mediaLink: Output<String>) : ConvertibleToJava<GalleryApplicationVersionSourceArgs>

Constructors

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

Properties

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

The Storage Blob URI of the default configuration. Changing this forces a new resource to be created.

Link copied to clipboard
val mediaLink: Output<String>

The Storage Blob URI of the source application package. Changing this forces a new resource to be created.

Functions

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