WindowsVirtualMachineGalleryApplication

data class WindowsVirtualMachineGalleryApplication(val configurationBlobUri: String? = null, val order: Int? = null, val tag: String? = null, val versionId: String)

Constructors

Link copied to clipboard
fun WindowsVirtualMachineGalleryApplication(configurationBlobUri: String? = null, order: Int? = null, tag: String? = null, versionId: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Specifies the URI to an Azure Blob that will replace the default configuration for the package if provided.

Link copied to clipboard
val order: Int? = null

Specifies the order in which the packages have to be installed. Possible values are between 0 and 2,147,483,647.

Link copied to clipboard
val tag: String? = null

Specifies a passthrough value for more generic context. This field can be any valid string value.

Link copied to clipboard

Specifies the Gallery Application Version resource ID.