A2AContainerMappingInputArgs

data class A2AContainerMappingInputArgs(val agentAutoUpdateStatus: Output<Either<String, AgentAutoUpdateStatus>>? = null, val automationAccountArmId: Output<String>? = null, val automationAccountAuthenticationType: Output<Either<String, AutomationAccountAuthenticationType>>? = null, val instanceType: Output<String>) : ConvertibleToJava<A2AContainerMappingInputArgs>

A2A container mapping input.

Constructors

Link copied to clipboard
constructor(agentAutoUpdateStatus: Output<Either<String, AgentAutoUpdateStatus>>? = null, automationAccountArmId: Output<String>? = null, automationAccountAuthenticationType: Output<Either<String, AutomationAccountAuthenticationType>>? = null, instanceType: Output<String>)

Properties

Link copied to clipboard
val agentAutoUpdateStatus: Output<Either<String, AgentAutoUpdateStatus>>? = null

A value indicating whether the auto update is enabled.

Link copied to clipboard
val automationAccountArmId: Output<String>? = null

The automation account arm id.

Link copied to clipboard

A value indicating the type authentication to use for automation Account.

Link copied to clipboard
val instanceType: Output<String>

The class type. Expected value is 'A2A'.

Functions

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