WindowsVirtualMachineScaleSetGalleryApplication

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

Constructors

constructor(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. Changing this forces a new resource to be created.

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 2147483647. Defaults to 0. Changing this forces a new resource to be created.

Link copied to clipboard
val tag: String? = null

Specifies a passthrough value for more generic context. This field can be any valid string value. Changing this forces a new resource to be created.

Link copied to clipboard

Specifies the Gallery Application Version resource ID. Changing this forces a new resource to be created.