ListEndpointManagedProxyDetailsPlainArgs

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

Constructors

Link copied to clipboard
constructor(endpointName: String, hostname: String? = null, resourceUri: String, service: String, serviceName: Either<String, ServiceName>? = null)

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.

Link copied to clipboard

The name of the service.

Link copied to clipboard
val serviceName: Either<String, ServiceName>? = null

The name of the service. It is an optional property, if not provided, service configuration tokens issue code would be by passed.

Functions

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