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
fun RemotePrivateEndpointArgs(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)