Values.ManagedAgentStateChangeSourceAn object representing a change in state for a managed agent.
type nonrec t = {containerName : String_.t;The name of the container that's associated with the managed agent.
*)managedAgentName : ManagedAgentName.t;The name of the managed agent.
*)status : String_.t;The status of the managed agent.
*)reason : String_.t option;The reason for the status of the managed agent.
*)}val make :
?reason:??? ->
containerName:String_.t ->
managedAgentName:ManagedAgentName.t ->
status:String_.t ->
unit ->
t