Class GetComputePolicyResult
- java.lang.Object
-
- com.pulumi.azurenative.datalakeanalytics.outputs.GetComputePolicyResult
-
public final class GetComputePolicyResult extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
GetComputePolicyResult.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static GetComputePolicyResult.Builder
builder()
static GetComputePolicyResult.Builder
builder(GetComputePolicyResult defaults)
java.lang.String
id()
java.lang.Integer
maxDegreeOfParallelismPerJob()
java.lang.Integer
minPriorityPerJob()
java.lang.String
name()
java.lang.String
objectId()
java.lang.String
objectType()
java.lang.String
type()
-
-
-
Method Detail
-
id
public java.lang.String id()
- Returns:
- The resource identifier.
-
maxDegreeOfParallelismPerJob
public java.lang.Integer maxDegreeOfParallelismPerJob()
- Returns:
- The maximum degree of parallelism per job this user can use to submit jobs.
-
minPriorityPerJob
public java.lang.Integer minPriorityPerJob()
- Returns:
- The minimum priority per job this user can use to submit jobs.
-
name
public java.lang.String name()
- Returns:
- The resource name.
-
objectId
public java.lang.String objectId()
- Returns:
- The AAD object identifier for the entity to create a policy for.
-
objectType
public java.lang.String objectType()
- Returns:
- The type of AAD object the object identifier refers to.
-
type
public java.lang.String type()
- Returns:
- The resource type.
-
builder
public static GetComputePolicyResult.Builder builder()
-
builder
public static GetComputePolicyResult.Builder builder(GetComputePolicyResult defaults)
-
-