java.lang.Object
com.microsoft.azure.management.datalake.analytics.models.JobResource

public class JobResource extends Object
The Data Lake Analytics job resources.
  • Constructor Details

    • JobResource

      public JobResource()
  • Method Details

    • name

      public String name()
      Get the name of the resource.
      Returns:
      the name value
    • withName

      public JobResource withName(String name)
      Set the name of the resource.
      Parameters:
      name - the name value to set
      Returns:
      the JobResource object itself.
    • resourcePath

      public String resourcePath()
      Get the path to the resource.
      Returns:
      the resourcePath value
    • withResourcePath

      public JobResource withResourcePath(String resourcePath)
      Set the path to the resource.
      Parameters:
      resourcePath - the resourcePath value to set
      Returns:
      the JobResource object itself.
    • type

      public JobResourceType type()
      Get the job resource type. Possible values include: 'VertexResource', 'JobManagerResource', 'StatisticsResource', 'VertexResourceInUserFolder', 'JobManagerResourceInUserFolder', 'StatisticsResourceInUserFolder'.
      Returns:
      the type value
    • withType

      public JobResource withType(JobResourceType type)
      Set the job resource type. Possible values include: 'VertexResource', 'JobManagerResource', 'StatisticsResource', 'VertexResourceInUserFolder', 'JobManagerResourceInUserFolder', 'StatisticsResourceInUserFolder'.
      Parameters:
      type - the type value to set
      Returns:
      the JobResource object itself.