DataLakeAnalyticsAccount Interface
public interface DataLakeAnalyticsAccount
An immutable client-side representation of DataLakeAnalyticsAccount.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| abstract UUID |
accountId()
Gets the account |
|
abstract
List<Compute |
computePolicies()
Gets the compute |
|
abstract
Offset |
creationTime()
Gets the creation |
|
abstract
Tier |
currentTier()
Gets the current |
|
abstract
List<Data |
dataLakeStoreAccounts()
Gets the data |
|
abstract
Debug |
debugDataAccessLevel()
Gets the debug |
| abstract String |
defaultDataLakeStoreAccount()
Gets the default |
| abstract String |
endpoint()
Gets the endpoint property: The full CName endpoint for this account. |
|
abstract
Firewall |
firewallAllowAzureIps()
Gets the firewall |
|
abstract
List<Firewall |
firewallRules()
Gets the firewall |
|
abstract
Firewall |
firewallState()
Gets the firewall |
|
abstract
List<Hive |
hiveMetastores()
Gets the hive |
| abstract String |
id()
Gets the id property: Fully qualified resource Id for the resource. |
|
abstract
Data |
innerModel()
Gets the inner com. |
|
abstract
Offset |
lastModifiedTime()
Gets the last |
| abstract String |
location()
Gets the location property: The geo-location where the resource lives. |
| abstract Integer |
maxActiveJobCountPerUser()
Gets the max |
| abstract Integer |
maxDegreeOfParallelism()
Gets the max |
| abstract Integer |
maxDegreeOfParallelismPerJob()
Gets the max |
| abstract Integer |
maxJobCount()
Gets the max |
| abstract Integer |
maxJobRunningTimeInMin()
Gets the max |
| abstract Integer |
maxQueuedJobCountPerUser()
Gets the max |
| abstract Integer |
minPriorityPerJob()
Gets the min |
| abstract String |
name()
Gets the name property: The name of the resource. |
|
abstract
Tier |
newTier()
Gets the new |
|
abstract
Data |
provisioningState()
Gets the provisioning |
|
abstract
List<Data |
publicDataLakeStoreAccounts()
Gets the public |
| abstract Integer |
queryStoreRetention()
Gets the query |
|
abstract
Data |
refresh()
Refreshes the resource to sync with Azure. |
|
abstract
Data |
refresh(Context context)
Refreshes the resource to sync with Azure. |
| abstract Region |
region()
Gets the region of the resource. |
| abstract String |
regionName()
Gets the name of the resource region. |
| abstract String |
resourceGroupName()
Gets the name of the resource group. |
|
abstract
Data |
state()
Gets the state property: The state of the Data Lake Analytics account. |
|
abstract
List<Storage |
storageAccounts()
Gets the storage |
| abstract Integer |
systemMaxDegreeOfParallelism()
Gets the system |
| abstract Integer |
systemMaxJobCount()
Gets the system |
| abstract Map<String,String> |
tags()
Gets the tags property: Resource tags. |
| abstract String |
type()
Gets the type property: The type of the resource. |
| abstract Update |
update()
Begins update for the Data |
|
abstract
List<Virtual |
virtualNetworkRules()
Gets the virtual |
Method Details
accountId
public abstract UUID accountId()
Gets the accountId property: The unique identifier associated with this Data Lake Analytics account.
Returns:
computePolicies
public abstract List<ComputePolicy> computePolicies()
Gets the computePolicies property: The list of compute policies associated with this account.
Returns:
creationTime
public abstract OffsetDateTime creationTime()
Gets the creationTime property: The account creation time.
Returns:
currentTier
public abstract TierType currentTier()
Gets the currentTier property: The commitment tier in use for the current month.
Returns:
dataLakeStoreAccounts
public abstract List<DataLakeStoreAccountInformation> dataLakeStoreAccounts()
Gets the dataLakeStoreAccounts property: The list of Data Lake Store accounts associated with this account.
Returns:
debugDataAccessLevel
public abstract DebugDataAccessLevel debugDataAccessLevel()
Gets the debugDataAccessLevel property: The current state of the DebugDataAccessLevel for this account.
Returns:
defaultDataLakeStoreAccount
public abstract String defaultDataLakeStoreAccount()
Gets the defaultDataLakeStoreAccount property: The default Data Lake Store account associated with this account.
Returns:
endpoint
public abstract String endpoint()
Gets the endpoint property: The full CName endpoint for this account.
Returns:
firewallAllowAzureIps
public abstract FirewallAllowAzureIpsState firewallAllowAzureIps()
Gets the firewallAllowAzureIps property: The current state of allowing or disallowing IPs originating within Azure through the firewall. If the firewall is disabled, this is not enforced.
Returns:
firewallRules
public abstract List<FirewallRule> firewallRules()
Gets the firewallRules property: The list of firewall rules associated with this account.
Returns:
firewallState
public abstract FirewallState firewallState()
Gets the firewallState property: The current state of the IP address firewall for this account.
Returns:
hiveMetastores
public abstract List<HiveMetastore> hiveMetastores()
Gets the hiveMetastores property: The list of hiveMetastores associated with this account.
Returns:
id
public abstract String id()
Gets the id property: Fully qualified resource Id for the resource.
Returns:
innerModel
public abstract DataLakeAnalyticsAccountInner innerModel()
Gets the inner com.azure.resourcemanager.datalakeanalytics.fluent.models.DataLakeAnalyticsAccountInner object.
Returns:
lastModifiedTime
public abstract OffsetDateTime lastModifiedTime()
Gets the lastModifiedTime property: The account last modified time.
Returns:
location
public abstract String location()
Gets the location property: The geo-location where the resource lives.
Returns:
maxActiveJobCountPerUser
public abstract Integer maxActiveJobCountPerUser()
Gets the maxActiveJobCountPerUser property: The maximum supported active jobs under the account at the same time.
Returns:
maxDegreeOfParallelism
public abstract Integer maxDegreeOfParallelism()
Gets the maxDegreeOfParallelism property: The maximum supported degree of parallelism for this account.
Returns:
maxDegreeOfParallelismPerJob
public abstract Integer maxDegreeOfParallelismPerJob()
Gets the maxDegreeOfParallelismPerJob property: The maximum supported degree of parallelism per job for this account.
Returns:
maxJobCount
public abstract Integer maxJobCount()
Gets the maxJobCount property: The maximum supported jobs running under the account at the same time.
Returns:
maxJobRunningTimeInMin
public abstract Integer maxJobRunningTimeInMin()
Gets the maxJobRunningTimeInMin property: The maximum supported active jobs under the account at the same time.
Returns:
maxQueuedJobCountPerUser
public abstract Integer maxQueuedJobCountPerUser()
Gets the maxQueuedJobCountPerUser property: The maximum supported jobs queued under the account at the same time.
Returns:
minPriorityPerJob
public abstract Integer minPriorityPerJob()
Gets the minPriorityPerJob property: The minimum supported priority per job for this account.
Returns:
name
public abstract String name()
Gets the name property: The name of the resource.
Returns:
newTier
public abstract TierType newTier()
Gets the newTier property: The commitment tier for the next month.
Returns:
provisioningState
public abstract DataLakeAnalyticsAccountStatus provisioningState()
Gets the provisioningState property: The provisioning status of the Data Lake Analytics account.
Returns:
publicDataLakeStoreAccounts
public abstract List<DataLakeStoreAccountInformation> publicDataLakeStoreAccounts()
Gets the publicDataLakeStoreAccounts property: The list of Data Lake Store accounts associated with this account.
Returns:
queryStoreRetention
public abstract Integer queryStoreRetention()
Gets the queryStoreRetention property: The number of days that job metadata is retained.
Returns:
refresh
public abstract DataLakeAnalyticsAccount refresh()
Refreshes the resource to sync with Azure.
Returns:
refresh
public abstract DataLakeAnalyticsAccount refresh(Context context)
Refreshes the resource to sync with Azure.
Parameters:
Returns:
region
public abstract Region region()
Gets the region of the resource.
Returns:
regionName
public abstract String regionName()
Gets the name of the resource region.
Returns:
resourceGroupName
public abstract String resourceGroupName()
Gets the name of the resource group.
Returns:
state
public abstract DataLakeAnalyticsAccountState state()
Gets the state property: The state of the Data Lake Analytics account.
Returns:
storageAccounts
public abstract List<StorageAccountInformation> storageAccounts()
Gets the storageAccounts property: The list of Azure Blob Storage accounts associated with this account.
Returns:
systemMaxDegreeOfParallelism
public abstract Integer systemMaxDegreeOfParallelism()
Gets the systemMaxDegreeOfParallelism property: 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.
Returns:
systemMaxJobCount
public abstract Integer systemMaxJobCount()
Gets the systemMaxJobCount property: 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.
Returns:
tags
public abstract Map<String,String> tags()
Gets the tags property: Resource tags.
Returns:
type
public abstract String type()
Gets the type property: The type of the resource.
Returns:
update
public abstract DataLakeAnalyticsAccount.Update update()
Begins update for the DataLakeAnalyticsAccount resource.
Returns:
virtualNetworkRules
public abstract List<VirtualNetworkRule> virtualNetworkRules()
Gets the virtualNetworkRules property: The list of virtualNetwork rules associated with this account.
Returns: