UpdateDataLakeAnalyticsAccountParameters Constructeurs
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
UpdateDataLakeAnalyticsAccountParameters() |
Initialise une nouvelle instance de la 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>) |
Initialise une nouvelle instance de la classe UpdateDataLakeAnalyticsAccountParameters. |
UpdateDataLakeAnalyticsAccountParameters()
Initialise une nouvelle instance de la classe UpdateDataLakeAnalyticsAccountParameters.
public UpdateDataLakeAnalyticsAccountParameters ();
Public Sub New ()
S’applique à
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>)
Initialise une nouvelle instance de la 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)
Paramètres
- tags
- IDictionary<String,String>
Étiquettes de la ressource.
- dataLakeStoreAccounts
- IList<UpdateDataLakeStoreWithAccountParameters>
Liste des comptes Data Lake Store associés à ce compte.
- storageAccounts
- IList<UpdateStorageAccountWithAccountParameters>
Liste des comptes de stockage Blob Azure associés à ce compte.
- computePolicies
- IList<UpdateComputePolicyWithAccountParameters>
Liste des stratégies de calcul associées à ce compte.
- firewallRules
- IList<UpdateFirewallRuleWithAccountParameters>
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. La désactivation du pare-feu ne supprime pas les règles existantes. Elles seront simplement ignorées jusqu’à ce que le pare-feu soit réactivé. 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'
Niveau d’engagement à utiliser pour le mois prochain. Les valeurs possibles sont les suivantes : « Consommation », « Commitment_100AUHours », « Commitment_500AUHours », « Commitment_1000AUHours », « Commitment_5000AUHours », « Commitment_10000AUHours », « Commitment_50000AUHours », « Commitment_100000AUHours », « Commitment_500000AUHours »
Nombre maximal de travaux pris en charge s’exécutant en même temps sous le compte.
Degré maximal pris en charge de parallélisme par travail pour ce compte.
Nombre de jours pendant lesquels les métadonnées de travail sont conservées.
S’applique à
Azure SDK for .NET