Class DataLakeStoreAccount
java.lang.Object
com.microsoft.azure.ProxyResource
com.microsoft.azure.Resource
com.microsoft.azure.management.datalake.store.models.DataLakeStoreAccount
public class DataLakeStoreAccount
extends com.microsoft.azure.Resource
Data Lake Store account information.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the accountId value.org.joda.time.DateTime
Get the creationTime value.Get the currentTier value.Get the defaultGroup value.Get the encryptionConfig value.Get the encryptionProvisioningState value.Get the encryptionState value.endpoint()
Get the endpoint value.Get the firewallAllowAzureIps value.Get the firewallRules value.Get the firewallState value.identity()
Get the identity value.org.joda.time.DateTime
Get the lastModifiedTime value.newTier()
Get the newTier value.Get the provisioningState value.state()
Get the state value.Get the trustedIdProviders value.Get the trustedIdProviderState value.Methods inherited from class com.microsoft.azure.Resource
getTags, location, withLocation, withTags
Methods inherited from class com.microsoft.azure.ProxyResource
id, name, type
-
Constructor Details
-
DataLakeStoreAccount
public DataLakeStoreAccount()
-
-
Method Details
-
identity
Get the identity value.- Returns:
- the identity value
-
accountId
Get the accountId value.- Returns:
- the accountId value
-
provisioningState
Get the provisioningState value.- Returns:
- the provisioningState value
-
state
Get the state value.- Returns:
- the state value
-
creationTime
public org.joda.time.DateTime creationTime()Get the creationTime value.- Returns:
- the creationTime value
-
lastModifiedTime
public org.joda.time.DateTime lastModifiedTime()Get the lastModifiedTime value.- Returns:
- the lastModifiedTime value
-
endpoint
Get the endpoint value.- Returns:
- the endpoint value
-
defaultGroup
Get the defaultGroup value.- Returns:
- the defaultGroup value
-
encryptionConfig
Get the encryptionConfig value.- Returns:
- the encryptionConfig value
-
encryptionState
Get the encryptionState value.- Returns:
- the encryptionState value
-
encryptionProvisioningState
Get the encryptionProvisioningState value.- Returns:
- the encryptionProvisioningState value
-
firewallRules
Get the firewallRules value.- Returns:
- the firewallRules value
-
firewallState
Get the firewallState value.- Returns:
- the firewallState value
-
firewallAllowAzureIps
Get the firewallAllowAzureIps value.- Returns:
- the firewallAllowAzureIps value
-
trustedIdProviders
Get the trustedIdProviders value.- Returns:
- the trustedIdProviders value
-
trustedIdProviderState
Get the trustedIdProviderState value.- Returns:
- the trustedIdProviderState value
-
newTier
Get the newTier value.- Returns:
- the newTier value
-
currentTier
Get the currentTier value.- Returns:
- the currentTier value
-