ListEndpointManagedProxyDetailsPlainArgs

data class ListEndpointManagedProxyDetailsPlainArgs(val endpointName: String, val hostname: String? = null, val resourceUri: String, val service: String) : ConvertibleToJava<ListEndpointManagedProxyDetailsPlainArgs>

Constructors

Link copied to clipboard
fun ListEndpointManagedProxyDetailsPlainArgs(endpointName: String, hostname: String? = null, resourceUri: String, service: String)

Functions

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

Properties

Link copied to clipboard

The endpoint name.

Link copied to clipboard
val hostname: String? = null

The target host name.

Link copied to clipboard

The fully qualified Azure Resource manager identifier of the resource to be connected.

Link copied to clipboard

The name of the service.