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