Remote Private Endpoint Args
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
Original resource ID needed by Microsoft.Network.
Link copied to clipboard
Original subscription ID needed by Microsoft.Network.
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
Virtual network traffic tag.