UpdateDataLakeStoreAccountParameters Class

Data Lake Store account information to update.

Inheritance
UpdateDataLakeStoreAccountParameters

Constructor

UpdateDataLakeStoreAccountParameters(**kwargs)

Parameters

tags
dict[str, str]
Required

Resource tags

default_group
str
Required

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

encryption_config
UpdateEncryptionConfig
Required

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

firewall_rules
list[UpdateFirewallRuleWithAccountParameters]
Required

The list of firewall rules associated with this Data Lake Store account.

virtual_network_rules
list[UpdateVirtualNetworkRuleWithAccountParameters]
Required

The list of virtual network rules associated with this Data Lake Store account.

firewall_state
str or FirewallState
Required

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'

firewall_allow_azure_ips
str or FirewallAllowAzureIpsState
Required

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'

trusted_id_providers
list[UpdateTrustedIdProviderWithAccountParameters]
Required

The list of trusted identity providers associated with this Data Lake Store account.

trusted_id_provider_state
str or TrustedIdProviderState
Required

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'

new_tier
str or TierType
Required

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