Package-level declarations

Types

Link copied to clipboard
class Trigger : KotlinCustomResource

Represents a trigger that can invoke an image template build. Uses Azure REST API version 2024-02-01. In version 2.x of the Azure Native provider, it used API version 2022-07-01. Other available API versions: 2022-07-01, 2023-07-01. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native virtualmachineimages [ApiVersion]. See the ../../../version-guide/#accessing-any-api-version-via-local-packages for details.

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. Uses Azure REST API version 2024-02-01. In version 2.x of the Azure Native provider, it used API version 2022-07-01. Other available API versions: 2022-07-01, 2023-07-01. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native virtualmachineimages [ApiVersion]. See the ../../../version-guide/#accessing-any-api-version-via-local-packages for details.

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 Uses Azure REST API version 2024-02-01. In version 2.x of the Azure Native provider, it used API version 2022-07-01. Other available API versions: 2022-07-01, 2023-07-01. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native virtualmachineimages [ApiVersion]. See the ../../../version-guide/#accessing-any-api-version-via-local-packages for details.

Link copied to clipboard
data class VirtualMachineImageTemplateArgs(val autoRun: Output<ImageTemplateAutoRunArgs>? = null, val buildTimeoutInMinutes: Output<Int>? = null, val customize: Output<List<Any>>? = null, val distribute: Output<List<Any>>? = null, val errorHandling: Output<ImageTemplatePropertiesErrorHandlingArgs>? = null, val identity: Output<ImageTemplateIdentityArgs>? = null, val imageTemplateName: Output<String>? = null, val location: Output<String>? = null, val managedResourceTags: Output<Map<String, 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 Uses Azure REST API version 2024-02-01. In version 2.x of the Azure Native provider, it used API version 2022-07-01. Other available API versions: 2022-07-01, 2023-07-01. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native virtualmachineimages [ApiVersion]. See the ../../../version-guide/#accessing-any-api-version-via-local-packages for details.

Functions