pulumi-azure-native-kotlin
2.14.0.0
pulumi-azure-native-kotlin
/
com.pulumi.azurenative.network.kotlin.inputs
/
ProbeArgs
/
ProbeArgs
Probe
Args
fun
ProbeArgs
(
id
:
Output
<
String
>
?
=
null
,
intervalInSeconds
:
Output
<
Int
>
?
=
null
,
name
:
Output
<
String
>
?
=
null
,
numberOfProbes
:
Output
<
Int
>
?
=
null
,
port
:
Output
<
Int
>
,
probeThreshold
:
Output
<
Int
>
?
=
null
,
protocol
:
Output
<
Either
<
String
,
ProbeProtocol
>
>
,
requestPath
:
Output
<
String
>
?
=
null
)