Share via


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

UpdateDataLakeAnalyticsAccountParameters 类

定义

可用于更新现有Data Lake Analytics帐户的参数。

[Microsoft.Rest.Serialization.JsonTransformation]
public class UpdateDataLakeAnalyticsAccountParameters
[<Microsoft.Rest.Serialization.JsonTransformation>]
type UpdateDataLakeAnalyticsAccountParameters = class
Public Class UpdateDataLakeAnalyticsAccountParameters
继承
UpdateDataLakeAnalyticsAccountParameters
属性

构造函数

UpdateDataLakeAnalyticsAccountParameters()

初始化 UpdateDataLakeAnalyticsAccountParameters 类的新实例。

UpdateDataLakeAnalyticsAccountParameters(IDictionary<String,String>, IList<UpdateDataLakeStoreWithAccountParameters>, IList<UpdateStorageAccountWithAccountParameters>, IList<UpdateComputePolicyWithAccountParameters>, IList<UpdateFirewallRuleWithAccountParameters>, Nullable<FirewallState>, Nullable<FirewallAllowAzureIpsState>, Nullable<TierType>, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>)

初始化 UpdateDataLakeAnalyticsAccountParameters 类的新实例。

属性

ComputePolicies

获取或设置与此帐户关联的计算策略的列表。

DataLakeStoreAccounts

获取或设置与此帐户关联的 Data Lake Store 帐户的列表。

FirewallAllowAzureIps

获取或设置允许或禁止通过防火墙在 Azure 中发起的 IP 的当前状态。 如果防火墙处于禁用状态,则不会强制执行此操作。 可能的值包括:“Enabled”、“Disabled”

FirewallRules

获取或设置与此帐户关联的防火墙规则列表。

FirewallState

获取或设置此帐户的 IP 地址防火墙的当前状态。 禁用防火墙不会删除现有规则,只会在重新启用防火墙之前忽略这些规则。 可能的值包括:“Enabled”、“Disabled”

MaxDegreeOfParallelism

获取或设置此帐户支持的最大并行度。

MaxDegreeOfParallelismPerJob

获取或设置此帐户每个作业支持的最大并行度。

MaxJobCount

获取或设置同时在帐户下运行的最大受支持作业数。

MinPriorityPerJob

获取或设置此帐户的每个作业支持的最小优先级。

NewTier

获取或设置下个月要使用的承诺层。 可能的值包括:“Consumption”、“Commitment_100AUHours”、“Commitment_500AUHours”、“Commitment_1000AUHours”、“Commitment_5000AUHours”、“Commitment_10000AUHours”、“Commitment_50000AUHours”、“Commitment_100000AUHours”、“Commitment_500000AUHours”

QueryStoreRetention

获取或设置作业元数据保留的天数。

StorageAccounts

获取或设置与此帐户关联的 Azure Blob 存储帐户的列表。

Tags

获取或设置资源标记。

方法

Validate()

验证 对象。

适用于