Interface LinkedService.DefinitionStages.WithWriteAccessResourceId

All Known Subinterfaces:
LinkedService.Definition, LinkedService.DefinitionStages.WithCreate
Enclosing interface:
LinkedService.DefinitionStages

public static interface LinkedService.DefinitionStages.WithWriteAccessResourceId
The stage of the LinkedService definition allowing to specify writeAccessResourceId.
  • Method Details

    • withWriteAccessResourceId

      LinkedService.DefinitionStages.WithCreate 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.