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.
Data Lake Analytics compute policy information.
[Microsoft.Rest.Serialization.JsonTransformation]
public class ComputePolicy
[Microsoft.Rest.Serialization.JsonTransformation]
public class ComputePolicy : Microsoft.Azure.Management.DataLake.Analytics.Models.SubResource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type ComputePolicy = class
[<Microsoft.Rest.Serialization.JsonTransformation>]
type ComputePolicy = class
inherit SubResource
Public Class ComputePolicy
Public Class ComputePolicy
Inherits SubResource
- Inheritance
-
ComputePolicy
- Inheritance
- Attributes
Constructors
ComputePolicy() |
Initializes a new instance of the ComputePolicy class. |
ComputePolicy(String, Nullable<Guid>, String, Nullable<Int32>, Nullable<Int32>) |
Initializes a new instance of the ComputePolicy class. |
ComputePolicy(String, String, String, Nullable<Guid>, String, Nullable<Int32>, Nullable<Int32>) |
Initializes a new instance of the ComputePolicy class. |
Properties
Id |
Gets the resource identifier. (Inherited from SubResource) |
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 |
Name |
Gets the resource name. (Inherited from SubResource) |
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' |
Type |
Gets the resource type. (Inherited from SubResource) |
Methods
Validate() |
Validate the object. |
Applies to
Azure SDK for .NET