| Package | Description |
|---|---|
| com.microsoft.azure.management.datalake.store |
This package contains the classes for DataLakeStoreAccountManagementClient.
|
| com.microsoft.azure.management.datalake.store.models |
This package contains the models classes for DataLakeStoreAccountManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
DataLakeStoreAccount |
Accounts.beginUpdate(String resourceGroupName,
String accountName,
UpdateDataLakeStoreAccountParameters parameters)
Updates the specified Data Lake Store account information.
|
rx.Observable<DataLakeStoreAccount> |
Accounts.beginUpdateAsync(String resourceGroupName,
String accountName,
UpdateDataLakeStoreAccountParameters parameters)
Updates the specified Data Lake Store account information.
|
com.microsoft.rest.ServiceFuture<DataLakeStoreAccount> |
Accounts.beginUpdateAsync(String resourceGroupName,
String accountName,
UpdateDataLakeStoreAccountParameters parameters,
com.microsoft.rest.ServiceCallback<DataLakeStoreAccount> serviceCallback)
Updates the specified Data Lake Store account information.
|
rx.Observable<com.microsoft.rest.ServiceResponse<DataLakeStoreAccount>> |
Accounts.beginUpdateWithServiceResponseAsync(String resourceGroupName,
String accountName,
UpdateDataLakeStoreAccountParameters parameters)
Updates the specified Data Lake Store account information.
|
DataLakeStoreAccount |
Accounts.update(String resourceGroupName,
String accountName,
UpdateDataLakeStoreAccountParameters parameters)
Updates the specified Data Lake Store account information.
|
rx.Observable<DataLakeStoreAccount> |
Accounts.updateAsync(String resourceGroupName,
String accountName,
UpdateDataLakeStoreAccountParameters parameters)
Updates the specified Data Lake Store account information.
|
com.microsoft.rest.ServiceFuture<DataLakeStoreAccount> |
Accounts.updateAsync(String resourceGroupName,
String accountName,
UpdateDataLakeStoreAccountParameters parameters,
com.microsoft.rest.ServiceCallback<DataLakeStoreAccount> serviceCallback)
Updates the specified Data Lake Store account information.
|
rx.Observable<com.microsoft.rest.ServiceResponse<DataLakeStoreAccount>> |
Accounts.updateWithServiceResponseAsync(String resourceGroupName,
String accountName,
UpdateDataLakeStoreAccountParameters parameters)
Updates the specified Data Lake Store account information.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateDataLakeStoreAccountParameters |
UpdateDataLakeStoreAccountParameters.withDefaultGroup(String defaultGroup)
Set the defaultGroup value.
|
UpdateDataLakeStoreAccountParameters |
UpdateDataLakeStoreAccountParameters.withEncryptionConfig(UpdateEncryptionConfig encryptionConfig)
Set the encryptionConfig value.
|
UpdateDataLakeStoreAccountParameters |
UpdateDataLakeStoreAccountParameters.withFirewallAllowAzureIps(FirewallAllowAzureIpsState firewallAllowAzureIps)
Set the firewallAllowAzureIps value.
|
UpdateDataLakeStoreAccountParameters |
UpdateDataLakeStoreAccountParameters.withFirewallRules(List<UpdateFirewallRuleWithAccountParameters> firewallRules)
Set the firewallRules value.
|
UpdateDataLakeStoreAccountParameters |
UpdateDataLakeStoreAccountParameters.withFirewallState(FirewallState firewallState)
Set the firewallState value.
|
UpdateDataLakeStoreAccountParameters |
UpdateDataLakeStoreAccountParameters.withNewTier(TierType newTier)
Set the newTier value.
|
UpdateDataLakeStoreAccountParameters |
UpdateDataLakeStoreAccountParameters.withTags(Map<String,String> tags)
Set the tags value.
|
UpdateDataLakeStoreAccountParameters |
UpdateDataLakeStoreAccountParameters.withTrustedIdProviders(List<UpdateTrustedIdProviderWithAccountParameters> trustedIdProviders)
Set the trustedIdProviders value.
|
UpdateDataLakeStoreAccountParameters |
UpdateDataLakeStoreAccountParameters.withTrustedIdProviderState(TrustedIdProviderState trustedIdProviderState)
Set the trustedIdProviderState value.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/