galleryApplications

@JvmName(name = "iwwtwsafitqoeniu")
suspend fun galleryApplications(value: Output<List<LinuxVirtualMachineGalleryApplicationArgs>>)
@JvmName(name = "ohlfpsadinddlgtu")
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 = "pspqyeqhqnnelnwx")
suspend fun galleryApplications(vararg values: Output<LinuxVirtualMachineGalleryApplicationArgs>)


@JvmName(name = "fuirgmdcxmvfuvro")
suspend fun galleryApplications(values: List<Output<LinuxVirtualMachineGalleryApplicationArgs>>)
@JvmName(name = "fjeeysuywwpcuqkw")
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 = "dsyujywlewnecitj")
suspend fun galleryApplications(argument: List<suspend LinuxVirtualMachineGalleryApplicationArgsBuilder.() -> Unit>)
@JvmName(name = "vkdkyrdruqrdyjoa")
suspend fun galleryApplications(vararg argument: suspend LinuxVirtualMachineGalleryApplicationArgsBuilder.() -> Unit)
@JvmName(name = "gxljfxywxxkjvgji")
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.