DataLakeStoreAccount Class

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

public class DataLakeStoreAccount

Data Lake Store account information.

Method Summary

Modifier and Type Method and Description
UUID accountId()

Get the accountId value.

DateTime creationTime()

Get the creationTime value.

TierType currentTier()

Get the currentTier value.

String defaultGroup()

Get the defaultGroup value.

EncryptionConfig encryptionConfig()

Get the encryptionConfig value.

EncryptionProvisioningState encryptionProvisioningState()

Get the encryptionProvisioningState value.

EncryptionState encryptionState()

Get the encryptionState value.

String endpoint()

Get the endpoint value.

FirewallAllowAzureIpsState firewallAllowAzureIps()

Get the firewallAllowAzureIps value.

List<FirewallRule> firewallRules()

Get the firewallRules value.

FirewallState firewallState()

Get the firewallState value.

EncryptionIdentity identity()

Get the identity value.

DateTime lastModifiedTime()

Get the lastModifiedTime value.

TierType newTier()

Get the newTier value.

DataLakeStoreAccountStatus provisioningState()

Get the provisioningState value.

DataLakeStoreAccountState state()

Get the state value.

List<TrustedIdProvider> trustedIdProviders()

Get the trustedIdProviders value.

TrustedIdProviderState trustedIdProviderState()

Get the trustedIdProviderState value.

DataLakeStoreAccount withDefaultGroup(String defaultGroup)

Set the defaultGroup value.

DataLakeStoreAccount withEncryptionConfig(EncryptionConfig encryptionConfig)

Set the encryptionConfig value.

DataLakeStoreAccount withEncryptionState(EncryptionState encryptionState)

Set the encryptionState value.

DataLakeStoreAccount withFirewallAllowAzureIps(FirewallAllowAzureIpsState firewallAllowAzureIps)

Set the firewallAllowAzureIps value.

DataLakeStoreAccount withFirewallRules(List<FirewallRule> firewallRules)

Set the firewallRules value.

DataLakeStoreAccount withFirewallState(FirewallState firewallState)

Set the firewallState value.

DataLakeStoreAccount withIdentity(EncryptionIdentity identity)

Set the identity value.

DataLakeStoreAccount withNewTier(TierType newTier)

Set the newTier value.

DataLakeStoreAccount withTrustedIdProviders(List<TrustedIdProvider> trustedIdProviders)

Set the trustedIdProviders value.

DataLakeStoreAccount withTrustedIdProviderState(TrustedIdProviderState trustedIdProviderState)

Set the trustedIdProviderState value.

Method Details

accountId

public UUID accountId()

Get the accountId value.

Returns:

the accountId value

creationTime

public DateTime creationTime()

Get the creationTime value.

Returns:

the creationTime value

currentTier

public TierType currentTier()

Get the currentTier value.

Returns:

the currentTier value

defaultGroup

public String defaultGroup()

Get the defaultGroup value.

Returns:

the defaultGroup value

encryptionConfig

public EncryptionConfig encryptionConfig()

Get the encryptionConfig value.

Returns:

the encryptionConfig value

encryptionProvisioningState

public EncryptionProvisioningState encryptionProvisioningState()

Get the encryptionProvisioningState value.

Returns:

the encryptionProvisioningState value

encryptionState

public EncryptionState encryptionState()

Get the encryptionState value.

Returns:

the encryptionState value

endpoint

public String endpoint()

Get the endpoint value.

Returns:

the endpoint value

firewallAllowAzureIps

public FirewallAllowAzureIpsState firewallAllowAzureIps()

Get the firewallAllowAzureIps value.

Returns:

the firewallAllowAzureIps value

firewallRules

public List firewallRules()

Get the firewallRules value.

Returns:

the firewallRules value

firewallState

public FirewallState firewallState()

Get the firewallState value.

Returns:

the firewallState value

identity

public EncryptionIdentity identity()

Get the identity value.

Returns:

the identity value

lastModifiedTime

public DateTime lastModifiedTime()

Get the lastModifiedTime value.

Returns:

the lastModifiedTime value

newTier

public TierType newTier()

Get the newTier value.

Returns:

the newTier value

provisioningState

public DataLakeStoreAccountStatus provisioningState()

Get the provisioningState value.

Returns:

the provisioningState value

state

public DataLakeStoreAccountState state()

Get the state value.

Returns:

the state value

trustedIdProviders

public List trustedIdProviders()

Get the trustedIdProviders value.

Returns:

the trustedIdProviders value

trustedIdProviderState

public TrustedIdProviderState trustedIdProviderState()

Get the trustedIdProviderState value.

Returns:

the trustedIdProviderState value

withDefaultGroup

public DataLakeStoreAccount withDefaultGroup(String defaultGroup)

Set the defaultGroup value.

Parameters:

defaultGroup - the defaultGroup value to set

Returns:

the DataLakeStoreAccount object itself.

withEncryptionConfig

public DataLakeStoreAccount withEncryptionConfig(EncryptionConfig encryptionConfig)

Set the encryptionConfig value.

Parameters:

encryptionConfig - the encryptionConfig value to set

Returns:

the DataLakeStoreAccount object itself.

withEncryptionState

public DataLakeStoreAccount withEncryptionState(EncryptionState encryptionState)

Set the encryptionState value.

Parameters:

encryptionState - the encryptionState value to set

Returns:

the DataLakeStoreAccount object itself.

withFirewallAllowAzureIps

public DataLakeStoreAccount withFirewallAllowAzureIps(FirewallAllowAzureIpsState firewallAllowAzureIps)

Set the firewallAllowAzureIps value.

Parameters:

firewallAllowAzureIps - the firewallAllowAzureIps value to set

Returns:

the DataLakeStoreAccount object itself.

withFirewallRules

public DataLakeStoreAccount withFirewallRules(List firewallRules)

Set the firewallRules value.

Parameters:

firewallRules - the firewallRules value to set

Returns:

the DataLakeStoreAccount object itself.

withFirewallState

public DataLakeStoreAccount withFirewallState(FirewallState firewallState)

Set the firewallState value.

Parameters:

firewallState - the firewallState value to set

Returns:

the DataLakeStoreAccount object itself.

withIdentity

public DataLakeStoreAccount withIdentity(EncryptionIdentity identity)

Set the identity value.

Parameters:

identity - the identity value to set

Returns:

the DataLakeStoreAccount object itself.

withNewTier

public DataLakeStoreAccount withNewTier(TierType newTier)

Set the newTier value.

Parameters:

newTier - the newTier value to set

Returns:

the DataLakeStoreAccount object itself.

withTrustedIdProviders

public DataLakeStoreAccount withTrustedIdProviders(List trustedIdProviders)

Set the trustedIdProviders value.

Parameters:

trustedIdProviders - the trustedIdProviders value to set

Returns:

the DataLakeStoreAccount object itself.

withTrustedIdProviderState

public DataLakeStoreAccount withTrustedIdProviderState(TrustedIdProviderState trustedIdProviderState)

Set the trustedIdProviderState value.

Parameters:

trustedIdProviderState - the trustedIdProviderState value to set

Returns:

the DataLakeStoreAccount object itself.

Applies to