Linux Virtual Machine Gallery Application Args
data class LinuxVirtualMachineGalleryApplicationArgs(val automaticUpgradeEnabled: Output<Boolean>? = null, val configurationBlobUri: Output<String>? = null, val order: Output<Int>? = null, val tag: Output<String>? = null, val treatFailureAsDeploymentFailureEnabled: Output<Boolean>? = null, val versionId: Output<String>) : ConvertibleToJava<LinuxVirtualMachineGalleryApplicationArgs>
Properties
Link copied to clipboard
Specifies whether the version will be automatically updated for the VM when a new Gallery Application version is available in PIR/SIG. Defaults to false
.
Link copied to clipboard
Specifies the URI to an Azure Blob that will replace the default configuration for the package if provided.
Link copied to clipboard
Specifies whether any failure for any operation in the VmApplication will fail the deployment of the VM. Defaults to false
.