UserArtifactSettingsArgs

data class UserArtifactSettingsArgs(val configFileName: Output<String>? = null, val packageFileName: Output<String>? = null, val scriptBehaviorAfterReboot: Output<Either<String, GalleryApplicationScriptRebootBehavior>>? = null) : ConvertibleToJava<UserArtifactSettingsArgs>

Additional settings for the VM app that contains the target package and config file name when it is deployed to target VM or VM scale set.

Constructors

Link copied to clipboard
constructor(configFileName: Output<String>? = null, packageFileName: Output<String>? = null, scriptBehaviorAfterReboot: Output<Either<String, GalleryApplicationScriptRebootBehavior>>? = null)

Properties

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

Optional. The name to assign the downloaded config file on the VM. This is limited to 4096 characters. If not specified, the config file will be named the Gallery Application name appended with "_config".

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

Optional. The name to assign the downloaded package file on the VM. This is limited to 4096 characters. If not specified, the package file will be named the same as the Gallery Application name.

Link copied to clipboard

Optional. The action to be taken with regards to install/update/remove of the gallery application in the event of a reboot.

Functions

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