ApplicationProfileArgs

data class ApplicationProfileArgs(val galleryApplications: Output<List<VMGalleryApplicationArgs>>? = null) : ConvertibleToJava<ApplicationProfileArgs>

Contains the list of gallery applications that should be made available to the VM/VMSS

Constructors

Link copied to clipboard
constructor(galleryApplications: Output<List<VMGalleryApplicationArgs>>? = null)

Properties

Link copied to clipboard

Specifies the gallery applications that should be made available to the VM/VMSS

Functions

Link copied to clipboard
open override fun toJava(): ApplicationProfileArgs