Share via


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

CreateDataLakeAnalyticsAccountParameters 类

定义

用于创建Data Lake Analytics帐户的参数。

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

构造函数

CreateDataLakeAnalyticsAccountParameters()

初始化 CreateDataLakeAnalyticsAccountParameters 类的新实例。

CreateDataLakeAnalyticsAccountParameters(String, String, IList<AddDataLakeStoreWithAccountParameters>, IDictionary<String,String>, IList<AddStorageAccountWithAccountParameters>, IList<CreateComputePolicyWithAccountParameters>, IList<CreateFirewallRuleWithAccountParameters>, Nullable<FirewallState>, Nullable<FirewallAllowAzureIpsState>, Nullable<TierType>, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>)

初始化 CreateDataLakeAnalyticsAccountParameters 类的新实例。

属性

ComputePolicies

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

DataLakeStoreAccounts

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

DefaultDataLakeStoreAccount

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

FirewallAllowAzureIps

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

FirewallRules

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

FirewallState

获取或设置此帐户的 IP 地址防火墙的当前状态。 可能的值包括:“Enabled”、“Disabled”

Location

获取或设置资源位置。

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()

验证 对象。

适用于