A2AContainer Mapping Input Args
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
A value indicating whether the auto update is enabled.
Link copied to clipboard
The automation account arm id.
Link copied to clipboard
val automationAccountAuthenticationType: Output<Either<String, AutomationAccountAuthenticationType>>? = null
A value indicating the type authentication to use for automation Account.
Link copied to clipboard
The class type. Expected value is 'A2A'.