JobResource Class
- java.
lang. Object - com.
microsoft. azure. management. datalake. analytics. models. JobResource
- com.
public class JobResource
The Data Lake Analytics job resources.
Method Summary
Modifier and Type | Method and Description |
---|---|
String |
name()
Get the name value. |
String |
resourcePath()
Get the resourcePath value. |
Job |
type()
Get the type value. |
Job |
withName(String name)
Set the name value. |
Job |
withResourcePath(String resourcePath)
Set the resourcePath value. |
Job |
withType(JobResourceType type)
Set the type value. |
Method Details
name
public String name()
Get the name value.
Returns:
resourcePath
public String resourcePath()
Get the resourcePath value.
Returns:
type
public JobResourceType type()
Get the type value.
Returns:
withName
public JobResource withName(String name)
Set the name value.
Parameters:
Returns:
withResourcePath
public JobResource withResourcePath(String resourcePath)
Set the resourcePath value.
Parameters:
Returns:
withType
public JobResource withType(JobResourceType type)
Set the type value.
Parameters:
Returns:
Applies to
Azure SDK for Java