Interface LinkedService.UpdateStages.WithResourceId

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

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

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

    • withResourceId

      LinkedService.Update withResourceId(String resourceId)
      Specifies the resourceId property: The resource id of the resource that will be linked to the workspace. This should be used for linking resources which require read access.
      Parameters:
      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.
      Returns:
      the next definition stage.