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.
|
ServiceFuture<DataLakeStoreAccount> |
Accounts.beginUpdateAsync(String resourceGroupName,
String accountName,
UpdateDataLakeStoreAccountParameters parameters,
ServiceCallback<DataLakeStoreAccount> serviceCallback)
Updates the specified Data Lake Store account information.
|
rx.Observable<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.
|
ServiceFuture<DataLakeStoreAccount> |
Accounts.updateAsync(String resourceGroupName,
String accountName,
UpdateDataLakeStoreAccountParameters parameters,
ServiceCallback<DataLakeStoreAccount> serviceCallback)
Updates the specified Data Lake Store account information.
|
rx.Observable<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 © 2019. All rights reserved.