GetLinkedServiceResult

data class GetLinkedServiceResult(val azureApiVersion: String, val id: String, val identity: IdentityResponse? = null, val location: String? = null, val name: String, val properties: LinkedServicePropsResponse, val type: String)

Linked service.

Constructors

Link copied to clipboard
constructor(azureApiVersion: String, id: String, identity: IdentityResponse? = null, location: String? = null, name: String, properties: LinkedServicePropsResponse, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The Azure API version of the resource.

Link copied to clipboard
val id: String

ResourceId of the link of the linked service.

Link copied to clipboard

Identity for the resource.

Link copied to clipboard
val location: String? = null

location of the linked service.

Link copied to clipboard

Friendly name of the linked service.

Link copied to clipboard

LinkedService specific properties.

Link copied to clipboard

Resource type of linked service.