RemotePrivateEndpointArgs

data class RemotePrivateEndpointArgs(val id: Output<String>? = null, val immutableResourceId: Output<String>? = null, val immutableSubscriptionId: Output<String>? = null, val location: Output<String>? = null, val manualPrivateLinkServiceConnections: Output<List<PrivateLinkServiceConnectionArgs>>? = null, val privateLinkServiceConnections: Output<List<PrivateLinkServiceConnectionArgs>>? = null, val privateLinkServiceProxies: Output<List<PrivateLinkServiceProxyArgs>>? = null, val vnetTrafficTag: Output<String>? = null) : ConvertibleToJava<RemotePrivateEndpointArgs>

Remote private endpoint details.

Constructors

Link copied to clipboard
constructor(id: Output<String>? = null, immutableResourceId: Output<String>? = null, immutableSubscriptionId: Output<String>? = null, location: Output<String>? = null, manualPrivateLinkServiceConnections: Output<List<PrivateLinkServiceConnectionArgs>>? = null, privateLinkServiceConnections: Output<List<PrivateLinkServiceConnectionArgs>>? = null, privateLinkServiceProxies: Output<List<PrivateLinkServiceProxyArgs>>? = null, vnetTrafficTag: Output<String>? = null)

Properties

Link copied to clipboard
val id: Output<String>? = null

Remote endpoint resource ID.

Link copied to clipboard
val immutableResourceId: Output<String>? = null

Original resource ID needed by Microsoft.Network.

Link copied to clipboard
val immutableSubscriptionId: Output<String>? = null

Original subscription ID needed by Microsoft.Network.

Link copied to clipboard
val location: Output<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: Output<String>? = null

Virtual network traffic tag.

Functions

Link copied to clipboard
open override fun toJava(): RemotePrivateEndpointArgs