ListEndpointManagedProxyDetailsPlainArgs

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

Constructors

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

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.

Functions

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