ComputeInstanceApplicationResponse

data class ComputeInstanceApplicationResponse(val displayName: String? = null, val endpointUri: String? = null)

Defines an Aml Instance application and its connectivity endpoint URI.

Constructors

Link copied to clipboard
constructor(displayName: String? = null, endpointUri: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val displayName: String? = null

Name of the ComputeInstance application.

Link copied to clipboard
val endpointUri: String? = null

Application' endpoint URI.