DataLakeAnalyticsAccount Class

  • java.lang.Object
    • Resource
      • com.microsoft.azure.management.datalake.analytics.models.DataLakeAnalyticsAccount

public class DataLakeAnalyticsAccount

A Data Lake Analytics account object, containing all information associated with the named Data Lake Analytics account.

Method Summary

Modifier and Type Method and Description
UUID accountId()

Get the accountId value.

List<ComputePolicyAccountCreateParameters> computePolicies()

Get the computePolicies value.

DateTime creationTime()

Get the creationTime value.

TierType currentTier()

Get the currentTier value.

List<DataLakeStoreAccountInfo> dataLakeStoreAccounts()

Get the dataLakeStoreAccounts value.

String defaultDataLakeStoreAccount()

Get the defaultDataLakeStoreAccount value.

String endpoint()

Get the endpoint value.

FirewallAllowAzureIpsState firewallAllowAzureIps()

Get the firewallAllowAzureIps value.

List<FirewallRule> firewallRules()

Get the firewallRules value.

FirewallState firewallState()

Get the firewallState value.

DateTime lastModifiedTime()

Get the lastModifiedTime value.

Integer maxDegreeOfParallelism()

Get the maxDegreeOfParallelism value.

Integer maxDegreeOfParallelismPerJob()

Get the maxDegreeOfParallelismPerJob value.

Integer maxJobCount()

Get the maxJobCount value.

Integer minPriorityPerJob()

Get the minPriorityPerJob value.

TierType newTier()

Get the newTier value.

DataLakeAnalyticsAccountStatus provisioningState()

Get the provisioningState value.

Integer queryStoreRetention()

Get the queryStoreRetention value.

DataLakeAnalyticsAccountState state()

Get the state value.

List<StorageAccountInfo> storageAccounts()

Get the storageAccounts value.

Integer systemMaxDegreeOfParallelism()

Get the systemMaxDegreeOfParallelism value.

Integer systemMaxJobCount()

Get the systemMaxJobCount value.

DataLakeAnalyticsAccount withComputePolicies(List<ComputePolicyAccountCreateParameters> computePolicies)

Set the computePolicies value.

DataLakeAnalyticsAccount withDataLakeStoreAccounts(List<DataLakeStoreAccountInfo> dataLakeStoreAccounts)

Set the dataLakeStoreAccounts value.

DataLakeAnalyticsAccount withDefaultDataLakeStoreAccount(String defaultDataLakeStoreAccount)

Set the defaultDataLakeStoreAccount value.

DataLakeAnalyticsAccount withFirewallAllowAzureIps(FirewallAllowAzureIpsState firewallAllowAzureIps)

Set the firewallAllowAzureIps value.

DataLakeAnalyticsAccount withFirewallRules(List<FirewallRule> firewallRules)

Set the firewallRules value.

DataLakeAnalyticsAccount withFirewallState(FirewallState firewallState)

Set the firewallState value.

DataLakeAnalyticsAccount withMaxDegreeOfParallelism(Integer maxDegreeOfParallelism)

Set the maxDegreeOfParallelism value.

DataLakeAnalyticsAccount withMaxDegreeOfParallelismPerJob(Integer maxDegreeOfParallelismPerJob)

Set the maxDegreeOfParallelismPerJob value.

DataLakeAnalyticsAccount withMaxJobCount(Integer maxJobCount)

Set the maxJobCount value.

DataLakeAnalyticsAccount withMinPriorityPerJob(Integer minPriorityPerJob)

Set the minPriorityPerJob value.

DataLakeAnalyticsAccount withNewTier(TierType newTier)

Set the newTier value.

DataLakeAnalyticsAccount withQueryStoreRetention(Integer queryStoreRetention)

Set the queryStoreRetention value.

DataLakeAnalyticsAccount withStorageAccounts(List<StorageAccountInfo> storageAccounts)

Set the storageAccounts value.

Method Details

accountId

public UUID accountId()

Get the accountId value.

Returns:

the accountId value

computePolicies

public List computePolicies()

Get the computePolicies value.

Returns:

the computePolicies value

creationTime

public DateTime creationTime()

Get the creationTime value.

Returns:

the creationTime value

currentTier

public TierType currentTier()

Get the currentTier value.

Returns:

the currentTier value

dataLakeStoreAccounts

public List dataLakeStoreAccounts()

Get the dataLakeStoreAccounts value.

Returns:

the dataLakeStoreAccounts value

defaultDataLakeStoreAccount

public String defaultDataLakeStoreAccount()

Get the defaultDataLakeStoreAccount value.

Returns:

the defaultDataLakeStoreAccount value

endpoint

public String endpoint()

Get the endpoint value.

Returns:

the endpoint value

firewallAllowAzureIps

public FirewallAllowAzureIpsState firewallAllowAzureIps()

Get the firewallAllowAzureIps value.

Returns:

the firewallAllowAzureIps value

firewallRules

public List firewallRules()

Get the firewallRules value.

Returns:

the firewallRules value

firewallState

public FirewallState firewallState()

Get the firewallState value.

Returns:

the firewallState value

lastModifiedTime

public DateTime lastModifiedTime()

Get the lastModifiedTime value.

Returns:

the lastModifiedTime value

maxDegreeOfParallelism

public Integer maxDegreeOfParallelism()

Get the maxDegreeOfParallelism value.

Returns:

the maxDegreeOfParallelism value

maxDegreeOfParallelismPerJob

public Integer maxDegreeOfParallelismPerJob()

Get the maxDegreeOfParallelismPerJob value.

Returns:

the maxDegreeOfParallelismPerJob value

maxJobCount

public Integer maxJobCount()

Get the maxJobCount value.

Returns:

the maxJobCount value

minPriorityPerJob

public Integer minPriorityPerJob()

Get the minPriorityPerJob value.

Returns:

the minPriorityPerJob value

newTier

public TierType newTier()

Get the newTier value.

Returns:

the newTier value

provisioningState

public DataLakeAnalyticsAccountStatus provisioningState()

Get the provisioningState value.

Returns:

the provisioningState value

queryStoreRetention

public Integer queryStoreRetention()

Get the queryStoreRetention value.

Returns:

the queryStoreRetention value

state

public DataLakeAnalyticsAccountState state()

Get the state value.

Returns:

the state value

storageAccounts

public List storageAccounts()

Get the storageAccounts value.

Returns:

the storageAccounts value

systemMaxDegreeOfParallelism

public Integer systemMaxDegreeOfParallelism()

Get the systemMaxDegreeOfParallelism value.

Returns:

the systemMaxDegreeOfParallelism value

systemMaxJobCount

public Integer systemMaxJobCount()

Get the systemMaxJobCount value.

Returns:

the systemMaxJobCount value

withComputePolicies

public DataLakeAnalyticsAccount withComputePolicies(List computePolicies)

Set the computePolicies value.

Parameters:

computePolicies - the computePolicies value to set

Returns:

the DataLakeAnalyticsAccount object itself.

withDataLakeStoreAccounts

public DataLakeAnalyticsAccount withDataLakeStoreAccounts(List dataLakeStoreAccounts)

Set the dataLakeStoreAccounts value.

Parameters:

dataLakeStoreAccounts - the dataLakeStoreAccounts value to set

Returns:

the DataLakeAnalyticsAccount object itself.

withDefaultDataLakeStoreAccount

public DataLakeAnalyticsAccount withDefaultDataLakeStoreAccount(String defaultDataLakeStoreAccount)

Set the defaultDataLakeStoreAccount value.

Parameters:

defaultDataLakeStoreAccount - the defaultDataLakeStoreAccount value to set

Returns:

the DataLakeAnalyticsAccount object itself.

withFirewallAllowAzureIps

public DataLakeAnalyticsAccount withFirewallAllowAzureIps(FirewallAllowAzureIpsState firewallAllowAzureIps)

Set the firewallAllowAzureIps value.

Parameters:

firewallAllowAzureIps - the firewallAllowAzureIps value to set

Returns:

the DataLakeAnalyticsAccount object itself.

withFirewallRules

public DataLakeAnalyticsAccount withFirewallRules(List firewallRules)

Set the firewallRules value.

Parameters:

firewallRules - the firewallRules value to set

Returns:

the DataLakeAnalyticsAccount object itself.

withFirewallState

public DataLakeAnalyticsAccount withFirewallState(FirewallState firewallState)

Set the firewallState value.

Parameters:

firewallState - the firewallState value to set

Returns:

the DataLakeAnalyticsAccount object itself.

withMaxDegreeOfParallelism

public DataLakeAnalyticsAccount withMaxDegreeOfParallelism(Integer maxDegreeOfParallelism)

Set the maxDegreeOfParallelism value.

Parameters:

maxDegreeOfParallelism - the maxDegreeOfParallelism value to set

Returns:

the DataLakeAnalyticsAccount object itself.

withMaxDegreeOfParallelismPerJob

public DataLakeAnalyticsAccount withMaxDegreeOfParallelismPerJob(Integer maxDegreeOfParallelismPerJob)

Set the maxDegreeOfParallelismPerJob value.

Parameters:

maxDegreeOfParallelismPerJob - the maxDegreeOfParallelismPerJob value to set

Returns:

the DataLakeAnalyticsAccount object itself.

withMaxJobCount

public DataLakeAnalyticsAccount withMaxJobCount(Integer maxJobCount)

Set the maxJobCount value.

Parameters:

maxJobCount - the maxJobCount value to set

Returns:

the DataLakeAnalyticsAccount object itself.

withMinPriorityPerJob

public DataLakeAnalyticsAccount withMinPriorityPerJob(Integer minPriorityPerJob)

Set the minPriorityPerJob value.

Parameters:

minPriorityPerJob - the minPriorityPerJob value to set

Returns:

the DataLakeAnalyticsAccount object itself.

withNewTier

public DataLakeAnalyticsAccount withNewTier(TierType newTier)

Set the newTier value.

Parameters:

newTier - the newTier value to set

Returns:

the DataLakeAnalyticsAccount object itself.

withQueryStoreRetention

public DataLakeAnalyticsAccount withQueryStoreRetention(Integer queryStoreRetention)

Set the queryStoreRetention value.

Parameters:

queryStoreRetention - the queryStoreRetention value to set

Returns:

the DataLakeAnalyticsAccount object itself.

withStorageAccounts

public DataLakeAnalyticsAccount withStorageAccounts(List storageAccounts)

Set the storageAccounts value.

Parameters:

storageAccounts - the storageAccounts value to set

Returns:

the DataLakeAnalyticsAccount object itself.

Applies to