Delen via


ComputePolicyCreateOrUpdateParameters Class

Definition

The parameters used to create a new compute policy.

[Microsoft.Rest.Serialization.JsonTransformation]
public class ComputePolicyCreateOrUpdateParameters
[<Microsoft.Rest.Serialization.JsonTransformation>]
type ComputePolicyCreateOrUpdateParameters = class
Public Class ComputePolicyCreateOrUpdateParameters
Inheritance
ComputePolicyCreateOrUpdateParameters
Attributes

Constructors

ComputePolicyCreateOrUpdateParameters()

Initializes a new instance of the ComputePolicyCreateOrUpdateParameters class.

ComputePolicyCreateOrUpdateParameters(Guid, String, Nullable<Int32>, Nullable<Int32>)

Initializes a new instance of the ComputePolicyCreateOrUpdateParameters 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.

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