RemotePrivateEndpointResponse

data class RemotePrivateEndpointResponse(val connectionDetails: List<ConnectionDetailsResponse>? = null, val id: String? = null, val immutableResourceId: String? = null, val immutableSubscriptionId: String? = null, val location: String? = null, val manualPrivateLinkServiceConnections: List<PrivateLinkServiceConnectionResponse>? = null, val privateLinkServiceConnections: List<PrivateLinkServiceConnectionResponse>? = null, val privateLinkServiceProxies: List<PrivateLinkServiceProxyResponse>? = null, val vnetTrafficTag: String? = null)

Remote private endpoint details.

Constructors

Link copied to clipboard
constructor(connectionDetails: List<ConnectionDetailsResponse>? = null, id: String? = null, immutableResourceId: String? = null, immutableSubscriptionId: String? = null, location: String? = null, manualPrivateLinkServiceConnections: List<PrivateLinkServiceConnectionResponse>? = null, privateLinkServiceConnections: List<PrivateLinkServiceConnectionResponse>? = null, privateLinkServiceProxies: List<PrivateLinkServiceProxyResponse>? = null, vnetTrafficTag: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

List of connection details.

Link copied to clipboard
val id: String? = null

Remote endpoint resource ID.

Link copied to clipboard

Original resource ID needed by Microsoft.Network.

Link copied to clipboard

Original subscription ID needed by Microsoft.Network.

Link copied to clipboard
val location: String? = null

ARM location of the remote private endpoint.

Link copied to clipboard

List of private link service connections that need manual approval.

Link copied to clipboard

List of automatically approved private link service connections.

Link copied to clipboard

List of private link service proxies.

Link copied to clipboard
val vnetTrafficTag: String? = null

Virtual network traffic tag.