GalleryApplicationVersionSource

data class GalleryApplicationVersionSource(val defaultConfigurationLink: String? = null, val mediaLink: String)

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

Link copied to clipboard

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