ComputePolicy 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
| ComputePolicy() |
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. |
ComputePolicy()
Initializes a new instance of the ComputePolicy class.
public ComputePolicy();
Public Sub New ()
Applies to
ComputePolicy(String, String, String, Nullable<Guid>, String, Nullable<Int32>, Nullable<Int32>)
Initializes a new instance of the ComputePolicy class.
public ComputePolicy(string id = default, string name = default, string type = default, Guid? objectId = default, string objectType = default, int? maxDegreeOfParallelismPerJob = default, int? minPriorityPerJob = default);
new Microsoft.Azure.Management.DataLake.Analytics.Models.ComputePolicy : string * string * string * Nullable<Guid> * string * Nullable<int> * Nullable<int> -> Microsoft.Azure.Management.DataLake.Analytics.Models.ComputePolicy
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, 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
- id
- System.String
The resource identifier.
- name
- System.String
The resource name.
- type
- System.String
The resource type.
- objectId
- System.Nullable<System.Guid>
The AAD object identifier for the entity to create a policy for.
- objectType
- System.String
The type of AAD object the object identifier refers to. Possible values include: 'User', 'Group', 'ServicePrincipal'
- maxDegreeOfParallelismPerJob
- System.Nullable<System.Int32>
The maximum degree of parallelism per job this user can use to submit jobs.
- minPriorityPerJob
- System.Nullable<System.Int32>
The minimum priority per job this user can use to submit jobs.