UpdateComputePolicyWithAccountParameters Constructors
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.
Overloads
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. |
UpdateComputePolicyWithAccountParameters()
Initializes a new instance of the UpdateComputePolicyWithAccountParameters class.
public UpdateComputePolicyWithAccountParameters ();
Public Sub New ()
Applies to
UpdateComputePolicyWithAccountParameters(String, Nullable<Guid>, String, Nullable<Int32>, Nullable<Int32>)
Initializes a new instance of the UpdateComputePolicyWithAccountParameters class.
public UpdateComputePolicyWithAccountParameters (string name, Guid? objectId = default, string objectType = default, int? maxDegreeOfParallelismPerJob = default, int? minPriorityPerJob = default);
new Microsoft.Azure.Management.DataLake.Analytics.Models.UpdateComputePolicyWithAccountParameters : string * Nullable<Guid> * string * Nullable<int> * Nullable<int> -> Microsoft.Azure.Management.DataLake.Analytics.Models.UpdateComputePolicyWithAccountParameters
Public Sub New (name As String, Optional objectId As Nullable(Of Guid) = Nothing, Optional objectType As String = Nothing, Optional maxDegreeOfParallelismPerJob As Nullable(Of Integer) = Nothing, Optional minPriorityPerJob As Nullable(Of Integer) = Nothing)
Parameters
- name
- String
The unique name of the compute policy to update.
- objectType
- String
The type of AAD object the object identifier refers to. Possible values include: 'User', 'Group', 'ServicePrincipal'
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.
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.
Applies to
Azure SDK for .NET