Get Linked Service Result
data class GetLinkedServiceResult(val azureApiVersion: String, val id: String, val name: String, val provisioningState: String? = null, val resourceId: String? = null, val tags: Map<String, String>? = null, val type: String, val writeAccessResourceId: String? = null)
The top level Linked service resource container.
Constructors
Properties
Link copied to clipboard
The Azure API version of the resource.
Link copied to clipboard
The provisioning state of the linked service.
Link copied to clipboard
The resource id of the resource that will be linked to the workspace. This should be used for linking resources which require read access
Link copied to clipboard
The resource id of the resource that will be linked to the workspace. This should be used for linking resources which require write access