DataLakeStoreAccount Class
Data Lake Store account information.
Variables are only populated by the server, and will be ignored when sending a request.
- Inheritance
-
azure.mgmt.datalake.store.models._models_py3.ResourceDataLakeStoreAccount
Constructor
DataLakeStoreAccount(**kwargs: Any)
Variables
Name | Description |
---|---|
id
|
The resource identifier. |
name
|
The resource name. |
type
|
The resource type. |
location
|
The resource location. |
tags
|
The resource tags. |
identity
|
The Key Vault encryption identity, if any. |
account_id
|
The unique identifier associated with this Data Lake Store account. |
provisioning_state
|
The provisioning status of the Data Lake Store account. Known values are: "Failed", "Creating", "Running", "Succeeded", "Patching", "Suspending", "Resuming", "Deleting", "Deleted", "Undeleting", and "Canceled". |
state
|
The state of the Data Lake Store account. Known values are: "Active" and "Suspended". |
creation_time
|
The account creation time. |
last_modified_time
|
The account last modified time. |
endpoint
|
The full CName endpoint for this account. |
default_group
|
The default owner group for all new folders and files created in the Data Lake Store account. |
encryption_config
|
The Key Vault encryption configuration. |
encryption_state
|
The current state of encryption for this Data Lake Store account. Known values are: "Enabled" and "Disabled". |
encryption_provisioning_state
|
The current state of encryption provisioning for this Data Lake Store account. Known values are: "Creating" and "Succeeded". |
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
|
str or
FirewallState
The current state of the IP address firewall for this Data Lake Store account. 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. 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". |
current_tier
|
The commitment tier in use for the current month. Known values are: "Consumption", "Commitment_1TB", "Commitment_10TB", "Commitment_100TB", "Commitment_500TB", "Commitment_1PB", and "Commitment_5PB". |
Azure SDK for Python