Uses of Class
com.microsoft.azure.management.datalake.store.models.UpdateDataLakeStoreAccountParameters
Packages that use UpdateDataLakeStoreAccountParameters
Package
Description
This package contains the classes for DataLakeStoreAccountManagementClient.
This package contains the models classes for DataLakeStoreAccountManagementClient.
-
Uses of UpdateDataLakeStoreAccountParameters in com.microsoft.azure.management.datalake.store
Methods in com.microsoft.azure.management.datalake.store with parameters of type UpdateDataLakeStoreAccountParametersModifier and TypeMethodDescriptionAccounts.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.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. -
Uses of UpdateDataLakeStoreAccountParameters in com.microsoft.azure.management.datalake.store.models
Methods in com.microsoft.azure.management.datalake.store.models that return UpdateDataLakeStoreAccountParametersModifier and TypeMethodDescriptionUpdateDataLakeStoreAccountParameters.withDefaultGroup
(String defaultGroup) Set the defaultGroup value.UpdateDataLakeStoreAccountParameters.withEncryptionConfig
(UpdateEncryptionConfig encryptionConfig) Set the encryptionConfig value.UpdateDataLakeStoreAccountParameters.withFirewallAllowAzureIps
(FirewallAllowAzureIpsState firewallAllowAzureIps) Set the firewallAllowAzureIps value.UpdateDataLakeStoreAccountParameters.withFirewallRules
(List<UpdateFirewallRuleWithAccountParameters> firewallRules) Set the firewallRules value.UpdateDataLakeStoreAccountParameters.withFirewallState
(FirewallState firewallState) Set the firewallState value.UpdateDataLakeStoreAccountParameters.withNewTier
(TierType newTier) Set the newTier value.Set the tags value.UpdateDataLakeStoreAccountParameters.withTrustedIdProviders
(List<UpdateTrustedIdProviderWithAccountParameters> trustedIdProviders) Set the trustedIdProviders value.UpdateDataLakeStoreAccountParameters.withTrustedIdProviderState
(TrustedIdProviderState trustedIdProviderState) Set the trustedIdProviderState value.