DataLakeStoreAccountData Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A class representing the DataLakeStoreAccount data model. Data Lake Store account information.
public class DataLakeStoreAccountData : Azure.ResourceManager.Models.ResourceData, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.DataLakeStore.DataLakeStoreAccountData>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.DataLakeStore.DataLakeStoreAccountData>
public class DataLakeStoreAccountData : Azure.ResourceManager.Models.ResourceData
type DataLakeStoreAccountData = class
inherit ResourceData
interface IJsonModel<DataLakeStoreAccountData>
interface IPersistableModel<DataLakeStoreAccountData>
type DataLakeStoreAccountData = class
inherit ResourceData
Public Class DataLakeStoreAccountData
Inherits ResourceData
Implements IJsonModel(Of DataLakeStoreAccountData), IPersistableModel(Of DataLakeStoreAccountData)
Public Class DataLakeStoreAccountData
Inherits ResourceData
- Inheritance
- Implements
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. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |
Explicit Interface Implementations
IJsonModel<DataLakeStoreAccountData>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<DataLakeStoreAccountData>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<DataLakeStoreAccountData>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<DataLakeStoreAccountData>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<DataLakeStoreAccountData>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET