ObservabilityArgs

data class ObservabilityArgs(val episodicDataUpload: Output<Boolean>? = null, val euLocation: Output<Boolean>? = null, val streamingDataClient: Output<Boolean>? = null) : ConvertibleToJava<ObservabilityArgs>

The Observability of AzureStackHCI Cluster.

Constructors

Link copied to clipboard
constructor(episodicDataUpload: Output<Boolean>? = null, euLocation: Output<Boolean>? = null, streamingDataClient: Output<Boolean>? = null)

Properties

Link copied to clipboard
val episodicDataUpload: Output<Boolean>? = null

When set to true, collects log data to facilitate quicker issue resolution.

Link copied to clipboard
val euLocation: Output<Boolean>? = null

Location of your cluster. The log and diagnostic data is sent to the appropriate diagnostics servers depending upon where your cluster resides. Setting this to false results in all data sent to Microsoft to be stored outside of the EU.

Link copied to clipboard
val streamingDataClient: Output<Boolean>? = null

Enables telemetry data to be sent to Microsoft

Functions

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