UpdateDataLakeAnalyticsAccountParameters Construtores
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Sobrecargas
UpdateDataLakeAnalyticsAccountParameters() |
Inicializa uma nova instância da classe 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>) |
Inicializa uma nova instância da classe UpdateDataLakeAnalyticsAccountParameters. |
UpdateDataLakeAnalyticsAccountParameters()
Inicializa uma nova instância da classe UpdateDataLakeAnalyticsAccountParameters.
public UpdateDataLakeAnalyticsAccountParameters ();
Public Sub New ()
Aplica-se a
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>)
Inicializa uma nova instância da classe 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)
Parâmetros
- tags
- IDictionary<String,String>
As marcas do recurso.
- dataLakeStoreAccounts
- IList<UpdateDataLakeStoreWithAccountParameters>
A lista de contas do Data Lake Store associadas a essa conta.
- storageAccounts
- IList<UpdateStorageAccountWithAccountParameters>
A lista de contas de Armazenamento de Blobs do Azure associadas a essa conta.
- computePolicies
- IList<UpdateComputePolicyWithAccountParameters>
A lista de políticas de computação associadas a essa conta.
- firewallRules
- IList<UpdateFirewallRuleWithAccountParameters>
A lista de regras de firewall associadas a essa conta.
- firewallState
- Nullable<FirewallState>
O estado atual do firewall de endereço IP dessa conta. Desabilitar o firewall não remove as regras existentes, elas serão ignoradas apenas até que o firewall seja habilitado novamente. Os valores possíveis incluem: 'Enabled', 'Disabled'
- firewallAllowAzureIps
- Nullable<FirewallAllowAzureIpsState>
O estado atual de permitir ou não permitir IPs originários no Azure por meio do firewall. Se o firewall estiver desabilitado, isso não será imposto. Os valores possíveis incluem: 'Enabled', 'Disabled'
A camada de compromisso a ser usada para o próximo mês. Os valores possíveis incluem: 'Consumo', 'Commitment_100AUHours', 'Commitment_500AUHours', 'Commitment_1000AUHours', 'Commitment_5000AUHours', 'Commitment_10000AUHours', 'Commitment_50000AUHours', 'Commitment_100000AUHours', 'Commitment_500000AUHours'
O grau máximo de paralelismo com suporte por trabalho para essa conta.
Aplica-se a
Azure SDK for .NET