CreateDataLakeStoreAccountParameters 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
CreateDataLakeStoreAccountParameters() |
Initialise une nouvelle instance de la classe CreateDataLakeStoreAccountParameters. |
CreateDataLakeStoreAccountParameters(String, IDictionary<String, String>, EncryptionIdentity, String, EncryptionConfig, Nullable<EncryptionState>, IList<CreateFirewallRuleWithAccountParameters>, IList<CreateVirtualNetworkRuleWithAccountParameters>, Nullable<FirewallState>, Nullable<FirewallAllowAzureIpsState>, IList<CreateTrustedIdProviderWithAccountParameters>, Nullable<TrustedIdProviderState>, Nullable<TierType>) |
Initialise une nouvelle instance de la classe CreateDataLakeStoreAccountParameters. |
CreateDataLakeStoreAccountParameters()
Initialise une nouvelle instance de la classe CreateDataLakeStoreAccountParameters.
public CreateDataLakeStoreAccountParameters ();
Public Sub New ()
S’applique à
CreateDataLakeStoreAccountParameters(String, IDictionary<String, String>, EncryptionIdentity, String, EncryptionConfig, Nullable<EncryptionState>, IList<CreateFirewallRuleWithAccountParameters>, IList<CreateVirtualNetworkRuleWithAccountParameters>, Nullable<FirewallState>, Nullable<FirewallAllowAzureIpsState>, IList<CreateTrustedIdProviderWithAccountParameters>, Nullable<TrustedIdProviderState>, Nullable<TierType>)
Initialise une nouvelle instance de la classe CreateDataLakeStoreAccountParameters.
public CreateDataLakeStoreAccountParameters (string location, System.Collections.Generic.IDictionary<string,string> tags = default, Microsoft.Azure.Management.DataLake.Store.Models.EncryptionIdentity identity = default, string defaultGroup = default, Microsoft.Azure.Management.DataLake.Store.Models.EncryptionConfig encryptionConfig = default, Microsoft.Azure.Management.DataLake.Store.Models.EncryptionState? encryptionState = default, System.Collections.Generic.IList<Microsoft.Azure.Management.DataLake.Store.Models.CreateFirewallRuleWithAccountParameters> firewallRules = default, System.Collections.Generic.IList<Microsoft.Azure.Management.DataLake.Store.Models.CreateVirtualNetworkRuleWithAccountParameters> 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.CreateTrustedIdProviderWithAccountParameters> 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.CreateDataLakeStoreAccountParameters : string * System.Collections.Generic.IDictionary<string, string> * Microsoft.Azure.Management.DataLake.Store.Models.EncryptionIdentity * string * Microsoft.Azure.Management.DataLake.Store.Models.EncryptionConfig * Nullable<Microsoft.Azure.Management.DataLake.Store.Models.EncryptionState> * System.Collections.Generic.IList<Microsoft.Azure.Management.DataLake.Store.Models.CreateFirewallRuleWithAccountParameters> * System.Collections.Generic.IList<Microsoft.Azure.Management.DataLake.Store.Models.CreateVirtualNetworkRuleWithAccountParameters> * 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.CreateTrustedIdProviderWithAccountParameters> * Nullable<Microsoft.Azure.Management.DataLake.Store.Models.TrustedIdProviderState> * Nullable<Microsoft.Azure.Management.DataLake.Store.Models.TierType> -> Microsoft.Azure.Management.DataLake.Store.Models.CreateDataLakeStoreAccountParameters
Public Sub New (location As String, Optional tags As IDictionary(Of String, String) = Nothing, Optional identity As EncryptionIdentity = Nothing, Optional defaultGroup As String = Nothing, Optional encryptionConfig As EncryptionConfig = Nothing, Optional encryptionState As Nullable(Of EncryptionState) = Nothing, Optional firewallRules As IList(Of CreateFirewallRuleWithAccountParameters) = Nothing, Optional virtualNetworkRules As IList(Of CreateVirtualNetworkRuleWithAccountParameters) = Nothing, Optional firewallState As Nullable(Of FirewallState) = Nothing, Optional firewallAllowAzureIps As Nullable(Of FirewallAllowAzureIpsState) = Nothing, Optional trustedIdProviders As IList(Of CreateTrustedIdProviderWithAccountParameters) = Nothing, Optional trustedIdProviderState As Nullable(Of TrustedIdProviderState) = Nothing, Optional newTier As Nullable(Of TierType) = Nothing)
Paramètres
- location
- String
Emplacement de la ressource.
- tags
- IDictionary<String,String>
Étiquettes de la ressource.
- identity
- EncryptionIdentity
L’identité de chiffrement Key Vault, le cas échéant.
- 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
- EncryptionConfig
Configuration de chiffrement Key Vault.
- encryptionState
- Nullable<EncryptionState>
État actuel du chiffrement de ce compte Data Lake Store. Les valeurs possibles sont les suivantes : 'Enabled', 'Disabled'
- firewallRules
- IList<CreateFirewallRuleWithAccountParameters>
Liste des règles de pare-feu associées à ce compte Data Lake Store.
- virtualNetworkRules
- IList<CreateVirtualNetworkRuleWithAccountParameters>
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. 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<CreateTrustedIdProviderWithAccountParameters>
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. 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