ComputePolicyInner Class
- java.
lang. Object - com.
azure. core. management. SubResource - com.
azure. resourcemanager. datalakeanalytics. fluent. models. ComputePolicyInner
- com.
- com.
public final class ComputePolicyInner
extends SubResource
Data Lake Analytics compute policy information.
Constructor Summary
| Constructor | Description |
|---|---|
| ComputePolicyInner() |
Creates an instance of Compute |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Compute |
fromJson(JsonReader jsonReader)
Reads an instance of Compute |
| Integer |
maxDegreeOfParallelismPerJob()
Get the max |
| Integer |
minPriorityPerJob()
Get the min |
| String |
name()
Get the name property: The resource name. |
| UUID |
objectId()
Get the object |
|
Aad |
objectType()
Get the object |
|
Json |
toJson(JsonWriter jsonWriter) |
| String |
type()
Get the type property: The resource type. |
| void |
validate()
Validates the instance. |
|
Compute |
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
fromJson
public static ComputePolicyInner fromJson(JsonReader jsonReader)
Reads an instance of ComputePolicyInner from the JsonReader.
Parameters:
Returns:
Throws:
maxDegreeOfParallelismPerJob
public Integer maxDegreeOfParallelismPerJob()
Get the maxDegreeOfParallelismPerJob property: The maximum degree of parallelism per job this user can use to submit jobs.
Returns:
minPriorityPerJob
public Integer minPriorityPerJob()
Get the minPriorityPerJob property: The minimum priority per job this user can use to submit jobs.
Returns:
name
public String name()
Get the name property: The resource name.
Returns:
objectId
public UUID objectId()
Get the objectId property: The AAD object identifier for the entity to create a policy for.
Returns:
objectType
public AadObjectType objectType()
Get the objectType property: The type of AAD object the object identifier refers to.
Returns:
toJson
public JsonWriter toJson(JsonWriter jsonWriter)
Overrides:
ComputePolicyInner.toJson(JsonWriter jsonWriter)Parameters:
Throws:
type
public String type()
Get the type property: The resource type.
Returns:
validate
public void validate()
Validates the instance.
withId
public ComputePolicyInner withId(String id)
Overrides:
ComputePolicyInner.withId(String id)Parameters: