PrivateEndpointOutboundRuleResponse

data class PrivateEndpointOutboundRuleResponse(val category: String? = null, val destination: PrivateEndpointDestinationResponse? = null, val status: String? = null, val type: String)

Private Endpoint Outbound Rule for the managed network of a machine learning workspace.

Constructors

Link copied to clipboard
constructor(category: String? = null, destination: PrivateEndpointDestinationResponse? = null, status: String? = null, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val category: String? = null

Category of a managed network Outbound Rule of a machine learning workspace.

Link copied to clipboard

Private Endpoint destination for a Private Endpoint Outbound Rule for the managed network of a machine learning workspace.

Link copied to clipboard
val status: String? = null

Type of a managed network Outbound Rule of a machine learning workspace.

Link copied to clipboard

Type of a managed network Outbound Rule of a machine learning workspace. Expected value is 'PrivateEndpoint'.