pulumi-azure-native-kotlin
1.104.0.1
pulumi-azure-native-kotlin
/
com.pulumi.azurenative.machinelearningservices.kotlin.inputs
/
RouteArgs
Route
Args
data
class
RouteArgs
(
val
path
:
Output
<
String
>
,
val
port
:
Output
<
Int
>
)
:
ConvertibleToJava
<
RouteArgs
>
Constructors
Functions
Properties
Constructors
Route
Args
Link copied to clipboard
fun
RouteArgs
(
path
:
Output
<
String
>
,
port
:
Output
<
Int
>
)
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
RouteArgs
Properties
path
Link copied to clipboard
val
path
:
Output
<
String
>
Required The path for the route.
port
Link copied to clipboard
val
port
:
Output
<
Int
>
Required The port for the route.