Class OutputPathAssetReference


  • public final class OutputPathAssetReference
    extends AssetReferenceBase
    Reference to an asset via its path in a job output.
    • Constructor Detail

      • OutputPathAssetReference

        public OutputPathAssetReference()
    • Method Detail

      • jobId

        public String jobId()
        Get the jobId property: ARM resource ID of the job.
        Returns:
        the jobId value.
      • withJobId

        public OutputPathAssetReference withJobId​(String jobId)
        Set the jobId property: ARM resource ID of the job.
        Parameters:
        jobId - the jobId value to set.
        Returns:
        the OutputPathAssetReference object itself.
      • path

        public String path()
        Get the path property: The path of the file/directory in the job output.
        Returns:
        the path value.
      • withPath

        public OutputPathAssetReference withPath​(String path)
        Set the path property: The path of the file/directory in the job output.
        Parameters:
        path - the path value to set.
        Returns:
        the OutputPathAssetReference object itself.