Package | Description |
---|---|
com.microsoft.azure.management.datalake.analytics |
This package contains the classes for DataLakeAnalyticsCatalogManagementClient.
|
com.microsoft.azure.management.datalake.analytics.models |
This package contains the models classes for DataLakeAnalyticsCatalogManagementClient.
|
Modifier and Type | Method and Description |
---|---|
DataLakeAnalyticsAccount |
Accounts.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.
|
ServiceFuture<DataLakeAnalyticsAccount> |
Accounts.beginUpdateAsync(String resourceGroupName,
String accountName,
UpdateDataLakeAnalyticsAccountParameters parameters,
ServiceCallback<DataLakeAnalyticsAccount> serviceCallback)
Updates the Data Lake Analytics account object specified by the accountName with the contents of the account object.
|
rx.Observable<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.
|
DataLakeAnalyticsAccount |
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.
|
ServiceFuture<DataLakeAnalyticsAccount> |
Accounts.updateAsync(String resourceGroupName,
String accountName,
UpdateDataLakeAnalyticsAccountParameters parameters,
ServiceCallback<DataLakeAnalyticsAccount> serviceCallback)
Updates the Data Lake Analytics account object specified by the accountName with the contents of the account object.
|
rx.Observable<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.
|
Modifier and Type | Method and Description |
---|---|
UpdateDataLakeAnalyticsAccountParameters |
UpdateDataLakeAnalyticsAccountParameters.withComputePolicies(List<UpdateComputePolicyWithAccountParameters> computePolicies)
Set the list of compute policies associated with this account.
|
UpdateDataLakeAnalyticsAccountParameters |
UpdateDataLakeAnalyticsAccountParameters.withDataLakeStoreAccounts(List<UpdateDataLakeStoreWithAccountParameters> dataLakeStoreAccounts)
Set the list of Data Lake Store accounts associated with this account.
|
UpdateDataLakeAnalyticsAccountParameters |
UpdateDataLakeAnalyticsAccountParameters.withFirewallAllowAzureIps(FirewallAllowAzureIpsState firewallAllowAzureIps)
Set the current state of allowing or disallowing IPs originating within Azure through the firewall.
|
UpdateDataLakeAnalyticsAccountParameters |
UpdateDataLakeAnalyticsAccountParameters.withFirewallRules(List<UpdateFirewallRuleWithAccountParameters> firewallRules)
Set the list of firewall rules associated with this account.
|
UpdateDataLakeAnalyticsAccountParameters |
UpdateDataLakeAnalyticsAccountParameters.withFirewallState(FirewallState firewallState)
Set the current state of the IP address firewall for this account.
|
UpdateDataLakeAnalyticsAccountParameters |
UpdateDataLakeAnalyticsAccountParameters.withMaxDegreeOfParallelism(Integer maxDegreeOfParallelism)
Set the maximum supported degree of parallelism for this account.
|
UpdateDataLakeAnalyticsAccountParameters |
UpdateDataLakeAnalyticsAccountParameters.withMaxDegreeOfParallelismPerJob(Integer maxDegreeOfParallelismPerJob)
Set the maximum supported degree of parallelism per job for this account.
|
UpdateDataLakeAnalyticsAccountParameters |
UpdateDataLakeAnalyticsAccountParameters.withMaxJobCount(Integer maxJobCount)
Set the maximum supported jobs running under the account at the same time.
|
UpdateDataLakeAnalyticsAccountParameters |
UpdateDataLakeAnalyticsAccountParameters.withMinPriorityPerJob(Integer minPriorityPerJob)
Set the minimum supported priority per job for this account.
|
UpdateDataLakeAnalyticsAccountParameters |
UpdateDataLakeAnalyticsAccountParameters.withNewTier(TierType newTier)
Set the commitment tier to use for next month.
|
UpdateDataLakeAnalyticsAccountParameters |
UpdateDataLakeAnalyticsAccountParameters.withQueryStoreRetention(Integer queryStoreRetention)
Set the number of days that job metadata is retained.
|
UpdateDataLakeAnalyticsAccountParameters |
UpdateDataLakeAnalyticsAccountParameters.withStorageAccounts(List<UpdateStorageAccountWithAccountParameters> storageAccounts)
Set the list of Azure Blob storage accounts associated with this account.
|
UpdateDataLakeAnalyticsAccountParameters |
UpdateDataLakeAnalyticsAccountParameters.withTags(Map<String,String> tags)
Set the resource tags.
|
Copyright © 2019. All rights reserved.