Uses of Class
com.azure.resourcemanager.compute.models.VMGalleryApplication
Packages that use VMGalleryApplication
Package
Description
Package containing the data models for ComputeManagementClient.
-
Uses of VMGalleryApplication in com.azure.resourcemanager.compute.models
Classes in com.azure.resourcemanager.compute.models that implement interfaces with type arguments of type VMGalleryApplicationModifier and TypeClassDescriptionfinal classSpecifies the required information to reference a compute gallery application version.Methods in com.azure.resourcemanager.compute.models that return VMGalleryApplicationModifier and TypeMethodDescriptionstatic VMGalleryApplicationVMGalleryApplication.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of VMGalleryApplication from the JsonReader.VMGalleryApplication.withConfigurationReference(String configurationReference) Set the configurationReference property: Optional, Specifies the uri to an azure blob that will replace the default configuration for the package if provided.VMGalleryApplication.withEnableAutomaticUpgrade(Boolean enableAutomaticUpgrade) Set the enableAutomaticUpgrade property: If set to true, when a new Gallery Application version is available in PIR/SIG, it will be automatically updated for the VM/VMSS.Set the order property: Optional, Specifies the order in which the packages have to be installed.VMGalleryApplication.withPackageReferenceId(String packageReferenceId) Set the packageReferenceId property: Specifies the GalleryApplicationVersion resource id on the form of /subscriptions/{SubscriptionId}/resourceGroups/{ResourceGroupName}/providers/Microsoft.Compute/galleries/{galleryName}/applications/{application}/versions/{version}.Set the tags property: Optional, Specifies a passthrough value for more generic context.VMGalleryApplication.withTreatFailureAsDeploymentFailure(Boolean treatFailureAsDeploymentFailure) Set the treatFailureAsDeploymentFailure property: Optional, If true, any failure for any operation in the VmApplication will fail the deployment.Methods in com.azure.resourcemanager.compute.models that return types with arguments of type VMGalleryApplicationModifier and TypeMethodDescriptionApplicationProfile.galleryApplications()Get the galleryApplications property: Specifies the gallery applications that should be made available to the VM/VMSS.Method parameters in com.azure.resourcemanager.compute.models with type arguments of type VMGalleryApplicationModifier and TypeMethodDescriptionApplicationProfile.withGalleryApplications(List<VMGalleryApplication> galleryApplications) Set the galleryApplications property: Specifies the gallery applications that should be made available to the VM/VMSS.