Partager via


CreateDataLakeAnalyticsAccountParameters Constructeurs

Définition

Surcharges

CreateDataLakeAnalyticsAccountParameters()

Initialise une nouvelle instance de la 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>)

Initialise une nouvelle instance de la classe CreateDataLakeAnalyticsAccountParameters.

CreateDataLakeAnalyticsAccountParameters()

Initialise une nouvelle instance de la classe CreateDataLakeAnalyticsAccountParameters.

public CreateDataLakeAnalyticsAccountParameters ();
Public Sub New ()

S’applique à

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

Initialise une nouvelle instance de la 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)

Paramètres

location
String

Emplacement de la ressource.

defaultDataLakeStoreAccount
String

Compte Data Lake Store par défaut associé à ce compte.

dataLakeStoreAccounts
IList<AddDataLakeStoreWithAccountParameters>

Liste des comptes Data Lake Store associés à ce compte.

tags
IDictionary<String,String>

Étiquettes de la ressource.

storageAccounts
IList<AddStorageAccountWithAccountParameters>

Liste des comptes Stockage Blob Azure associés à ce compte.

computePolicies
IList<CreateComputePolicyWithAccountParameters>

Liste des stratégies de calcul associées à ce compte.

firewallRules
IList<CreateFirewallRuleWithAccountParameters>

Liste des règles de pare-feu associées à ce compte.

firewallState
Nullable<FirewallState>

État actuel du pare-feu d’adresses IP pour ce compte. Les valeurs possibles sont les suivantes : « Enabled », « Disabled »

firewallAllowAzureIps
Nullable<FirewallAllowAzureIpsState>

État actuel d’autorisation ou d’interdiction des adresses IP provenant d’Azure via le pare-feu. Si le pare-feu est désactivé, cela n’est pas appliqué. Les valeurs possibles sont les suivantes : « Enabled », « Disabled »

newTier
Nullable<TierType>

Niveau d’engagement pour le mois suivant. Les valeurs possibles sont les suivantes : « Consommation », « Commitment_100AUHours », « Commitment_500AUHours », « Commitment_1000AUHours », « Commitment_5000AUHours », « Commitment_10000AUHours », « Commitment_50000AUHours », « Commitment_100000AUHours », « Commitment_500000AUHours »

maxJobCount
Nullable<Int32>

Nombre maximal de travaux pris en charge s’exécutant simultanément sous le compte.

maxDegreeOfParallelism
Nullable<Int32>

Degré maximal de parallélisme pris en charge pour ce compte.

maxDegreeOfParallelismPerJob
Nullable<Int32>

Degré maximal de parallélisme pris en charge par travail pour ce compte.

minPriorityPerJob
Nullable<Int32>

Priorité minimale prise en charge par travail pour ce compte.

queryStoreRetention
Nullable<Int32>

Nombre de jours pendant lesquels les métadonnées de travail sont conservées.

S’applique à