LinkedServiceProperties interface
Linked service properties.
Properties
| provisioning |
The provisioning state of the linked service. |
| resource |
The resource id of the resource that will be linked to the workspace. This should be used for linking resources which require read access |
| write |
The resource id of the resource that will be linked to the workspace. This should be used for linking resources which require write access |
Property Details
provisioningState
The provisioning state of the linked service.
provisioningState?: string
Property Value
string
resourceId
The resource id of the resource that will be linked to the workspace. This should be used for linking resources which require read access
resourceId?: string
Property Value
string
writeAccessResourceId
The resource id of the resource that will be linked to the workspace. This should be used for linking resources which require write access
writeAccessResourceId?: string
Property Value
string