VMGalleryApplication Class

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

All required parameters must be populated in order to send to Azure.

Inheritance
VMGalleryApplication

Constructor

VMGalleryApplication(*, package_reference_id: str, tags: Optional[str] = None, order: Optional[int] = None, configuration_reference: Optional[str] = None, **kwargs)

Parameters

tags
str
Required

A set of tags. Optional, Specifies a passthrough value for more generic context.

order
int
Required

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

package_reference_id
str
Required

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

configuration_reference
str
Required

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