Class PartialOutputPathAssetReference


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

      • PartialOutputPathAssetReference

        public PartialOutputPathAssetReference()
    • Method Detail

      • jobId

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

        public PartialOutputPathAssetReference withJobId​(String jobId)
        Set the jobId property: ARM resource ID of the job.
        Parameters:
        jobId - the jobId value to set.
        Returns:
        the PartialOutputPathAssetReference 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 PartialOutputPathAssetReference 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 PartialOutputPathAssetReference object itself.