Aracılığıyla paylaş


ComputePolicy Class

Definition

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
ComputePolicy
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