toggle menu
pulumi-azure-native-kotlin
3.5.0.0
jvm
switch theme
search in API
pulumi-azure-native-kotlin
/
com.pulumi.azurenative.servicefabric.kotlin.inputs
/
LoadBalancingRuleArgs
/
LoadBalancingRuleArgs
Load
Balancing
Rule
Args
constructor
(
backendPort
:
Output
<
Int
>
,
frontendPort
:
Output
<
Int
>
,
loadDistribution
:
Output
<
String
>
?
=
null
,
probePort
:
Output
<
Int
>
?
=
null
,
probeProtocol
:
Output
<
Either
<
String
,
ProbeProtocol
>
>
,
probeRequestPath
:
Output
<
String
>
?
=
null
,
protocol
:
Output
<
Either
<
String
,
Protocol
>
>
)