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
fun A2AContainerMappingInputArgs(agentAutoUpdateStatus: Output<Either<String, AgentAutoUpdateStatus>>? = null, automationAccountArmId: Output<String>? = null, automationAccountAuthenticationType: Output<Either<String, AutomationAccountAuthenticationType>>? = null, instanceType: Output<String>)
Functions
Properties
Link copied to clipboard
Link copied to clipboard
val automationAccountAuthenticationType: Output<Either<String, AutomationAccountAuthenticationType>>? = null
Link copied to clipboard