pulumi-azure-kotlin
5.53.0.0
pulumi-azure-kotlin
/
com.pulumi.azure.network.kotlin
/
RouteArgs
/
RouteArgs
Route
Args
fun
RouteArgs
(
addressPrefix
:
Output
<
String
>
?
=
null
,
name
:
Output
<
String
>
?
=
null
,
nextHopInIpAddress
:
Output
<
String
>
?
=
null
,
nextHopType
:
Output
<
String
>
?
=
null
,
resourceGroupName
:
Output
<
String
>
?
=
null
,
routeTableName
:
Output
<
String
>
?
=
null
)