GetTriggerPlainArgs

data class GetTriggerPlainArgs(val imageTemplateName: String, val resourceGroupName: String, val triggerName: String) : ConvertibleToJava<GetTriggerPlainArgs>

Constructors

Link copied to clipboard
constructor(imageTemplateName: String, resourceGroupName: String, triggerName: String)

Properties

Link copied to clipboard

The name of the image Template

Link copied to clipboard

The name of the resource group.

Link copied to clipboard

The name of the trigger

Functions

Link copied to clipboard
open override fun toJava(): GetTriggerPlainArgs