UpdateDataLakeStoreAccountParameters Class
Data Lake Store account information to update.
- Inheritance
-
UpdateDataLakeStoreAccountParameters
Constructor
UpdateDataLakeStoreAccountParameters(**kwargs)
Parameters
- default_group
- str
The default owner group for all new folders and files created in the Data Lake Store account.
- encryption_config
- UpdateEncryptionConfig
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]
The list of firewall rules associated with this Data Lake Store account.
- virtual_network_rules
- list[UpdateVirtualNetworkRuleWithAccountParameters]
The list of virtual network rules associated with this Data Lake Store account.
- firewall_state
- str or 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'
- firewall_allow_azure_ips
- str or 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'
- trusted_id_providers
- list[UpdateTrustedIdProviderWithAccountParameters]
The list of trusted identity providers associated with this Data Lake Store account.
- trusted_id_provider_state
- str or 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'
Feedback
Submit and view feedback for