JobResource Class

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

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.

JobResourceType type()

Get the type value.

JobResource withName(String name)

Set the name value.

JobResource withResourcePath(String resourcePath)

Set the resourcePath value.

JobResource withType(JobResourceType type)

Set the type value.

Method Details

name

public String name()

Get the name value.

Returns:

the name value

resourcePath

public String resourcePath()

Get the resourcePath value.

Returns:

the resourcePath value

type

public JobResourceType type()

Get the type value.

Returns:

the type value

withName

public JobResource withName(String name)

Set the name value.

Parameters:

name - the name value to set

Returns:

the JobResource object itself.

withResourcePath

public JobResource withResourcePath(String resourcePath)

Set the resourcePath value.

Parameters:

resourcePath - the resourcePath value to set

Returns:

the JobResource object itself.

withType

public JobResource withType(JobResourceType type)

Set the type value.

Parameters:

type - the type value to set

Returns:

the JobResource object itself.

Applies to