CreateDataLakeStoreAccountParameters Construtores
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Sobrecargas
CreateDataLakeStoreAccountParameters() |
Inicializa uma nova instância da 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>) |
Inicializa uma nova instância da classe CreateDataLakeStoreAccountParameters. |
CreateDataLakeStoreAccountParameters()
Inicializa uma nova instância da classe CreateDataLakeStoreAccountParameters.
public CreateDataLakeStoreAccountParameters ();
Public Sub New ()
Aplica-se a
CreateDataLakeStoreAccountParameters(String, IDictionary<String, String>, EncryptionIdentity, String, EncryptionConfig, Nullable<EncryptionState>, IList<CreateFirewallRuleWithAccountParameters>, IList<CreateVirtualNetworkRuleWithAccountParameters>, Nullable<FirewallState>, Nullable<FirewallAllowAzureIpsState>, IList<CreateTrustedIdProviderWithAccountParameters>, Nullable<TrustedIdProviderState>, Nullable<TierType>)
Inicializa uma nova instância da 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)
Parâmetros
- location
- String
O local do recurso.
- tags
- IDictionary<String,String>
As marcas do recurso.
- identity
- EncryptionIdentity
O Key Vault identidade de criptografia, se houver.
- defaultGroup
- String
O grupo de proprietários padrão para todas as novas pastas e arquivos criados na conta do Data Lake Store.
- encryptionConfig
- EncryptionConfig
A configuração de criptografia Key Vault.
- encryptionState
- Nullable<EncryptionState>
O estado atual de criptografia para essa conta do Data Lake Store. Os valores possíveis incluem: 'Enabled', 'Disabled'
- firewallRules
- IList<CreateFirewallRuleWithAccountParameters>
A lista de regras de firewall associadas a essa conta do Data Lake Store.
- virtualNetworkRules
- IList<CreateVirtualNetworkRuleWithAccountParameters>
A lista de regras de rede virtual associadas a essa conta do Data Lake Store.
- firewallState
- Nullable<FirewallState>
O estado atual do firewall de endereço IP para essa conta do Data Lake Store. 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'
- trustedIdProviders
- IList<CreateTrustedIdProviderWithAccountParameters>
A lista de provedores de identidade confiáveis associados a essa conta do Data Lake Store.
- trustedIdProviderState
- Nullable<TrustedIdProviderState>
O estado atual do recurso de provedor de identidade confiável para essa conta do Data Lake Store. Os valores possíveis incluem: 'Enabled', 'Disabled'
O nível de compromisso a ser usado para o próximo mês. Os valores possíveis incluem: 'Consumo', 'Commitment_1TB', 'Commitment_10TB', 'Commitment_100TB', 'Commitment_500TB', 'Commitment_1PB', 'Commitment_5PB'
Aplica-se a
Azure SDK for .NET