Uses of Class
com.microsoft.azure.management.datalake.analytics.models.CreateDataLakeAnalyticsAccountParameters
Package
Description
This package contains the classes for DataLakeAnalyticsCatalogManagementClient.
This package contains the models classes for DataLakeAnalyticsCatalogManagementClient.
-
Uses of CreateDataLakeAnalyticsAccountParameters in com.microsoft.azure.management.datalake.analytics
Modifier and TypeMethodDescriptionAccounts.beginCreate
(String resourceGroupName, String accountName, CreateDataLakeAnalyticsAccountParameters parameters) Creates the specified Data Lake Analytics account.rx.Observable<DataLakeAnalyticsAccount>
Accounts.beginCreateAsync
(String resourceGroupName, String accountName, CreateDataLakeAnalyticsAccountParameters parameters) Creates the specified Data Lake Analytics account.com.microsoft.rest.ServiceFuture<DataLakeAnalyticsAccount>
Accounts.beginCreateAsync
(String resourceGroupName, String accountName, CreateDataLakeAnalyticsAccountParameters parameters, com.microsoft.rest.ServiceCallback<DataLakeAnalyticsAccount> serviceCallback) Creates the specified Data Lake Analytics account.rx.Observable<com.microsoft.rest.ServiceResponse<DataLakeAnalyticsAccount>>
Accounts.beginCreateWithServiceResponseAsync
(String resourceGroupName, String accountName, CreateDataLakeAnalyticsAccountParameters parameters) Creates the specified Data Lake Analytics account.Accounts.create
(String resourceGroupName, String accountName, CreateDataLakeAnalyticsAccountParameters parameters) Creates the specified Data Lake Analytics account.rx.Observable<DataLakeAnalyticsAccount>
Accounts.createAsync
(String resourceGroupName, String accountName, CreateDataLakeAnalyticsAccountParameters parameters) Creates the specified Data Lake Analytics account.com.microsoft.rest.ServiceFuture<DataLakeAnalyticsAccount>
Accounts.createAsync
(String resourceGroupName, String accountName, CreateDataLakeAnalyticsAccountParameters parameters, com.microsoft.rest.ServiceCallback<DataLakeAnalyticsAccount> serviceCallback) Creates the specified Data Lake Analytics account.rx.Observable<com.microsoft.rest.ServiceResponse<DataLakeAnalyticsAccount>>
Accounts.createWithServiceResponseAsync
(String resourceGroupName, String accountName, CreateDataLakeAnalyticsAccountParameters parameters) Creates the specified Data Lake Analytics account. -
Uses of CreateDataLakeAnalyticsAccountParameters in com.microsoft.azure.management.datalake.analytics.models
Modifier and TypeMethodDescriptionCreateDataLakeAnalyticsAccountParameters.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.Set the resource tags.