LinuxVirtualMachineScaleSetGalleryApplicationArgs

data class LinuxVirtualMachineScaleSetGalleryApplicationArgs(val configurationReferenceBlobUri: Output<String>? = null, val order: Output<Int>? = null, val packageReferenceId: Output<String>, val tag: Output<String>? = null) : ConvertibleToJava<LinuxVirtualMachineScaleSetGalleryApplicationArgs>

Constructors

fun LinuxVirtualMachineScaleSetGalleryApplicationArgs(configurationReferenceBlobUri: Output<String>? = null, order: Output<Int>? = null, packageReferenceId: Output<String>, tag: Output<String>? = null)

Functions

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

Properties

Link copied to clipboard
Link copied to clipboard
val order: Output<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: Output<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.