ComputePolicyAccountCreateParameters Class
- java.
lang. Object - com.
microsoft. azure. management. datalake. analytics. models. ComputePolicyAccountCreateParameters
- com.
public class ComputePolicyAccountCreateParameters
The parameters used to create a new compute policy.
Method Summary
Modifier and Type | Method and Description |
---|---|
Integer |
maxDegreeOfParallelismPerJob()
Get the maxDegreeOfParallelismPerJob value. |
Integer |
minPriorityPerJob()
Get the minPriorityPerJob value. |
String |
name()
Get the name value. |
UUID |
objectId()
Get the objectId value. |
AADObject |
objectType()
Get the objectType value. |
Compute |
withMaxDegreeOfParallelismPerJob(Integer maxDegreeOfParallelismPerJob)
Set the maxDegreeOfParallelismPerJob value. |
Compute |
withMinPriorityPerJob(Integer minPriorityPerJob)
Set the minPriorityPerJob value. |
Compute |
withName(String name)
Set the name value. |
Compute |
withObjectId(UUID objectId)
Set the objectId value. |
Compute |
withObjectType(AADObjectType objectType)
Set the objectType value. |
Method Details
maxDegreeOfParallelismPerJob
public Integer maxDegreeOfParallelismPerJob()
Get the maxDegreeOfParallelismPerJob value.
Returns:
minPriorityPerJob
public Integer minPriorityPerJob()
Get the minPriorityPerJob value.
Returns:
name
public String name()
Get the name value.
Returns:
objectId
public UUID objectId()
Get the objectId value.
Returns:
objectType
public AADObjectType objectType()
Get the objectType value.
Returns:
withMaxDegreeOfParallelismPerJob
public ComputePolicyAccountCreateParameters withMaxDegreeOfParallelismPerJob(Integer maxDegreeOfParallelismPerJob)
Set the maxDegreeOfParallelismPerJob value.
Parameters:
Returns:
withMinPriorityPerJob
public ComputePolicyAccountCreateParameters withMinPriorityPerJob(Integer minPriorityPerJob)
Set the minPriorityPerJob value.
Parameters:
Returns:
withName
public ComputePolicyAccountCreateParameters withName(String name)
Set the name value.
Parameters:
Returns:
withObjectId
public ComputePolicyAccountCreateParameters withObjectId(UUID objectId)
Set the objectId value.
Parameters:
Returns:
withObjectType
public ComputePolicyAccountCreateParameters withObjectType(AADObjectType objectType)
Set the objectType value.
Parameters:
Returns:
Applies to
Azure SDK for Java