UpdateDataLakeStoreAccountParameters Class

Data Lake Store account information to update.

Inheritance
azure.mgmt.datalake.store._serialization.Model
UpdateDataLakeStoreAccountParameters

Constructor

UpdateDataLakeStoreAccountParameters(*, tags: Dict[str, str] | None = None, default_group: str | None = None, encryption_config: _models.UpdateEncryptionConfig | None = None, firewall_rules: List[_models.UpdateFirewallRuleWithAccountParameters] | None = None, virtual_network_rules: List[_models.UpdateVirtualNetworkRuleWithAccountParameters] | None = None, firewall_state: str | _models.FirewallState | None = None, firewall_allow_azure_ips: str | _models.FirewallAllowAzureIpsState | None = None, trusted_id_providers: List[_models.UpdateTrustedIdProviderWithAccountParameters] | None = None, trusted_id_provider_state: str | _models.TrustedIdProviderState | None = None, new_tier: str | _models.TierType | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
tags

Resource tags.

default_group
str

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

encryption_config

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

firewall_rules

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

virtual_network_rules

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

firewall_state

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. Known values are: "Enabled" and "Disabled".

firewall_allow_azure_ips

The current state of allowing or disallowing IPs originating within Azure through the firewall. If the firewall is disabled, this is not enforced. Known values are: "Enabled" and "Disabled".

trusted_id_providers

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

trusted_id_provider_state

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. Known values are: "Enabled" and "Disabled".

new_tier

The commitment tier to use for next month. Known values are: "Consumption", "Commitment_1TB", "Commitment_10TB", "Commitment_100TB", "Commitment_500TB", "Commitment_1PB", and "Commitment_5PB".

Variables

Name Description
tags

Resource tags.

default_group
str

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

encryption_config

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

firewall_rules

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

virtual_network_rules

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

firewall_state

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. Known values are: "Enabled" and "Disabled".

firewall_allow_azure_ips

The current state of allowing or disallowing IPs originating within Azure through the firewall. If the firewall is disabled, this is not enforced. Known values are: "Enabled" and "Disabled".

trusted_id_providers

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

trusted_id_provider_state

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. Known values are: "Enabled" and "Disabled".

new_tier

The commitment tier to use for next month. Known values are: "Consumption", "Commitment_1TB", "Commitment_10TB", "Commitment_100TB", "Commitment_500TB", "Commitment_1PB", and "Commitment_5PB".