ComputePolicyInner Class

public final class ComputePolicyInner
extends SubResource

Data Lake Analytics compute policy information.

Constructor Summary

Constructor Description
ComputePolicyInner()

Creates an instance of ComputePolicyInner class.

Method Summary

Modifier and Type Method and Description
Integer maxDegreeOfParallelismPerJob()

Get the maxDegreeOfParallelismPerJob property: The maximum degree of parallelism per job this user can use to submit jobs.

Integer minPriorityPerJob()

Get the minPriorityPerJob property: The minimum priority per job this user can use to submit jobs.

String name()

Get the name property: The resource name.

UUID objectId()

Get the objectId property: The AAD object identifier for the entity to create a policy for.

AadObjectType objectType()

Get the objectType property: The type of AAD object the object identifier refers to.

String type()

Get the type property: The resource type.

void validate()

Validates the instance.

ComputePolicyInner withId(String id)

Methods inherited from SubResource

Methods inherited from java.lang.Object

Constructor Details

ComputePolicyInner

public ComputePolicyInner()

Creates an instance of ComputePolicyInner class.

Method Details

maxDegreeOfParallelismPerJob

public Integer maxDegreeOfParallelismPerJob()

Get the maxDegreeOfParallelismPerJob property: The maximum degree of parallelism per job this user can use to submit jobs.

Returns:

the maxDegreeOfParallelismPerJob value.

minPriorityPerJob

public Integer minPriorityPerJob()

Get the minPriorityPerJob property: The minimum priority per job this user can use to submit jobs.

Returns:

the minPriorityPerJob value.

name

public String name()

Get the name property: The resource name.

Returns:

the name value.

objectId

public UUID objectId()

Get the objectId property: The AAD object identifier for the entity to create a policy for.

Returns:

the objectId value.

objectType

public AadObjectType objectType()

Get the objectType property: The type of AAD object the object identifier refers to.

Returns:

the objectType value.

type

public String type()

Get the type property: The resource type.

Returns:

the type value.

validate

public void validate()

Validates the instance.

withId

public ComputePolicyInner withId(String id)

Overrides:

ComputePolicyInner.withId(String id)

Parameters:

id

Applies to