DataLakeAnalyticsAccountData 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 DataLakeAnalyticsAccount data model. A Data Lake Analytics account object, containing all information associated with the named Data Lake Analytics account. Serialized Name: DataLakeAnalyticsAccount
public class DataLakeAnalyticsAccountData : Azure.ResourceManager.Models.ResourceData
type DataLakeAnalyticsAccountData = class
inherit ResourceData
Public Class DataLakeAnalyticsAccountData
Inherits ResourceData
- Inheritance
Properties
AccountId |
The unique identifier associated with this Data Lake Analytics account. Serialized Name: DataLakeAnalyticsAccount.properties.accountId |
ComputePolicies |
The list of compute policies associated with this account. Serialized Name: DataLakeAnalyticsAccount.properties.computePolicies |
CreatedOn |
The account creation time. Serialized Name: DataLakeAnalyticsAccount.properties.creationTime |
CurrentTier |
The commitment tier in use for the current month. Serialized Name: DataLakeAnalyticsAccount.properties.currentTier |
DataLakeStoreAccounts |
The list of Data Lake Store accounts associated with this account. Serialized Name: DataLakeAnalyticsAccount.properties.dataLakeStoreAccounts |
DebugDataAccessLevel |
The current state of the DebugDataAccessLevel for this account. Serialized Name: DataLakeAnalyticsAccount.properties.debugDataAccessLevel |
DefaultDataLakeStoreAccount |
The default Data Lake Store account associated with this account. Serialized Name: DataLakeAnalyticsAccount.properties.defaultDataLakeStoreAccount |
Endpoint |
The full CName endpoint for this account. Serialized Name: DataLakeAnalyticsAccount.properties.endpoint |
FirewallAllowAzureIPs |
The current state of allowing or disallowing IPs originating within Azure through the firewall. If the firewall is disabled, this is not enforced. Serialized Name: DataLakeAnalyticsAccount.properties.firewallAllowAzureIps |
FirewallRules |
The list of firewall rules associated with this account. Serialized Name: DataLakeAnalyticsAccount.properties.firewallRules |
FirewallState |
The current state of the IP address firewall for this account. Serialized Name: DataLakeAnalyticsAccount.properties.firewallState |
HiveMetastores |
The list of hiveMetastores associated with this account. Serialized Name: DataLakeAnalyticsAccount.properties.hiveMetastores |
Id |
Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}. (Inherited from ResourceData) |
LastModifiedOn |
The account last modified time. Serialized Name: DataLakeAnalyticsAccount.properties.lastModifiedTime |
Location |
The resource location. Serialized Name: Resource.location |
MaxActiveJobCountPerUser |
The maximum supported active jobs under the account at the same time. Serialized Name: DataLakeAnalyticsAccount.properties.maxActiveJobCountPerUser |
MaxDegreeOfParallelism |
The maximum supported degree of parallelism for this account. Serialized Name: DataLakeAnalyticsAccount.properties.maxDegreeOfParallelism |
MaxDegreeOfParallelismPerJob |
The maximum supported degree of parallelism per job for this account. Serialized Name: DataLakeAnalyticsAccount.properties.maxDegreeOfParallelismPerJob |
MaxJobCount |
The maximum supported jobs running under the account at the same time. Serialized Name: DataLakeAnalyticsAccount.properties.maxJobCount |
MaxJobRunningTimeInMin |
The maximum supported active jobs under the account at the same time. Serialized Name: DataLakeAnalyticsAccount.properties.maxJobRunningTimeInMin |
MaxQueuedJobCountPerUser |
The maximum supported jobs queued under the account at the same time. Serialized Name: DataLakeAnalyticsAccount.properties.maxQueuedJobCountPerUser |
MinPriorityPerJob |
The minimum supported priority per job for this account. Serialized Name: DataLakeAnalyticsAccount.properties.minPriorityPerJob |
Name |
The name of the resource. (Inherited from ResourceData) |
NewTier |
The commitment tier for the next month. Serialized Name: DataLakeAnalyticsAccount.properties.newTier |
ProvisioningState |
The provisioning status of the Data Lake Analytics account. Serialized Name: DataLakeAnalyticsAccount.properties.provisioningState |
PublicDataLakeStoreAccounts |
The list of Data Lake Store accounts associated with this account. Serialized Name: DataLakeAnalyticsAccount.properties.publicDataLakeStoreAccounts |
QueryStoreRetention |
The number of days that job metadata is retained. Serialized Name: DataLakeAnalyticsAccount.properties.queryStoreRetention |
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 Analytics account. Serialized Name: DataLakeAnalyticsAccount.properties.state |
StorageAccounts |
The list of Azure Blob Storage accounts associated with this account. Serialized Name: DataLakeAnalyticsAccount.properties.storageAccounts |
SystemData |
Azure Resource Manager metadata containing createdBy and modifiedBy information. (Inherited from ResourceData) |
SystemMaxDegreeOfParallelism |
The system defined maximum supported degree of parallelism for this account, which restricts the maximum value of parallelism the user can set for the account. Serialized Name: DataLakeAnalyticsAccount.properties.systemMaxDegreeOfParallelism |
SystemMaxJobCount |
The system defined maximum supported jobs running under the account at the same time, which restricts the maximum number of running jobs the user can set for the account. Serialized Name: DataLakeAnalyticsAccount.properties.systemMaxJobCount |
Tags |
The resource tags. Serialized Name: Resource.tags |
VirtualNetworkRules |
The list of virtualNetwork rules associated with this account. Serialized Name: DataLakeAnalyticsAccount.properties.virtualNetworkRules |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) | (Inherited from ResourceData) |
Applies to
Azure SDK for .NET