EndpointServiceArgs

data class EndpointServiceArgs(val id: Output<String>? = null) : ConvertibleToJava<EndpointServiceArgs>

Identifies the service being brought into the virtual network.

Constructors

Link copied to clipboard
constructor(id: Output<String>? = null)

Properties

Link copied to clipboard
val id: Output<String>? = null

A unique identifier of the service being referenced by the interface endpoint.

Functions

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