ComputePolicy Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The parameters used to create a new compute policy.
[Microsoft.Rest.Serialization.JsonTransformation]
public class ComputePolicy
[<Microsoft.Rest.Serialization.JsonTransformation>]
type ComputePolicy = class
Public Class ComputePolicy
- Inheritance
-
ComputePolicy
- Attributes
Constructors
Microsoft.Azure.Management.DataLake.Analytics.Models.ComputePolicy.#ctor(System.String,System.Nullable{System.Guid},System.String,System.Nullable{System.Int32},System.Nullable{System.Int32})ComputePolicy() |
Initializes a new instance of the ComputePolicy class. |
Properties
MaxDegreeOfParallelismPerJob |
Gets the maximum degree of parallelism per job this user can use to submit jobs. |
MinPriorityPerJob |
Gets the minimum priority per job this user can use to submit jobs. |
Name |
Gets the name of the compute policy |
ObjectId |
Gets the AAD object identifier for the entity to create a policy for. |
ObjectType |
Gets the type of AAD object the object identifier refers to. Possible values include: 'User', 'Group', 'ServicePrincipal' |
Methods
Validate() |
Validate the object. |