DataLakeAnalyticsAccount Class
- java.
lang. Object - Resource
- com.
microsoft. azure. management. datalake. analytics. models. DataLakeAnalyticsAccount
- com.
public class DataLakeAnalyticsAccount
A Data Lake Analytics account object, containing all information associated with the named Data Lake Analytics account.
Method Summary
Method Details
accountId
public UUID accountId()
Get the accountId value.
Returns:
computePolicies
public List
Get the computePolicies value.
Returns:
creationTime
public DateTime creationTime()
Get the creationTime value.
Returns:
currentTier
public TierType currentTier()
Get the currentTier value.
Returns:
dataLakeStoreAccounts
public List
Get the dataLakeStoreAccounts value.
Returns:
defaultDataLakeStoreAccount
public String defaultDataLakeStoreAccount()
Get the defaultDataLakeStoreAccount value.
Returns:
endpoint
public String endpoint()
Get the endpoint value.
Returns:
firewallAllowAzureIps
public FirewallAllowAzureIpsState firewallAllowAzureIps()
Get the firewallAllowAzureIps value.
Returns:
firewallRules
public List
Get the firewallRules value.
Returns:
firewallState
public FirewallState firewallState()
Get the firewallState value.
Returns:
lastModifiedTime
public DateTime lastModifiedTime()
Get the lastModifiedTime value.
Returns:
maxDegreeOfParallelism
public Integer maxDegreeOfParallelism()
Get the maxDegreeOfParallelism value.
Returns:
maxDegreeOfParallelismPerJob
public Integer maxDegreeOfParallelismPerJob()
Get the maxDegreeOfParallelismPerJob value.
Returns:
maxJobCount
public Integer maxJobCount()
Get the maxJobCount value.
Returns:
minPriorityPerJob
public Integer minPriorityPerJob()
Get the minPriorityPerJob value.
Returns:
newTier
public TierType newTier()
Get the newTier value.
Returns:
provisioningState
public DataLakeAnalyticsAccountStatus provisioningState()
Get the provisioningState value.
Returns:
queryStoreRetention
public Integer queryStoreRetention()
Get the queryStoreRetention value.
Returns:
state
public DataLakeAnalyticsAccountState state()
Get the state value.
Returns:
storageAccounts
public List
Get the storageAccounts value.
Returns:
systemMaxDegreeOfParallelism
public Integer systemMaxDegreeOfParallelism()
Get the systemMaxDegreeOfParallelism value.
Returns:
systemMaxJobCount
public Integer systemMaxJobCount()
Get the systemMaxJobCount value.
Returns:
withComputePolicies
public DataLakeAnalyticsAccount withComputePolicies(List
Set the computePolicies value.
Parameters:
Returns:
withDataLakeStoreAccounts
public DataLakeAnalyticsAccount withDataLakeStoreAccounts(List
Set the dataLakeStoreAccounts value.
Parameters:
Returns:
withDefaultDataLakeStoreAccount
public DataLakeAnalyticsAccount withDefaultDataLakeStoreAccount(String defaultDataLakeStoreAccount)
Set the defaultDataLakeStoreAccount value.
Parameters:
Returns:
withFirewallAllowAzureIps
public DataLakeAnalyticsAccount withFirewallAllowAzureIps(FirewallAllowAzureIpsState firewallAllowAzureIps)
Set the firewallAllowAzureIps value.
Parameters:
Returns:
withFirewallRules
public DataLakeAnalyticsAccount withFirewallRules(List
Set the firewallRules value.
Parameters:
Returns:
withFirewallState
public DataLakeAnalyticsAccount withFirewallState(FirewallState firewallState)
Set the firewallState value.
Parameters:
Returns:
withMaxDegreeOfParallelism
public DataLakeAnalyticsAccount withMaxDegreeOfParallelism(Integer maxDegreeOfParallelism)
Set the maxDegreeOfParallelism value.
Parameters:
Returns:
withMaxDegreeOfParallelismPerJob
public DataLakeAnalyticsAccount withMaxDegreeOfParallelismPerJob(Integer maxDegreeOfParallelismPerJob)
Set the maxDegreeOfParallelismPerJob value.
Parameters:
Returns:
withMaxJobCount
public DataLakeAnalyticsAccount withMaxJobCount(Integer maxJobCount)
Set the maxJobCount value.
Parameters:
Returns:
withMinPriorityPerJob
public DataLakeAnalyticsAccount withMinPriorityPerJob(Integer minPriorityPerJob)
Set the minPriorityPerJob value.
Parameters:
Returns:
withNewTier
public DataLakeAnalyticsAccount withNewTier(TierType newTier)
Set the newTier value.
Parameters:
Returns:
withQueryStoreRetention
public DataLakeAnalyticsAccount withQueryStoreRetention(Integer queryStoreRetention)
Set the queryStoreRetention value.
Parameters:
Returns:
withStorageAccounts
public DataLakeAnalyticsAccount withStorageAccounts(List
Set the storageAccounts value.
Parameters:
Returns:
Applies to
Azure SDK for Java