public class ComputePolicy extends SubResource
Constructor and Description |
---|
ComputePolicy() |
Modifier and Type | Method and Description |
---|---|
Integer |
maxDegreeOfParallelismPerJob()
Get the maximum degree of parallelism per job this user can use to submit jobs.
|
Integer |
minPriorityPerJob()
Get the minimum priority per job this user can use to submit jobs.
|
String |
name()
Get the resource name.
|
UUID |
objectId()
Get the AAD object identifier for the entity to create a policy for.
|
AADObjectType |
objectType()
Get the type of AAD object the object identifier refers to.
|
String |
type()
Get the resource type.
|
id
public UUID objectId()
public AADObjectType objectType()
public Integer maxDegreeOfParallelismPerJob()
public Integer minPriorityPerJob()
public String name()
name
in class SubResource
public String type()
type
in class SubResource
Copyright © 2019. All rights reserved.