DataLakeStoreAccountData Class

Definition

A class representing the DataLakeStoreAccount data model. Data Lake Store account information.

public class DataLakeStoreAccountData : Azure.ResourceManager.Models.ResourceData
type DataLakeStoreAccountData = class
    inherit ResourceData
Public Class DataLakeStoreAccountData
Inherits ResourceData
Inheritance
DataLakeStoreAccountData

Properties

AccountId

The unique identifier associated with this Data Lake Store account.

CreatedOn

The account creation time.

CurrentTier

The commitment tier in use for the current month.

DefaultGroup

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

EncryptionConfig

The Key Vault encryption configuration.

EncryptionProvisioningState

The current state of encryption provisioning for this Data Lake Store account.

EncryptionState

The current state of encryption for this Data Lake Store account.

Endpoint

The full CName endpoint for this account.

FirewallAllowAzureIPs

The current state of allowing or disallowing IPs originating within Azure through the firewall. If the firewall is disabled, this is not enforced.

FirewallRules

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

FirewallState

The current state of the IP address firewall for this Data Lake Store account.

Id

Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}.

(Inherited from ResourceData)
Identity

The Key Vault encryption identity, if any. Current supported identity types: SystemAssigned.

LastModifiedOn

The account last modified time.

Location

The resource location.

Name

The name of the resource.

(Inherited from ResourceData)
NewTier

The commitment tier to use for next month.

ProvisioningState

The provisioning status of the Data Lake Store account.

ResourceType

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts".

(Inherited from ResourceData)
State

The state of the Data Lake Store account.

SystemData

Azure Resource Manager metadata containing createdBy and modifiedBy information.

(Inherited from ResourceData)
Tags

The resource tags.

TrustedIdProviders

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

TrustedIdProviderState

The current state of the trusted identity provider feature for this Data Lake Store account.

VirtualNetworkRules

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

Applies to