LinkedService.UpdateStages.WithWriteAccessResourceId Interface

public static interface LinkedService.UpdateStages.WithWriteAccessResourceId

The stage of the LinkedService update allowing to specify writeAccessResourceId.

Method Summary

Modifier and Type Method and Description
abstract Update withWriteAccessResourceId(String writeAccessResourceId)

Specifies the writeAccessResourceId property: The resource id of the resource that will be linked to the workspace.

Method Details

withWriteAccessResourceId

public abstract LinkedService.Update withWriteAccessResourceId(String writeAccessResourceId)

Specifies the writeAccessResourceId property: The resource id of the resource that will be linked to the workspace. This should be used for linking resources which require write access.

Parameters:

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.

Returns:

the next definition stage.

Applies to