你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

DataLakeAnalyticsComputePolicyCreateOrUpdateContent 类

定义

用于创建新计算策略的参数。 序列化名称:CreateOrUpdateComputePolicyParameters

public class DataLakeAnalyticsComputePolicyCreateOrUpdateContent
type DataLakeAnalyticsComputePolicyCreateOrUpdateContent = class
Public Class DataLakeAnalyticsComputePolicyCreateOrUpdateContent
继承
DataLakeAnalyticsComputePolicyCreateOrUpdateContent

构造函数

DataLakeAnalyticsComputePolicyCreateOrUpdateContent(Guid, AadObjectIdentifierType)

初始化 DataLakeAnalyticsComputePolicyCreateOrUpdateContent 的新实例。

属性

MaxDegreeOfParallelismPerJob

此用户可用于提交作业的每个作业的最大并行度。 必须传递此属性(每个作业属性的最小优先级)或两者。 序列化名称:CreateOrUpdateComputePolicyParameters.properties.maxDegreeOfParallelismPerJob

MinPriorityPerJob

此用户可用于提交作业的每个作业的最低优先级。 此属性(每个作业属性的最大并行度)必须传递,或同时传递这两者。 序列化名称:CreateOrUpdateComputePolicyParameters.properties.minPriorityPerJob

ObjectId

要为其创建策略的实体的 AAD 对象标识符。 序列化名称:CreateOrUpdateComputePolicyParameters.properties.objectId

ObjectType

对象标识符引用的 AAD 对象的类型。 序列化名称:CreateOrUpdateComputePolicyParameters.properties.objectType

适用于