VMGallery Application Args
data class VMGalleryApplicationArgs(val configurationReference: Output<String>? = null, val enableAutomaticUpgrade: Output<Boolean>? = null, val order: Output<Int>? = null, val packageReferenceId: Output<String>, val tags: Output<String>? = null, val treatFailureAsDeploymentFailure: Output<Boolean>? = null) : ConvertibleToJava<VMGalleryApplicationArgs>
Specifies the required information to reference a compute gallery application version
Properties
Link copied to clipboard
Optional, Specifies the uri to an azure blob that will replace the default configuration for the package if provided
Link copied to clipboard
If set to true, when a new Gallery Application version is available in PIR/SIG, it will be automatically updated for the VM/VMSS
Link copied to clipboard
Specifies the GalleryApplicationVersion resource id on the form of /subscriptions/{SubscriptionId}/resourceGroups/{ResourceGroupName}/providers/Microsoft.Compute/galleries/{galleryName}/applications/{application}/versions/{version}
Link copied to clipboard
Optional, If true, any failure for any operation in the VmApplication will fail the deployment