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