ConnectivityCriterionArgs

data class ConnectivityCriterionArgs(val type: Output<String>, val value: Output<List<String>>? = null) : ConvertibleToJava<ConnectivityCriterionArgs>

The criteria by which we determine whether the connector is connected or not. For Example, use a KQL query to check if the expected data type is flowing).

Constructors

Link copied to clipboard
constructor(type: Output<String>, value: Output<List<String>>? = null)

Properties

Link copied to clipboard
val type: Output<String>

Gets or sets the type of connectivity.

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

Gets or sets the queries for checking connectivity.

Functions

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