UpdateDataLakeStoreAccountParameters 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
UpdateDataLakeStoreAccountParameters() |
Initialise une nouvelle instance de la classe UpdateDataLakeStoreAccountParameters. |
UpdateDataLakeStoreAccountParameters(IDictionary<String,String>, String, UpdateEncryptionConfig, IList<UpdateFirewallRuleWithAccountParameters>, IList<UpdateVirtualNetworkRuleWithAccountParameters>, Nullable<FirewallState>, Nullable<FirewallAllowAzureIpsState>, IList<UpdateTrustedIdProviderWithAccountParameters>, Nullable<TrustedIdProviderState>, Nullable<TierType>) |
Initialise une nouvelle instance de la classe UpdateDataLakeStoreAccountParameters. |
UpdateDataLakeStoreAccountParameters()
Initialise une nouvelle instance de la classe UpdateDataLakeStoreAccountParameters.
public UpdateDataLakeStoreAccountParameters ();
Public Sub New ()
S’applique à
UpdateDataLakeStoreAccountParameters(IDictionary<String,String>, String, UpdateEncryptionConfig, IList<UpdateFirewallRuleWithAccountParameters>, IList<UpdateVirtualNetworkRuleWithAccountParameters>, Nullable<FirewallState>, Nullable<FirewallAllowAzureIpsState>, IList<UpdateTrustedIdProviderWithAccountParameters>, Nullable<TrustedIdProviderState>, Nullable<TierType>)
Initialise une nouvelle instance de la classe UpdateDataLakeStoreAccountParameters.
public UpdateDataLakeStoreAccountParameters (System.Collections.Generic.IDictionary<string,string> tags = default, string defaultGroup = default, Microsoft.Azure.Management.DataLake.Store.Models.UpdateEncryptionConfig encryptionConfig = default, System.Collections.Generic.IList<Microsoft.Azure.Management.DataLake.Store.Models.UpdateFirewallRuleWithAccountParameters> firewallRules = default, System.Collections.Generic.IList<Microsoft.Azure.Management.DataLake.Store.Models.UpdateVirtualNetworkRuleWithAccountParameters> virtualNetworkRules = default, Microsoft.Azure.Management.DataLake.Store.Models.FirewallState? firewallState = default, Microsoft.Azure.Management.DataLake.Store.Models.FirewallAllowAzureIpsState? firewallAllowAzureIps = default, System.Collections.Generic.IList<Microsoft.Azure.Management.DataLake.Store.Models.UpdateTrustedIdProviderWithAccountParameters> trustedIdProviders = default, Microsoft.Azure.Management.DataLake.Store.Models.TrustedIdProviderState? trustedIdProviderState = default, Microsoft.Azure.Management.DataLake.Store.Models.TierType? newTier = default);
new Microsoft.Azure.Management.DataLake.Store.Models.UpdateDataLakeStoreAccountParameters : System.Collections.Generic.IDictionary<string, string> * string * Microsoft.Azure.Management.DataLake.Store.Models.UpdateEncryptionConfig * System.Collections.Generic.IList<Microsoft.Azure.Management.DataLake.Store.Models.UpdateFirewallRuleWithAccountParameters> * System.Collections.Generic.IList<Microsoft.Azure.Management.DataLake.Store.Models.UpdateVirtualNetworkRuleWithAccountParameters> * Nullable<Microsoft.Azure.Management.DataLake.Store.Models.FirewallState> * Nullable<Microsoft.Azure.Management.DataLake.Store.Models.FirewallAllowAzureIpsState> * System.Collections.Generic.IList<Microsoft.Azure.Management.DataLake.Store.Models.UpdateTrustedIdProviderWithAccountParameters> * Nullable<Microsoft.Azure.Management.DataLake.Store.Models.TrustedIdProviderState> * Nullable<Microsoft.Azure.Management.DataLake.Store.Models.TierType> -> Microsoft.Azure.Management.DataLake.Store.Models.UpdateDataLakeStoreAccountParameters
Public Sub New (Optional tags As IDictionary(Of String, String) = Nothing, Optional defaultGroup As String = Nothing, Optional encryptionConfig As UpdateEncryptionConfig = Nothing, Optional firewallRules As IList(Of UpdateFirewallRuleWithAccountParameters) = Nothing, Optional virtualNetworkRules As IList(Of UpdateVirtualNetworkRuleWithAccountParameters) = Nothing, Optional firewallState As Nullable(Of FirewallState) = Nothing, Optional firewallAllowAzureIps As Nullable(Of FirewallAllowAzureIpsState) = Nothing, Optional trustedIdProviders As IList(Of UpdateTrustedIdProviderWithAccountParameters) = Nothing, Optional trustedIdProviderState As Nullable(Of TrustedIdProviderState) = Nothing, Optional newTier As Nullable(Of TierType) = Nothing)
Paramètres
- tags
- IDictionary<String,String>
Balises de ressource
- defaultGroup
- String
Groupe de propriétaires par défaut pour tous les nouveaux dossiers et fichiers créés dans le compte Data Lake Store.
- encryptionConfig
- UpdateEncryptionConfig
Utilisé pour la rotation des clés de Key Vault gérées par l’utilisateur. Peut uniquement être utilisé pour faire pivoter une clé de chiffrement gérée par l’utilisateur Key Vault.
- firewallRules
- IList<UpdateFirewallRuleWithAccountParameters>
Liste des règles de pare-feu associées à ce compte Data Lake Store.
- virtualNetworkRules
- IList<UpdateVirtualNetworkRuleWithAccountParameters>
Liste des règles de réseau virtuel associées à ce compte Data Lake Store.
- firewallState
- Nullable<FirewallState>
État actuel du pare-feu d’adresses IP pour ce compte Data Lake Store. La désactivation du pare-feu ne supprime pas les règles existantes, elles sont 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 »
- trustedIdProviders
- IList<UpdateTrustedIdProviderWithAccountParameters>
Liste des fournisseurs d’identité approuvés associés à ce compte Data Lake Store.
- trustedIdProviderState
- Nullable<TrustedIdProviderState>
État actuel de la fonctionnalité de fournisseur d’identité approuvé pour ce compte Data Lake Store. La désactivation de la fonctionnalité de fournisseur d’identité approuvé ne supprime pas les fournisseurs. Ils sont simplement ignorés jusqu’à ce que cette fonctionnalité soit réactivée. Les valeurs possibles sont les suivantes : « Enabled », « Disabled »
Niveau d’engagement à utiliser pour le mois prochain. Les valeurs possibles sont les suivantes : « Consommation », « Commitment_1TB », « Commitment_10TB », « Commitment_100TB », « Commitment_500TB », « Commitment_1PB », « Commitment_5PB »
S’applique à
Azure SDK for .NET