VMGalleryApplication Class

Specifies the required information to reference a compute gallery application version.

Constructor

VMGalleryApplication(*args: Any, **kwargs: Any)

Variables

Name Description
tags
str

Optional, Specifies a passthrough value for more generic context.

order
int

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

package_reference_id
str

Specifies the GalleryApplicationVersion resource id on the form of /subscriptions/{SubscriptionId}/resourceGroups/{ResourceGroupName}/providers/Microsoft.Compute/galleries/{galleryName}/applications/{application}/versions/{version}. Required.

configuration_reference
str

Optional, Specifies the uri to an azure blob that will replace the default configuration for the package if provided.

treat_failure_as_deployment_failure

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

enable_automatic_upgrade

If set to true, when a new Gallery Application version is available in PIR/SIG, it will be automatically updated for the VM/VMSS.

Attributes

configuration_reference

Optional, Specifies the uri to an azure blob that will replace the default configuration for the package if provided.

configuration_reference: str | None

enable_automatic_upgrade

If set to true, when a new Gallery Application version is available in PIR/SIG, it will be automatically updated for the VM/VMSS.

enable_automatic_upgrade: bool | None

order

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

order: int | None

package_reference_id

Specifies the GalleryApplicationVersion resource id on the form of /subscriptions/{SubscriptionId}/resourceGroups/{ResourceGroupName}/providers/Microsoft.Compute/galleries/{galleryName}/applications/{application}/versions/{version}. Required.

package_reference_id: str

tags

Optional, Specifies a passthrough value for more generic context.

tags: str | None

treat_failure_as_deployment_failure

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

treat_failure_as_deployment_failure: bool | None