VmGalleryApplication Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies the required information to reference a compute gallery application version.
public class VmGalleryApplication : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.ComputeSchedule.Models.VmGalleryApplication>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.ComputeSchedule.Models.VmGalleryApplication>
type VmGalleryApplication = class
interface IJsonModel<VmGalleryApplication>
interface IPersistableModel<VmGalleryApplication>
Public Class VmGalleryApplication
Implements IJsonModel(Of VmGalleryApplication), IPersistableModel(Of VmGalleryApplication)
- Inheritance
-
VmGalleryApplication
- Implements
Constructors
| Name | Description |
|---|---|
| VmGalleryApplication(String) |
Initializes a new instance of VmGalleryApplication. |
Properties
| Name | Description |
|---|---|
| ConfigurationReference |
Optional, Specifies the uri to an azure blob that will replace the default configuration for the package if provided. |
| EnableAutomaticUpgrade |
If set to true, when a new Gallery Application version is available in PIR/SIG, it will be automatically updated for the VM/VMSS. |
| Order |
Optional, Specifies the order in which the packages have to be installed. |
| PackageReferenceId |
Specifies the GalleryApplicationVersion resource id on the form of /subscriptions/{SubscriptionId}/resourceGroups/{ResourceGroupName}/providers/Microsoft.Compute/galleries/{galleryName}/applications/{application}/versions/{version}. |
| Tags |
Optional, Specifies a passthrough value for more generic context. |
| TreatFailureAsDeploymentFailure |
Optional, If true, any failure for any operation in the VmApplication will fail the deployment. |