UpdateComputePolicyWithAccountParameters 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 update a compute policy while updating a Data Lake Analytics account.
[Microsoft.Rest.Serialization.JsonTransformation]
public class UpdateComputePolicyWithAccountParameters
[<Microsoft.Rest.Serialization.JsonTransformation>]
type UpdateComputePolicyWithAccountParameters = class
Public Class UpdateComputePolicyWithAccountParameters
- Inheritance
-
UpdateComputePolicyWithAccountParameters
- Attributes
Constructors
UpdateComputePolicyWithAccountParameters() |
Initializes a new instance of the UpdateComputePolicyWithAccountParameters class. |
UpdateComputePolicyWithAccountParameters(String, Nullable<Guid>, String, Nullable<Int32>, Nullable<Int32>) |
Initializes a new instance of the UpdateComputePolicyWithAccountParameters class. |
Properties
MaxDegreeOfParallelismPerJob |
Gets or sets the maximum degree of parallelism per job this user can use to submit jobs. This property, the min priority per job property, or both must be passed. |
MinPriorityPerJob |
Gets or sets the minimum priority per job this user can use to submit jobs. This property, the max degree of parallelism per job property, or both must be passed. |
Name |
Gets or sets the unique name of the compute policy to update. |
ObjectId |
Gets or sets the AAD object identifier for the entity to create a policy for. |
ObjectType |
Gets or sets the type of AAD object the object identifier refers to. Possible values include: 'User', 'Group', 'ServicePrincipal' |
Methods
Validate() |
Validate the object. |
Applies to
Azure SDK for .NET