public class UpdateDataLakeAnalyticsAccountParameters extends Object
| Constructor and Description |
|---|
UpdateDataLakeAnalyticsAccountParameters() |
| Modifier and Type | Method and Description |
|---|---|
List<UpdateComputePolicyWithAccountParameters> |
computePolicies()
Get the list of compute policies associated with this account.
|
List<UpdateDataLakeStoreWithAccountParameters> |
dataLakeStoreAccounts()
Get the list of Data Lake Store accounts associated with this account.
|
FirewallAllowAzureIpsState |
firewallAllowAzureIps()
Get the current state of allowing or disallowing IPs originating within Azure through the firewall.
|
List<UpdateFirewallRuleWithAccountParameters> |
firewallRules()
Get the list of firewall rules associated with this account.
|
FirewallState |
firewallState()
Get the current state of the IP address firewall for this account.
|
Integer |
maxDegreeOfParallelism()
Get the maximum supported degree of parallelism for this account.
|
Integer |
maxDegreeOfParallelismPerJob()
Get the maximum supported degree of parallelism per job for this account.
|
Integer |
maxJobCount()
Get the maximum supported jobs running under the account at the same time.
|
Integer |
minPriorityPerJob()
Get the minimum supported priority per job for this account.
|
TierType |
newTier()
Get the commitment tier to use for next month.
|
Integer |
queryStoreRetention()
Get the number of days that job metadata is retained.
|
List<UpdateStorageAccountWithAccountParameters> |
storageAccounts()
Get the list of Azure Blob storage accounts associated with this account.
|
Map<String,String> |
tags()
Get the resource tags.
|
UpdateDataLakeAnalyticsAccountParameters |
withComputePolicies(List<UpdateComputePolicyWithAccountParameters> computePolicies)
Set the list of compute policies associated with this account.
|
UpdateDataLakeAnalyticsAccountParameters |
withDataLakeStoreAccounts(List<UpdateDataLakeStoreWithAccountParameters> dataLakeStoreAccounts)
Set the list of Data Lake Store accounts associated with this account.
|
UpdateDataLakeAnalyticsAccountParameters |
withFirewallAllowAzureIps(FirewallAllowAzureIpsState firewallAllowAzureIps)
Set the current state of allowing or disallowing IPs originating within Azure through the firewall.
|
UpdateDataLakeAnalyticsAccountParameters |
withFirewallRules(List<UpdateFirewallRuleWithAccountParameters> firewallRules)
Set the list of firewall rules associated with this account.
|
UpdateDataLakeAnalyticsAccountParameters |
withFirewallState(FirewallState firewallState)
Set the current state of the IP address firewall for this account.
|
UpdateDataLakeAnalyticsAccountParameters |
withMaxDegreeOfParallelism(Integer maxDegreeOfParallelism)
Set the maximum supported degree of parallelism for this account.
|
UpdateDataLakeAnalyticsAccountParameters |
withMaxDegreeOfParallelismPerJob(Integer maxDegreeOfParallelismPerJob)
Set the maximum supported degree of parallelism per job for this account.
|
UpdateDataLakeAnalyticsAccountParameters |
withMaxJobCount(Integer maxJobCount)
Set the maximum supported jobs running under the account at the same time.
|
UpdateDataLakeAnalyticsAccountParameters |
withMinPriorityPerJob(Integer minPriorityPerJob)
Set the minimum supported priority per job for this account.
|
UpdateDataLakeAnalyticsAccountParameters |
withNewTier(TierType newTier)
Set the commitment tier to use for next month.
|
UpdateDataLakeAnalyticsAccountParameters |
withQueryStoreRetention(Integer queryStoreRetention)
Set the number of days that job metadata is retained.
|
UpdateDataLakeAnalyticsAccountParameters |
withStorageAccounts(List<UpdateStorageAccountWithAccountParameters> storageAccounts)
Set the list of Azure Blob storage accounts associated with this account.
|
UpdateDataLakeAnalyticsAccountParameters |
withTags(Map<String,String> tags)
Set the resource tags.
|
public UpdateDataLakeAnalyticsAccountParameters()
public UpdateDataLakeAnalyticsAccountParameters withTags(Map<String,String> tags)
tags - the tags value to setpublic List<UpdateDataLakeStoreWithAccountParameters> dataLakeStoreAccounts()
public UpdateDataLakeAnalyticsAccountParameters withDataLakeStoreAccounts(List<UpdateDataLakeStoreWithAccountParameters> dataLakeStoreAccounts)
dataLakeStoreAccounts - the dataLakeStoreAccounts value to setpublic List<UpdateStorageAccountWithAccountParameters> storageAccounts()
public UpdateDataLakeAnalyticsAccountParameters withStorageAccounts(List<UpdateStorageAccountWithAccountParameters> storageAccounts)
storageAccounts - the storageAccounts value to setpublic List<UpdateComputePolicyWithAccountParameters> computePolicies()
public UpdateDataLakeAnalyticsAccountParameters withComputePolicies(List<UpdateComputePolicyWithAccountParameters> computePolicies)
computePolicies - the computePolicies value to setpublic List<UpdateFirewallRuleWithAccountParameters> firewallRules()
public UpdateDataLakeAnalyticsAccountParameters withFirewallRules(List<UpdateFirewallRuleWithAccountParameters> firewallRules)
firewallRules - the firewallRules value to setpublic FirewallState firewallState()
public UpdateDataLakeAnalyticsAccountParameters withFirewallState(FirewallState firewallState)
firewallState - the firewallState value to setpublic FirewallAllowAzureIpsState firewallAllowAzureIps()
public UpdateDataLakeAnalyticsAccountParameters withFirewallAllowAzureIps(FirewallAllowAzureIpsState firewallAllowAzureIps)
firewallAllowAzureIps - the firewallAllowAzureIps value to setpublic TierType newTier()
public UpdateDataLakeAnalyticsAccountParameters withNewTier(TierType newTier)
newTier - the newTier value to setpublic Integer maxJobCount()
public UpdateDataLakeAnalyticsAccountParameters withMaxJobCount(Integer maxJobCount)
maxJobCount - the maxJobCount value to setpublic Integer maxDegreeOfParallelism()
public UpdateDataLakeAnalyticsAccountParameters withMaxDegreeOfParallelism(Integer maxDegreeOfParallelism)
maxDegreeOfParallelism - the maxDegreeOfParallelism value to setpublic Integer maxDegreeOfParallelismPerJob()
public UpdateDataLakeAnalyticsAccountParameters withMaxDegreeOfParallelismPerJob(Integer maxDegreeOfParallelismPerJob)
maxDegreeOfParallelismPerJob - the maxDegreeOfParallelismPerJob value to setpublic Integer minPriorityPerJob()
public UpdateDataLakeAnalyticsAccountParameters withMinPriorityPerJob(Integer minPriorityPerJob)
minPriorityPerJob - the minPriorityPerJob value to setpublic Integer queryStoreRetention()
public UpdateDataLakeAnalyticsAccountParameters withQueryStoreRetention(Integer queryStoreRetention)
queryStoreRetention - the queryStoreRetention value to setCopyright © 2019. All rights reserved.