ArmDataLakeAnalyticsModelFactory.DataLakeAnalyticsComputePolicyData Method
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.
Initializes a new instance of DataLakeAnalyticsComputePolicyData.
public static Azure.ResourceManager.DataLakeAnalytics.DataLakeAnalyticsComputePolicyData DataLakeAnalyticsComputePolicyData (Azure.Core.ResourceIdentifier id = default, string name = default, Azure.Core.ResourceType resourceType = default, Azure.ResourceManager.Models.SystemData systemData = default, Guid? objectId = default, Azure.ResourceManager.DataLakeAnalytics.Models.AadObjectIdentifierType? objectType = default, int? maxDegreeOfParallelismPerJob = default, int? minPriorityPerJob = default);
static member DataLakeAnalyticsComputePolicyData : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceType * Azure.ResourceManager.Models.SystemData * Nullable<Guid> * Nullable<Azure.ResourceManager.DataLakeAnalytics.Models.AadObjectIdentifierType> * Nullable<int> * Nullable<int> -> Azure.ResourceManager.DataLakeAnalytics.DataLakeAnalyticsComputePolicyData
Public Shared Function DataLakeAnalyticsComputePolicyData (Optional id As ResourceIdentifier = Nothing, Optional name As String = Nothing, Optional resourceType As ResourceType = Nothing, Optional systemData As SystemData = Nothing, Optional objectId As Nullable(Of Guid) = Nothing, Optional objectType As Nullable(Of AadObjectIdentifierType) = Nothing, Optional maxDegreeOfParallelismPerJob As Nullable(Of Integer) = Nothing, Optional minPriorityPerJob As Nullable(Of Integer) = Nothing) As DataLakeAnalyticsComputePolicyData
Parameters
The id.
- name
- String
The name.
- resourceType
- ResourceType
The resourceType.
- systemData
- SystemData
The systemData.
The AAD object identifier for the entity to create a policy for. Serialized Name: ComputePolicy.properties.objectId
- objectType
- Nullable<AadObjectIdentifierType>
The type of AAD object the object identifier refers to. Serialized Name: ComputePolicy.properties.objectType
The maximum degree of parallelism per job this user can use to submit jobs. Serialized Name: ComputePolicy.properties.maxDegreeOfParallelismPerJob
The minimum priority per job this user can use to submit jobs. Serialized Name: ComputePolicy.properties.minPriorityPerJob
Returns
A new DataLakeAnalyticsComputePolicyData instance for mocking.
Applies to
Azure SDK for .NET