LinkedServicePropsArgs

data class LinkedServicePropsArgs(val createdTime: Output<String>? = null, val linkType: Output<LinkedServiceLinkType>? = null, val linkedServiceResourceId: Output<String>, val modifiedTime: Output<String>? = null) : ConvertibleToJava<LinkedServicePropsArgs>

LinkedService specific properties.

Constructors

Link copied to clipboard
constructor(createdTime: Output<String>? = null, linkType: Output<LinkedServiceLinkType>? = null, linkedServiceResourceId: Output<String>, modifiedTime: Output<String>? = null)

Properties

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

The creation time of the linked service.

Link copied to clipboard

ResourceId of the link target of the linked service.

Link copied to clipboard
val linkType: Output<LinkedServiceLinkType>? = null

Type of the link target.

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

The last modified time of the linked service.

Functions

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