LinuxVirtualMachineScaleSetGalleryApplicationArgs

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

Constructors

constructor(configurationBlobUri: Output<String>? = null, order: Output<Int>? = null, tag: Output<String>? = null, versionId: Output<String>)

Properties

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

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: 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
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.

Link copied to clipboard
val versionId: Output<String>

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

Functions

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