Uses of Class
com.microsoft.azure.management.datalake.analytics.models.UpdateDataLakeAnalyticsAccountParameters
Package
Description
This package contains the classes for DataLakeAnalyticsCatalogManagementClient.
This package contains the models classes for DataLakeAnalyticsCatalogManagementClient.
-
Uses of UpdateDataLakeAnalyticsAccountParameters in com.microsoft.azure.management.datalake.analytics
Modifier and TypeMethodDescriptionAccounts.beginUpdate
(String resourceGroupName, String accountName, UpdateDataLakeAnalyticsAccountParameters parameters) Updates the Data Lake Analytics account object specified by the accountName with the contents of the account object.rx.Observable<DataLakeAnalyticsAccount>
Accounts.beginUpdateAsync
(String resourceGroupName, String accountName, UpdateDataLakeAnalyticsAccountParameters parameters) Updates the Data Lake Analytics account object specified by the accountName with the contents of the account object.com.microsoft.rest.ServiceFuture<DataLakeAnalyticsAccount>
Accounts.beginUpdateAsync
(String resourceGroupName, String accountName, UpdateDataLakeAnalyticsAccountParameters parameters, com.microsoft.rest.ServiceCallback<DataLakeAnalyticsAccount> serviceCallback) Updates the Data Lake Analytics account object specified by the accountName with the contents of the account object.rx.Observable<com.microsoft.rest.ServiceResponse<DataLakeAnalyticsAccount>>
Accounts.beginUpdateWithServiceResponseAsync
(String resourceGroupName, String accountName, UpdateDataLakeAnalyticsAccountParameters parameters) Updates the Data Lake Analytics account object specified by the accountName with the contents of the account object.Accounts.update
(String resourceGroupName, String accountName, UpdateDataLakeAnalyticsAccountParameters parameters) Updates the Data Lake Analytics account object specified by the accountName with the contents of the account object.rx.Observable<DataLakeAnalyticsAccount>
Accounts.updateAsync
(String resourceGroupName, String accountName, UpdateDataLakeAnalyticsAccountParameters parameters) Updates the Data Lake Analytics account object specified by the accountName with the contents of the account object.com.microsoft.rest.ServiceFuture<DataLakeAnalyticsAccount>
Accounts.updateAsync
(String resourceGroupName, String accountName, UpdateDataLakeAnalyticsAccountParameters parameters, com.microsoft.rest.ServiceCallback<DataLakeAnalyticsAccount> serviceCallback) Updates the Data Lake Analytics account object specified by the accountName with the contents of the account object.rx.Observable<com.microsoft.rest.ServiceResponse<DataLakeAnalyticsAccount>>
Accounts.updateWithServiceResponseAsync
(String resourceGroupName, String accountName, UpdateDataLakeAnalyticsAccountParameters parameters) Updates the Data Lake Analytics account object specified by the accountName with the contents of the account object. -
Uses of UpdateDataLakeAnalyticsAccountParameters in com.microsoft.azure.management.datalake.analytics.models
Modifier and TypeMethodDescriptionUpdateDataLakeAnalyticsAccountParameters.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.Set the resource tags.