Class JobResource
java.lang.Object
com.microsoft.azure.management.datalake.analytics.models.JobResource
The Data Lake Analytics job resources.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionname()
Get the name of the resource.Get the path to the resource.type()
Get the job resource type.Set the name of the resource.withResourcePath
(String resourcePath) Set the path to the resource.withType
(JobResourceType type) Set the job resource type.
-
Constructor Details
-
JobResource
public JobResource()
-
-
Method Details
-
name
Get the name of the resource.- Returns:
- the name value
-
withName
Set the name of the resource.- Parameters:
name
- the name value to set- Returns:
- the JobResource object itself.
-
resourcePath
Get the path to the resource.- Returns:
- the resourcePath value
-
withResourcePath
Set the path to the resource.- Parameters:
resourcePath
- the resourcePath value to set- Returns:
- the JobResource object itself.
-
type
Get the job resource type. Possible values include: 'VertexResource', 'JobManagerResource', 'StatisticsResource', 'VertexResourceInUserFolder', 'JobManagerResourceInUserFolder', 'StatisticsResourceInUserFolder'.- Returns:
- the type value
-
withType
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.
-