toggle menu
pulumi-azure-native-kotlin
3.5.0.0
jvm
switch theme
search in API
pulumi-azure-native-kotlin
/
com.pulumi.azurenative.hdinsight.kotlin.inputs
/
ComparisonRuleArgs
Comparison
Rule
Args
data
class
ComparisonRuleArgs
(
val
operator
:
Output
<
Either
<
String
,
ComparisonOperator
>
>
,
val
threshold
:
Output
<
Double
>
)
:
ConvertibleToJava
<
ComparisonRuleArgs
>
The comparison rule.
Members
Constructors
Comparison
Rule
Args
Link copied to clipboard
constructor
(
operator
:
Output
<
Either
<
String
,
ComparisonOperator
>
>
,
threshold
:
Output
<
Double
>
)
Properties
operator
Link copied to clipboard
val
operator
:
Output
<
Either
<
String
,
ComparisonOperator
>
>
The comparison operator.
threshold
Link copied to clipboard
val
threshold
:
Output
<
Double
>
Threshold setting.
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
ComparisonRuleArgs