Share via


DataLakeStoreAccountUpdateParameters Constructors

Definition

Overloads

DataLakeStoreAccountUpdateParameters()

Initializes a new instance of the DataLakeStoreAccountUpdateParameters class.

DataLakeStoreAccountUpdateParameters(IDictionary<String,String>, Nullable<FirewallState>, Nullable<TrustedIdProviderState>, String, Nullable<TierType>, Nullable<FirewallAllowAzureIpsState>, UpdateEncryptionConfig)

Initializes a new instance of the DataLakeStoreAccountUpdateParameters class.

DataLakeStoreAccountUpdateParameters()

Initializes a new instance of the DataLakeStoreAccountUpdateParameters class.

public DataLakeStoreAccountUpdateParameters ();
Public Sub New ()

Applies to

DataLakeStoreAccountUpdateParameters(IDictionary<String,String>, Nullable<FirewallState>, Nullable<TrustedIdProviderState>, String, Nullable<TierType>, Nullable<FirewallAllowAzureIpsState>, UpdateEncryptionConfig)

Initializes a new instance of the DataLakeStoreAccountUpdateParameters class.

public DataLakeStoreAccountUpdateParameters (System.Collections.Generic.IDictionary<string,string> tags = default, Microsoft.Azure.Management.DataLake.Store.Models.FirewallState? firewallState = default, Microsoft.Azure.Management.DataLake.Store.Models.TrustedIdProviderState? trustedIdProviderState = default, string defaultGroup = default, Microsoft.Azure.Management.DataLake.Store.Models.TierType? newTier = default, Microsoft.Azure.Management.DataLake.Store.Models.FirewallAllowAzureIpsState? firewallAllowAzureIps = default, Microsoft.Azure.Management.DataLake.Store.Models.UpdateEncryptionConfig encryptionConfig = default);
new Microsoft.Azure.Management.DataLake.Store.Models.DataLakeStoreAccountUpdateParameters : System.Collections.Generic.IDictionary<string, string> * Nullable<Microsoft.Azure.Management.DataLake.Store.Models.FirewallState> * Nullable<Microsoft.Azure.Management.DataLake.Store.Models.TrustedIdProviderState> * string * Nullable<Microsoft.Azure.Management.DataLake.Store.Models.TierType> * Nullable<Microsoft.Azure.Management.DataLake.Store.Models.FirewallAllowAzureIpsState> * Microsoft.Azure.Management.DataLake.Store.Models.UpdateEncryptionConfig -> Microsoft.Azure.Management.DataLake.Store.Models.DataLakeStoreAccountUpdateParameters
Public Sub New (Optional tags As IDictionary(Of String, String) = Nothing, Optional firewallState As Nullable(Of FirewallState) = Nothing, Optional trustedIdProviderState As Nullable(Of TrustedIdProviderState) = Nothing, Optional defaultGroup As String = Nothing, Optional newTier As Nullable(Of TierType) = Nothing, Optional firewallAllowAzureIps As Nullable(Of FirewallAllowAzureIpsState) = Nothing, Optional encryptionConfig As UpdateEncryptionConfig = Nothing)

Parameters

tags
IDictionary<String,String>

Resource tags

firewallState
Nullable<FirewallState>

The current state of the IP address firewall for this Data Lake store account. Disabling the firewall does not remove existing rules, they will just be ignored until the firewall is re-enabled. Possible values include: 'Enabled', 'Disabled'

trustedIdProviderState
Nullable<TrustedIdProviderState>

The current state of the trusted identity provider feature for this Data Lake store account. Disabling trusted identity provider functionality does not remove the providers, they will just be ignored until this feature is re-enabled. Possible values include: 'Enabled', 'Disabled'

defaultGroup
String

the default owner group for all new folders and files created in the Data Lake Store account.

newTier
Nullable<TierType>

the commitment tier to use for next month. Possible values include: 'Consumption', 'Commitment_1TB', 'Commitment_10TB', 'Commitment_100TB', 'Commitment_500TB', 'Commitment_1PB', 'Commitment_5PB'

firewallAllowAzureIps
Nullable<FirewallAllowAzureIpsState>

The current state of allowing or disallowing IPs originating within Azure through the firewall. If the firewall is disabled, this is not enforced. Possible values include: 'Enabled', 'Disabled'

encryptionConfig
UpdateEncryptionConfig

Used for rotation of user managed Key Vault keys. Can only be used to rotate a user managed encryption Key Vault key.

Applies to