pulumi-azure-native-kotlin
2.14.0.0
pulumi-azure-native-kotlin
/
com.pulumi.azurenative.machinelearningservices.kotlin.outputs
/
RouteResponse
Route
Response
data
class
RouteResponse
(
val
path
:
String
,
val
port
:
Int
)
Types
Constructors
Properties
Constructors
Route
Response
Link copied to clipboard
fun
RouteResponse
(
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.