getTrigger

Get the specified trigger for the specified image template resource Uses Azure REST API version 2024-02-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.

Return

Represents a trigger that can invoke an image template build.

Parameters

argument

null


suspend fun getTrigger(imageTemplateName: String, resourceGroupName: String, triggerName: String): GetTriggerResult

Return

Represents a trigger that can invoke an image template build.

Parameters

imageTemplateName

The name of the image Template

resourceGroupName

The name of the resource group.

triggerName

The name of the trigger

See also


suspend fun getTrigger(argument: suspend GetTriggerPlainArgsBuilder.() -> Unit): GetTriggerResult

Return

Represents a trigger that can invoke an image template build.

Parameters

argument

Builder for com.pulumi.azurenative.virtualmachineimages.kotlin.inputs.GetTriggerPlainArgs.

See also