Compartilhar via


CreateDataLakeAnalyticsAccountParameters Construtores

Definição

Sobrecargas

CreateDataLakeAnalyticsAccountParameters()

Inicializa uma nova instância da classe 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>)

Inicializa uma nova instância da classe CreateDataLakeAnalyticsAccountParameters.

CreateDataLakeAnalyticsAccountParameters()

Inicializa uma nova instância da classe CreateDataLakeAnalyticsAccountParameters.

public CreateDataLakeAnalyticsAccountParameters ();
Public Sub New ()

Aplica-se a

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

Inicializa uma nova instância da classe CreateDataLakeAnalyticsAccountParameters.

public CreateDataLakeAnalyticsAccountParameters (string location, string defaultDataLakeStoreAccount, System.Collections.Generic.IList<Microsoft.Azure.Management.DataLake.Analytics.Models.AddDataLakeStoreWithAccountParameters> dataLakeStoreAccounts, System.Collections.Generic.IDictionary<string,string> tags = default, System.Collections.Generic.IList<Microsoft.Azure.Management.DataLake.Analytics.Models.AddStorageAccountWithAccountParameters> storageAccounts = default, System.Collections.Generic.IList<Microsoft.Azure.Management.DataLake.Analytics.Models.CreateComputePolicyWithAccountParameters> computePolicies = default, System.Collections.Generic.IList<Microsoft.Azure.Management.DataLake.Analytics.Models.CreateFirewallRuleWithAccountParameters> 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.CreateDataLakeAnalyticsAccountParameters : string * string * System.Collections.Generic.IList<Microsoft.Azure.Management.DataLake.Analytics.Models.AddDataLakeStoreWithAccountParameters> * System.Collections.Generic.IDictionary<string, string> * System.Collections.Generic.IList<Microsoft.Azure.Management.DataLake.Analytics.Models.AddStorageAccountWithAccountParameters> * System.Collections.Generic.IList<Microsoft.Azure.Management.DataLake.Analytics.Models.CreateComputePolicyWithAccountParameters> * System.Collections.Generic.IList<Microsoft.Azure.Management.DataLake.Analytics.Models.CreateFirewallRuleWithAccountParameters> * 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.CreateDataLakeAnalyticsAccountParameters
Public Sub New (location As String, defaultDataLakeStoreAccount As String, dataLakeStoreAccounts As IList(Of AddDataLakeStoreWithAccountParameters), Optional tags As IDictionary(Of String, String) = Nothing, Optional storageAccounts As IList(Of AddStorageAccountWithAccountParameters) = Nothing, Optional computePolicies As IList(Of CreateComputePolicyWithAccountParameters) = Nothing, Optional firewallRules As IList(Of CreateFirewallRuleWithAccountParameters) = 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

location
String

O local do recurso.

defaultDataLakeStoreAccount
String

A conta padrão do Data Lake Store associada a essa conta.

dataLakeStoreAccounts
IList<AddDataLakeStoreWithAccountParameters>

A lista de contas do Data Lake Store associadas a essa conta.

tags
IDictionary<String,String>

As marcas do recurso.

storageAccounts
IList<AddStorageAccountWithAccountParameters>

A lista de contas Armazenamento de Blobs do Azure associadas a essa conta.

computePolicies
IList<CreateComputePolicyWithAccountParameters>

A lista de políticas de computação associadas a essa conta.

firewallRules
IList<CreateFirewallRuleWithAccountParameters>

A lista de regras de firewall associadas a essa conta.

firewallState
Nullable<FirewallState>

O estado atual do firewall de endereço IP para essa conta. Os valores possíveis incluem: 'Enabled', 'Disabled'

firewallAllowAzureIps
Nullable<FirewallAllowAzureIpsState>

O estado atual de permitir ou não IPs originados no Azure por meio do firewall. Se o firewall estiver desabilitado, isso não será imposto. Os valores possíveis incluem: 'Enabled', 'Disabled'

newTier
Nullable<TierType>

O nível de compromisso 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'

maxJobCount
Nullable<Int32>

O máximo de trabalhos com suporte em execução na conta ao mesmo tempo.

maxDegreeOfParallelism
Nullable<Int32>

O grau máximo de paralelismo com suporte para essa conta.

maxDegreeOfParallelismPerJob
Nullable<Int32>

O grau máximo de paralelismo com suporte por trabalho para essa conta.

minPriorityPerJob
Nullable<Int32>

A prioridade mínima com suporte por trabalho para essa conta.

queryStoreRetention
Nullable<Int32>

O número de dias em que os metadados do trabalho são retidos.

Aplica-se a