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

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

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

Link copied to clipboard
Link copied to clipboard
val tag: Output<String>? = null

Functions

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