toggle menu
pulumi-azure-kotlin
6.23.0.0
jvm
switch theme
search in API
pulumi-azure-kotlin
/
com.pulumi.azure.frontdoor.kotlin.outputs
/
FrontdoorExplicitResourceOrder
Frontdoor
Explicit
Resource
Order
data
class
FrontdoorExplicitResourceOrder
(
val
backendPoolHealthProbeIds
:
List
<
String
>
?
=
null
,
val
backendPoolIds
:
List
<
String
>
?
=
null
,
val
backendPoolLoadBalancingIds
:
List
<
String
>
?
=
null
,
val
frontendEndpointIds
:
List
<
String
>
?
=
null
,
val
routingRuleIds
:
List
<
String
>
?
=
null
)
Members
Constructors
Frontdoor
Explicit
Resource
Order
Link copied to clipboard
constructor
(
backendPoolHealthProbeIds
:
List
<
String
>
?
=
null
,
backendPoolIds
:
List
<
String
>
?
=
null
,
backendPoolLoadBalancingIds
:
List
<
String
>
?
=
null
,
frontendEndpointIds
:
List
<
String
>
?
=
null
,
routingRuleIds
:
List
<
String
>
?
=
null
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
backend
Pool
Health
Probe
Ids
Link copied to clipboard
val
backendPoolHealthProbeIds
:
List
<
String
>
?
=
null
backend
Pool
Ids
Link copied to clipboard
val
backendPoolIds
:
List
<
String
>
?
=
null
backend
Pool
Load
Balancing
Ids
Link copied to clipboard
val
backendPoolLoadBalancingIds
:
List
<
String
>
?
=
null
frontend
Endpoint
Ids
Link copied to clipboard
val
frontendEndpointIds
:
List
<
String
>
?
=
null
routing
Rule
Ids
Link copied to clipboard
val
routingRuleIds
:
List
<
String
>
?
=
null