PrivateEndpointResourceResponse

data class PrivateEndpointResourceResponse(val id: String, val subnetArmId: String? = null)

The PE network resource that is linked to this PE connection.

Constructors

Link copied to clipboard
constructor(id: String, subnetArmId: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val id: String

The ARM identifier for Private Endpoint

Link copied to clipboard
val subnetArmId: String? = null

The subnetId that the private endpoint is connected to.