Class LinkConnectionLandingZone


  • public final class LinkConnectionLandingZone
    extends Object
    The LinkConnectionLandingZone model.
    • Constructor Detail

      • LinkConnectionLandingZone

        public LinkConnectionLandingZone()
    • Method Detail

      • getLinkedService

        public LinkedServiceReference getLinkedService()
        Get the linkedService property: Linked service reference.
        Returns:
        the linkedService value.
      • setLinkedService

        public LinkConnectionLandingZone setLinkedService​(LinkedServiceReference linkedService)
        Set the linkedService property: Linked service reference.
        Parameters:
        linkedService - the linkedService value to set.
        Returns:
        the LinkConnectionLandingZone object itself.
      • getFileSystem

        public String getFileSystem()
        Get the fileSystem property: Landing zone's file system name.
        Returns:
        the fileSystem value.
      • setFileSystem

        public LinkConnectionLandingZone setFileSystem​(String fileSystem)
        Set the fileSystem property: Landing zone's file system name.
        Parameters:
        fileSystem - the fileSystem value to set.
        Returns:
        the LinkConnectionLandingZone object itself.
      • getFolderPath

        public String getFolderPath()
        Get the folderPath property: Landing zone's folder path name.
        Returns:
        the folderPath value.
      • setFolderPath

        public LinkConnectionLandingZone setFolderPath​(String folderPath)
        Set the folderPath property: Landing zone's folder path name.
        Parameters:
        folderPath - the folderPath value to set.
        Returns:
        the LinkConnectionLandingZone object itself.
      • getSasToken

        public SecureString getSasToken()
        Get the sasToken property: Landing zone's sas token.
        Returns:
        the sasToken value.
      • setSasToken

        public LinkConnectionLandingZone setSasToken​(SecureString sasToken)
        Set the sasToken property: Landing zone's sas token.
        Parameters:
        sasToken - the sasToken value to set.
        Returns:
        the LinkConnectionLandingZone object itself.