DataLakeAnalyticsAccountUpdateParameters Class

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

public class DataLakeAnalyticsAccountUpdateParameters

The parameters that can be used to update an existing Data Lake Analytics account.

Method Summary

Modifier and Type Method and Description
List<ComputePolicy> computePolicies()

Get the computePolicies value.

FirewallAllowAzureIpsState firewallAllowAzureIps()

Get the firewallAllowAzureIps value.

List<FirewallRule> firewallRules()

Get the firewallRules value.

FirewallState firewallState()

Get the firewallState 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.

Integer queryStoreRetention()

Get the queryStoreRetention value.

Map<String, String> tags()

Get the tags value.

DataLakeAnalyticsAccountUpdateParameters withComputePolicies(List<ComputePolicy> computePolicies)

Set the computePolicies value.

DataLakeAnalyticsAccountUpdateParameters withFirewallAllowAzureIps(FirewallAllowAzureIpsState firewallAllowAzureIps)

Set the firewallAllowAzureIps value.

DataLakeAnalyticsAccountUpdateParameters withFirewallRules(List<FirewallRule> firewallRules)

Set the firewallRules value.

DataLakeAnalyticsAccountUpdateParameters withFirewallState(FirewallState firewallState)

Set the firewallState value.

DataLakeAnalyticsAccountUpdateParameters withMaxDegreeOfParallelism(Integer maxDegreeOfParallelism)

Set the maxDegreeOfParallelism value.

DataLakeAnalyticsAccountUpdateParameters withMaxDegreeOfParallelismPerJob(Integer maxDegreeOfParallelismPerJob)

Set the maxDegreeOfParallelismPerJob value.

DataLakeAnalyticsAccountUpdateParameters withMaxJobCount(Integer maxJobCount)

Set the maxJobCount value.

DataLakeAnalyticsAccountUpdateParameters withMinPriorityPerJob(Integer minPriorityPerJob)

Set the minPriorityPerJob value.

DataLakeAnalyticsAccountUpdateParameters withNewTier(TierType newTier)

Set the newTier value.

DataLakeAnalyticsAccountUpdateParameters withQueryStoreRetention(Integer queryStoreRetention)

Set the queryStoreRetention value.

DataLakeAnalyticsAccountUpdateParameters withTags(Map<String, String> tags)

Set the tags value.

Method Details

computePolicies

public List computePolicies()

Get the computePolicies value.

Returns:

the computePolicies 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

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

queryStoreRetention

public Integer queryStoreRetention()

Get the queryStoreRetention value.

Returns:

the queryStoreRetention value

tags

public Map tags()

Get the tags value.

Returns:

the tags value

withComputePolicies

public DataLakeAnalyticsAccountUpdateParameters withComputePolicies(List computePolicies)

Set the computePolicies value.

Parameters:

computePolicies - the computePolicies value to set

Returns:

the DataLakeAnalyticsAccountUpdateParameters object itself.

withFirewallAllowAzureIps

public DataLakeAnalyticsAccountUpdateParameters withFirewallAllowAzureIps(FirewallAllowAzureIpsState firewallAllowAzureIps)

Set the firewallAllowAzureIps value.

Parameters:

firewallAllowAzureIps - the firewallAllowAzureIps value to set

Returns:

the DataLakeAnalyticsAccountUpdateParameters object itself.

withFirewallRules

public DataLakeAnalyticsAccountUpdateParameters withFirewallRules(List firewallRules)

Set the firewallRules value.

Parameters:

firewallRules - the firewallRules value to set

Returns:

the DataLakeAnalyticsAccountUpdateParameters object itself.

withFirewallState

public DataLakeAnalyticsAccountUpdateParameters withFirewallState(FirewallState firewallState)

Set the firewallState value.

Parameters:

firewallState - the firewallState value to set

Returns:

the DataLakeAnalyticsAccountUpdateParameters object itself.

withMaxDegreeOfParallelism

public DataLakeAnalyticsAccountUpdateParameters withMaxDegreeOfParallelism(Integer maxDegreeOfParallelism)

Set the maxDegreeOfParallelism value.

Parameters:

maxDegreeOfParallelism - the maxDegreeOfParallelism value to set

Returns:

the DataLakeAnalyticsAccountUpdateParameters object itself.

withMaxDegreeOfParallelismPerJob

public DataLakeAnalyticsAccountUpdateParameters withMaxDegreeOfParallelismPerJob(Integer maxDegreeOfParallelismPerJob)

Set the maxDegreeOfParallelismPerJob value.

Parameters:

maxDegreeOfParallelismPerJob - the maxDegreeOfParallelismPerJob value to set

Returns:

the DataLakeAnalyticsAccountUpdateParameters object itself.

withMaxJobCount

public DataLakeAnalyticsAccountUpdateParameters withMaxJobCount(Integer maxJobCount)

Set the maxJobCount value.

Parameters:

maxJobCount - the maxJobCount value to set

Returns:

the DataLakeAnalyticsAccountUpdateParameters object itself.

withMinPriorityPerJob

public DataLakeAnalyticsAccountUpdateParameters withMinPriorityPerJob(Integer minPriorityPerJob)

Set the minPriorityPerJob value.

Parameters:

minPriorityPerJob - the minPriorityPerJob value to set

Returns:

the DataLakeAnalyticsAccountUpdateParameters object itself.

withNewTier

public DataLakeAnalyticsAccountUpdateParameters withNewTier(TierType newTier)

Set the newTier value.

Parameters:

newTier - the newTier value to set

Returns:

the DataLakeAnalyticsAccountUpdateParameters object itself.

withQueryStoreRetention

public DataLakeAnalyticsAccountUpdateParameters withQueryStoreRetention(Integer queryStoreRetention)

Set the queryStoreRetention value.

Parameters:

queryStoreRetention - the queryStoreRetention value to set

Returns:

the DataLakeAnalyticsAccountUpdateParameters object itself.

withTags

public DataLakeAnalyticsAccountUpdateParameters withTags(Map tags)

Set the tags value.

Parameters:

tags - the tags value to set

Returns:

the DataLakeAnalyticsAccountUpdateParameters object itself.

Applies to