你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
UpdateDataLakeAnalyticsAccountParameters 构造函数
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
UpdateDataLakeAnalyticsAccountParameters()
初始化 UpdateDataLakeAnalyticsAccountParameters 类的新实例。
public UpdateDataLakeAnalyticsAccountParameters ();
Public Sub New ()
适用于
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 类的新实例。
public UpdateDataLakeAnalyticsAccountParameters (System.Collections.Generic.IDictionary<string,string> tags = default, System.Collections.Generic.IList<Microsoft.Azure.Management.DataLake.Analytics.Models.UpdateDataLakeStoreWithAccountParameters> dataLakeStoreAccounts = default, System.Collections.Generic.IList<Microsoft.Azure.Management.DataLake.Analytics.Models.UpdateStorageAccountWithAccountParameters> storageAccounts = default, System.Collections.Generic.IList<Microsoft.Azure.Management.DataLake.Analytics.Models.UpdateComputePolicyWithAccountParameters> computePolicies = default, System.Collections.Generic.IList<Microsoft.Azure.Management.DataLake.Analytics.Models.UpdateFirewallRuleWithAccountParameters> firewallRules = default, Microsoft.Azure.Management.DataLake.Analytics.Models.FirewallState? firewallState = default, Microsoft.Azure.Management.DataLake.Analytics.Models.FirewallAllowAzureIpsState? firewallAllowAzureIps = default, Microsoft.Azure.Management.DataLake.Analytics.Models.TierType? newTier = default, int? maxJobCount = default, int? maxDegreeOfParallelism = default, int? maxDegreeOfParallelismPerJob = default, int? minPriorityPerJob = default, int? queryStoreRetention = default);
new Microsoft.Azure.Management.DataLake.Analytics.Models.UpdateDataLakeAnalyticsAccountParameters : System.Collections.Generic.IDictionary<string, string> * System.Collections.Generic.IList<Microsoft.Azure.Management.DataLake.Analytics.Models.UpdateDataLakeStoreWithAccountParameters> * System.Collections.Generic.IList<Microsoft.Azure.Management.DataLake.Analytics.Models.UpdateStorageAccountWithAccountParameters> * System.Collections.Generic.IList<Microsoft.Azure.Management.DataLake.Analytics.Models.UpdateComputePolicyWithAccountParameters> * System.Collections.Generic.IList<Microsoft.Azure.Management.DataLake.Analytics.Models.UpdateFirewallRuleWithAccountParameters> * Nullable<Microsoft.Azure.Management.DataLake.Analytics.Models.FirewallState> * Nullable<Microsoft.Azure.Management.DataLake.Analytics.Models.FirewallAllowAzureIpsState> * Nullable<Microsoft.Azure.Management.DataLake.Analytics.Models.TierType> * Nullable<int> * Nullable<int> * Nullable<int> * Nullable<int> * Nullable<int> -> Microsoft.Azure.Management.DataLake.Analytics.Models.UpdateDataLakeAnalyticsAccountParameters
Public Sub New (Optional tags As IDictionary(Of String, String) = Nothing, Optional dataLakeStoreAccounts As IList(Of UpdateDataLakeStoreWithAccountParameters) = Nothing, Optional storageAccounts As IList(Of UpdateStorageAccountWithAccountParameters) = Nothing, Optional computePolicies As IList(Of UpdateComputePolicyWithAccountParameters) = Nothing, Optional firewallRules As IList(Of UpdateFirewallRuleWithAccountParameters) = Nothing, Optional firewallState As Nullable(Of FirewallState) = Nothing, Optional firewallAllowAzureIps As Nullable(Of FirewallAllowAzureIpsState) = Nothing, Optional newTier As Nullable(Of TierType) = Nothing, Optional maxJobCount As Nullable(Of Integer) = Nothing, Optional maxDegreeOfParallelism As Nullable(Of Integer) = Nothing, Optional maxDegreeOfParallelismPerJob As Nullable(Of Integer) = Nothing, Optional minPriorityPerJob As Nullable(Of Integer) = Nothing, Optional queryStoreRetention As Nullable(Of Integer) = Nothing)
参数
- tags
- IDictionary<String,String>
资源标记。
- dataLakeStoreAccounts
- IList<UpdateDataLakeStoreWithAccountParameters>
与此帐户关联的 Data Lake Store 帐户的列表。
- storageAccounts
- IList<UpdateStorageAccountWithAccountParameters>
与此帐户关联的 Azure Blob 存储帐户的列表。
- computePolicies
- IList<UpdateComputePolicyWithAccountParameters>
与此帐户关联的计算策略列表。
- firewallRules
- IList<UpdateFirewallRuleWithAccountParameters>
与此帐户关联的防火墙规则列表。
- firewallState
- Nullable<FirewallState>
此帐户的 IP 地址防火墙的当前状态。 禁用防火墙不会删除现有规则,只会在重新启用防火墙之前忽略这些规则。 可能的值包括:“Enabled”、“Disabled”
- firewallAllowAzureIps
- Nullable<FirewallAllowAzureIpsState>
允许或禁止通过防火墙在 Azure 中源自的 IP 的当前状态。 如果防火墙处于禁用状态,则不会强制执行此操作。 可能的值包括:“Enabled”、“Disabled”
用于下个月的承诺层。 可能的值包括:“Consumption”、“Commitment_100AUHours”、“Commitment_500AUHours”、“Commitment_1000AUHours”、“Commitment_5000AUHours”、“Commitment_10000AUHours”、“Commitment_50000AUHours”、“Commitment_100000AUHours”、“Commitment_500000AUHours”