Get Linked Service Result
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)