toggle menu
pulumi-azure-native-kotlin
3.5.0.0
jvm
switch theme
search in API
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
>
Members
Constructors
Route
Args
Link copied to clipboard
constructor
(
path
:
Output
<
String
>
,
port
:
Output
<
Int
>
)
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.
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
RouteArgs