ComputePolicy interface
Data Lake Analytics compute policy information.
- Extends
Properties
max |
The maximum degree of parallelism per job this user can use to submit jobs. NOTE: This property will not be serialized. It can only be populated by the server. |
min |
The minimum priority per job this user can use to submit jobs. NOTE: This property will not be serialized. It can only be populated by the server. |
object |
The AAD object identifier for the entity to create a policy for. NOTE: This property will not be serialized. It can only be populated by the server. |
object |
The type of AAD object the object identifier refers to. NOTE: This property will not be serialized. It can only be populated by the server. |
Inherited Properties
id | The resource identifier. NOTE: This property will not be serialized. It can only be populated by the server. |
name | The resource name. NOTE: This property will not be serialized. It can only be populated by the server. |
type | The resource type. NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
maxDegreeOfParallelismPerJob
The maximum degree of parallelism per job this user can use to submit jobs. NOTE: This property will not be serialized. It can only be populated by the server.
maxDegreeOfParallelismPerJob?: number
Property Value
number
minPriorityPerJob
The minimum priority per job this user can use to submit jobs. NOTE: This property will not be serialized. It can only be populated by the server.
minPriorityPerJob?: number
Property Value
number
objectId
The AAD object identifier for the entity to create a policy for. NOTE: This property will not be serialized. It can only be populated by the server.
objectId?: string
Property Value
string
objectType
The type of AAD object the object identifier refers to. NOTE: This property will not be serialized. It can only be populated by the server.
objectType?: string
Property Value
string
Inherited Property Details
id
The resource identifier. NOTE: This property will not be serialized. It can only be populated by the server.
id?: string
Property Value
string
Inherited From SubResource.id
name
The resource name. NOTE: This property will not be serialized. It can only be populated by the server.
name?: string
Property Value
string
Inherited From SubResource.name
type
The resource type. NOTE: This property will not be serialized. It can only be populated by the server.
type?: string
Property Value
string
Inherited From SubResource.type
Azure SDK for JavaScript