Compartilhar via


UpdateDataLakeStoreAccountParameters Construtores

Definição

Sobrecargas

UpdateDataLakeStoreAccountParameters()

Inicializa uma nova instância da classe UpdateDataLakeStoreAccountParameters.

UpdateDataLakeStoreAccountParameters(IDictionary<String,String>, String, UpdateEncryptionConfig, IList<UpdateFirewallRuleWithAccountParameters>, IList<UpdateVirtualNetworkRuleWithAccountParameters>, Nullable<FirewallState>, Nullable<FirewallAllowAzureIpsState>, IList<UpdateTrustedIdProviderWithAccountParameters>, Nullable<TrustedIdProviderState>, Nullable<TierType>)

Inicializa uma nova instância da classe UpdateDataLakeStoreAccountParameters.

UpdateDataLakeStoreAccountParameters()

Inicializa uma nova instância da classe UpdateDataLakeStoreAccountParameters.

public UpdateDataLakeStoreAccountParameters ();
Public Sub New ()

Aplica-se a

UpdateDataLakeStoreAccountParameters(IDictionary<String,String>, String, UpdateEncryptionConfig, IList<UpdateFirewallRuleWithAccountParameters>, IList<UpdateVirtualNetworkRuleWithAccountParameters>, Nullable<FirewallState>, Nullable<FirewallAllowAzureIpsState>, IList<UpdateTrustedIdProviderWithAccountParameters>, Nullable<TrustedIdProviderState>, Nullable<TierType>)

Inicializa uma nova instância da 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)

Parâmetros

tags
IDictionary<String,String>

Marcações de recursos

defaultGroup
String

O grupo de proprietários padrão para todas as novas pastas e arquivos criados na conta do Data Lake Store.

encryptionConfig
UpdateEncryptionConfig

Usado para rotação de chaves de Key Vault gerenciadas pelo usuário. Só pode ser usado para girar uma chave de Key Vault de criptografia gerenciada pelo usuário.

firewallRules
IList<UpdateFirewallRuleWithAccountParameters>

A lista de regras de firewall associadas a essa conta do Data Lake Store.

virtualNetworkRules
IList<UpdateVirtualNetworkRuleWithAccountParameters>

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. Desabilitar o firewall não remove as regras existentes, elas serão ignoradas apenas até que o firewall seja habilitado novamente. 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<UpdateTrustedIdProviderWithAccountParameters>

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. Desabilitar a funcionalidade do provedor de identidade confiável não remove os provedores, eles serão ignorados apenas até que esse recurso seja habilitado novamente. Os valores possíveis incluem: 'Enabled', 'Disabled'

newTier
Nullable<TierType>

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