WindowsVirtualMachineScaleSetGalleryApplication

data class WindowsVirtualMachineScaleSetGalleryApplication(val configurationReferenceBlobUri: String? = null, val order: Int? = null, val packageReferenceId: String, val tag: String? = null)

Constructors

fun WindowsVirtualMachineScaleSetGalleryApplication(configurationReferenceBlobUri: String? = null, order: Int? = null, packageReferenceId: String, tag: String? = null)

Types

Link copied to clipboard
object Companion

Properties

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

Link copied to clipboard
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.