VMGalleryApplicationResponse

data class VMGalleryApplicationResponse(val configurationReference: String? = null, val enableAutomaticUpgrade: Boolean? = null, val order: Int? = null, val packageReferenceId: String, val tags: String? = null, val treatFailureAsDeploymentFailure: Boolean? = null)

Specifies the required information to reference a compute gallery application version

Constructors

Link copied to clipboard
constructor(configurationReference: String? = null, enableAutomaticUpgrade: Boolean? = null, order: Int? = null, packageReferenceId: String, tags: String? = null, treatFailureAsDeploymentFailure: Boolean? = null)

Types

Link copied to clipboard
object Companion

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
val order: Int? = null

Optional, Specifies the order in which the packages have to be installed

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
val tags: String? = null

Optional, Specifies a passthrough value for more generic context.

Link copied to clipboard

Optional, If true, any failure for any operation in the VmApplication will fail the deployment