galleryApplications

@JvmName(name = "ojbajryapbmubxxj")
suspend fun galleryApplications(value: Output<List<LinuxVirtualMachineGalleryApplicationArgs>>)
@JvmName(name = "buswupkjsnaehluk")
suspend fun galleryApplications(value: List<LinuxVirtualMachineGalleryApplicationArgs>?)

Parameters

value

One or more gallery_application blocks as defined below.

Note Gallery Application Assignments can be defined either directly on azure.compute.LinuxVirtualMachine resource, or using the azure.compute.GalleryApplicationAssignment resource - but the two approaches cannot be used together. If both are used with the same Virtual Machine, spurious changes will occur. If azure.compute.GalleryApplicationAssignment is used, it's recommended to use ignore_changes for the gallery_application block on the corresponding azure.compute.LinuxVirtualMachine resource, to avoid a persistent diff when using this resource.


@JvmName(name = "cwilictaxkejbxdh")
suspend fun galleryApplications(vararg values: Output<LinuxVirtualMachineGalleryApplicationArgs>)


@JvmName(name = "hcrdbofcupgxbhvo")
suspend fun galleryApplications(values: List<Output<LinuxVirtualMachineGalleryApplicationArgs>>)
@JvmName(name = "lcwbwekqjluclslc")
suspend fun galleryApplications(vararg values: LinuxVirtualMachineGalleryApplicationArgs)

Parameters

values

One or more gallery_application blocks as defined below.

Note Gallery Application Assignments can be defined either directly on azure.compute.LinuxVirtualMachine resource, or using the azure.compute.GalleryApplicationAssignment resource - but the two approaches cannot be used together. If both are used with the same Virtual Machine, spurious changes will occur. If azure.compute.GalleryApplicationAssignment is used, it's recommended to use ignore_changes for the gallery_application block on the corresponding azure.compute.LinuxVirtualMachine resource, to avoid a persistent diff when using this resource.


@JvmName(name = "cotwyxtclaadeion")
suspend fun galleryApplications(argument: List<suspend LinuxVirtualMachineGalleryApplicationArgsBuilder.() -> Unit>)
@JvmName(name = "ktvuposfuawpbvmy")
suspend fun galleryApplications(vararg argument: suspend LinuxVirtualMachineGalleryApplicationArgsBuilder.() -> Unit)
@JvmName(name = "uojafmvejxmslqcm")
suspend fun galleryApplications(argument: suspend LinuxVirtualMachineGalleryApplicationArgsBuilder.() -> Unit)

Parameters

argument

One or more gallery_application blocks as defined below.

Note Gallery Application Assignments can be defined either directly on azure.compute.LinuxVirtualMachine resource, or using the azure.compute.GalleryApplicationAssignment resource - but the two approaches cannot be used together. If both are used with the same Virtual Machine, spurious changes will occur. If azure.compute.GalleryApplicationAssignment is used, it's recommended to use ignore_changes for the gallery_application block on the corresponding azure.compute.LinuxVirtualMachine resource, to avoid a persistent diff when using this resource.