Uses of Class
com.azure.resourcemanager.compute.models.VMGalleryApplication
-
Packages that use VMGalleryApplication Package Description com.azure.resourcemanager.compute.models Package containing the data models for ComputeManagementClient. -
-
Uses of VMGalleryApplication in com.azure.resourcemanager.compute.models
Methods in com.azure.resourcemanager.compute.models that return VMGalleryApplication Modifier and Type Method Description VMGalleryApplicationVMGalleryApplication. 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.VMGalleryApplicationVMGalleryApplication. withOrder(Integer order)Set the order property: Optional, Specifies the order in which the packages have to be installed.VMGalleryApplicationVMGalleryApplication. 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}.VMGalleryApplicationVMGalleryApplication. withTags(String tags)Set the tags property: Optional, Specifies a passthrough value for more generic context.Methods in com.azure.resourcemanager.compute.models that return types with arguments of type VMGalleryApplication Modifier and Type Method Description List<VMGalleryApplication>ApplicationProfile. 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 VMGalleryApplication Modifier and Type Method Description ApplicationProfileApplicationProfile. withGalleryApplications(List<VMGalleryApplication> galleryApplications)Set the galleryApplications property: Specifies the gallery applications that should be made available to the VM/VMSS.
-