Interface LinkedService.UpdateStages.WithWriteAccessResourceId

All Known Subinterfaces:
LinkedService.Update
Enclosing interface:
LinkedService.UpdateStages

public static interface LinkedService.UpdateStages.WithWriteAccessResourceId
The stage of the LinkedService update allowing to specify writeAccessResourceId.
  • Method Summary

    Modifier and Type
    Method
    Description
    withWriteAccessResourceId(String writeAccessResourceId)
    Specifies the writeAccessResourceId property: The resource id of the resource that will be linked to the workspace.
  • Method Details

    • withWriteAccessResourceId

      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.