galleryApplications

@JvmName(name = "aivrmmmtanemaowo")
suspend fun galleryApplications(value: Output<List<WindowsVirtualMachineGalleryApplicationArgs>>)
@JvmName(name = "usceldjfqtncfvqd")
suspend fun galleryApplications(value: List<WindowsVirtualMachineGalleryApplicationArgs>?)

Parameters

value

One or more gallery_application blocks as defined below.

Note Gallery Application Assignments can be defined either directly on azure.compute.WindowsVirtualMachine 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.WindowsVirtualMachine resource, to avoid a persistent diff when using this resource.


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


@JvmName(name = "fghbmtxgmwtkmdhx")
suspend fun galleryApplications(values: List<Output<WindowsVirtualMachineGalleryApplicationArgs>>)
@JvmName(name = "xojcabcvnlhnjnmy")
suspend fun galleryApplications(vararg values: WindowsVirtualMachineGalleryApplicationArgs)

Parameters

values

One or more gallery_application blocks as defined below.

Note Gallery Application Assignments can be defined either directly on azure.compute.WindowsVirtualMachine 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.WindowsVirtualMachine resource, to avoid a persistent diff when using this resource.


@JvmName(name = "fgsgbfocgrfgfdra")
suspend fun galleryApplications(argument: List<suspend WindowsVirtualMachineGalleryApplicationArgsBuilder.() -> Unit>)
@JvmName(name = "lvfvvbccdajqdyvf")
suspend fun galleryApplications(vararg argument: suspend WindowsVirtualMachineGalleryApplicationArgsBuilder.() -> Unit)
@JvmName(name = "ultsraqdjchtrqcy")
suspend fun galleryApplications(argument: suspend WindowsVirtualMachineGalleryApplicationArgsBuilder.() -> Unit)

Parameters

argument

One or more gallery_application blocks as defined below.

Note Gallery Application Assignments can be defined either directly on azure.compute.WindowsVirtualMachine 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.WindowsVirtualMachine resource, to avoid a persistent diff when using this resource.