toggle menu
pulumi-azure-native-kotlin
3.0.1.0
jvm
switch theme
search in API
pulumi-azure-native-kotlin
/
com.pulumi.azurenative.machinelearningservices.kotlin.outputs
/
RouteResponse
Route
Response
data
class
RouteResponse
(
val
path
:
String
,
val
port
:
Int
)
Members
Constructors
Route
Response
Link copied to clipboard
constructor
(
path
:
String
,
port
:
Int
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
path
Link copied to clipboard
val
path
:
String
Required The path for the route.
port
Link copied to clipboard
val
port
:
Int
Required The port for the route.