CollectorPropertiesArgs

data class CollectorPropertiesArgs(val agentProperties: Output<CollectorAgentPropertiesArgs>? = null, val discoverySiteId: Output<String>? = null) : ConvertibleToJava<CollectorPropertiesArgs>

Constructors

Link copied to clipboard
constructor(agentProperties: Output<CollectorAgentPropertiesArgs>? = null, discoverySiteId: Output<String>? = null)

Properties

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

The ARM id of the discovery service site.

Functions

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