Linked Service Props Args
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)