GetLinkedServiceResult

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

Link copied to clipboard
constructor(azureApiVersion: String, id: String, name: String, provisioningState: String? = null, resourceId: String? = null, tags: Map<String, String>? = null, type: String, writeAccessResourceId: String? = null)

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

Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}

Link copied to clipboard

The name of the resource

Link copied to clipboard

The provisioning state of the linked service.

Link copied to clipboard
val resourceId: String? = null

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
val tags: Map<String, String>? = null

Resource tags.

Link copied to clipboard

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"

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