次の方法で共有


DataLakeStoreAccountUpdateParameters Class

  • java.lang.Object
    • com.microsoft.azure.management.datalake.store.models.DataLakeStoreAccountUpdateParameters

public class DataLakeStoreAccountUpdateParameters

Data Lake Store account information to update.

Method Summary

Modifier and Type Method and Description
String defaultGroup()

Get the defaultGroup value.

UpdateEncryptionConfig encryptionConfig()

Get the encryptionConfig value.

FirewallAllowAzureIpsState firewallAllowAzureIps()

Get the firewallAllowAzureIps value.

FirewallState firewallState()

Get the firewallState value.

TierType newTier()

Get the newTier value.

Map<String, String> tags()

Get the tags value.

TrustedIdProviderState trustedIdProviderState()

Get the trustedIdProviderState value.

DataLakeStoreAccountUpdateParameters withDefaultGroup(String defaultGroup)

Set the defaultGroup value.

DataLakeStoreAccountUpdateParameters withEncryptionConfig(UpdateEncryptionConfig encryptionConfig)

Set the encryptionConfig value.

DataLakeStoreAccountUpdateParameters withFirewallAllowAzureIps(FirewallAllowAzureIpsState firewallAllowAzureIps)

Set the firewallAllowAzureIps value.

DataLakeStoreAccountUpdateParameters withFirewallState(FirewallState firewallState)

Set the firewallState value.

DataLakeStoreAccountUpdateParameters withNewTier(TierType newTier)

Set the newTier value.

DataLakeStoreAccountUpdateParameters withTags(Map<String, String> tags)

Set the tags value.

DataLakeStoreAccountUpdateParameters withTrustedIdProviderState(TrustedIdProviderState trustedIdProviderState)

Set the trustedIdProviderState value.

Method Details

defaultGroup

public String defaultGroup()

Get the defaultGroup value.

Returns:

the defaultGroup value

encryptionConfig

public UpdateEncryptionConfig encryptionConfig()

Get the encryptionConfig value.

Returns:

the encryptionConfig value

firewallAllowAzureIps

public FirewallAllowAzureIpsState firewallAllowAzureIps()

Get the firewallAllowAzureIps value.

Returns:

the firewallAllowAzureIps value

firewallState

public FirewallState firewallState()

Get the firewallState value.

Returns:

the firewallState value

newTier

public TierType newTier()

Get the newTier value.

Returns:

the newTier value

tags

public Map tags()

Get the tags value.

Returns:

the tags value

trustedIdProviderState

public TrustedIdProviderState trustedIdProviderState()

Get the trustedIdProviderState value.

Returns:

the trustedIdProviderState value

withDefaultGroup

public DataLakeStoreAccountUpdateParameters withDefaultGroup(String defaultGroup)

Set the defaultGroup value.

Parameters:

defaultGroup - the defaultGroup value to set

Returns:

the DataLakeStoreAccountUpdateParameters object itself.

withEncryptionConfig

public DataLakeStoreAccountUpdateParameters withEncryptionConfig(UpdateEncryptionConfig encryptionConfig)

Set the encryptionConfig value.

Parameters:

encryptionConfig - the encryptionConfig value to set

Returns:

the DataLakeStoreAccountUpdateParameters object itself.

withFirewallAllowAzureIps

public DataLakeStoreAccountUpdateParameters withFirewallAllowAzureIps(FirewallAllowAzureIpsState firewallAllowAzureIps)

Set the firewallAllowAzureIps value.

Parameters:

firewallAllowAzureIps - the firewallAllowAzureIps value to set

Returns:

the DataLakeStoreAccountUpdateParameters object itself.

withFirewallState

public DataLakeStoreAccountUpdateParameters withFirewallState(FirewallState firewallState)

Set the firewallState value.

Parameters:

firewallState - the firewallState value to set

Returns:

the DataLakeStoreAccountUpdateParameters object itself.

withNewTier

public DataLakeStoreAccountUpdateParameters withNewTier(TierType newTier)

Set the newTier value.

Parameters:

newTier - the newTier value to set

Returns:

the DataLakeStoreAccountUpdateParameters object itself.

withTags

public DataLakeStoreAccountUpdateParameters withTags(Map tags)

Set the tags value.

Parameters:

tags - the tags value to set

Returns:

the DataLakeStoreAccountUpdateParameters object itself.

withTrustedIdProviderState

public DataLakeStoreAccountUpdateParameters withTrustedIdProviderState(TrustedIdProviderState trustedIdProviderState)

Set the trustedIdProviderState value.

Parameters:

trustedIdProviderState - the trustedIdProviderState value to set

Returns:

the DataLakeStoreAccountUpdateParameters object itself.

Applies to