DataLakeStoreAccountUpdateParameters Class
- java.
lang. Object - com.
microsoft. azure. management. datalake. store. models. DataLakeStoreAccountUpdateParameters
- com.
public class DataLakeStoreAccountUpdateParameters
Data Lake Store account information to update.
Method Summary
Method Details
defaultGroup
public String defaultGroup()
Get the defaultGroup value.
Returns:
encryptionConfig
public UpdateEncryptionConfig encryptionConfig()
Get the encryptionConfig value.
Returns:
firewallAllowAzureIps
public FirewallAllowAzureIpsState firewallAllowAzureIps()
Get the firewallAllowAzureIps value.
Returns:
firewallState
public FirewallState firewallState()
Get the firewallState value.
Returns:
newTier
public TierType newTier()
Get the newTier value.
Returns:
tags
public Map
Get the tags value.
Returns:
trustedIdProviderState
public TrustedIdProviderState trustedIdProviderState()
Get the trustedIdProviderState value.
Returns:
withDefaultGroup
public DataLakeStoreAccountUpdateParameters withDefaultGroup(String defaultGroup)
Set the defaultGroup value.
Parameters:
Returns:
withEncryptionConfig
public DataLakeStoreAccountUpdateParameters withEncryptionConfig(UpdateEncryptionConfig encryptionConfig)
Set the encryptionConfig value.
Parameters:
Returns:
withFirewallAllowAzureIps
public DataLakeStoreAccountUpdateParameters withFirewallAllowAzureIps(FirewallAllowAzureIpsState firewallAllowAzureIps)
Set the firewallAllowAzureIps value.
Parameters:
Returns:
withFirewallState
public DataLakeStoreAccountUpdateParameters withFirewallState(FirewallState firewallState)
Set the firewallState value.
Parameters:
Returns:
withNewTier
public DataLakeStoreAccountUpdateParameters withNewTier(TierType newTier)
Set the newTier value.
Parameters:
Returns:
withTags
public DataLakeStoreAccountUpdateParameters withTags(Map
Set the tags value.
Parameters:
Returns:
withTrustedIdProviderState
public DataLakeStoreAccountUpdateParameters withTrustedIdProviderState(TrustedIdProviderState trustedIdProviderState)
Set the trustedIdProviderState value.
Parameters:
Returns:
Applies to
Azure SDK for Java