Package-level declarations

Types

Link copied to clipboard
class Trigger : KotlinCustomResource

Represents a trigger that can invoke an image template build. Azure REST API version: 2022-07-01.

Link copied to clipboard
data class TriggerArgs(val imageTemplateName: Output<String>? = null, val kind: Output<String>? = null, val resourceGroupName: Output<String>? = null, val triggerName: Output<String>? = null) : ConvertibleToJava<TriggerArgs>

Represents a trigger that can invoke an image template build. Azure REST API version: 2022-07-01.

Link copied to clipboard
Link copied to clipboard
object TriggerMapper : ResourceMapper<Trigger>
Link copied to clipboard
Link copied to clipboard
class VirtualMachineImageTemplate : KotlinCustomResource

Image template is an ARM resource managed by Microsoft.VirtualMachineImages provider Azure REST API version: 2022-07-01. Prior API version in Azure Native 1.x: 2020-02-14. Other available API versions: 2018-02-01-preview, 2019-05-01-preview.

Link copied to clipboard
data class VirtualMachineImageTemplateArgs(val buildTimeoutInMinutes: Output<Int>? = null, val customize: Output<List<Any>>? = null, val distribute: Output<List<Any>>? = null, val identity: Output<ImageTemplateIdentityArgs>? = null, val imageTemplateName: Output<String>? = null, val location: Output<String>? = null, val optimize: Output<ImageTemplatePropertiesOptimizeArgs>? = null, val resourceGroupName: Output<String>? = null, val source: Output<Any>? = null, val stagingResourceGroup: Output<String>? = null, val tags: Output<Map<String, String>>? = null, val validate: Output<ImageTemplatePropertiesValidateArgs>? = null, val vmProfile: Output<ImageTemplateVmProfileArgs>? = null) : ConvertibleToJava<VirtualMachineImageTemplateArgs>

Image template is an ARM resource managed by Microsoft.VirtualMachineImages provider Azure REST API version: 2022-07-01. Prior API version in Azure Native 1.x: 2020-02-14. Other available API versions: 2018-02-01-preview, 2019-05-01-preview.

Functions