Class DataLakeAnalyticsAccountBasic
java.lang.Object
com.microsoft.azure.ProxyResource
com.microsoft.azure.Resource
com.microsoft.azure.management.datalake.analytics.models.DataLakeAnalyticsAccountBasic
public class DataLakeAnalyticsAccountBasic
extends com.microsoft.azure.Resource
A Data Lake Analytics account object, containing all information associated
with the named Data Lake Analytics account.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet the unique identifier associated with this Data Lake Analytics account.org.joda.time.DateTime
Get the account creation time.endpoint()
Get the full CName endpoint for this account.org.joda.time.DateTime
Get the account last modified time.Get the provisioning status of the Data Lake Analytics account.state()
Get the state of the Data Lake Analytics account.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
-
DataLakeAnalyticsAccountBasic
public DataLakeAnalyticsAccountBasic()
-
-
Method Details
-
accountId
Get the unique identifier associated with this Data Lake Analytics account.- Returns:
- the accountId value
-
provisioningState
Get the provisioning status of the Data Lake Analytics account. Possible values include: 'Failed', 'Creating', 'Running', 'Succeeded', 'Patching', 'Suspending', 'Resuming', 'Deleting', 'Deleted', 'Undeleting', 'Canceled'.- Returns:
- the provisioningState value
-
state
Get the state of the Data Lake Analytics account. Possible values include: 'Active', 'Suspended'.- Returns:
- the state value
-
creationTime
public org.joda.time.DateTime creationTime()Get the account creation time.- Returns:
- the creationTime value
-
lastModifiedTime
public org.joda.time.DateTime lastModifiedTime()Get the account last modified time.- Returns:
- the lastModifiedTime value
-
endpoint
Get the full CName endpoint for this account.- Returns:
- the endpoint value
-