galleryApplications

@JvmName(name = "wxwldxqnfkiomuao")
suspend fun galleryApplications(value: Output<List<WindowsVirtualMachineGalleryApplicationArgs>>)
@JvmName(name = "wdvapbumfhemwnmo")
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 = "snelcgsispgxstqg")
suspend fun galleryApplications(vararg values: Output<WindowsVirtualMachineGalleryApplicationArgs>)


@JvmName(name = "gfhyjuxwrnalggal")
suspend fun galleryApplications(values: List<Output<WindowsVirtualMachineGalleryApplicationArgs>>)
@JvmName(name = "shymellbvpngkwif")
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 = "fxybucqbyoygakxy")
suspend fun galleryApplications(argument: List<suspend WindowsVirtualMachineGalleryApplicationArgsBuilder.() -> Unit>)
@JvmName(name = "yliiownqaajudugi")
suspend fun galleryApplications(vararg argument: suspend WindowsVirtualMachineGalleryApplicationArgsBuilder.() -> Unit)
@JvmName(name = "fudauyepabupdllj")
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.