共用方式為


ArmDataLakeAnalyticsModelFactory.DataLakeAnalyticsComputePolicyData Method

Definition

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

id
ResourceIdentifier

The id.

name
String

The name.

resourceType
ResourceType

The resourceType.

systemData
SystemData

The systemData.

objectId
Nullable<Guid>

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

maxDegreeOfParallelismPerJob
Nullable<Int32>

The maximum degree of parallelism per job this user can use to submit jobs. Serialized Name: ComputePolicy.properties.maxDegreeOfParallelismPerJob

minPriorityPerJob
Nullable<Int32>

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