getTrigger

Get the specified trigger for the specified image template resource Uses Azure REST API version 2022-07-01. Other available API versions: 2023-07-01, 2024-02-01.

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